上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: http://hi.baidu.com/leejun_2005/item/7e75be108091f2fd9d778a51 awk获取执行shell命令后的结果: awk 'BEGIN{ i=1;while(i date.tmp") getline date.tmp") getli... 阅读全文
posted @ 2012-06-28 14:16 children 阅读(14695) 评论(1) 推荐(1) 编辑
摘要: 事件处理会在下面情况触发: 1).主机或服务处于一个软态故障状态时 2).主机或服务初始进入一个硬态故障时 3).主机或服务从软态或硬态的故障状态中初始恢复时 通过在主配置文件(nagios.cfg)中设置enable_event_handlers=1来打开全局事件处理... 阅读全文
posted @ 2012-06-25 16:48 children 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 下载Apache 2.4及依赖包Apache官网下载:http://httpd.apache.org/download.cgi由于Apache依赖于APR、APR-Util和PCRE,所以需要下载:APR + APR-Util:http://apr.apache.org/download.cgiPC... 阅读全文
posted @ 2012-06-16 18:17 children 阅读(2984) 评论(0) 推荐(0) 编辑
摘要: 转自http://wanlong.blog.51cto.com/287340/114592 1、建立连接协议(三次握手)(1)客户端发送一个带SYN标志的TCP报文到服务器。这是三次握手过程中的报文1。(2) 服务器端回应客户端的,这是三次握手中的第2个报文,这个报文同时带ACK标志和SYN标志。... 阅读全文
posted @ 2012-06-13 20:45 children 阅读(404) 评论(0) 推荐(0) 编辑
摘要: 转自 http://hi.baidu.com/drvial/item/b894e62c2286350e43634a68 很多人一直在使用ps -aux,其实这种用法是错误的,应该使用ps aux和ps -fe。man ps的第一页有一段话:Note that "ps -aux" is disti... 阅读全文
posted @ 2012-06-13 20:23 children 阅读(2640) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tianlesoftware/article/details/6457487 http://hi.baidu.com/gwt632/blog/item/6eb2821586d57a0c4a90a7d2.html 阅读全文
posted @ 2012-06-13 20:12 children 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 1、管道 管道是进程通信用的共享内存的一部分, 在逻辑上可以看作是管道文件,在物理上由文件系统的高速缓冲区构成。有两种用于双向通信的管道:匿名管道和命名管道。前者使得有亲属关系的进程能传递信息,一般常用来重定向子进程的标准输入或输出,这样子进程就可以与其父进程交换数据。为了能双向通信,必须创建... 阅读全文
posted @ 2012-06-13 19:38 children 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://www.51testing.com/?uid-202848-action-viewspace-itemid-242043 阅读全文
posted @ 2012-05-20 17:28 children 阅读(155) 评论(0) 推荐(0) 编辑
摘要: http://dongwenbo.blog.51cto.com/506198/538860 阅读全文
posted @ 2012-05-20 16:44 children 阅读(203) 评论(0) 推荐(0) 编辑
摘要: cin: 当碰到空格或换行符'\n'时,输入结束: char a[10],b[10]; cout>a>>b; cout>n; cout<<"Now enter a letter:\n"; cin.get(c); 输出结果为: Enter a number: 10 Now enter a l... 阅读全文
posted @ 2012-05-15 17:46 children 阅读(25452) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页