CN110618972A - Method for improving deep paging by using self-increasing Id - Google Patents
Method for improving deep paging by using self-increasing Id Download PDFInfo
- Publication number
- CN110618972A CN110618972A CN201910791824.8A CN201910791824A CN110618972A CN 110618972 A CN110618972 A CN 110618972A CN 201910791824 A CN201910791824 A CN 201910791824A CN 110618972 A CN110618972 A CN 110618972A
- Authority
- CN
- China
- Prior art keywords
- paging
- address
- server
- page
- module
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/1727—Details of free space management performed by the file system
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Telephonic Communication Services (AREA)
Abstract
A method for improving deep paging using self-increasing Id includes: a paging request is made; after receiving the command, the server firstly specifies the content displayed on each page; the server collects the records of related contents in all databases and automatically establishes an Id address; the server displays first page data according to each page display content; after the first page of data is displayed, the server automatically adds 1 to the Id address; the server automatically pages at the background, and simultaneously, the server automatically adds 1 to the Id address until the related content pages are finished; the server identifies the address of the Id address after paging is completed, so that the specific paging number is obtained; the paging number is displayed on the terminal device. According to the method for improving the deep paging by using the self-increasing Id, the new Id address is set, and the page number can be obtained only by judging the latest Id address when the page number is finally displayed, so that complicated program processing is omitted, the paging response speed and efficiency are improved, and the user experience is improved.
Description
Technical Field
The invention relates to the technical field of internet, in particular to a method for improving deep paging by using self-increment Id.
Background
Paging is a technique for memory management in an operating system that allows the main memory of a computer to use data stored in secondary memory. The operating system partitions the data in the secondary storage (typically a disk) into fixed-size blocks called "pages". When not needed, pages are moved from main memory (usually memory) to secondary memory; when needed, the data is retrieved and loaded into main memory. Paging allows memory to be stored in non-contiguous blocks relative to segmentation to maintain file system alignment. Paging is the smallest unit of transferring a block of data between disk and memory.
In the prior art, when paging is performed, paging response time is long, efficiency is low, and user experience is poor. To solve the above problems, the present application provides a method for improving deep paging by using self-increasing Id.
Disclosure of Invention
Objects of the invention
To solve the technical problems in the background art, the present invention provides a method for enhancing deep paging by using self-increasing Id.
(II) technical scheme
To solve the above problems, the present invention provides a method for enhancing deep paging by using self-increment Id, which comprises the following steps:
(1) a paging request is made;
(2) after receiving the command, the server firstly specifies the content displayed on each page;
(3) the server collects the records of related contents in all databases and automatically establishes an Id address;
(4) the server displays first page data according to each page display content;
(5) after the first page of data is displayed, the server automatically adds 1 to the Id address;
(6) the server automatically pages at the background, and simultaneously, the server automatically adds 1 to the Id address until the related content pages are finished;
(7) the server identifies the address of the Id address after paging is completed, so that the specific paging number is obtained;
(8) the paging number is displayed on the terminal device.
Preferably, the initial value of the Id address is "0".
Preferably, the display content includes, but is not limited to, pictures, videos, texts, and the like.
In addition, according to the method for improving the deep paging by using the self-increment Id, the invention provides a device for improving the deep paging by using the self-increment Id, which comprises a request module, a receiving module, a calculating module, an address module and a sending module, wherein the request module provides a request paging command, a server receives the request paging command through the receiving module, calculates the page number through the calculating module according to the display content after receiving the command, and newly establishes the address module for storing the address.
Preferably, the computing module realizes data transmission with the database through a network.
Preferably, the sending module sends the obtained final page number to a terminal for display.
Furthermore, the invention also provides a display terminal for realizing the paging function, which comprises a display screen, a processor and a storage medium, wherein the storage medium is used for storing the computer program required by paging, and the processor runs the program to realize page number display on the display screen.
Preferably, the display screen includes, but is not limited to, a touch screen.
Preferably, the storage medium includes, but is not limited to, a floppy disk, a hard disk, a flash memory, and the like.
The technical scheme of the invention has the following beneficial technical effects:
according to the method for improving the deep paging by using the self-increasing Id, the new Id address is set, and the page number can be obtained only by judging the latest Id address when the page number is finally displayed, so that complicated program processing is omitted, the paging response speed and efficiency are improved, and the user experience is improved.
Drawings
FIG. 1 is a flow chart of a method for enhancing deep paging using self-increasing Id according to the present invention.
FIG. 2 is a schematic diagram of a deep paging device using self-increasing Id enhancement according to the present invention.
Fig. 3 is a schematic structural diagram of a display terminal according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention will be described in further detail with reference to the accompanying drawings in conjunction with the following detailed description. It should be understood that the description is intended to be exemplary only, and is not intended to limit the scope of the present invention. Moreover, in the following description, descriptions of well-known structures and techniques are omitted so as to not unnecessarily obscure the concepts of the present invention.
As shown in fig. 1, the specific process of the method for enhancing deep paging by using self-increment Id according to the present invention is as follows:
(1) a paging request is made;
(2) after receiving the command, the server firstly specifies the content displayed on each page;
(3) the server collects the records of related contents in all databases and automatically establishes an Id address;
(4) the server displays first page data according to each page display content;
(5) after the first page of data is displayed, the server automatically adds 1 to the Id address;
(6) the server automatically pages at the background, and simultaneously, the server automatically adds 1 to the Id address until the related content pages are finished;
(7) the server identifies the address of the Id address after paging is completed, so that the specific paging number is obtained;
(8) the paging number is displayed on the terminal device.
In an alternative embodiment, the initial value of the Id address is "0".
In an alternative embodiment, the display content includes, but is not limited to, pictures, video, text, and the like.
As shown in fig. 2, according to the paging method in fig. 1, the present invention provides a deep paging device using self-increment Id, which includes a request module, a receiving module, a calculating module, an address module, and a sending module, wherein the request module issues a request paging command, the server receives the request command through the receiving module, calculates the number of pages according to the display content through the calculating module after receiving the request command, and creates a new address module for storing the address.
In an alternative embodiment, the computing module communicates data with the database via a network.
In an optional embodiment, the sending module sends the obtained final page number to a terminal for displaying.
As shown in fig. 3, according to the paging method and the paging device in fig. 1 and 2, the present invention provides a display terminal for implementing the paging function, which includes a display screen, a processor, and a storage medium, wherein the storage medium is used for storing a computer program required for paging, and the processor runs the program to display pages on the display screen.
In an alternative embodiment, the display screen includes, but is not limited to, a touch screen.
In an alternative embodiment, the storage medium includes, but is not limited to, a floppy disk, a hard disk, a flash memory, and the like.
It is to be understood that the above-described embodiments of the present invention are merely illustrative of or explaining the principles of the invention and are not to be construed as limiting the invention. Therefore, any modification, equivalent replacement, improvement and the like made without departing from the spirit and scope of the present invention should be included in the protection scope of the present invention. Further, it is intended that the appended claims cover all such variations and modifications as fall within the scope and boundaries of the appended claims or the equivalents of such scope and boundaries.
Claims (9)
1. A method for enhancing deep paging by using self-increasing Id is characterized in that the specific flow is as follows:
(1) a paging request is made;
(2) after receiving the command, the server firstly specifies the content displayed on each page;
(3) the server collects the records of related contents in all databases and automatically establishes an Id address;
(4) the server displays first page data according to each page display content;
(5) after the first page of data is displayed, the server automatically adds 1 to the Id address;
(6) the server automatically pages at the background, and simultaneously, the server automatically adds 1 to the Id address until the related content pages are finished;
(7) the server identifies the address of the Id address after paging is completed, so that the specific paging number is obtained;
(8) the paging number is displayed on the terminal device.
2. The method of claim 1 wherein the Id address has an initial value of "0".
3. The method of claim 1, wherein the display content includes but is not limited to pictures, videos, and texts.
4. The device for improving the deep paging by using the self-increment Id is used for realizing the method for improving the deep paging by using the self-increment Id as claimed in the claims 1-3, and is characterized by comprising a request module, a receiving module, a calculating module, an address module and a sending module, wherein the request module provides a request paging command, a server receives the request command through the receiving module, calculates the page number according to the display content through the calculating module after receiving the command, and newly establishes the address module for storing the address.
5. The apparatus as claimed in claim 1, wherein the computing module is configured to transmit data via a network and a database.
6. The device for improving deep paging with self-increasing Id as claimed in claim 1, wherein the sending module sends the final page number to the terminal for display.
7. A display terminal comprising a display screen, a processor, and a storage medium for storing a computer program required for paging, wherein the processor executes the program to display the number of pages on the display screen, and the paging device as claimed in claims 4 to 6 is implemented.
8. A display terminal according to claim 7, wherein the display screen includes but is not limited to a touch screen.
9. The display terminal of claim 7, wherein the storage medium includes but is not limited to a floppy disk, a hard disk, and a flash memory.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910791824.8A CN110618972A (en) | 2019-08-26 | 2019-08-26 | Method for improving deep paging by using self-increasing Id |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201910791824.8A CN110618972A (en) | 2019-08-26 | 2019-08-26 | Method for improving deep paging by using self-increasing Id |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| CN110618972A true CN110618972A (en) | 2019-12-27 |
Family
ID=68922107
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201910791824.8A Pending CN110618972A (en) | 2019-08-26 | 2019-08-26 | Method for improving deep paging by using self-increasing Id |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN110618972A (en) |
Citations (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102411585A (en) * | 2010-09-21 | 2012-04-11 | 厦门市美亚柏科信息股份有限公司 | A web page paging data preloading method and system |
| US20140325027A1 (en) * | 2013-04-24 | 2014-10-30 | Xiaomi Inc. | Method and terminal device for requesting and presenting data |
| CN105653537A (en) * | 2014-11-13 | 2016-06-08 | 阿里巴巴集团控股有限公司 | Paging query method and device for database application system |
| CN106649371A (en) * | 2015-10-30 | 2017-05-10 | 北京国双科技有限公司 | Data processing method and device for crawlers |
| CN107329976A (en) * | 2017-05-26 | 2017-11-07 | 深圳市小牛在线互联网信息咨询有限公司 | Webpage paging method, device, computer equipment and computer-readable recording medium |
| CN108009207A (en) * | 2017-11-06 | 2018-05-08 | 东软集团股份有限公司 | Incremental data inquiry method and device, storage medium, electronic equipment |
| CN108509529A (en) * | 2018-03-14 | 2018-09-07 | 武汉斗鱼网络科技有限公司 | Data page sort method, device and readable storage medium storing program for executing |
| CN109344197A (en) * | 2018-09-13 | 2019-02-15 | 广州帷策智能科技有限公司 | Paging method for down loading and device based on big data |
| CN109871406A (en) * | 2018-12-28 | 2019-06-11 | 北京云杉信息技术有限公司 | The design method of universal monitor report platform |
| CN110162540A (en) * | 2019-04-17 | 2019-08-23 | 平安科技(深圳)有限公司 | Querying method, electronic device and the storage medium of block chain account book data |
-
2019
- 2019-08-26 CN CN201910791824.8A patent/CN110618972A/en active Pending
Patent Citations (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102411585A (en) * | 2010-09-21 | 2012-04-11 | 厦门市美亚柏科信息股份有限公司 | A web page paging data preloading method and system |
| US20140325027A1 (en) * | 2013-04-24 | 2014-10-30 | Xiaomi Inc. | Method and terminal device for requesting and presenting data |
| CN105653537A (en) * | 2014-11-13 | 2016-06-08 | 阿里巴巴集团控股有限公司 | Paging query method and device for database application system |
| CN106649371A (en) * | 2015-10-30 | 2017-05-10 | 北京国双科技有限公司 | Data processing method and device for crawlers |
| CN107329976A (en) * | 2017-05-26 | 2017-11-07 | 深圳市小牛在线互联网信息咨询有限公司 | Webpage paging method, device, computer equipment and computer-readable recording medium |
| CN108009207A (en) * | 2017-11-06 | 2018-05-08 | 东软集团股份有限公司 | Incremental data inquiry method and device, storage medium, electronic equipment |
| CN108509529A (en) * | 2018-03-14 | 2018-09-07 | 武汉斗鱼网络科技有限公司 | Data page sort method, device and readable storage medium storing program for executing |
| CN109344197A (en) * | 2018-09-13 | 2019-02-15 | 广州帷策智能科技有限公司 | Paging method for down loading and device based on big data |
| CN109871406A (en) * | 2018-12-28 | 2019-06-11 | 北京云杉信息技术有限公司 | The design method of universal monitor report platform |
| CN110162540A (en) * | 2019-04-17 | 2019-08-23 | 平安科技(深圳)有限公司 | Querying method, electronic device and the storage medium of block chain account book data |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| KR20200027413A (en) | Method, device and system for storing data | |
| CN102186067B (en) | Image frame transmission method, device, display method and system | |
| CN110134648A (en) | Log processing method, device, equipment, system, and computer-readable storage medium | |
| CN108549525B (en) | Data storage and access method and device, electronic equipment and storage medium | |
| CN102725753A (en) | Method and apparatus for optimizing data access, method and apparatus for optimizing data storage | |
| CN109271285B (en) | File backup method, equipment and computer storage medium | |
| US20220300573A1 (en) | Method for presenting information, electronic device, and storage medium | |
| CN111966887B (en) | Dynamic caching method and device, electronic equipment and storage medium | |
| CN110413413A (en) | A kind of method for writing data, device, equipment and storage medium | |
| CN103823818A (en) | Book system on basis of virtual reality | |
| EP2997715B1 (en) | Transmitting information based on reading speed | |
| CN109347899B (en) | Method of writing log data in distributed storage system | |
| CN107797758B (en) | Date storage method, data access method and device | |
| CN116541174A (en) | Storage device capacity processing method, device, equipment and storage medium | |
| CN110543575B (en) | Media file retrieval method and device of vehicle-mounted external storage equipment | |
| CN112328272B (en) | Algorithm upgrading method, device, equipment and storage medium | |
| CN112235632A (en) | Video processing method and device and server | |
| CN105407148A (en) | Network data synchronization method, device and system based on client | |
| CN113449042B (en) | Automatic data warehouse separation method and device | |
| CN107480269B (en) | Object display method and system, medium and computing equipment | |
| CN112783887A (en) | Data processing method and device based on data warehouse | |
| CN104391947A (en) | Real-time processing method and system of mass GIS (geographic information system) data | |
| CN110618972A (en) | Method for improving deep paging by using self-increasing Id | |
| CN103678008A (en) | Data reading method and corresponding data reading device | |
| CN117216114A (en) | Data stream association method, device, equipment and storage medium thereof |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PB01 | Publication | ||
| PB01 | Publication | ||
| SE01 | Entry into force of request for substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| RJ01 | Rejection of invention patent application after publication |
Application publication date: 20191227 |
|
| RJ01 | Rejection of invention patent application after publication |