`
lzp0070007
  • 浏览: 13054 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
  • xiaoane: LZ找到兼职了么?告知下,同是天涯沦落人,想了解下。
    求兼职
  • mikel: 可以去猪八戒威客网做做程序项目,项目比较多,收款也有保障
    求兼职

//初始化 configProperties

    博客分类:
  • java
 
阅读更多

    //初始化 configProperties
     public Configuration initDefaultProperties()
     {
         Configuration configProperties = null;
         try {
             InputStream ins = this.getClass().getResourceAsStream("lncmc.properties");
             PropertiesConfiguration cnfig = new PropertiesConfiguration();
             cnfig.load(ins);
             configProperties = cnfig;
         } catch (ConfigurationException e3) {
            e3.printStackTrace();
         }
         return configProperties;
     }

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics