2006年12月11日

Weblogic 连接池的建立程序应用

摘要: 连接池的建立 public class mypooltest { public static void main(String[] args) { Statement stmt = null; Connection conn = null; ResultSet res = null; try { Hashtable env = new Hasht... 阅读全文

posted @ 2006-12-11 09:10 测试者家园 阅读(831) 评论(0) 推荐(0)

导航