排序
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(六)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 ...
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 如...
Ubuntu ffmpeg开发环境搭建
本文参考《零声学院 ⾳视频⾼级教程 ubuntu ffmpeg开发环境搭建0.2》 进行操作。 虚拟机版本:VMware 16 Linux版本:Ubuntu desktop 16.04 FFmpeg版本:4.2.1 使用源码的方式编译和安装,本编译...
记录一次arm-linux的交叉编译MP4v2过程
1. 去下载最新的源码 下载传送门:GitHub - enzo1982/mp4v2: Reviving the MP4v2 project... 本文使用的是MP4v2 v2.1.1版本的,下载的压缩包为mp4v2-master.zip 下载后解压到编译服务器上,再合...
Ubuntu制作Java程序离线部署镜像包 生成iso文件可离线部署Java + Mysql + Tomcat + FTP环境
使用Cubic制作自定义通用型Ubuntu Live ISO镜像适用于 16.04 18.04 20.04 等,这篇文章本来想自己写的,结果发现这个博主总结的不错,于是乎搬运过来了,侵权删。 关于Cubic Cubic(Custom Ubun...
串口RS232,RS485,RS422,TTL 的区别?
串口通讯包括TTL、RS-232、RS-422、RS-485与PowerBUS。TTL、RS-232、RS-422与RS-485标准只对接口的电气特性做出规定,不涉及接插件、电缆或协议。 TTL TTL电平信号规定,+5V等价于逻辑“1”,0V...
Ubuntu18.04彻底删除MySQL数据库 完全卸载
最近多次参考【青蛙组长】博主的文章 收藏备用 首先在终端中查看MySQL的依赖项:dpkg --list|grep mysql 卸载: sudo apt-get remove mysql-common 卸载:sudo apt-get autoremov...
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....
repo常用命令总结
repo start ##创建并切换分支 repo start newbranchname [--all | projectName] repo start是对git checkout -b 命令的封装。这条指令与git checkout -b 还是有很大的区别的,git checkout -b ...








