2015年7月29日

java读取配置文件

摘要: InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("jdbc.properties"); Properties p = new Properties(); try { ... 阅读全文

posted @ 2015-07-29 13:53 zhaoshuzhan 阅读(102) 评论(0) 推荐(0) 编辑

导航