随笔分类 -  mybatis

摘要:![](https://img2018.cnblogs.com/blog/1024405/201907/1024405-20190727125823214-1318465375.png) 阅读全文
posted @ 2019-07-27 12:53 孔乙己的茴香豆 阅读(125) 评论(0) 推荐(0)
摘要:目录结构 1.导入lib中的jar包 2.修改配置文件 <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE generatorConfiguration PUBLIC "-//mybatis.org//DTD MyBatis Generator Conf 阅读全文
posted @ 2018-04-14 15:41 孔乙己的茴香豆 阅读(126) 评论(0) 推荐(0)
摘要:Connection con = null; PreparedStatement statement = null; ResultSet res = null; List<Student> students = new ArrayList<Student>(); List<Student> getA 阅读全文
posted @ 2017-05-17 11:59 孔乙己的茴香豆 阅读(170) 评论(0) 推荐(0)