上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: http://www.iplaypy.com/jinjie/jj170.html 阅读全文
posted @ 2017-08-20 16:11 jackchen007 阅读(138) 评论(0) 推荐(0)
摘要: 摘自: http://www.cnblogs.com/rj81/p/5933838.html 阅读全文
posted @ 2017-08-20 16:09 jackchen007 阅读(670) 评论(0) 推荐(0)
摘要: python中时间日期格式化符号: %y 两位数的年份表示(00-99) %Y 四位数的年份表示(000-9999) %m 月份(01-12) %d 月内中的一天(0-31) %H 24小时制小时数(0-23) %I 12小时制小时数(01-12) %M 分钟数(00=59) %S 秒(00-59) 阅读全文
posted @ 2017-08-20 16:01 jackchen007 阅读(1053) 评论(0) 推荐(0)
摘要: 摘自: http://www.cnblogs.com/kerrycode/p/4748970.html NetHogs介绍 NetHogs是一款开源、免费的,终端下的网络流量监控工具,它可监控Linux的进程或应用程序的网络流量。NetHogs只能实时监控进程的网络带宽占用情况。NetHogs支持I 阅读全文
posted @ 2017-08-20 09:40 jackchen007 阅读(3349) 评论(0) 推荐(0)
摘要: 摘自: http://wiki.jikexueyuan.com/project/tensorflow-zh/tutorials/overview.html 内容很多,需要花时间看完 阅读全文
posted @ 2017-08-10 10:22 jackchen007 阅读(168) 评论(0) 推荐(0)
摘要: 摘自: https://www.w3cschool.cn/zabbix_manager/zabbix_manager-z45f1zie.html 阅读全文
posted @ 2017-08-07 11:34 jackchen007 阅读(572) 评论(0) 推荐(0)
摘要: 摘自: http://blog.sina.com.cn/s/blog_4cbf97060101fcfw.html 非常好的一篇,值得有用 阅读全文
posted @ 2017-08-03 17:07 jackchen007 阅读(122) 评论(0) 推荐(0)
摘要: 想要知道 TCPAbortFailed 所在列数 cat /proc/net/netstat > test awk '/TCPAbortFailed/ {for (i=1;i<=NF;i++) if($i ~ /TCPAbortFailed/) print $i " " i}' test 阅读全文
posted @ 2017-08-02 17:45 jackchen007 阅读(1553) 评论(0) 推荐(0)
摘要: bool flag integer float string timestamp array object query countOutput editable excludeSearch filter limit nodeids output preservekeys search searchB 阅读全文
posted @ 2017-07-27 18:08 jackchen007 阅读(956) 评论(1) 推荐(0)
摘要: [TCP_ESTABLISHED] = "ESTAB", [TCP_SYN_SENT] = "SYN-SENT", [TCP_SYN_RECV] = "SYN-RECV", [TCP_FIN_WAIT1] = "FIN-WAIT-1", [TCP_FIN_WAIT2] = "FIN-WAIT-2", 阅读全文
posted @ 2017-07-27 10:31 jackchen007 阅读(600) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页