排序
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...
什么是ORM思想?
主要目的:操作实体类相当于操作数据库表 两个映射:实体类和表、实体类中属性和表中字段的映射关系 不再关注:Sql语句 实现了ORM思想的框架:Mybatis、hibernate等。 ORM 对象关系映射(Object...
什么是AOP?面向切面编程(AOP)的理解
什么是AOP? AOP全称Aspect Oriented Programming意为面向切面编程,也叫做面向方法编程,是通过预编译方式和运行期动态代理的方式实现不修改源代码的情况下给程序动态统一添加功能的技术。 AOP...
瑞芯微开发笔记 · MPP 篇(二)MPP 核心概念
0. 心智模型 把 MPP 想成一个'硬件编解码器的 SDK'。它的对外 API 围绕几个不透明类型转: MppCtx ─── 一个解码器或编码器实例的'句柄',里面藏着所有内部状态MppApi ─── ...
记录一次Centos 7下安装MariaDB的步骤
最近想折腾一下我的vps练练技术,记录一下步骤,供以后参考。 本来想装Mysql来着,但是感觉安装麻烦点,而且官网版本有些眼花缭乱的,试试MySQL同父同源的MariaDB。 首先查询是否安装过,我因为...
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> /** *...
C语言基础#ifndef的用法
#ifndef起到的效果是防止一个源文件两次包含同一个头文件。 编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了,大量的声明冲突。 一般格式是这样的: #ifndef <标识> #defin...
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...










