10/01
10
参考资料:
http://www4.it168.com/jtzt/shenlan/tech/dh/index.html
http://blog.readnovel.com/article/htm/tid_507071.html
1。Linux下的多线程编程
http://linux.chinaunix.net/doc/program/2001-08-11/642.shtml
2。pthread_delay_np(这里头有个关于posix条件变量的例子)
http://bbs.chinaunix.net/archiver/?tid-584593.html
3。pthread_join和段错误(非常感谢这里头的哥们,千万要看哦)
http://www.bczs.net/xml/2005/11/5/4374188.xml
4。posix线程编程指南[学习linux下多线程,不看这个你会后悔的]
http://www.linuxforum.net/forum/showflat.php?Cat=&Board=program&Number=294073&page=0&view=collapsed&sb=5&o=7&fpart=
http://www4.it168.com/jtzt/shenlan/tech/dh/index.html
http://blog.readnovel.com/article/htm/tid_507071.html
1。Linux下的多线程编程
http://linux.chinaunix.net/doc/program/2001-08-11/642.shtml
2。pthread_delay_np(这里头有个关于posix条件变量的例子)
http://bbs.chinaunix.net/archiver/?tid-584593.html
3。pthread_join和段错误(非常感谢这里头的哥们,千万要看哦)
http://www.bczs.net/xml/2005/11/5/4374188.xml
4。posix线程编程指南[学习linux下多线程,不看这个你会后悔的]
http://www.linuxforum.net/forum/showflat.php?Cat=&Board=program&Number=294073&page=0&view=collapsed&sb=5&o=7&fpart=
10/01
6
URLs:
http://www.libing.name/2009/02/27/understand-nginx-source-code-directory.html
http://blog.csdn.net/conezxy/archive/2007/11/05/1867265.aspx
http://www.nginx.com.cn/?cat=76
http://www.libing.name/2009/02/27/understand-nginx-source-code-directory.html
http://blog.csdn.net/conezxy/archive/2007/11/05/1867265.aspx
http://www.nginx.com.cn/?cat=76
09/12
31
GCC对ANSI C进行了很多有用的扩展比如增加了内联(inline)函数,从c++中借鉴了//注释界定符等等。虽然这些扩展有时候很有用,但我们需要明白的是在享受这些扩展的同时,也必须忍受这些扩展带来的移植性烦恼……
09/12
31
对gcc的使用做一个简单的介绍
09/12
31
Makefile中的隐式规则和模式规则
09/12
31
在编写好c代码和Makefile后在命令行输入make example后,make这个程序作了些什么处理。






