spring 框架的xml檔案如何讀取properties檔案資料
第一步:在spring配置檔案中
注意:value可以多配置幾個properties檔案
class="org.springframework.beans.factory.config.propertyplaceholderconfigurer">
/db.properties
或者<
context:property-placeholder
location
="classpath:db.properties
"/>
第二步:
在src目錄下面建立db.properties檔案
user=sa
password=sa
driver=com.microsoft.sqlserver.jdbc.sqlserverdriver
url=jdbc:sqlserver://localhost:1433;databasename=db1
第三步:
在spring的配置檔案中通過el表示式的形式呼叫
$<?xml version="1.0" encoding="utf-8"?>
xmlns:xsi=""
xsi:schemalocation=" /spring-beans-2.0.xsd">
class="org.springframework.beans.factory.config.propertyplaceholderconfigurer">
/db.properties
class="org.springframework.jdbc.datasource.drivermanagerdatasource">
value="$">
value="$">
class="org.springframework.orm.hibernate3.localsessionfactorybean">
org.hibernate.dialect.sqlserverdialect
entity/users.hbm.xml
Uiautomator讀取properties檔案
1.建立assets資料夾 工程上右鍵new folder assets folder 2.在assets資料夾中建立prop檔案 在assets資料夾中右鍵new file,輸入名稱 prop 3.在prop檔案中新增引數,格式為 key value 如 time 100 name qq 4.封裝...
opengl中直接繪畫部分
描述點 openggl中需要提供頂點座標,支援2維,三維等 glvertex2x glvertex3x x可以是d表示正數,f表示32位浮點數等 s表示16位整數 opengl中將這個型別定義為glshort i表示32位整數 opengl中將這個型別定義為glint和glsizei f表示32位浮...
chrome中直接使用import
現在我們在開發專案時都是基於構建工具 像webpack 上進行開發,所以在使用import時得心應手。但今天在chrome中直接使用import時,發現不知道如何使用?chrome中直接使用import 三個條件 瀏覽器版本需要支援,瀏覽器的支援情況 使用 注意 引入路徑不能省略檔案字尾 這個與在構...