09 2022 档案
摘要:一、站点版(一)、商业巨头的开源镜像站1.搜狐:http://mirrors.sohu.com/2.网易:http://mirrors.163.com/3.阿里云:http://mirrors.aliyun.com/4.腾讯:http://android-mirror.bugly.qq.com:80
阅读全文
摘要:{ "job": { "content": [ { "reader": { "name": "sqlserverreader", "parameter": { "username": "****", "password": "****", "column": ["*"], "connection":
阅读全文
摘要:使用前提:安装jdk1.8,python和maven 测试安装是否成功:python datax.py ../job/job.json 如果能正常执行,一切OK,如果结尾的中文是乱码,在CMD命令符下执行:CHCP 65001 然后回车,直到打开新窗口出现Active code page: 6500
阅读全文
摘要:针对数据量超过千万的表,更新时要分段处理,防止锁死数据库;此例 是每年12个月分开处理 CREATE OR REPLACE FUNCTION "public"."jcy_clean"() RETURNS "pg_catalog"."void" AS $BODY$ -- Routine body go
阅读全文
摘要:alter table 表名 alter 字段名 set not null; alter table log alter ip set not null; alter table 表名 alter 字段名 set default '' 或 0
阅读全文

浙公网安备 33010602011771号