CN113986439A - Data display method and device - Google Patents

Data display method and device Download PDF

Info

Publication number
CN113986439A
CN113986439A CN202111280858.4A CN202111280858A CN113986439A CN 113986439 A CN113986439 A CN 113986439A CN 202111280858 A CN202111280858 A CN 202111280858A CN 113986439 A CN113986439 A CN 113986439A
Authority
CN
China
Prior art keywords
data
paging
displayed
page
display
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
Application number
CN202111280858.4A
Other languages
Chinese (zh)
Inventor
陈建波
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guahao Net Hangzhou Technology Co Ltd
Original Assignee
Guahao Net Hangzhou Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Guahao Net Hangzhou Technology Co Ltd filed Critical Guahao Net Hangzhou Technology Co Ltd
Priority to CN202111280858.4A priority Critical patent/CN113986439A/en
Publication of CN113986439A publication Critical patent/CN113986439A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The embodiment of the application provides a data display method and a device, which relate to the field of data processing, and the data display method comprises the following steps: firstly, acquiring data to be displayed; determining a data paging mode according to the data to be displayed; further, paging the data to be displayed according to a data paging mode to obtain a plurality of paging data; and finally, displaying a plurality of paging data according to pages according to the received operation instruction, and reasonably displaying the data according to the user requirements, thereby solving the problem of page blockage caused by excessive page turning during rolling loading.

Description

