09 2010 档案

JDK自带VM分析工具jps,jstat,jmap,jconsole
摘要:一、概述 SUN 的JDK中的几个工具,非常好用。秉承着有免费,不用商用的原则。以下简单介绍一下这几种工具。(注:本文章下的所有工具都存在JDK5.0以上版本的工具集里,同javac一样,不须特意安装) 。 我一共找到以下四个工具:重点看看jconsole和jmap。Java代码jps :与unix上的ps类似,用来显示本地的java进程,可以查看本地运行着几个java程序,并显示他们的进程号。 ... 阅读全文

posted @ 2010-09-29 15:16 nwf 阅读(387) 评论(0) 推荐(0)

解决securecrt rz 上传rar,gif文件不正确问题【转】
摘要:一、linux 与 windows 文件传输:rz/szZModem is a full-duplex file transfer protocol that supports fast data transfer rates and effective error detection. ZModem is very user friendly, allowing either the sendi... 阅读全文

posted @ 2010-09-17 20:21 nwf 阅读(2892) 评论(0) 推荐(0)

导航