上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 39 下一页
摘要: ### 源文件 cat > tmpb <<'EOF' dbname:db_a,start_time:17:01:13 query_end_time:17:01:13,query_total_time:0,data_record_num is [341],data_size is 337K dbname:db_a,end_time:17:01:13 total time:0 =========... 阅读全文
posted @ 2019-04-03 09:41 chenzechao 阅读(3822) 评论(0) 推荐(0)
摘要: WSL2 Ubuntu 22.04 开启ssh并设置自动启动 – About Lionared # 更改apt源 cat > /etc/apt/sources.list <<'END' #阿里云 deb http://mirrors.aliyun.com/ubuntu/ trusty main re 阅读全文
posted @ 2019-03-29 11:42 chenzechao 阅读(1470) 评论(0) 推荐(0)
摘要: 项目中多个实例,而每个实例均启动一个程序,本脚本将多个程序统一进行监控,并支持文件配置 PS. 发现zless实际是由less和zgrep组成 阅读全文
posted @ 2019-03-22 11:10 chenzechao 阅读(1426) 评论(0) 推荐(0)
摘要: select t3.day_time ,t3.cnt ,t3.rn1 ,t3.rn2 ,t3.diff ,row_number() over(partition by t3.diff order by t3.day_time) as rn from ( select t2.day_time ,t2.c... 阅读全文
posted @ 2019-03-19 10:06 chenzechao 阅读(267) 评论(0) 推荐(0)
摘要: 思路,计算总长,接着删除指定字符串,再计算长度,两者相减,除以指定字符串的长度 阅读全文
posted @ 2019-03-13 17:25 chenzechao 阅读(7662) 评论(0) 推荐(1)
摘要: ### find只查当前目录# -maxdepth int 限制查询的子目录层级find -L . -maxdepth 1 -name '*.jar' -printf '%p:' ### 查看CPU使用率 mpstat -P ALL 2 阅读全文
posted @ 2019-02-25 16:47 chenzechao 阅读(421) 评论(0) 推荐(0)
摘要: Java Downloads | Oracle 中国 https://www.oracle.com/technetwork/java/archive-139210.html linux下JDK下载方法wget --no-check-certificate --no-cookies --header 阅读全文
posted @ 2019-02-20 15:35 chenzechao 阅读(9358) 评论(0) 推荐(1)
该文被密码保护。 阅读全文
posted @ 2019-02-01 19:02 chenzechao 阅读(0) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/gaoquanquan/p/9444006.html http://123.106.77.123:8081 阅读全文
posted @ 2019-01-29 16:35 chenzechao 阅读(158) 评论(0) 推荐(0)
摘要: idea默认是不能进行自动编译的,但是它也同样提供了自动编译的功能,只是需要我们手动设置一下。 一、Setting设置 将Make project automatically 勾上 二、Registry ctrl+alt+shift+’/’ 弹出框选择如下,勾选即可。 三、关闭重启 将idea关闭, 阅读全文
posted @ 2019-01-03 21:49 chenzechao 阅读(67702) 评论(0) 推荐(1)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 39 下一页