Data display method and device
Technical Field
The present application relates to the field of data processing, and in particular, to a data display method and apparatus.
Background
With the continuous development of internet technology, more and more data information display methods appear in front of people. Among them, when a person uses a computer to display data, a method of scrolling and loading is generally used. In the application process of the method, data loading is carried out according to rolling, and then the newly requested data is spliced to the existing array, so that the effect of displaying new content is achieved. However, in practice, it has been found that when a user scrolls through a large amount of data, a page stuck problem often occurs due to a large number of loads.
Disclosure of Invention
An object of the embodiments of the present application is to provide a data display method and apparatus, which can perform reasonable data display according to user requirements, thereby solving the problem of page jamming caused by too many pages being turned during scrolling loading.
A first aspect of an embodiment of the present application provides a data display method, including:
acquiring data to be displayed;
determining a data paging mode according to the data to be displayed;
paging the data to be displayed according to the data paging mode to obtain a plurality of paging data;
and displaying the paging data according to pages according to the received operation instruction.
In the implementation process, data to be displayed is obtained firstly; determining a data paging mode according to the data to be displayed; further, paging the data to be displayed according to a data paging mode to obtain a plurality of paging data; and finally, displaying a plurality of paging data according to pages according to the received operation instruction, and reasonably displaying the data according to the user requirements, thereby solving the problem of page blockage caused by excessive page turning during rolling loading.
Further, the step of paging the data to be displayed according to the data paging mode to obtain a plurality of paged data includes:
paging the data to be displayed according to a preset single-page data display amount and the data paging mode to obtain a plurality of paging data; the paging data have a precedence order.
Further, the step of determining a data paging mode according to the data to be displayed includes:
acquiring the data volume of the data to be displayed;
judging whether the data volume is larger than a preset data volume threshold value or not;
when the data volume is larger than the preset data volume threshold value, determining that the data paging mode is a back-end paging mode;
and when the data volume is not larger than the preset data volume threshold value, determining that the data paging mode is a front-end paging mode.
Further, the step of displaying the paging data by page according to the received operation instruction includes:
when the data paging mode is a back-end paging mode and the operation instruction is a page-up instruction and the current page number is not one, requesting and displaying previous paging data of the current paging data; the top of the previous paging data and the top of the display page have a preset distance;
when the operation instruction is a downward turning instruction and the current page number is not the total number of the page numbers, requesting and displaying the next paging data of the current paging data; the preset distance exists between the bottom of the next paging data and the bottom of the display page.
Further, the step of determining a data paging mode according to the data to be displayed includes:
judging whether the data to be displayed needs to be screened or not;
when the data to be displayed needs to be screened, all the data to be displayed are acquired at a time, and the data paging mode is determined to be a front-end paging mode.
Further, the step of displaying the paging data by page according to the received operation instruction includes:
when the data paging mode is a front-end paging mode and the operation instruction is a page-up instruction and the displayed number of data is greater than the preset single-page data display amount, displaying the previous paging data of the current paging data; the top of the previous paging data and the top of the display page have a preset distance;
when the operation instruction is a downward turning instruction and the displayed number of the data is less than the total number of the data, displaying the next paging data of the current paging data; the preset distance exists between the bottom of the next paging data and the bottom of the display page.
A second aspect of embodiments of the present application provides a data display apparatus, including:
the device comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is used for acquiring data to be displayed;
the determining unit is used for determining a data paging mode according to the data to be displayed;
the paging unit is used for paging the data to be displayed according to the data paging mode to obtain a plurality of paging data;
and the display unit is used for displaying the paging data according to the received operation instruction.
In the implementation process, the acquisition unit acquires data to be displayed firstly; the determining unit determines a data paging mode according to the data to be displayed; furthermore, the paging unit pages the data to be displayed according to the data paging mode to obtain a plurality of paging data; and finally, the display unit displays a plurality of paging data according to the received operation instruction and pages, and can reasonably display the data according to the user requirements, thereby solving the problem of page blockage caused by excessive page turning during rolling loading.
Further, the paging unit is specifically configured to page the data to be displayed according to a preset single-page data display amount and the data paging mode to obtain a plurality of paging data; the paging data have a precedence order.
A third aspect of embodiments of the present application provides an electronic device, including a memory and a processor, where the memory is used to store a computer program, and the processor runs the computer program to enable the electronic device to execute the data display method according to any one of the first aspect of embodiments of the present application.
A fourth aspect of the embodiments of the present application provides a computer-readable storage medium, which stores computer program instructions, and when the computer program instructions are read and executed by a processor, the computer program instructions execute the data display method according to any one of the first aspect of the embodiments of the present application.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments of the present application will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and that those skilled in the art can also obtain other related drawings based on the drawings without inventive efforts.
Fig. 1 is a schematic flowchart of a data display method according to an embodiment of the present application;
fig. 2 is a schematic flow chart of another data display method according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a data display device according to an embodiment of the present disclosure;
fig. 4 is a schematic structural diagram of another data display device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. Meanwhile, in the description of the present application, the terms "first", "second", and the like are used only for distinguishing the description, and are not to be construed as indicating or implying relative importance.
Example 1
Referring to fig. 1, fig. 1 is a schematic flow chart of a data display method according to an embodiment of the present application. The data display method comprises the following steps:
and S101, acquiring data to be displayed.
In the embodiment of the present application, the execution subject of the method may be a computing device such as a computer and a server, and is not limited in this embodiment.
In this embodiment, an execution subject of the method may also be an intelligent device such as a smart phone and a tablet computer, which is not limited in this embodiment.
In the embodiment of the application, the method is applied to a page display scene aiming at the internet page.
And S102, determining a data paging mode according to the data to be displayed.
In the embodiment of the present application, the data paging mode may be a front-end paging mode or a back-end paging mode, which is not limited in this embodiment.
As an optional implementation manner, when the data size of the data to be displayed is large, the data paging mode is determined to be the back-end paging mode, and otherwise, the data paging mode is determined to be the back-end paging mode.
As an optional implementation manner, if the data to be displayed needs to be filtered before displaying, the data paging mode is determined to be the back-end paging mode, otherwise, the data paging mode is determined to be the back-end paging mode.
S103, paging the data to be displayed according to the data paging mode to obtain a plurality of paging data.
As a further optional implementation, the step of paging the data to be displayed according to the data paging mode to obtain multiple paged data includes:
paging data to be displayed according to preset single-page data display quantity and a data paging mode to obtain a plurality of paging data; the paging data has a sequence.
And S104, displaying a plurality of paging data according to pages according to the received operation instructions.
It can be seen that, by implementing the data display method described in this embodiment, reasonable data display can be performed according to user requirements, so that the problem of page stutter caused by too many pages being turned during scroll loading is solved.
Example 2
Referring to fig. 2, fig. 2 is a schematic flow chart of another data display method according to an embodiment of the present application. As shown in fig. 2, wherein the data display method includes:
s201, obtaining data to be displayed.
S202, acquiring the data volume of the data to be displayed.
S203, judging whether the data volume is larger than a preset data volume threshold value or not, and if so, executing a step S204; if not, step S205 is performed.
After step S203, the following steps are also included:
s204, when the data volume is larger than the preset data volume threshold, determining that the data paging mode is a back-end paging mode, and executing the step S206 to the step S208.
S205, when the data volume is not larger than the preset data volume threshold, determining the data paging mode as a front-end paging mode, and executing step S206 and steps S209 to S210.
In the embodiment of the present application, the data paging manner can be determined according to the data to be displayed by implementing the steps S202 to S205.
As an optional implementation manner, the step of determining the data paging mode according to the data to be displayed includes:
judging whether to screen the data to be displayed;
when the data to be displayed needs to be screened, all the data to be displayed are acquired at a time, and the data paging mode is determined to be a front-end paging mode.
After step S205, the following steps are also included:
and S206, paging the data to be displayed according to the data paging mode to obtain a plurality of paging data.
S207, when the data paging mode is a back-end paging mode, and when the operation instruction is an upturning instruction and the current page number is not one, requesting and displaying the previous paging data of the current paging data; the top of the previous paging data is a preset distance from the top of the display page.
In the embodiment of the application, when the data paging mode is a back-end paging mode, the first page is displayed during initial loading, the page number is reset to be 1, and the number of displayed pieces of each page is self-defined according to the situation.
After step S207, the following steps are also included:
and S208, when the operation instruction is a downward-turning instruction and the current page number is not the total number of the page numbers, requesting and displaying the next paging data of the current paging data, and ending the process.
In the embodiment of the application, a preset distance exists between the bottom of the latter paging data and the bottom of the display page.
In the embodiment of the application, when the page number is 1, the page cannot be turned upwards; the page cannot be turned down when the page number is equal to the total number of pages.
In the embodiment of the application, when the page is turned down, the page number is increased by 1, the data is requested again, and the page rolling height is reset to the preset distance.
In the embodiment of the present application, the preset distance may be specifically a distance from one pixel at the top of the display screen, so as to prevent the boundary condition from triggering page turning.
In the embodiment of the application, when the page is turned upwards, the page number is reduced by 1, the data is requested again, and meanwhile, the page rolling height is reset to the preset distance.
In the embodiment of the present application, by implementing the steps S207 to S208, when the data paging mode is the back-end paging mode, the data paging mode can be determined according to the data to be displayed.
S209, when the data paging mode is a front-end paging mode, and when the operation instruction is an upturning instruction and the number of displayed data is larger than the preset single-page data display amount, displaying the previous paging data of the current paging data; the top of the previous paging data is a preset distance from the top of the display page.
In the embodiment of the present application, when the data paging mode is a front-end paging mode, all data needs to be acquired at one time, and paging processing is performed at the front end.
In the embodiment of the application, the preset display amount of single-page data is predefined, and specifically, the number of pageSize displayed on each page may be defined.
In this embodiment of the application, when the data paging mode is a front-end paging mode, the pageSize bar record is displayed during initialization loading, the start position start of the recorded data is 0, and then the end position is start + pageSize.
And S210, when the operation instruction is a downward turning instruction and the displayed number of the data is less than the total number of the data, displaying the next paging data of the current paging data, and ending the process.
In the embodiment of the application, if the starting position of the current data is start < pageSize, the page cannot be turned upwards; if the current data start position + pageSize > total number of pieces, the page cannot be turned down.
In this application embodiment, when the page is turned down, then the data start position of the next page is start + pageSize, then intercept array display data according to the data start position and the end position of the next page, and simultaneously reset the page rolling height to the distance from one pixel at the top (prevent that the boundary condition triggers the page turning).
In this embodiment of the application, when a page is turned up, the data start position of the previous page is start-pageSize, the array display data is intercepted according to the data start position and the end position of the previous page, and the page rolling height is reset to the distance from one pixel at the bottom (preventing the boundary condition from triggering the page turning).
In the embodiment of the application, a preset distance exists between the bottom of the latter paging data and the bottom of the display page.
In the embodiment of the present application, by implementing the steps S202 to S205, when the data paging mode is the front-end paging mode, the data paging mode can be determined according to the data to be displayed.
It can be seen that, by implementing the data display method described in this embodiment, reasonable data display can be performed according to user requirements, so that the problem of page stutter caused by too many pages being turned during scroll loading is solved.
Example 3
Please refer to fig. 3, fig. 3 is a schematic structural diagram of a data display device according to an embodiment of the present application. As shown in fig. 3, the data display apparatus includes:
an obtaining unit 310, configured to obtain data to be displayed;
a determining unit 320, configured to determine a data paging manner according to data to be displayed;
the paging unit 330 is configured to page the data to be displayed according to a data paging manner to obtain a plurality of paging data;
the display unit 340 is configured to display the plurality of paging data by page according to the received operation instruction.
In the embodiment of the present application, for the explanation of the data display device, reference may be made to the description in embodiment 1 or embodiment 2, and details are not repeated in this embodiment.
It can be seen that, the data display device described in this embodiment can perform reasonable data display according to the user requirement, thereby solving the problem of page jamming caused by too many pages being turned during the scroll loading.
Example 4
Referring to fig. 4, fig. 4 is a schematic structural diagram of another data display device according to an embodiment of the present disclosure. The data display device shown in fig. 4 is optimized from the data display device shown in fig. 3. As shown in fig. 4, the paging unit 330 is specifically configured to page the data to be displayed according to a preset single-page data display amount and a data paging manner to obtain a plurality of paging data; the paging data has a sequence.
As an alternative embodiment, the determining unit 320 includes:
a first subunit 321, configured to obtain a data amount of data to be displayed;
a second subunit 322, configured to determine whether the data amount is greater than a preset data amount threshold;
a third subunit 323, configured to determine that the data paging mode is a back-end paging mode when the data amount is greater than the preset data amount threshold; and when the data volume is not larger than the preset data volume threshold value, determining that the data paging mode is a front-end paging mode.
As another alternative embodiment, the determining unit 320 includes:
a first subunit 321, configured to determine whether to screen data to be displayed;
the second subunit 322 is configured to acquire all data to be displayed at a time when the data to be displayed needs to be screened;
the third sub-unit 322 is configured to determine that the data paging mode is a front-end paging mode.
As an alternative embodiment, the display unit 340 includes:
a fourth subunit 341, configured to request and display the previous paging data of the current paging data when the data paging mode is the back-end paging mode and when the operation instruction is the page-up instruction and the current page number is not one; the top of the previous paging data and the top of the display page have a preset distance;
a fifth subunit 342, configured to request and display next paging data of the current paging data when the operation instruction is a page down instruction and the current page is not the total number of pages; the bottom of the latter paging data is a preset distance away from the bottom of the display page.
As an optional implementation manner, the fourth subunit 341 is further configured to display the previous page data of the current page data when the data paging mode is the front-end paging mode and when the operation instruction is the flip-up instruction and the number of displayed data pieces is greater than the preset display amount of single-page data; the top of the previous paging data and the top of the display page have a preset distance;
the fifth subunit 342 is further configured to, when the operation instruction is a downward-turning instruction and the number of displayed data pieces is less than the total number of data pieces, display next paging data of the current paging data; the bottom of the latter paging data is a preset distance away from the bottom of the display page.
In the embodiment of the present application, for the explanation of the data display device, reference may be made to the description in embodiment 1 or embodiment 2, and details are not repeated in this embodiment.
It can be seen that, the data display device described in this embodiment can perform reasonable data display according to the user requirement, thereby solving the problem of page jamming caused by too many pages being turned during the scroll loading.
An embodiment of the present application provides an electronic device, which includes a memory and a processor, where the memory is used to store a computer program, and the processor runs the computer program to enable the electronic device to execute the data display method in embodiment 1 or embodiment 2 of the present application.
An embodiment of the present application provides a computer-readable storage medium, which stores computer program instructions, and when the computer program instructions are read and executed by a processor, the computer program instructions execute the data display method according to any one of embodiment 1 or embodiment 2 of the present application.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus embodiments described above are merely illustrative, and for example, the flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, functional modules in the embodiments of the present application may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer-readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
The above description is only an example of the present application and is not intended to limit the scope of the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application. It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any person skilled in the art can easily conceive of the changes or substitutions within the technical scope of the present application, and shall be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.
It is noted that, herein, relational terms such as first and second, and the like may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.

