锘??xml version="1.0" encoding="utf-8" standalone="yes"?>亚洲国产另类久久久精品极度,男人天堂资源在线,日本在线播放一二三区http://www.aygfsteel.com/yidishui/archive/2006/12/28/59021.html#90409涓婊存按[鍖垮悕]涓婊存按[鍖垮悕]Thu, 28 Dec 2006 00:25:00 GMThttp://www.aygfsteel.com/yidishui/archive/2006/12/28/59021.html#90409榪欎釜鏄搴攕qlmap 鐨勯厤緗?
<sqlMap resource="yidishui/daoIbatisImpl/sql/Person.xml"/>
榪欎釜鏄斁鍦╬ackage yidishui.daoIbatisImpl.sql 涓嬮潰鐨?
鍏跺疄鍙互鏀懼湪浠繪剰鍦版柟,浣犲彲浠ュ幓鐪嬬湅鍏蜂綋鏂囨。,鍐欑殑姣旇緝鍏ㄩ潰.
鎺ㄨ崘鏀懼湪classpath涓嬮潰


涓婊存按[鍖垮悕] 2006-12-28 08:25 鍙戣〃璇勮
]]>
re: Ibatis鍩烘湰閰嶇疆---[鐜鎼緩]http://www.aygfsteel.com/yidishui/archive/2006/12/27/59021.html#90304鍗楁瀬灝忛腑鍗楁瀬灝忛腑Wed, 27 Dec 2006 06:50:00 GMThttp://www.aygfsteel.com/yidishui/archive/2006/12/27/59021.html#90304

鍗楁瀬灝忛腑 2006-12-27 14:50 鍙戣〃璇勮
]]>
re: 璇誨彇璧勬簮鏂囦歡http://www.aygfsteel.com/yidishui/archive/2006/11/23/58841.html#83133Tang AnpingTang AnpingThu, 23 Nov 2006 14:54:00 GMThttp://www.aygfsteel.com/yidishui/archive/2006/11/23/58841.html#83133import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.FileInputStream;
import java.util.Properties;

public class PropertiesTest {
public static void main(String[] args) {
try {
InputStream in = new FileInputStream("properties/database.properties");
Properties props = new Properties(); // or System.getProperties();
props.load(in);
in.close(); // 鍒繕浜嗗叧嫻?
String url = props.getProperty("url");
String driver = props.getProperty("driver");
String username = props.getProperty("username");
String password = props.getProperty("password");
System.out.println(url + " " + driver + " " + username + " " + password);
} catch (FileNotFoundException e) {
e.printStackTrace();
} catch (IOException e) {
e.printStackTrace();
}
}
}

Tang Anping 2006-11-23 22:54 鍙戣〃璇勮
]]>
re: Ibatis鍩烘湰閰嶇疆---[鐜鎼緩]http://www.aygfsteel.com/yidishui/archive/2006/11/23/59021.html#83112Tang AnpingTang AnpingThu, 23 Nov 2006 12:36:00 GMThttp://www.aygfsteel.com/yidishui/archive/2006/11/23/59021.html#83112

Tang Anping 2006-11-23 20:36 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 灵川县| 迭部县| 乌鲁木齐县| 襄垣县| 顺义区| 岐山县| 康定县| 佳木斯市| 牟定县| 金门县| 鹤峰县| 英吉沙县| 马尔康县| 榆中县| 赣榆县| 宜兴市| 永泰县| 彰武县| 多伦县| 故城县| 馆陶县| 天水市| 东乡族自治县| 甘德县| 镇安县| 遂平县| 灌南县| 三都| 安化县| 耿马| 翁源县| 鸡泽县| 岳阳市| 浪卡子县| 楚雄市| 观塘区| 五台县| 富阳市| 兴国县| 天台县| 东兴市|