上一页 1 ··· 470 471 472 473 474 475 476 477 478 ··· 563 下一页
摘要: http://httpbin.org/Tracing XML request/responses with JAX-WS:http://stackoverflow.com/questions/1945618/tracing-xml-request-responses-with-jax-wshttps... 阅读全文
posted @ 2014-04-20 21:53 规格严格-功夫到家 阅读(981) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/zacard-orc/p/3646979.htmlhttp://haolloyin.blog.51cto.com/1177454/354320/http://www.oschina.net/project/tag/107/mailserver?lang=... 阅读全文
posted @ 2014-04-18 22:22 规格严格-功夫到家 阅读(134) 评论(0) 推荐(0)
摘要: Linux命令----分析内存的瓶颈 为了提高磁盘存取效率, Linux做了一些精心的设计, 除了对dentry进行缓存(用于VFS,加速文件路径名到inode的转换), 还采取了两种主要Cache方式:Buffer Cache和Page Cache.前者针对磁盘块的读写,后者针对文件inode的读... 阅读全文
posted @ 2014-04-18 17:08 规格严格-功夫到家 阅读(2183) 评论(0) 推荐(0)
摘要: us -- User CPU time The time the CPU has spent running users' processes that are not niced. sy -- System CPU time The time the CPU h... 阅读全文
posted @ 2014-04-18 17:03 规格严格-功夫到家 阅读(144) 评论(0) 推荐(0)
摘要: From:http://www.cyberciti.biz/tips/how-do-i-find-out-linux-cpu-utilization.htmlWhenever a Linux system CPU is occupied by a process, it is unavailable... 阅读全文
posted @ 2014-04-18 17:00 规格严格-功夫到家 阅读(409) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-04-17 21:23 规格严格-功夫到家 阅读(295) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/6474591/how-can-you-determine-how-much-disk-space-a-particular-mysql-table-is-taking-up 阅读全文
posted @ 2014-04-17 17:22 规格严格-功夫到家 阅读(97) 评论(0) 推荐(0)
摘要: Bash shell 的算术运算有四种方式:1:使用 expr 外部程式加法 r=`expr 4 + 5`echo $r注意! '4' '+' '5' 这三者之间要有空白r=`expr 4 * 5` #错误乘法 r=`expr 4 \* 5`2:使用 $(( ))r=$(( 4 + 5 ))echo... 阅读全文
posted @ 2014-04-17 17:15 规格严格-功夫到家 阅读(338) 评论(0) 推荐(0)
摘要: WMIC is a command line interface to WMI (Windows Management Instrumentation). While it has many uses, I find it especially useful for querying certain... 阅读全文
posted @ 2014-04-16 14:45 规格严格-功夫到家 阅读(333) 评论(0) 推荐(0)
摘要: 转载:http://www.jb51.net/os/128751.html 阅读全文
posted @ 2014-04-16 07:45 规格严格-功夫到家 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 470 471 472 473 474 475 476 477 478 ··· 563 下一页