国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

從配置文件讀取信息

2019-11-17 06:33:25
字體:
來源:轉載
供稿:網友

  PRivate void loadPerpro() {
    Properties props = new Properties();
      try {
       
        String sysPath = System.getProperty("user.dir");
        System.out.println("application path : " + sysPath);
        FileInputStream fis = new FileInputStream(new File(sysPath+"/datatoldapsyn.perproties"));
        props.load(fis);
        this.strConnectString=(String)props.getProperty("dbConnectString");
        this.strUser = (String)props.getProperty("dbUser");
        this.strPwd = (String)props.getProperty("dbPwd");
        this.ldapHost = (String)props.getProperty("ldapHost");
        this.ldapOrg = (String)props.getProperty("ldapOrg");
        this.ldapDN = (String)props.getProperty("ldapDN");
        this.ldapPWD = (String)props.getProperty("ldapPWD");
      }
      catch (FileNotFoundException ex) {
        ex.printStackTrace();
      }
      catch (IOException ex1) {
        ex1.printStackTrace();
      }

  }



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永新县| 凤山市| 开阳县| 安新县| 沈阳市| 惠来县| 金山区| 泸溪县| 五峰| 自治县| 闸北区| 宝山区| 宜昌市| 富裕县| 齐齐哈尔市| 信丰县| 通州区| 郁南县| 延边| 瑞安市| 陇川县| 即墨市| 吉水县| 宁乡县| 峨山| 偏关县| 乌什县| 静乐县| 大埔区| 太和县| 金乡县| 恩施市| 芦山县| 麟游县| 汕尾市| 东方市| 曲周县| 长丰县| 南昌县| 周至县| 溆浦县|