文件名称:jquery.filterizr
介绍说明--下载内容均来自于网络,请自行研究使用
这就是一个分页导航,其中能得到的数据有
totalRecord:总共员工数,数据库中总的记录数,这里有55条
totalPage:总页数,11页
pageSize:每页显示的记录数,这里可以看到每页显示5条
pageNum:当前页为第几页,比如图中就为第9页,因为9是没有超链接的,
start:总共能显示5页,让用户进行点击,7为起始页
end:11为能显示的尾页,也就是,如果用户点击第8页,那么start就为6,end就为10,每次都只有5页共点击查询。
每次能够得到对应页数所需要的5条数据,等等这些数据都要在jsp中显示出来,也就是说,每次都要从后台拿那么多数据过来进行显示,所以我们就想办法把这些数据封装在一个javabean当中,每次后台都将查询到的数据放入javabean对象中,我们只需要将该对象存入request作用域,然后在jsp页面中从域中获取需要的数据即可。(Every time can get corresponding pages need 5 data, etc. All these data will be displayed in the JSP, that is to say, every time take so much from the background data for display, so we have to find a way to encapsulate the data in the midst of a javabean, every background will query to the data in the javabean object, we just need to this object into the request scope, then in the JSP page need data was obtained from the field.)
totalRecord:总共员工数,数据库中总的记录数,这里有55条
totalPage:总页数,11页
pageSize:每页显示的记录数,这里可以看到每页显示5条
pageNum:当前页为第几页,比如图中就为第9页,因为9是没有超链接的,
start:总共能显示5页,让用户进行点击,7为起始页
end:11为能显示的尾页,也就是,如果用户点击第8页,那么start就为6,end就为10,每次都只有5页共点击查询。
每次能够得到对应页数所需要的5条数据,等等这些数据都要在jsp中显示出来,也就是说,每次都要从后台拿那么多数据过来进行显示,所以我们就想办法把这些数据封装在一个javabean当中,每次后台都将查询到的数据放入javabean对象中,我们只需要将该对象存入request作用域,然后在jsp页面中从域中获取需要的数据即可。(Every time can get corresponding pages need 5 data, etc. All these data will be displayed in the JSP, that is to say, every time take so much from the background data for display, so we have to find a way to encapsulate the data in the midst of a javabean, every background will query to the data in the javabean object, we just need to this object into the request scope, then in the JSP page need data was obtained from the field.)
相关搜索: 分页
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
jquery.filterizr.js | 37740 | 2017-12-18 |