摘要: 参考文档http://blog.chinaunix.net/uid-692788-id-2681133.html功能说明Java编译器和其它Java工具只能处理含有Latin-1和/或Unicode编码(udddd记号)字符的文件。native2ascii将含有其它字符编码的文件转换成含Latin-... 阅读全文
posted @ 2015-03-21 23:27 鳄鱼爸爸 阅读(317) 评论(0) 推荐(0)
摘要: 参考文档http://blog.chinaunix.net/uid-692788-id-2681132.htmlhttp://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javap.html功能说明:Java类文件解析器。语法:java... 阅读全文
posted @ 2015-03-21 23:13 鳄鱼爸爸 阅读(425) 评论(0) 推荐(0)
摘要: 参考文档http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/jar.htmlhttp://blog.chinaunix.net/uid-692788-id-2681132.html功能说明:Java归档工具语法:jar [命令选项... 阅读全文
posted @ 2015-03-21 22:59 鳄鱼爸爸 阅读(1061) 评论(0) 推荐(1)
摘要: 参考文档:http://www.cnblogs.com/allen8807/archive/2010/11/10/1874001.html[root@linux ~]# top [-d] | top [-bnp]参数:-d :后面可以接秒数,就是整个程序画面更新的秒数。预设是 5 秒;-b :以批次... 阅读全文
posted @ 2015-03-21 21:31 鳄鱼爸爸 阅读(261) 评论(0) 推荐(0)