package conn; import java.sql.Connection; import java.sql.Date; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import java.text.SimpleDateFormat; public class DBConnection { private static Connection conn = null; public static Connection getConn(){ // String driver = "com.mysql.jdbc.Driver"; // String url ="jdbc:mysql://localhost:3306"; try { conn = DriverManager.getConnection("proxool.proxoolPool"); }catch(Exception e){ e.printStackTrace(); } return conn; } public static void closeConn(){ Statement stmt = null; PreparedStatement pstmt = null; ResultSet rs = null; if(rs != null){ try{ rs.close(); }catch(Exception e){ e.printStackTrace(); } } if(stmt != null){ try{ stmt.close(); }catch(Exception e){ e.printStackTrace(); } } if(pstmt != null){ try{ pstmt.close(); }catch(Exception e){ e.printStackTrace(); } } if(conn != null){ try{ conn.close(); }catch(Exception e){ e.printStackTrace(); } } } public static Date stringToDate(String date){ SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd"); Date dat = null; try { dat = new Date(sdf.parse(date).getTime()); } catch (Exception e) { // TODO Auto-generated catch block e.printStackTrace(); } return dat; } }
最近下载更多
li739784276 LV6
2022年8月16日
男波one LV1
2022年5月10日
skook7 LV2
2022年4月29日
微信网友_5847813140320256 LV1
2022年2月25日
李拾壹 LV5
2022年1月2日
explorerwx LV2
2021年10月2日
刘晴天 LV1
2021年5月6日
xxpphh LV1
2021年3月17日
王伟杰 LV2
2021年1月6日
乔鹿野 LV6
2020年12月23日
最近浏览更多
lllajen
6月9日
暂无贡献等级
g11865095 LV1
5月14日
做自己的太阳 LV11
4月23日
2206371875 LV7
3月14日
try8023 LV19
1月16日
微信网友_6641066057273344 LV1
2023年10月27日
520131 LV5
2023年7月1日
1613619109 LV6
2023年3月25日
我是超爱学习
2023年2月28日
暂无贡献等级
fantesy LV17
2023年1月16日