主页

0

Oracle jobs

Job简介Job的作用定时运行一个存储过程等,有点类似于unix的crontab。 创建一个job这里,先假设有一个存储过程cdc_otest123456create or replace procedure cdc_otestASBEGIN insert into oyd_test(user_no) values('123'); COMMIT;end; oyd_test

0

60行代码实现socket的服务端和客户端

今天加班,随便写个日志。 已经尽量把代码减到最少,我觉得这样学是最容易的,长连接的,有注释。 先来个客户端,只需20行。 1234567891011121314151617181920212223242526#include <sys/socket.h>#include <arpa/inet.h>int main(int argc, char **argv){

0

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick

0

GIS空间对象数据库规范

1. 空间对象数据库结构和图层1.1. 国家图1.1.1. 图层划分国家地图共分六个图层,根据从上往下的顺序依次是:车站层、线路层、普通线路层、行政区域层、总区域层和背景层。 1.1.2. 数据库结构需要建立数据库的图层有两个:车站层和线路层。 线路表的数据库结构:1234567线路基本资料表序号 列名 代码 数据类型 主键 是否为空 备注1 线路编号 MAPLINEID