2008年8月20日

Connection pooling with MySQL Connector/J

摘要: In last month's article, "Does MySQL Connector/J Support Multithreaded Programming?"), I covered the problems with sharing a JDBC connection between multiple threads. Most of these problems can be ove... 阅读全文

posted @ 2008-08-20 20:56 cy163 阅读(2248) 评论(0) 推荐(0) 编辑

servlet 中 java 访问 Mysql 的代码示例

摘要: Connection conn = null; String url="",QueryStr=""; Statement stmt = null; ResultSet rs = null; String MySQL_IP = "192.180.15.1"; String MySQL_ID = "mht"; String MySQL_PW = "19951101"; try{ Class.forN... 阅读全文

posted @ 2008-08-20 11:41 cy163 阅读(634) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示