国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

數(shù)據(jù)庫(kù)連接代碼

2019-11-10 17:52:41
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
package jdbc;import java.io.FileInputStream;import java.io.InputStream;import java.sql.Connection;import java.sql.DriverManager;import java.util.PRoperties;/** * 獲得數(shù)據(jù)庫(kù)連接 * @author Administrator * */public class CONN { private static String url; private static String user; private static String pwd; private static Connection conn; static{ getProp(); try { Class.forName("com.MySQL.jdbc.Driver"); conn=DriverManager.getConnection(url, user, pwd); } catch (Exception e) { e.printStackTrace(); } } /** * 獲取配置文件 */ public static void getProp(){ try { InputStream is=new FileInputStream("src/config.properties"); Properties prop=new Properties(); prop.load(is);//加載配置信息 url=prop.getProperty("url"); user=prop.getProperty("user"); pwd=prop.getProperty("pwd"); } catch (Exception e) { e.printStackTrace(); } } public static Connection getConn(){ return conn; }}/**//配置文件信息url=jdbc:mysql://localhost:3306/mailuser=rootpwd=root
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 永新县| 伊宁市| 新绛县| 山西省| 宁化县| 同德县| 大姚县| 韶关市| 德江县| 乌海市| 卫辉市| 会理县| 麟游县| 鹤山市| 大英县| 富宁县| 卫辉市| 景谷| 镇雄县| 漳州市| 白沙| 鲁山县| 都匀市| 蛟河市| 正安县| 全南县| 绥滨县| 三明市| 神池县| 大埔县| 万盛区| 方城县| 广饶县| 平潭县| 清流县| 韶山市| 通道| 西吉县| 驻马店市| 镇远县| 渝中区|