Jsp data Paging

Source: Internet
Author: User

Jsp (preferred for SUN Enterprise applications)Data Paging

Author:He shuangjiang

Keywords: Java jsp (preferred for SUN Enterprise applications)Data PagingYarshrayHe shuangjiang

AboutWebData paging in applications seems to be a common topic,Although many people have written similar articles,However, I still want to express my point of view in words.,Although there is nothing new,But I will always give you some help..

First.For data Paging,In my understanding, the number of records on the current page and the number of records on each page are given.,And must know the total number of records.,Total number of pages,And the range of the currently displayed records.Based on the above analysis, I will know,Questions:

Known Conditions:Current page numberNumber of records per pageTotal number of records

1Calculate the total number of pages:

Total number of pages=Total number of records/Number of records per page;

IFTotal number of recordsModNumber of records per page//For Remainder,That is, when division is not allowed

Begin

Total number of pages=Total number of pages+ 1;

End

`2Returns the range of the current record.

Current first record=Current page number/Total number of pages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.