摘要:
//proxy InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("conf/system.properties"); Properties properties = new Properties(); try { properties.load(inputStream); }... 阅读全文
posted @ 2012-05-03 11:48
lexus
阅读(374)
评论(0)
推荐(0)