随笔分类 -  linux

摘要:1 #include 2 #include 3 #include 4 #include 5 #include 6 7 #define error(x) printf("ERROR %d: %s\n", mysql_errno(x), mysql_error(x)) 8... 阅读全文
posted @ 2012-11-07 22:51 l_u_l_u 阅读(314) 评论(0) 推荐(0)
摘要:还以为程序错了,ping百度也是 www.a.shifen.com #include #include #include #include #include in... 阅读全文
posted @ 2012-09-28 17:23 l_u_l_u 阅读(256) 评论(0) 推荐(0)
摘要://当调用一个信号处理程序时,被捕捉的信号自动地加到进程的当前信号屏蔽字中,阻止后来产生的这种信号中断改信号处理程序。//当从信号处理程序返回时,自动恢复原来的屏蔽字#include ... 阅读全文
posted @ 2012-09-05 16:15 l_u_l_u 阅读(317) 评论(0) 推荐(0)