Claims (10)

1. A method of displaying data, comprising:
acquiring data to be displayed;
determining a data paging mode according to the data to be displayed;
paging the data to be displayed according to the data paging mode to obtain a plurality of paging data;
and displaying the paging data according to pages according to the received operation instruction.
2. The data display method of claim 1, wherein the step of paging the data to be displayed according to the data paging manner to obtain a plurality of paged data comprises:
paging the data to be displayed according to a preset single-page data display amount and the data paging mode to obtain a plurality of paging data; the paging data have a precedence order.
3. The data display method of claim 1, wherein the step of determining the data paging mode according to the data to be displayed comprises:
acquiring the data volume of the data to be displayed;
judging whether the data volume is larger than a preset data volume threshold value or not;
when the data volume is larger than the preset data volume threshold value, determining that the data paging mode is a back-end paging mode;
and when the data volume is not larger than the preset data volume threshold value, determining that the data paging mode is a front-end paging mode.
4. The data display method according to claim 3, wherein the step of displaying the paginated data by pages according to the received operation instruction comprises:
when the data paging mode is a back-end paging mode and the operation instruction is a page-up instruction and the current page number is not one, requesting and displaying previous paging data of the current paging data; the top of the previous paging data and the top of the display page have a preset distance;
when the operation instruction is a downward turning instruction and the current page number is not the total number of the page numbers, requesting and displaying the next paging data of the current paging data; the preset distance exists between the bottom of the next paging data and the bottom of the display page.
5. The data display method of claim 1, wherein the step of determining the data paging mode according to the data to be displayed comprises:
judging whether the data to be displayed needs to be screened or not;
when the data to be displayed needs to be screened, all the data to be displayed are acquired at a time, and the data paging mode is determined to be a front-end paging mode.
6. The data display method according to any one of claims 3 to 5, wherein the step of displaying the plurality of paginated data by pages according to the received operation instruction comprises:
when the data paging mode is a front-end paging mode and the operation instruction is a page-up instruction and the displayed number of data is greater than the preset single-page data display amount, displaying the previous paging data of the current paging data; the top of the previous paging data and the top of the display page have a preset distance;
when the operation instruction is a downward turning instruction and the displayed number of the data is less than the total number of the data, displaying the next paging data of the current paging data; the preset distance exists between the bottom of the next paging data and the bottom of the display page.
7. A data display device, characterized in that the data display device comprises:
the device comprises an acquisition unit, a display unit and a display unit, wherein the acquisition unit is used for acquiring data to be displayed;
the determining unit is used for determining a data paging mode according to the data to be displayed;
the paging unit is used for paging the data to be displayed according to the data paging mode to obtain a plurality of paging data;
and the display unit is used for displaying the paging data according to the received operation instruction.
8. The data display device according to claim 7, wherein the paging unit is specifically configured to page the data to be displayed according to a preset single-page data display amount and the data paging manner to obtain a plurality of paging data; the paging data have a precedence order.
9. An electronic device, comprising a memory for storing a computer program and a processor for executing the computer program to cause the electronic device to perform the data display method of any one of claims 1 to 6.
10. A readable storage medium having stored therein computer program instructions which, when read and executed by a processor, perform the data display method of any one of claims 1 to 6.
CN202111280858.4A 2021-11-01 2021-11-01 Data display method and device Pending CN113986439A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111280858.4A CN113986439A (en) 2021-11-01 2021-11-01 Data display method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111280858.4A CN113986439A (en) 2021-11-01 2021-11-01 Data display method and device

