backlog

net-snmp, snmp


C Cpp IDE

http://wiki.ubuntu.org.cn/C_Cpp_IDE


Gtk与Qt编译环境安装与配置

http://wiki.ubuntu.org.cn/Gtk%E4%B8%8EQt%E7%BC%96%E8%AF%91%E7%8E%AF%E5%A2%83%E5%AE%89%E8%A3%85%E4%B8%8E%E9%85%8D%E7%BD%AE


Mix C Cpp

http://wiki.ubuntu.org.cn/Mix_C_Cpp


Vim + Gdb 程序的完美集合

http://my.oschina.net/alphajay/blog/34509


ls按类型排序

ls -l | sort


32bit 机器上build的程序,能否在64bit机器上运行?反过来呢?




all: t

t: t.cpp tinythread.cpp
        g++ -g -o t t.cpp tinythread.cpp -I./ -lpthread

clean:
        rm -f t t.o


all: t

t: t.o tinythread.o
        g++ -g -o t t.o tinythread.o -lpthread

t.o: t.cpp
        g++ -g -c t.cpp

tinythread.o: tinythread.cpp
        g++ -g -c tinythread.cpp

clean:
        rm -f t t.o tinythread.o


all:
        g++ -g -c tinythread.cpp
        g++ -g -c t.cpp
        g++ -g -o t t.o tinythread.o -lpthread

clean:
        rm -f t *.o


共有582 常用工具包开源软件


Jerry's word - zthread学习


http://blog.csdn.net/bibingyan


gnu automake 

http://www.ibm.com/developerworks/cn/linux/l-makefile/

http://advancedlinuxprogramming.wordpress.com/2010/08/12/1-3-%E7%94%A8gnu-make%E4%BE%86%E8%87%AA%E5%8B%95%E5%8C%96%E7%A8%8B%E5%BA%8F/


Linux动态库被多个process共享的情形

http://blog.csdn.net/yasi_xi/article/details/19164641


stl::thread stl::lock_guard


http://blog.csdn.net/dai_weitao


C++各大有名库的介绍之C++标准库


objdump


http://pocoproject.org/features.html


http://www.gnu.org/


Code::Blocks



libevent / libcurl :

libevent与libcurl初探 

hiperfifo.c

UNIX C10K 問題和 Libevent 庫簡介

libevent-很好用,是真的

http://libevent.org/

A Beginners Guide to LibCurl

15 Practical Linux cURL Command Examples (cURL Download Examples)

http://curl.haxx.se/






评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值