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

首頁 > 學(xué)院 > 開發(fā)設(shè)計 > 正文

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

2019-11-10 20:58:38
字體:
供稿:網(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ù)庫連接 * @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ā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 麟游县| 潮州市| 甘肃省| 黔西县| 衡山县| 黄龙县| 白城市| 曲靖市| 志丹县| 泉州市| 桦川县| 米脂县| 浦北县| 沂源县| 岳池县| 聊城市| 朝阳县| 新安县| 宜宾市| 柳江县| 永仁县| 漠河县| 定州市| 平潭县| 杂多县| 翼城县| 和龙市| 博爱县| 漯河市| 栾城县| 张掖市| 乃东县| 崇州市| 阿克陶县| 万全县| 东阿县| 邓州市| 山阳县| 富蕴县| 准格尔旗| 昌吉市|