Publications (1)

Publication Number Publication Date
CN113986439A true CN113986439A (en) 2022-01-28

Family

ID=79745129

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111280858.4A Pending CN113986439A (en) 2021-11-01 2021-11-01 Data display method and device

Country Status (1)

Country Link
CN (1) CN113986439A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114791984A (en) * 2022-06-27 2022-07-26 北京东方国信科技股份有限公司 Navigation tree display method, navigation tree display device and electronic equipment

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108829311A (en) * 2017-04-27 2018-11-16 北京京东尚科信息技术有限公司 A kind of method and apparatus based on Widget display data
CN110737857A (en) * 2019-09-11 2020-01-31 苏州浪潮智能科技有限公司 back-end paging acceleration method, system, terminal and storage medium
CN110866202A (en) * 2019-11-15 2020-03-06 成都知道创宇信息技术有限公司 Front-end paging method and device and readable storage medium
CN111460011A (en) * 2020-03-27 2020-07-28 中国平安人寿保险股份有限公司 Page data display method and device, server and storage medium
CN112416478A (en) * 2019-08-20 2021-02-26 北京国双科技有限公司 Information display method and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108829311A (en) * 2017-04-27 2018-11-16 北京京东尚科信息技术有限公司 A kind of method and apparatus based on Widget display data
CN112416478A (en) * 2019-08-20 2021-02-26 北京国双科技有限公司 Information display method and system
CN110737857A (en) * 2019-09-11 2020-01-31 苏州浪潮智能科技有限公司 back-end paging acceleration method, system, terminal and storage medium
CN110866202A (en) * 2019-11-15 2020-03-06 成都知道创宇信息技术有限公司 Front-end paging method and device and readable storage medium
CN111460011A (en) * 2020-03-27 2020-07-28 中国平安人寿保险股份有限公司 Page data display method and device, server and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
小宇宙CHRIS_310: ""分页"", pages 1 - 3, Retrieved from the Internet <URL:https://blog.csdn.net/qq_38796823/article/details/87864182?> *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114791984A (en) * 2022-06-27 2022-07-26 北京东方国信科技股份有限公司 Navigation tree display method, navigation tree display device and electronic equipment

