摘要
电子商务应用中的数据量往往非常大,甚至会达到几十万到几千万条记录的规模,将如此大量的数据显示在一个页面里困难大、效率低。在这种情况下就需要采用分页显示技术将数据库中符合条件的数据逐页显示给用户。对JSP分页技术进行比较,在分析JSP分页技术特点的基础上,提出一种有效的分页解决方案,同时对分页技术的优化进行阐述。
The ecommerce application which has amount of data is often as large as hundreds of thousands or even tens of millions. Display so substantial data in one page will be impossible and inefficient. In this case, pagination technology will be need for displaying all matched data in database to the user page by page. JSP pagination technology has been compared. Based on the analysis of the features of JSP, a effective pagination method has been presented. The pagination technology optimizing has been research.
出处
《计算机与数字工程》
2009年第6期92-94,110,共4页
Computer & Digital Engineering
关键词
JSP
分页
优化
JSP, pagination, optimize