会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ZYXS
生命不息,代码不止!
博客园
首页
新随笔
联系
订阅
管理
公告
2019年7月18日
基于BootStrap的分页代码实现
摘要: 1 public class PageUtil { 2 //targetUrl 访问url totalNum总记录数 currentPage 当前页数 pageSize每页的大小 3 public static String genPagation(String targetUrl,int tota
阅读全文
posted @ 2019-07-18 17:30 ZYXS
阅读(938)
评论(0)
推荐(0)
编辑
网页分页page
摘要: 1 public class PageBean { 2 3 private int page; // 第几页 4 private int pageSize; // 每页记录数 5 private int start; // 起始页 6 7 8 public PageBean(int page, int pageSize) {...
阅读全文
posted @ 2019-07-18 09:24 ZYXS
阅读(502)
评论(0)
推荐(0)
编辑