12 2013 档案

摘要:javadoc -OPTION file1.java file2.javaOPTION:-d Destination directory for output files-use Create class and package usage pages-version Include @version paragraphs-author Include @author paragraphs-docfilessubdirs ... 阅读全文
posted @ 2013-12-12 00:34 PORTAWAI 阅读(203) 评论(0) 推荐(0)
摘要:import java.awt.Desktop;import java.io.*; public static void main(String[] args) { // TODO Auto-generated method stub Desktop desktop = null; try{ // Before more Desktop API is used, first check // whether the API is supported by this particular // virtual machine (VM) on this p... 阅读全文
posted @ 2013-12-09 04:59 PORTAWAI 阅读(118) 评论(0) 推荐(0)
摘要:javac xxx.java可以在目录外编译。java xxx需要在目录里执行。 阅读全文
posted @ 2013-12-02 05:25 PORTAWAI 阅读(338) 评论(0) 推荐(0)