排序
常见地理坐标系概览与对比
一、按表示方式分类1. 大地坐标系(Geodetic Coordinate System)采用经度、纬度、高程表示位置基于椭球体模型示例:116.391°E, 39.907°N2. 地心坐标系(Earth-Centered, Earth-Fixed, ECEF)...
Linux基础教程文件查找
命令文件 which命令,作用:查找命令的绝对路径 which会在PATH变量所对应的目录里找,找到了就把绝对路径显示出来. PATH变量可以使用echo $PATH查看 任意文件 locate命令(查询的数据库: /var/li...
关于海思3559C修改默认时区的探索 UTC改为上海时区(正八区)嵌入式Linux设置时区
1 背景 在使用3559C开发板过程中发现我自己编译的官方SDK固件同步NTP服务器的时间要比公司的固件晚8个小时,公司的固件显示时间是北京时间。相差八个小时,这个时间比较巧,首先想到的就是时区...
从零开始:RK3588 平台上 OpenCV 4.12.0 编译全流程详解
OpenCV介绍 OpenCV(Open Source Computer Vision Library) 是全球规模最大的计算机视觉库,自 2000 年 6 月起正式推出并持续迭代。作为开源项目,它由非营利性组织 开源视觉基金会(Open Sour...
Linux man 手册 分类与结构man 1 man 2 man 3 man N
man手册分类 序号 英文 中文 1 Executable programs or shell commands 可执行程序或shell命令 2 System calls (functions provided by the kernel) 系统调用 3 Library calls (functions wit...
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 如...
一本关于HTTP的恋爱日记
1991年 8月 我叫客户端,英文名字 client。 她叫服务端,英文名字 server。 这一年,我们出生了。 是的,我们都是90后。 我爱她,可是她却远在天边。 为了和她可以互诉衷肠,我同时发明了HTTP协...
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...
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...
什么是AOP?面向切面编程(AOP)的理解
什么是AOP? AOP全称Aspect Oriented Programming意为面向切面编程,也叫做面向方法编程,是通过预编译方式和运行期动态代理的方式实现不修改源代码的情况下给程序动态统一添加功能的技术。 AOP...







