zoukankan      html  css  js  c++  java
  • PageHelper 输出结果注释

    PageInfo{

    pageNum=1,//当前页码

    pageSize=10,//每页显示的跳数

    size=10,//该页的跳数

    startRow=1,//从第几条记录开始

    endRow=10,//到第几条结束

    total=1536,//总共多少条记录

    pages=154,//总页数

    list=Page{

    count=true, pageNum=1, pageSize=10, startRow=0, endRow=10, total=1536, pages=154, reasonable=false, pageSizeZero=false}[

    com.zhiyou100.sh.bean.Users@515aebb0, com.zhiyou100.sh.bean.Users@dd8ba08, com.zhiyou100.sh.bean.Users@245b4bdc, com.zhiyou100.sh.bean.Users@6c64cb25, com.zhiyou100.sh.bean.Users@6ae5aa72, com.zhiyou100.sh.bean.Users@222545dc, com.zhiyou100.sh.bean.Users@5c5eefef, com.zhiyou100.sh.bean.Users@16293aa2, com.zhiyou100.sh.bean.Users@5158b42f, com.zhiyou100.sh.bean.Users@595b007d],//当前页面数据

    prePage=0, //上一页

    nextPage=2, //下一页

    isFirstPage=true,// 是否是首页

    isLastPage=false, //是否是最后一页

    hasPreviousPage=false,//有没有上一页 

    hasNextPage=true, //有没有下一页

    navigatePages=10, 每页小时的页码个数(需要在构造方法出加上参数才能改变值)

    navigateFirstPage=1,//第一个页码 

    navigateLastPage=10,//最后一个页码

    navigatepageNums=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10]}//页码的数

  • 相关阅读:
    写excel文件-xlsxwriter包的使用
    python代码规范
    mac系统的插件
    bash字符串处理
    ssh到ubuntu没颜色
    linux mysql 端口号修改
    Centos7 编译安装 PHP7.1,以及msgpack扩展
    Xmanager4注册码
    Python 的 pyinotify 模块 监控文件夹和文件的变动
    Python的50个模块,满足你各种需要
  • 原文地址:https://www.cnblogs.com/sh-0131/p/11438518.html
Copyright © 2011-2022 走看看