10 2014 档案

摘要:/*ping program for learning IP protocol author: jeff date: 2014/10/25*/#include #include #include #include #include static int ICMP_create();... 阅读全文
posted @ 2014-10-25 16:08 holycrap 阅读(247) 评论(0) 推荐(0)
摘要:oracle sequencesequence 创建的时候,需要注意cache和order场景:1. 当不强行要求序列严格按照顺序来,并最大值大的时候,可以使用cache+noorder ,这样的效率最高2. 当强行要求序列严格安装顺序来,使用cache+order,可以保证顺序 阅读全文
posted @ 2014-10-24 07:06 holycrap 阅读(118) 评论(0) 推荐(0)
摘要:sql server:set identity_insert table_name onset identity_insert table_name off显示的开启自增列的插入,才可以完成自增列的自定义插入tcp/ip应用层,传输层,网络层,链路层snmp , tcp, ip, arp驱动icmp... 阅读全文
posted @ 2014-10-23 07:22 holycrap 阅读(148) 评论(0) 推荐(0)