- protected Properties load() {
- try {
- Properties prop = new Properties();
- String path = "prop/conf.properties";
- String os = System.getProperty("os.name");
- if (os.toLowerCase().startsWith("win")) {
- path = "/src/prop/conf.properties";
- }
- InputStream in = new FileInputStream(System.getProperty("user.dir") + File.separator + path);
- prop.load(in);//属性文件将该流加入的可被读取的属性中
- return prop;
- } catch (Exception ex) {
- log.error("加载配置文件异常,系统over@@", ex);
- System.exit(0);
- }
- return null;
- }
相关文章
- 10-18winform读取第二代身份证信息
- 10-18Winform NanUI 0.77版本 读取本地资源(扩展功能)
- 10-18PCL教程指南-读取PCD文件,写入PCD文件,合并点云
- 10-18Exsi读取配置信息
- 10-18我如何加快配置文件NumPy代码的使用-矢量化,Numba?
- 10-18JsonCpp第一课 数据读取
- 10-18CVE-2018-18778 mini_httpd任意文件读取
- 10-18Spring配置文件的读取
- 10-18用户和组配置文件
- 10-18python读取xml格式数据