亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

怎么在java中讀取xml配置參數

發布時間:2021-05-25 16:34:31 來源:億速云 閱讀:378 作者:Leah 欄目:編程語言

今天就跟大家聊聊有關怎么在java中讀取xml配置參數,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結了以下內容,希望大家根據這篇文章可以有所收獲。

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;

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;

java基本數據類型有哪些

Java的基本數據類型分為:1、整數類型,用來表示整數的數據類型。2、浮點類型,用來表示小數的數據類型。3、字符類型,字符類型的關鍵字是“char”。4、布爾類型,是表示邏輯值的基本數據類型。

看完上述內容,你們對怎么在java中讀取xml配置參數有進一步的了解嗎?如果還想了解更多知識或者相關內容,請關注億速云行業資訊頻道,感謝大家的支持。

向AI問一下細節

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

AI

西盟| 伽师县| 叙永县| 修水县| 冕宁县| 胶南市| 广东省| 肇东市| 盐津县| 余庆县| 汕尾市| 乌苏市| 图木舒克市| 绵竹市| 集安市| 敦化市| 福海县| 克什克腾旗| 井研县| 杭锦旗| 神池县| 太仆寺旗| 绥芬河市| 黄梅县| 栖霞市| 莱州市| 惠州市| 无锡市| 甘南县| 麻栗坡县| 湘潭县| 保山市| 株洲县| 沂南县| 天气| 富平县| 绍兴县| 新营市| 新津县| 普陀区| 乌鲁木齐市|