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=
Tags: , ,
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
Tags:
09/12 31

gcc扩展 不指定

jason , 13:31 , 我的收藏 » C / C++ , 评论(0) , 引用(0) , 阅读(702) , Via 本站原创
GCC对ANSI C进行了很多有用的扩展比如增加了内联(inline)函数,从c++中借鉴了//注释界定符等等。虽然这些扩展有时候很有用,但我们需要明白的是在享受这些扩展的同时,也必须忍受这些扩展带来的移植性烦恼……
Tags:
09/12 31

gcc基础 不指定

jason , 13:27 , 我的收藏 » C / C++ , 评论(0) , 引用(0) , 阅读(712) , Via 本站原创
对gcc的使用做一个简单的介绍
Tags:
09/12 31
Makefile中的隐式规则和模式规则
Tags:
09/12 31
学习在Makefile中使用变量
Tags:
09/12 31
Makefile的伪目标
Tags:
09/12 31
在编写好c代码和Makefile后在命令行输入make example后,make这个程序作了些什么处理。
Tags:
分页: 2/3 第一页 上页 1 2 3 下页 最后页 [ 显示模式: 摘要 | 列表 ]