上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 53 下一页
摘要: 参考链接: http://www.cnblogs.com/zrtqsk/p/4374360.html 对例子的自我理解: lua协程是协作式多任务,用于异步通信的机制,参考链接: http://blog.csdn.net/sharemyfree/article/details/47442115 阅读全文
posted @ 2017-09-25 13:57 cogitoergosum 阅读(140) 评论(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 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://www.cnblogs.com/iconfig/p/4863063.html 阅读全文
posted @ 2017-09-25 09:41 cogitoergosum 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 参考链接 : http://soft.chinabyte.com/os/5/12172005.shtml 阅读全文
posted @ 2017-09-22 16:26 cogitoergosum 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1、 分层思想, 说话也要分层, 不要从底层说到应用层 2、 分离变化 3、 阅读全文
posted @ 2017-09-21 10:02 cogitoergosum 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://www.bkjia.com/Javascript/1084651.html 阅读全文
posted @ 2017-09-21 09:05 cogitoergosum 阅读(90) 评论(0) 推荐(0) 编辑
摘要: 参考链接: http://blog.sina.com.cn/s/blog_626b7339010161tr.html 阅读全文
posted @ 2017-09-20 18:37 cogitoergosum 阅读(227) 评论(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 阅读(522) 评论(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 阅读(281) 评论(0) 推荐(0) 编辑
摘要: find /var/process_log/ -name '*.log' -exec basename {} \; 阅读全文
posted @ 2017-09-06 15:43 cogitoergosum 阅读(3460) 评论(0) 推荐(1) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 53 下一页