11 2013 档案
摘要:—— Java 命令行参数 —— 关于其中的args以及public static / static public Java 命令行参数 前面已经看到多个使用Java数组的示例,每一个Java应用程序都有一个带String arg[]参数的main方法,这个参数表明mai...
阅读全文
摘要:// simplified knowledge about a 2D arrayimport java.util.*;public class Test2DArray{ public static void main(String[] args){ int[][] arra...
阅读全文
摘要:// while my time--,will the meaning++? // However,what's the meaning of life ? while(tomorrow>0){ new life("code","music","thinking"); ch...
阅读全文