一、系统禁止ping[root@黑客联盟~]# echo 1 >/proc/sys/net/ipv4/icmp_echo_ignore_all二、系统允许ping[root@黑客联盟 ~]# echo 0 >/proc/sys/net/ipv4/icmp_echo_ignore_all此上两条命令的...
分类:
其他好文 时间:
2014-08-13 22:15:57
阅读次数:
608
Don't forget the things you once owned. Treasure the things you can't get. Don't give up the things that belong to you and keep those lost things in m...
分类:
其他好文 时间:
2014-08-13 17:55:06
阅读次数:
220
令人印象深刻的廣告詞覺得蠻有趣ㄉ~把它貼上來跟大家分享~這裡有一百多個~有些廣告詞也蠻有年代~哈哈~全家 = 全家就是你家!麥當勞 = 麥當勞都是為你!7-11 = 有seven - eleven真好!全國電子 = 全國電子就感心耶!motorola = 哈囉!moto威士比 = 啊...
分类:
其他好文 时间:
2014-08-13 10:06:15
阅读次数:
187
请输入一个长方形的宽和高(正整数),请打印出它的边长和面积。#include void main(){ int l; // 宽 int high; // 高 int c; //边长 int s; //面积 pri...
分类:
其他好文 时间:
2014-08-13 00:27:44
阅读次数:
253
#include#includeint main(){ int students,max=0; int i,j; int a[100],b[100],c[100]; scanf("%d",&students); for(i=0;ib[i]) b[i]=b[j]+1; ...
分类:
其他好文 时间:
2014-08-12 18:44:54
阅读次数:
203
#include int main(){ int a[11]; while(scanf("%d%d%d%d%d%d%d%d%d%d",&a[0],&a[1],&a[2],&a[3],&a[4],&a[5],&a[6],&a[7],&a[8],&a[9])!=EOF) { int i,num; num...
分类:
其他好文 时间:
2014-08-12 16:51:24
阅读次数:
154
__init__ 构造函数__del__ 析构函数__add____sub____or____repr__,__str____call____getattr____setattr____delattr____getattribute____getitem____setitem____delitem_...
分类:
编程语言 时间:
2014-08-12 13:10:34
阅读次数:
247
Modern browsers (IE8, FF3, Chrome etc.) have native JSON support built in (Same API as with JSON2).So as long you're not dealing with IE6/7 you can do...
分类:
Web程序 时间:
2014-08-12 13:08:24
阅读次数:
217
try { } catch (Exception ex) { Debug.WriteLine(ex.Message); MessageBox.Show(ex.Message, "提示", MessageBoxButtons.OK, MessageBoxIcon.Asterisk); }
分类:
其他好文 时间:
2014-08-12 10:17:53
阅读次数:
256