摘要:
属性文件的读取:public class pro_Test { public static void main(String[] args) throws Exception { Properties p = new Properties(); p.load(new FileInputStream(new File("enum.ini"))); for(Enumeration<?> e = p.propertyNames(); e.hasMoreElements();){ String name = (String)e.ne... 阅读全文
posted @ 2013-05-25 21:40
拙急鸟
阅读(132)
评论(0)
推荐(0)
摘要:
enum 阅读全文
posted @ 2013-05-25 20:34
拙急鸟
阅读(154)
评论(0)
推荐(0)

浙公网安备 33010602011771号