java分页算法

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

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