java分页算法

int totalPageNum = (totalRecord  +  pageSize  - 1) / pageSize;

posted @ 2017-03-11 16:12  linbo.yang  阅读(743)  评论(0编辑  收藏  举报