摘要: 代码实现的效果参考了 百度点击跳转效果 文章末尾有代码的git地址 记性不好 代码一直忘记 准备看看 通过理顺实现思想是否可以更好的掌握技能 实现的功能是分页查询: 首先: mysql语句中 方言limit 可以实现分页查询 例如 : select * from user limit 0,3; se 阅读全文
posted @ 2020-04-07 23:00 无魂儿 阅读(228) 评论(1) 推荐(0)
摘要: mybatis 中文官网 http://www.mybatis.org/mybatis 3/zh/getting started.html 阅读全文
posted @ 2020-04-07 02:27 无魂儿 阅读(903) 评论(0) 推荐(0)