会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Lemniscate317
博客园
首页
新随笔
联系
管理
订阅
2016年1月18日
hibernate分页
摘要: 分页从网上考的,好用。这个框架/*** 用于分页的工具类* @author 莫取网名*/public class Pager {private List list; //对象记录结果集private int total = 0; // 总记录数private int limit = 10; // 每...
阅读全文
posted @ 2016-01-18 12:05 Lemniscate317
阅读(133)
评论(0)
推荐(0)
公告