2015年(21)
发布时间:2015-08-04 15:50:20
线程中使用信号量好像和互斥差不多<br /><br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code799')">此处</span>)折叠或打开</p></div><div id="code799" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" c.........【阅读全文】
发布时间:2015-08-04 15:10:45
主函数建立两个线程,生产者和消费者,生产者使变量递增,消费者使变量递减。建立互斥区<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code918')">此处</span>)折叠或打开</p></div><div id="code918" class="codeText"><ol style="margin:.........【阅读全文】
发布时间:2015-08-04 15:00:49
CentOS的内核源码默认是没有下载的,需要自己下载,首先安装linux的时候就应该知道linux的版本,我装的是Centos7的<br />下面查一下内核的版本,使用下面的命令<div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code527')">此处</span>)折叠或打开</p></.........【阅读全文】
发布时间:2015-07-30 12:52:54
<img src="http://blog.chinaunix.net/kindeditor/plugins/emoticons/images/13.gif" alt="" border="0" />昨天弄了sublime之后没有弄输入中文的了,学生党来着,刚好可以练练英语(英语渣渣,还要考六级<img src="http://blog.chinaunix.net/kindeditor/plugins/emoticons/images/5.gif" alt="" border="0" />),所以注释.........【阅读全文】
发布时间:2015-07-29 22:56:53
<br />/*start from the very beginning,and create greatness<br />@name:Chuangwei Lin<br />@E-mail:979951191@qq.com<br />@brief:get pid and get ppid<br />*/<br />#include <sys/types.h><br />#include <unistd.h><br />#include <stdio.h><br />// int main(int argc, char const *ar.........【阅读全文】