lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2021年4月6日 #

摘要: 7、分页 思考:为什么分页? 减少数据的处理量 7.1 使用Limit分页 SELECT * from user limit startIndex,pageSize 1 使用MyBatis实现分页,核心SQL 接口 //分页List<User> getUserByLimit(Map<String,I 阅读全文
posted @ 2021-04-06 11:11 lidaye2396 阅读(12) 评论(0) 推荐(0) 编辑