hacqing

春风扫落叶...

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

08 2012 档案

摘要:概率性bug发生时,如果猜测是哪里发生的,修改后,一定数量实例运行后不出现,再将修改的位置,复原为原来的代码,再进行测试,如果又概率出现,那么极有可能就是修改的位置概率性引起的bug。不过没有依据!!! 阅读全文
posted @ 2012-08-27 15:57 hacqing 阅读(126) 评论(0) 推荐(0)

摘要:#include <sys/types.h>#include <sys/time.h>#include <sys/ioctl.h>#include <sys/socket.h>#include <linux/types.h>#include <netinet/in.h>#include <netinet/udp.h>#include <netinet/ip.h>#include <netpacket/packet.h>#include <net/ethernet.h>#inc 阅读全文
posted @ 2012-08-13 11:59 hacqing 阅读(729) 评论(0) 推荐(0)