bug_x

导航

 
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 43 下一页

2020年8月3日

摘要: 取消ipv6 勾选 阅读全文
posted @ 2020-08-03 21:33 bug_x 阅读(181) 评论(0) 推荐(0) 编辑
 
摘要: ERROR: .FileNotFoundError: [Errno 2] No such file or directory: '.\\docker-compose.yml:docker-compose.apache.yml' docker-compose -f docker-compose.yml 阅读全文
posted @ 2020-08-03 18:50 bug_x 阅读(2075) 评论(0) 推荐(0) 编辑
 
摘要: ls -l --time-style=long-iso|grep 2017-05-01 ls -l --time-style=long-iso *sout*log*|grep -v $(date -I)|awk '{print $NF}'|xargs sudo rm -rf 阅读全文
posted @ 2020-08-03 16:15 bug_x 阅读(2375) 评论(0) 推荐(0) 编辑
 
摘要: 1、文件夹/tmp/001 /tmp/002 问题:、 1、查看2个文件夹不同的文件; tree -C directory1 directory2 ## -C 标记有颜色 ls directory1 directory2 2、 diff的使用: diff -r directory1 director 阅读全文
posted @ 2020-08-03 09:19 bug_x 阅读(3992) 评论(0) 推荐(0) 编辑
 

2020年7月30日

摘要: 1、环境:docker-desktop 2、docker已安装 3、安装Portainer : 1、docker pull portainer/portainer2、docker run -d -p 19000:9000 -v //var/run/docker.sock:/var/run/docke 阅读全文
posted @ 2020-07-30 11:51 bug_x 阅读(297) 评论(0) 推荐(0) 编辑
 

2020年7月29日

摘要: 原文链接: https://anjia0532.github.io/2019/07/22/sdc-jdbc-full-mode/ 实际上在官方文档有讲 Full and Incremental Mode 主要看提示(Tip)部分,如果只想执行一次查询后就停止 pipeline,应该配置 origin 阅读全文
posted @ 2020-07-29 00:20 bug_x 阅读(1217) 评论(0) 推荐(0) 编辑
 

2020年7月28日

摘要: 相关函数请参考官方网站:https://clickhouse.tech/docs/zh/sql-reference/functions/date-time-functions/行列转置一般由由行转为列,或者由列转为行。 CREATE TABLE datasets.t_city ( `province 阅读全文
posted @ 2020-07-28 23:04 bug_x 阅读(9274) 评论(0) 推荐(0) 编辑
 
摘要: 客户端链接工具clickhouse-client -m -u root -p root --大小写敏感的CREATE TEMPORARY TABLE IF NOT EXISTS test.member_new_simple2 ENGINE = Memory AS SELECT ID,user_id, 阅读全文
posted @ 2020-07-28 23:01 bug_x 阅读(7085) 评论(0) 推荐(0) 编辑
 

2020年7月27日

摘要: mysqldump可以选择使用多值插入打开或关闭。您可以根据自己的喜好执行以下任一操作: 每个值单独插入语句: mysqldump -t -h192.168.212.128 -P3306 --default-character-set=utf8 --skip-extended-insert -uro 阅读全文
posted @ 2020-07-27 22:58 bug_x 阅读(299) 评论(0) 推荐(0) 编辑
 
摘要: 原文链接:http://www.520mwx.com/view/90469 45亿数据迁移记录 背景 数据库数据量日益增加,逐渐开始显得很是臃肿,日常查询统计的时候,仅仅是count(1) 查询下总数,耗费的时间也在500s左右,而且之前的orcle数据库,前期建立的时候,也未考虑太多,未进行索引, 阅读全文
posted @ 2020-07-27 22:55 bug_x 阅读(4309) 评论(0) 推荐(0) 编辑
 
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 43 下一页