Similar Documents

Publication Publication Date Title
WO2017177931A1 (en) Text information display method and apparatus, and mobile device
WO2016107325A1 (en) Page resource loading method and device based on mobile terminal
CN111294459B (en) Method, device and storage medium for detecting privacy of android mobile phone
CN105630792B (en) Information display and push method and device
CN110442287A (en) Page navigation method and device
CN115421837B (en) Information display method, device, computer equipment and storage medium
CN111277696A (en) Method and device for detecting privacy of apple mobile phone
CN107515950A (en) A kind of image processing method, device, terminal and computer-readable recording medium
CN111125153A (en) Object management method, device, client and medium
CN107391534B (en) Page display method, page file return method, page display device, page file return device and computer storage medium
CN113986439A (en) Data display method and device
CN111143731B (en) Display method and device for webpage interface zooming and terminal equipment
CN109828715B (en) Screen recording method and device
EP3073360A1 (en) Multi-media data backup method, user terminal and synchronizer
CN104317581B (en) Display method and electronic equipment
CN111262996A (en) Notification bar message processing method and device, electronic device and storage medium
CN112711726B (en) Method, device, computer equipment and storage medium for caching video data
CN105204724A (en) Information display method and device
CN112131840A (en) Page processing method, device, storage medium and processor
US9536013B2 (en) Method and apparatus for web browsing of handheld device
CN112541140A (en) List loading method, terminal device, electronic device and storage medium
CN112115690A (en) Method, system, storage medium and terminal for selecting area in mobile terminal table
CN111782126A (en) Screen saver display method for reading application, computing equipment and computer storage medium
CN111091531B (en) Click recognition method and electronic equipment
CN110990551B (en) Text content processing method, device, equipment and storage medium

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