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

溫馨提示×

溫馨提示×

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

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

Spring中怎么加載ResourceLoader接口資源

發布時間:2021-07-26 14:12:45 來源:億速云 閱讀:148 作者:Leah 欄目:編程語言

本篇文章給大家分享的是有關Spring中怎么加載ResourceLoader接口資源,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

一 代碼

package lee;import org.springframework.context.*;import org.springframework.context.support.*;import org.springframework.core.io.Resource;import org.dom4j.*;import org.dom4j.io.*;import java.util.*;public class ResourceLoaderTest{  public static void main(String[] args)    throws Exception  {    // 創建ApplicationContext實例//    ApplicationContext ctx = new//      ClassPathXmlApplicationContext("beans.xml");    ApplicationContext ctx = new      FileSystemXmlApplicationContext("beans.xml");    Resource res = ctx.getResource("book.xml");    // 獲取該資源的簡單信息    System.out.println(res.getFilename());    System.out.println(res.getDescription());    // 創建基于SAX的dom4j解析器    SAXReader reader = new SAXReader();    Document doc = reader.read(res.getFile());    // 獲取根元素    Element el = doc.getRootElement();    List l = el.elements();    // 遍歷根元素的全部子元素    for (Iterator it = l.iterator();it.hasNext() ; )    {      // 每個節點都是<書>節點      Element book = (Element)it.next();      List ll = book.elements();      // 遍歷<書>節點的全部子節點      for (Iterator it2 = ll.iterator();it2.hasNext() ; )      {        Element eee = (Element)it2.next();        System.out.println(eee.getText());      }    }  }}

二 資源文件

<?xml version="1.0" encoding="GBK"?><計算機書籍列表>   <書>      <書名>瘋狂Java講義</書名>      <作者>李剛</作者>   </書>   <書>      <書名>瘋狂iOS講義</書名>      <作者>李剛</作者>   </書></計算機書籍列表>

三 配置文件

<?xml version="1.0" encoding="GBK"?><beans xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"   xmlns="http://www.springframework.org/schema/beans"   xsi:schemaLocation="http://www.springframework.org/schema/beans   http://www.springframework.org/schema/beans/spring-beans-4.0.xsd"></beans>

四 測試結果

book.xmlfile [F:\Mybatis\spring\book.xml]

以上就是Spring中怎么加載ResourceLoader接口資源,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

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

AI

肇东市| 桂林市| 晋宁县| 武乡县| 孝义市| 镇远县| 信阳市| 锡林郭勒盟| 沁水县| 华蓥市| 方山县| 峡江县| 泽库县| 怀仁县| 三门县| 茂名市| 屏山县| 三原县| 阿瓦提县| 阜阳市| 上蔡县| 稻城县| 华阴市| 股票| 噶尔县| 阿瓦提县| 巴楚县| 关岭| 南澳县| 九江县| 灌南县| 林口县| 洪洞县| 玉林市| 丽水市| 邯郸县| 阳山县| 平遥县| 阳西县| 清苑县| 永春县|