getClassLoader()用类加载器加载资源文件
private static Properties pro = new Properties();
//加载enc. properties的资源文件
static {
try {
pro.load(StServiceLocator.class.getClassLoader().getResourceAsStream("env.properties"));
} catch (IO
原创
2013-05-21 16:42:51 ·
556 阅读 ·
0 评论