学无止境 第5页
记录学习的过程
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(五)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(五)ElasticSearch

We’re almost there! HCM PI 34 bundles ElasticSearch and Kibana. On Linux, both these directories are available under /opt/oracle/psft/pt/ES/pt. Sasank’s posts provide a lot of...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01597
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(二)Creating the VM Shell File

Link to the main post Once you’ve pressed the enter key from the Part-1, you’ll start seeing the following on the command prompt: Starting the PeopleSoft Environment Setup Proces...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01567
Linux 三剑客之 awk 实战详解教程-天煜博客

Linux 三剑客之 awk 实战详解教程

我们知道 Linux 三剑客,它们是 grep、sed、awk。在前边已经讲过 grep 和 sed,没看过的同学可以直接点击阅读,今天要分享的是更为强大的 awk。 sed 可以实现非交互式的字符串替换,grep ...
编程麻瓜的头像-天煜博客编程麻瓜5年前
014813
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(索引)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(索引)Step By Step Guide

搬运备用 原文博客https://mani2web.wordpress.com/ Hello everyone! Hope everyone is doing good and staying safe!   Four years ago, I had shared a step-by-step guide for instal...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01466
Ubuntu20.04修改终端字体的方法-天煜博客

Ubuntu20.04修改终端字体的方法

为什么要修改终端字体呢?因为我在使用vimplus的插件时候遇到了一个问题:插件中文显示乱码 在github找到的解决方案: 安装vimplus后Airline等插件有乱码,怎么解决? linux和mac系统需设置终端...
编程麻瓜的头像-天煜博客编程麻瓜6年前
01425
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(一)Getting Started

Here‘s the link to the main post. This post assumes that you have a Windows based host. I had completed the installation on Windows 10 running on a Lenovo laptop with a dual-core ...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01416
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(三)PeopleTools Installation

Link to the main post So, if you’ve come this far, you should be able to access the PeopleSoft home page without any issues In this post, let us look at installing PeopleTools. Fi...
编程麻瓜的头像-天煜博客编程麻瓜3年前
01379
Linux文件基本管理-天煜博客

Linux文件基本管理bash shell对文件进行管理

=============bash shell对文件进行管理================= 创建、复制、删除、移动、查看、编辑、压缩、权限、查找 文件路径 绝对路径: 从/开头的路径 /home ~alice 相对路径: 相对于当前目录...
编程麻瓜的头像-天煜博客编程麻瓜6年前
01309
JavaFX Dialog对话框-天煜博客

JavaFX Dialog对话框JavaFX Dialogs (official)

Standard Dialogs Information Dialog Alert alert = new Alert(AlertType.INFORMATION); alert.setTitle('Information Dialog'); alert.setHeaderText('Look, an Information Dialog'); alert....
编程麻瓜的头像-天煜博客编程麻瓜5年前
01288
C语言基础教程-天煜博客

C语言基础教程循环语句&算法习题

/** * File Name: practice.c * Author: Haoxuan * Mail: haovxuan@126.com * Created Time: 2020年12月16日 星期三 10时48分01秒 **/ #include <stdio.h> #include <math.h> /** *...
编程麻瓜的头像-天煜博客编程麻瓜6年前
01256