- 修改Intel J编码配置code
Properties pros = new Properties();
in = new BufferedInputStream(new FileInputStream("config/param.properties"));
props.load(new InputStreamReader(in,"utf-8")); 
Properties pros = new Properties();
in = new BufferedInputStream(new FileInputStream("config/param.properties"));
props.load(new InputStreamReader(in,"utf-8"));