2021年11月14日

摘要: // JDBC总结(Druid连接池+Apache-DBUtils JDBC工具库) @Test public void testUpdateWithTx() { Connection conn = null; try { //1.获取连接的操作( //① 手写的连接:JDBCUtils.getCo 阅读全文

posted @ 2021-11-14 23:25 林安静 阅读(44) 评论(0) 推荐(0)