摘要: public Connection getDbConnection() { Connection conn = null; // 获得连接 DataSource ds = null; try { Context ctx = new InitialContext(); ... 阅读全文
posted @ 2018-10-30 12:02 小泉哥 阅读(2659) 评论(0) 推荐(0)