上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13292942.html -c 统计每一系统调用的所执行的时间,次数和出错的次数等。 -d 输出strace关于标准错误的调试信息。 -f 跟踪由fork调用所产生的子进程。 -ff 如果提供 阅读全文
posted @ 2020-07-13 14:15 wshenJin 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13260485.html [root@ ]# ping 127.0.0.1 | awk '{printf strftime("%T");print "\t"$0}' 17:20:50 PING 阅读全文
posted @ 2020-07-10 17:21 wshenJin 阅读(1372) 评论(1) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13260485.html 安装 # pip install docker-compose # docker-compose --version docker-compose version 1 阅读全文
posted @ 2020-07-07 14:07 wshenJin 阅读(759) 评论(1) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13183929.html nginx在配置http/https代理,最开始比较麻烦的写法: upstream example { server 1.1.1.1:80; server 2.2.2 阅读全文
posted @ 2020-06-23 19:13 wshenJin 阅读(23521) 评论(1) 推荐(2) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13163042.html 制作个简单单机版的clickhouse镜像,可以随时可用 Dockerfile FROM centos COPY ["src","/src"] #clickhouse 阅读全文
posted @ 2020-06-19 14:49 wshenJin 阅读(1248) 评论(1) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13143929.html zookeeper+ReplicatedMergeTree(复制表)+Distributed(分布式表) 节点IP 192.168.31.101 192.168.31 阅读全文
posted @ 2020-06-16 19:24 wshenJin 阅读(6057) 评论(1) 推荐(1) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13140191.html 简单分布式MergeTree + Distributed,三分片一副本 节点IP 192.168.31.101 192.168.31.102 192.168.31.1 阅读全文
posted @ 2020-06-16 11:54 wshenJin 阅读(2785) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13092982.html ##侦听端口 port=53 ##服务启动用户及用户组 user=nobody group=nobody ##业务侦听地址 - interface 选项和 liste 阅读全文
posted @ 2020-06-11 14:19 wshenJin 阅读(1599) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13074151.html [root@ ~]# export TZ='Asia/Shanghai' [root@ ~]# vi /etc/sysconfig/clock ZONE="Asia/ 阅读全文
posted @ 2020-06-09 17:38 wshenJin 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 个人学习笔记,谢绝转载!!! 原文:https://www.cnblogs.com/wshenjin/p/13072989.html 整型 有符号整型(-2n-1~2n-1-1): Int8 - [-128 : 127] Int16 - [-32768 : 32767] Int32 - [-2147 阅读全文
posted @ 2020-06-09 15:34 wshenJin 阅读(16847) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页