91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

讀取xml文件中的配置參數實例

發布時間:2020-09-07 19:48:20 來源:腳本之家 閱讀:201 作者:jassy 欄目:編程語言

paras.xml文件

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 xmlns:aop="http://www.springframework.org/schema/aop"
 xmlns:tx="http://www.springframework.org/schema/tx"
 xmlns:context="http://www.springframework.org/schema/context"
 xsi:schemaLocation="
   http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
   http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd
   http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd
   http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-2.5.xsd">
   
   
   <bean id="SysParam" class="com.wisoft.tysfrz.utils.SysParam">
    <!--行政區劃代碼前臺顯示默認值-->
    <property name="zoneCode" value="36"></property>
    <!--二代證讀卡器讀取照片存儲位置-->
    <property name="sfzpicpath" value="d:\\"></property>
    <!--保存身份證照片相對路徑-->
    <property name="photoRealPath" value="r/project/imgs/photo/"></property>
  </bean>
</beans>

SysParam.java類文件

package com.wisoft.tysfrz.utils;
/**
 * 系統配置參數
 * 
 * @author ZHENWENCAN
 * @date 2017年10月9日 下午1:09:48
 */
public class SysParam {
 //行政區劃代碼前臺顯示默認值
 private String zoneCode;
 //二代證讀卡器讀取照片存儲位置
 private String sfzpicpath;
 //保存身份證照片相對路徑
 private String photoRealPath;
 public String getZoneCode() {
  return zoneCode;
 }
 public void setZoneCode(String zoneCode) {
  this.zoneCode = zoneCode;
 }
 public String getSfzpicpath() {
  return sfzpicpath;
 }
 public void setSfzpicpath(String sfzpicpath) {
  this.sfzpicpath = sfzpicpath;
 }
 public String getPhotoRealPath() {
  return photoRealPath;
 }
 public void setPhotoRealPath(String photoRealPath) {
  this.photoRealPath = photoRealPath;
 }
}

使用

private static ApplicationContext cpxac = new ClassPathXmlApplicationContext("tysfrz/spring/tysfrz_params.xml");
private static SysParam sysparam = (SysParam) cpxac.getBean("SysParam");

String photorealpath = sysparam.getPhotoRealPath();

需要引用包

import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;

以上這篇讀取xml文件中的配置參數實例就是小編分享給大家的全部內容了,希望能給大家一個參考,也希望大家多多支持億速云。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

孟连| 天津市| 墨竹工卡县| 格尔木市| 花莲市| 米泉市| 呼图壁县| 岳阳市| 沅江市| 迭部县| 巧家县| 富裕县| 景泰县| 周至县| 扎鲁特旗| 申扎县| 长春市| 个旧市| 敦煌市| 临西县| 塔河县| 海盐县| 鹤山市| 修武县| 顺昌县| 晋江市| 黑山县| 大同市| 石屏县| 明水县| 武清区| 河源市| 绥芬河市| 松桃| 广安市| 平遥县| 泾阳县| 昔阳县| 湖口县| 色达县| 岚皋县|