摘 要:数据分页是用 JSP 开发 Web 应用程序时经常要用到的一种技术。在页面上要展示从数据库中取出的大量数据时,就需要对数据进行分页处理,分页处理主要涉及待分页的记录数据的获取、记录总数和总页数的计算、每页记录数的设定、当前页数据的存放等,这在不同的开发模式下处理过程是有区别的。文章对在 JSP 开发环境中三种不同开发模式下的数据分页方法进行了探讨。
关键词:JSP;开发模式;数据分页技术
DOI:10.19850/j.cnki.2096-4706.2021.20.009
中图分类号:TP311 文献标识码:A 文章编号:2096-4706(2021)20-0033-03
Discussion on Data Paging Technology under JSP Development Environment
PAN Guorong
(Changzhou Liu Guojun Vocational Technology College, Changzhou 213025, China)
Abstract: Data paging is a technology often used when developing Web applications with JSP. When you want to display a large amount of data taken from the database on the page, you need to page the data. The paging processing mainly involves the acquisition of the record data to be paged, the calculation of the total number of records and total pages, the setting of the number of records per page, the storage of the current page data, etc. the processing process is different under different development modes. This paper discusses the data paging methods under three different development modes in JSP development environment.
Keywords: JSP; development mode; data paging technology
参考文献:
[1] 马建红,李占波 .JSP 应用与开发技术 [M]. 北京:清华大学出版社,2016.
[2] 张国权,张凌子 .Java Web 程序设计实战 [M]. 上海:上海交通大学出版社,2017.
[3] 张银鹤,刘治国,张豪 .JSP 动态网站开发实践教程 [M].北京:清华大学出版社,2009.
[4] 孙更新,宾晟,周峰 .Struts 框架结构的 Java Web 开发技术基础与实践教程 [M]. 北京:电子工业出版社,2008.
[5] 刘德山,金百东 .Java 程序设计 [M]. 北京:科学出版社,2012.
作者简介:潘国荣(1966—),男,汉族,江苏溧阳人,高级教师,高级程序员,本科,主要研究方向:计算机软件应用技术。