首页>代码>java开发网上书店项目>/ShoppingBooks20090731/ShoppingBook10_1/src/com/lovo/cq/shopping10_1/common/DbUtil.java
package com.lovo.cq.shopping10_1.common; import java.sql.*; public class DbUtil { private PreparedStatement pstmt = null; private Connection con = null; public DbUtil() { try { Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/ShoppingBook10_1", "root", "root");; } catch (ClassNotFoundException e) { e.printStackTrace(); } catch (SQLException e) { e.printStackTrace(); } } public Connection getCon() { return con; } public void close() { if (pstmt != null) { try { pstmt.close(); } catch (SQLException e) { e.printStackTrace(); } } if (con != null) { try { con.close(); } catch (SQLException e) { e.printStackTrace(); } } } }
最近下载更多
123wwwghh LV2
9月18日
gm629344 LV1
6月19日
微信网友_7020152908451840 LV1
6月2日
linmooo LV3
5月25日
xinru yan LV1
5月19日
微信网友_6943357946957824 LV1
5月12日
why135138 LV1
4月29日
768881787 LV7
2023年12月4日
llll66 LV1
2023年10月18日
hooligans123 LV1
2023年9月21日
最近浏览更多
微信网友_6786215447367680 LV5
10月11日
123wwwghh LV2
9月18日
martiz
7月13日
暂无贡献等级
jffdgchhndhv
6月24日
暂无贡献等级
educationAAA LV11
6月23日
2486624997 LV1
6月20日
yy334455666 LV1
6月19日
gm629344 LV1
6月19日
微信网友_7041475584184320
6月17日
暂无贡献等级
387115431
6月15日
暂无贡献等级