C++基础 构造函数、拷贝构造函数和析构函数-天煜博客

C++基础 构造函数、拷贝构造函数和析构函数

#include <iostream> using namespace std; /* 构造函数: 作用:初始化某类的对象 在一个对象被实例化生成时默认隐式调用 如果我们不写,系统会生成一个默认的构造函数 一旦我们自行实行,系...
多种环境下使用Qt creator创建项目-天煜博客

多种环境下使用Qt creator创建项目Hello QT

环境准备 Window 10 专业版 Qt Creator 4.3.1 Based on Qt 5.9.0 (MSVC 2015, 32 bit) 创建步骤   这里是一个错误的示范,路径不要包含中文!!! 接下来选择构建套件(Kits),默认即可。 ...
什么是ORM思想?-天煜博客

什么是ORM思想?

主要目的:操作实体类相当于操作数据库表 两个映射:实体类和表、实体类中属性和表中字段的映射关系 不再关注:Sql语句 实现了ORM思想的框架:Mybatis、hibernate等。 ORM 对象关系映射(Object...
Oracle Linux 7.9安装PeopleSoft Campus Solution 9.2步骤-天煜博客

Oracle Linux 7.9安装PeopleSoft Campus Solution 9.2步骤

安装前准备 1.下载安装包 2.安装Oracle Linux 7.9 安装类型选basic web server 3.修改hosts文件 删除 “::1”一行 vi /etc/hosts 4.终端运行yum -y install oracle-database-preinstall-19c 如...
PeopleSoft Campus Solutions安装过程记录-天煜博客

PeopleSoft Campus Solutions安装过程记录

密码字典 安装目录 /home/PeopleSoft 数据库服务名 CS92U019 数据库端口 1521 数据库管理员(sys&system)密码 Oracle_123 Connect ID/Password people/people Access ID/Password sysadm/sys...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(六)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(六)Kibana

I’ve seen a lot of posts where people have had Kibana up and running, out of the (virtual)box from HCM PI 34. I had issues getting the dashboards and visualizations to work. Many ...
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...
PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)-天煜博客

PeopleSoft 9.2 – PeopleTools 8.58 VirtualBox Installation(四)SQL Developer & Putty

If you’ve installed the Oracle Client successfully, you can get SQL Developer up and running in no time. Click on SQL Developer from the Start menu Once you get the following wi...
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...
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...