学无止境 第5页
记录学习的过程
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 ...
haoxuan的头像-天煜博客haoxuan2年前
01036
常见地理坐标系概览与对比-天煜博客

常见地理坐标系概览与对比

一、按表示方式分类1. 大地坐标系(Geodetic Coordinate System)采用经度、纬度、高程表示位置基于椭球体模型示例:116.391°E, 39.907°N2. 地心坐标系(Earth-Centered, Earth-Fixed, ECEF)...
haoxuan的头像-天煜博客haoxuan6个月前
010113
Java实例  给出一个出生日期计算距离现在有多少天-天煜博客

Java实例 给出一个出生日期计算距离现在有多少天

package cn.itianyu.datetest; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Scanner; /** * @Author: haoxuan * @Blog:www...
haoxuan的头像-天煜博客haoxuan6年前
010010
什么是AOP?面向切面编程(AOP)的理解-天煜博客

什么是AOP?面向切面编程(AOP)的理解

什么是AOP? AOP全称Aspect Oriented Programming意为面向切面编程,也叫做面向方法编程,是通过预编译方式和运行期动态代理的方式实现不修改源代码的情况下给程序动态统一添加功能的技术。 AOP...
haoxuan的头像-天煜博客haoxuan4年前
0997
记录一下在Ubuntu19.10下安装mysql8.0时候踩的坑-天煜博客

记录一下在Ubuntu19.10下安装mysql8.0时候踩的坑

安装mysql8.0之后与网上大多教程不同的是我没有遇到设置root密码的界面。 输入 sudo apt install mysql-server之后直接就安装成功了。 尝试了很多办法,都不能成功的修改root密码,直到参考这篇...
haoxuan的头像-天煜博客haoxuan5年前
09811
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...
haoxuan的头像-天煜博客haoxuan2年前
0956
解决man手册在deepin环境下资料不全的问题-天煜博客

解决man手册在deepin环境下资料不全的问题

在deepin环境下查阅man手册时候,遇到问题:没有 fopen 的手册页条目 解决方法: sudo apt install manpages-de manpages-de-dev manpages-dev glibc-doc manpages-posix-dev manpages-posix
haoxuan的头像-天煜博客haoxuan4年前
09414
C语言基础-天煜博客

C语言基础#ifndef的用法

#ifndef起到的效果是防止一个源文件两次包含同一个头文件。 编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了,大量的声明冲突。 一般格式是这样的: #ifndef <标识> #defin...
haoxuan的头像-天煜博客haoxuan5年前
0906
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...
haoxuan的头像-天煜博客haoxuan2年前
0909
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...
haoxuan的头像-天煜博客haoxuan2年前
08911