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 ...
阅读全文
摘要: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...
阅读全文
摘要:javac xxx.java可以在目录外编译。java xxx需要在目录里执行。
阅读全文
浙公网安备 33010602011771号