上一页 1 ··· 505 506 507 508 509 510 511 512 513 ··· 542 下一页
摘要: 求教:aix下如何解压tar.gz文件QUOTE:原帖由 "老农" 发表:这是LINUX下的tar支持的。AIX下:gzip -dc file.tar.gz |tar-xvf - 阅读全文
posted @ 2011-12-27 11:38 规格严格-功夫到家 阅读(628) 评论(0) 推荐(1) 编辑
摘要: Xmanager用法(export DISPLAY=客户端IP:0.0)===========================================================作者: tonykorn97(http://tonykorn97.itpub.net)发表于: 2007.02.10 23:01分类: linux出处: http://tonykorn97.itpub.net/post/6414/262758---------------------------------------------------------------1、在用户的目录下找到文件.bash_pr 阅读全文
posted @ 2011-12-27 09:17 规格严格-功夫到家 阅读(4157) 评论(1) 推荐(1) 编辑
摘要: 1 检测IPV6是否启用1.1 使用ifconfig查看自己的IP地址是否含有IPv6地址 inet addr:192.168.198.128 Bcast:192.168.198.255 Mask:255.255.255.0 inet6 addr: fe80::20c:29ff:fee4:1d8/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1080 errors:0 dropped:0 overruns:0 frame:0 TX packets:890 errors:0 dropped:0 阅读全文
posted @ 2011-12-27 09:15 规格严格-功夫到家 阅读(858) 评论(0) 推荐(0) 编辑
摘要: 一个简单的HashMapC语言实现 blog.csdn.net/cheungmine/article/details/1894219 http://ubuntuforums.org/showthread.php?t=1222055http://elliottback.com/wp/hashmap-implementation-in-c/http://stackoverflow.com/questions/3300525/super-high-performance-c-c-hash-map-table-dictionary 阅读全文
posted @ 2011-12-26 11:34 规格严格-功夫到家 阅读(652) 评论(0) 推荐(0) 编辑
摘要: inet_addr 将"数字+句点"的格式的IP地址转换到unsigned long中,返回值已经是按照网络字节顺序的相反inet_ntoa把类型为struct in_addr的数据转化为"数字+句点"的形式的字符串typedef u_int32_t in_addr_t;struct in_addr{ in_addr_t s_addr;};本机字节顺序与网络字节顺序的转换#include <arpa/inet.h>htons ------"host to network short"htonl -------"h 阅读全文
posted @ 2011-12-26 11:17 规格严格-功夫到家 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://developer.51cto.com/art/201003/191063.htmhttp://www.imladris.com/Scripts/PythonForWindows.html 阅读全文
posted @ 2011-12-26 11:15 规格严格-功夫到家 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 当在WebSphere配置好IHS后,在管理控制台尝试启动他的时候会报类似:"Could not make a connection to the node agent or IBM HTTP Server administration server on node <nodename>"的错误。而dmgr的日志SystemOut.log显示有com.ibm.ws.management.webserver.ServerNotAvailableException。这时候要考虑WebSphere怎么控制IHS的:IP/HostName:WebSphere通过IP/H 阅读全文
posted @ 2011-12-23 13:57 规格严格-功夫到家 阅读(841) 评论(0) 推荐(0) 编辑
摘要: 最近在工作遇到一个问题,too many open files异常,这个异常最终的结果导致Resin停止响应。在我们的系统中是发现把一个目录当作文件来读取,而JDK1.4对这种情况虽然抛出了异常,但是已经打开的文件句柄没有及时的释放,最终超出了系统的限制,在Linxu下,可以用ulimit -a查看每个进程允许打开的文件个数,我们的是1024.下面的代码解释了这种问题的发生,运行环境:JDK1.4import java.io.*;public class TestFile{public static void main(String[] args) throws Exception{read( 阅读全文
posted @ 2011-12-22 09:38 规格严格-功夫到家 阅读(854) 评论(0) 推荐(0) 编辑
摘要: Linux驱动开发庖丁解牛Jprobe安全事件管理系统关键技术研究--中科大的一篇博士论文logmanagement.pdf--企业安全日志管理指南TextMining08-关联.pdf--关联分析技术PPT安全事件管理系统中关联分析引擎的实现.pdfhttp://lxy520880.blog.163.com/blog/static/3425600200973091547595/http://hi.baidu.com/%CC%EC%D1%C4%C0%CB%D7%D3%D0%C4/blog/item/d0e42f13c744a05af819b89b.htmlhttp://www.microsof 阅读全文
posted @ 2011-12-21 23:40 规格严格-功夫到家 阅读(240) 评论(0) 推荐(0) 编辑
摘要: http://www.iteye.com/topic/7005 阅读全文
posted @ 2011-12-21 22:40 规格严格-功夫到家 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 ··· 505 506 507 508 509 510 511 512 513 ··· 542 下一页