摘要: 1, Properties prop= new Properties(); try { InputStream is = this.getClass().getResourceAsStream ("/data.properties"); prop.load(is); }catch(Exception e) { // fatal error! System.err.println("FATAL ERROR: applicati... 阅读全文
posted @ 2013-03-04 16:07 rhino 阅读(287) 评论(0) 推荐(0)