09 2017 档案

摘要:参考链接: http://www.cnblogs.com/zrtqsk/p/4374360.html 对例子的自我理解: lua协程是协作式多任务,用于异步通信的机制,参考链接: http://blog.csdn.net/sharemyfree/article/details/47442115 阅读全文
posted @ 2017-09-25 13:57 cogitoergosum 阅读(142) 评论(0) 推荐(0) 编辑
摘要:参考链接: 信号内容具体分析: http://www.cnblogs.com/hoys/archive/2012/08/19/2646377.html 信号的例子介绍: http://blog.csdn.net/jnu_simba/article/details/8947652 信号值位于SIGRT 阅读全文
posted @ 2017-09-25 11:46 cogitoergosum 阅读(156) 评论(0) 推荐(0) 编辑
摘要:参考链接: http://www.cnblogs.com/iconfig/p/4863063.html 阅读全文
posted @ 2017-09-25 09:41 cogitoergosum 阅读(159) 评论(0) 推荐(0) 编辑
摘要:参考链接 : http://soft.chinabyte.com/os/5/12172005.shtml 阅读全文
posted @ 2017-09-22 16:26 cogitoergosum 阅读(75) 评论(0) 推荐(0) 编辑
摘要:1、 分层思想, 说话也要分层, 不要从底层说到应用层 2、 分离变化 3、 阅读全文
posted @ 2017-09-21 10:02 cogitoergosum 阅读(190) 评论(0) 推荐(0) 编辑
摘要:参考链接: http://www.bkjia.com/Javascript/1084651.html 阅读全文
posted @ 2017-09-21 09:05 cogitoergosum 阅读(92) 评论(0) 推荐(0) 编辑
摘要:参考链接: http://blog.sina.com.cn/s/blog_626b7339010161tr.html 阅读全文
posted @ 2017-09-20 18:37 cogitoergosum 阅读(229) 评论(0) 推荐(0) 编辑
摘要:参考链接: https://www.oschina.net/code/snippet_237505_8646 http://www.cnblogs.com/xilentz/archive/2012/11/13/2767317.html 进程间互斥例子: http://www.cnblogs.com/ 阅读全文
posted @ 2017-09-17 13:01 cogitoergosum 阅读(523) 评论(0) 推荐(0) 编辑
摘要:参考文章 : http://blog.csdn.net/jmh1996/article/details/72235232 成员函数作为线程函数, 要将成员函数定义为静态的 C++ 静态成员函数调用非静态成员变量的方法: 参考博客: http://www.cnblogs.com/rickyk/p/42 阅读全文
posted @ 2017-09-12 11:51 cogitoergosum 阅读(282) 评论(0) 推荐(0) 编辑
摘要:find /var/process_log/ -name '*.log' -exec basename {} \; 阅读全文
posted @ 2017-09-06 15:43 cogitoergosum 阅读(3482) 评论(0) 推荐(1) 编辑
摘要: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 阅读(249) 评论(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 阅读(3793) 评论(0) 推荐(1) 编辑
摘要:参考链接: https://zhidao.baidu.com/question/237458625.html 阅读全文
posted @ 2017-09-04 16:35 cogitoergosum 阅读(609) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示