2020年9月28日

事物

摘要: //类似于main方法 @Test public void test3() throws SQLException { //connection 事物 Connection conn = null; //异常最大化 try { //创建数据库链接 conn=C3P0Utils.getConnecti 阅读全文

posted @ 2020-09-28 21:21 爱前端的小魏 阅读(168) 评论(0) 推荐(0) 编辑

增删改查

摘要: 一、插入数据 @Test public void insert() throws SQLException{ QueryRunner queryRunner = new QueryRunner(C3P0Utils.getDataSource()); String sql ="INSERT INTO 阅读全文

posted @ 2020-09-28 17:22 爱前端的小魏 阅读(105) 评论(0) 推荐(0) 编辑

导航