摘要: ps -ef | grep 753 | grep -v 'grep' | awk '{print $NF}' 阅读全文
posted @ 2017-09-05 19:11 cogitoergosum 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 库官方网址: 使用手册: http://hardysimpson.github.io/zlog/UsersGuide-CN.html#htoc11 [formats] simple = "%m%n" // 打印并加上换行号 [rules] my_cat.DEBUG >stdout; simple z 阅读全文
posted @ 2017-09-05 19:09 cogitoergosum 阅读(244) 评论(0) 推荐(0) 编辑
摘要: struct sockaddr_in {short int sin_family; /* 地址族 */unsigned short int sin_port; /* 端口号 */struct in_addr sin_addr; /* Internet地址 */unsigned char sin_ze 阅读全文
posted @ 2017-09-05 11:26 cogitoergosum 阅读(3783) 评论(0) 推荐(1) 编辑