CN111858581B - Paging query method and device, storage medium and electronic equipment - Google Patents

Paging query method and device, storage medium and electronic equipment Download PDF

Info

Publication number
CN111858581B
CN111858581B CN202010515138.0A CN202010515138A CN111858581B CN 111858581 B CN111858581 B CN 111858581B CN 202010515138 A CN202010515138 A CN 202010515138A CN 111858581 B CN111858581 B CN 111858581B
Authority
CN
China
Prior art keywords
content
target
user
paging
target content
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.)
Active
Application number
CN202010515138.0A
Other languages
Chinese (zh)
Other versions
CN111858581A (en
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.)
Yuanguang Software Co Ltd
Original Assignee
Yuanguang Software 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 Yuanguang Software Co Ltd filed Critical Yuanguang Software Co Ltd
Priority to CN202010515138.0A priority Critical patent/CN111858581B/en
Publication of CN111858581A publication Critical patent/CN111858581A/en
Application granted granted Critical
Publication of CN111858581B publication Critical patent/CN111858581B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • G06F16/24539Query rewriting; Transformation using cached or materialised query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2453Query optimisation
    • G06F16/24534Query rewriting; Transformation
    • G06F16/24549Run-time optimisation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Software Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

The invention discloses a paging query method, a paging query device, a storage medium and electronic equipment, and relates to the field of data processing, wherein the paging query method comprises the following steps: receiving index information input by a user, matching target content according to the index information, and displaying first content in the target content in a current page; receiving a selection instruction of a user to select at least one target field from the first content; and asynchronously extracting and caching the target content according to the target field, and displaying second content asynchronously extracted from the target content in a next page after receiving a page turning instruction of a user. The method provided by the invention greatly shortens the paging inquiry time and improves the paging inquiry efficiency.

Description

Paging query method and device, storage medium and electronic equipment
Technical Field
The present invention relates to the field of data processing, and in particular, to a method, an apparatus, a storage medium, and an electronic device for paging query.
Background
Because of the large volume of large enterprise data, it is often necessary to query for massive user data or massive order data. For example, a server-side paging query, a query for a distributed photovoltaic settlement processing page, a query for a subsidy directory, or a query for an invoice matching page. When inquiring mass data, the prior art scheme is as follows: after receiving the inquiry information, loading the full data and checking the data of the first page (current page) after the full data, and obviously, two inquiry needs to be carried out from the time of inputting the inquiry information to the time of seeing the data by the user. More specifically, each time a page is turned, the data of the current page needs to be queried again to ensure that the data of the current page is not displayed in the next page. The paging inquiry mode is long in inquiry time and low in efficiency. Therefore, a paging query method with short time and higher efficiency is needed.
Disclosure of Invention
The invention aims to provide a paging query method, a paging query device, a storage medium and electronic equipment, so as to solve the problems of long time consumption and low efficiency of the current paging query.
The technical scheme of the invention is as follows:
A method of paging a query, comprising the steps of:
Receiving index information input by a user, matching target content according to the index information, and displaying first content in the target content in a current page;
receiving a selection instruction of a user to select at least one target field from the first content;
And asynchronously extracting and caching the target content according to the target field, and displaying second content asynchronously extracted from the target content in a next page after receiving a page turning instruction of a user.
As another alternative of the present invention, the step of receiving index information input by a user and matching target contents according to the index information, and displaying a first content of the target contents in a current page includes: and paging the target content according to the preset page number so that the data number in each page of target content is the same.
As another alternative of the present invention: the index information is one or more than one query word used for acquiring target content from data; the target field is one or more of the header keywords contained in the target content.
As another optional aspect of the present invention, the step of asynchronously extracting and caching the target content according to the target field includes: after the user selects and confirms the target field, the first content is removed from the target content according to the target field, and the rest of the target content is saved as the second content.
As another alternative of the present invention, the step of storing the remaining target content as the second content includes: and ordering the second content according to a preset ordering mode to obtain a corresponding ordering result, and ordering the first content in front of the ordering result to ensure that the first content is displayed before the second content is displayed.
As another alternative of the present invention, the step of displaying the second content asynchronously extracted from the target content in the next page includes: and displaying the second content in the next page in turn according to the sorting result.
As another alternative of the present invention, the step of asynchronously extracting and caching the target content according to the target field, and after receiving a page turning command from a user, displaying a second content asynchronously extracted from the target content in a next page includes the steps of: and exporting the target content according to a preset export rule, and storing the exported target content.
The invention also provides a device for paging inquiry, wherein the device for paging inquiry comprises:
The input module is used for receiving index information input by a user;
the matching module is used for matching target content according to the index information and asynchronously extracting and caching the target content according to a target field;
A selection module, configured to receive a selection instruction of a user, so as to select at least one target field from the first content;
and the display module is used for displaying the first content and the second content in the target content.
The present invention also provides a computer storage medium having stored thereon a plurality of instructions adapted to be loaded by a processor and to perform the method of paging a query.
The invention also provides an electronic device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the method of paging queries when executing the computer program.
The technical scheme provided by the embodiments of the invention has the beneficial effects that at least: the method provided by the invention greatly shortens the paging inquiry time and improves the paging inquiry efficiency. Specifically, when a user needs to inquire data, index information is input first, at this time, corresponding target content can be matched according to the index information input by the user, and part of the target content is used as first content to be displayed on a current page; then, at least one target field is extracted from the first content; finally, the target content is asynchronously extracted and cached according to the target field, and after the user turns pages, the second content is displayed in the next page (the next page and the pages after the next page). Therefore, when the user turns pages, the second content can be directly displayed based on the cache, so that the paging inquiry time is greatly shortened, and the paging inquiry efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the application or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the application, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of a method for paging query according to a preferred embodiment of the present invention.
FIG. 2 is a block diagram of a page query device according to a preferred embodiment of the present invention.
Fig. 3 is a block diagram of an electronic device according to a preferred embodiment of the present invention.
Detailed Description
In order to make the features and advantages of the present application more obvious and understandable, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments, but not all embodiments of the present application. All other embodiments, which can be made by those skilled in the art based on the embodiments of the application without making any inventive effort, are intended to be within the scope of the application.
When the following description refers to the accompanying drawings, the same numbers in different drawings refer to the same or similar elements, unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application as detailed in the accompanying claims.
In the description of the embodiments of the present application, it is to be understood that in the description of the present application, unless otherwise indicated, "a plurality" means two or more. "and/or", describes an association relationship of an association object, and indicates that there may be three relationships, for example, a and/or B, and may indicate: a exists alone, A and B exist together, and B exists alone. The character "/" generally indicates that the context-dependent object is an "or" relationship.
Referring to fig. 1, fig. 1 is a flowchart of a preferred embodiment of a method for paging a query, the method comprising the steps of:
s1, receiving index information input by a user, matching target content according to the index information, and displaying first content in the target content in a current page.
The index information refers to query words input by a user, namely one or more of the query words used for acquiring target content from data. For example, if it is necessary to acquire relevant employee information from an employee roster, specifically, the index information is one or several of age information, position information, or working years. For example, the index information input by the user is "more than 30 years old", or the index information input by the user is "software engineer", or the index information for input is "10 years old", or the like. Of course, the index information is not limited to text format, but may be picture format, sound format, video format, or the like. As long as the query term is included, it can be used as index information in the present invention. The target content is a data set obtained by matching according to index information input by a user. For example, the query keyword entered by the user is "software engineer", and then the target content may include "Li Ming, age: 35 years old, primary software engineer "," Fang Xiaoyu, age: 28 years old, medium software engineer "," Zhou Shijie, age: 37 years old, advanced software engineers "and" national, age: 55 years old, software engineer director ", etc. In other words, all data about "software engineers" are taken as the target content. The first content refers to a part of the target content, for example, the first content is "Li Ming, age: 35 years old, primary software engineer). In other words, the target content includes a first content, a second content, a third content, a fourth content, and so on.
As another alternative of the present invention, the search information is inputted through an input box. The input box is similar to a chat input box, thereby facilitating the user to input index information in the input box.
As another alternative of the present invention, an import key is disposed in the input box. Wherein the import key is a virtual key, and when the user clicks the import key, index information, such as an import picture or an import sound clip or a video clip, can be imported from a local or mobile storage device.
As another alternative of the invention, the lead-in key is provided with identification information. The identification information is preferably a "camera" pattern, so that the user can be intuitively informed that a picture, sound or video can be imported through an import key.
As another alternative of the present invention, the step S1 includes: and paging the target content according to the preset page number so that the data number in each page of target content is the same.
The preset paging number refers to a predefined paging standard, and the data number refers to the number of data in each page. For example, the number of pages is set to 10 pages, and the target content is 300 pieces, then the number of data in each page is 30 pieces; or the number of pages is set to 15 pages, the target content is 300 pieces as well, and then the data in each page is 20 pieces. The user can set the number of pages according to the own requirement, and the invention does not limit the number of pages.
As another alternative of the present invention, the step S1 includes: and automatically checking the index information. Under the condition that the user inputs the index information quickly, the problems of misspelling and the like may exist, and at this time, before the target content is matched according to the index information, the index information can be automatically checked first, so as to ensure the accuracy of the index information.
Referring again to fig. 1, the paging query method includes the steps of:
S2, receiving a selection instruction of a user so as to select at least one target field from the first content.
The selection instruction of the user refers to a click instruction sent by the user to the terminal, for example, the user can select a target field through a mouse or a keyboard, and the user can select the target field in a touch click manner. For example, the user clicks the touch terminal by a finger, thereby transmitting a selection instruction to the touch terminal. The target field is similar to index information, is also a query word, and is mainly one or more of the header keywords contained in the target content. As previously mentioned, if relevant employee information is to be obtained from an employee roster, then the target field may be, in particular, one or more of identification card information, native or personal payroll. Although the data volume of the target content is huge, a certain relation exists between the data volumes, so that the target content can be screened through the target field. For example, the first content includes 6 pieces of data, where the first piece of data is "name: li Ming, sex: man, identity card: 44152319850101XXXX, position: software engineer ", the second piece of data is" name: wang Xiaopeng, sex: man, identity card: 44255219750202XXXX, position: test engineer ", third piece of data is" name: su Dongdong, sex: female, identity card: 44355219920303XXXX, position: test engineer ", fourth piece of data is" name: ma Xingxing, sex: man, identity card: 43455219960404XXXX, position: structural engineer ", the fifth piece of data is" name: zhou Guojiang, sex: man, identity card: 44555219760505XXXX, position: hardware engineers). Then, the user can select one or several of the "name", "identification card" or "job" as the target field, thereby performing the subsequent steps. Of course, on the basis of the above data, the native place of the native place and the personal salary may be added, for example, li Ming native place of Shanwei, personal salary of 15K, and so on.
Since the target content contains a plurality of keywords (or headers), one of the keywords may be selected as the target field, for example, "gender", "job position", "identity card", "native" or "personal salary" may be selected as the target field. Of course, the user may also select a plurality of keywords as the target fields, for example, "gender" and "job" as the target fields.
Referring again to fig. 1, the paging query method includes the steps of:
And S3, carrying out asynchronous extraction and caching on the target content according to the target field, and displaying second content which is asynchronously extracted from the target content in a next page after receiving a page turning instruction of a user.
The target content can be screened by asynchronously extracting and caching the target content, so that the screened target content (namely, second content asynchronously extracted from the target content) is displayed in the next page (particularly the next page and the later pages according to the paging data setting and forming other pages except the current page). The asynchronous extraction refers to the operation of simultaneously executing the extraction operation of the target content according to the target field when the first content is displayed, and performing the caching operation after the extraction is completed.
As another alternative of the present invention, the step S3 includes: after the user selects and confirms the target field, the first content is removed from the target content according to the target field, and the rest of the target content is saved as the second content.
After the user selects and confirms the target field, then the first content that has been displayed on the current page will be removed from the target content, and after the removal is completed, the remaining target content will be taken as the second content. For example, the target content obtained by matching the index information is 300 pieces, the number of pages set by the user is 15, then the number of data displayed on each page is 20, and obviously the first content displayed on the current page is 20 pieces, because the 20 pieces of data all contain (record) identification card information, at this time, the user can take the identification card as a target field, after confirming the identification card as the target field, asynchronously extract and cache the 300 pieces of data, and then delete the 20 pieces of identification card information from the 300 pieces of data, thereby obtaining the second content of 280 pieces of data.
As another alternative of the present invention, the step of storing the remaining target content as the second content includes: and ordering the second content according to a preset ordering mode to obtain a corresponding ordering result, and ordering the first content in front of the ordering result to ensure that the first content is displayed before the second content is displayed.
Since the first content is already displayed in the current page, in order not to cause a conflict (not to cause a program error), it is necessary to set the first content to be displayed before the second content, i.e., to rank the first content in front of the ranking result, thereby ensuring that the first content is displayed before the second content.
The preset sorting mode can be sorting according to initial letters, sorting according to the length of the fields, and sorting according to the text types of the fields (for example, the text types of the fields are Chinese, the text types of the fields are English, etc.). In this way, the rest target contents can be ranked, so that a corresponding ranking result is obtained.
As another alternative of the present invention, the step S3 includes: and displaying the second content in the next page in turn according to the sorting result.
And after receiving a page turning instruction of the user, displaying the second content in the next page according to the ordering result.
As another alternative of the present invention, the step S3 includes the following steps: and exporting the target content according to a preset export rule, and storing the exported target content.
After the user completes the query operation, the query results may need to be exported and saved. At this time, the corresponding target content can be derived according to the preset rule, so that the user can conveniently review again. The preset rule refers to a user-defined export format, for example, a preset specification is set to be in PDF format, and after the result is queried, the target content is exported as a file in PDF format and stored locally.
As another alternative scheme of the invention, the exported target content is compressed to obtain a corresponding compression result. In order to facilitate the user to copy the target content, the target content can be automatically compressed, so as to obtain a compressed file (compression result).
As another alternative of the present invention, the compression result is sent to a preset email box. The user can preset an email account, and after the inquiry and compression operations are completed, the compression result is automatically sent to the email.
In order to compare the present invention with the prior art in detail, a specific embodiment will be described below to explain why the method provided by the present invention can effectively shorten the paging inquiry time.
Please refer to tables 1 and 2, wherein tables 1 and 2 are the response time of the paging query using the prior art and the response time of the paging query using the present invention, respectively.
Table 1: response time for paging queries using prior art techniques
Table 2: response time for paging queries using the present invention
Obviously, the method provided by the invention can effectively shorten the inquiry time and the page change time, and also realize the derivation of inquiry data, which is an unrealizable target in the prior art.
Referring to fig. 2, the present invention further provides a device 10 for paging query, where the device for paging query includes:
an input module 110 for receiving index information input by a user;
a matching module 120, configured to match the target content according to the index information, and perform asynchronous extraction and caching on the target content according to a target field;
A selection module 130, configured to receive a selection instruction of a user, so as to select at least one target field from the first content.
And a display module 140, configured to display the first content and the second content in the target content.
It should be noted that, when the paging query device 10 provided in the foregoing embodiment performs the paging query method, only the division of the foregoing functional modules is used as an example, and in practical application, the foregoing functional allocation may be performed by different functional modules according to needs, that is, the internal structure of the apparatus is divided into different functional modules, so as to complete all or part of the functions described above. In addition, the above-mentioned paging query device 10 and the paging query method embodiment belong to the same concept, and the implementation process is already discussed in detail in the steps of the above-mentioned method embodiment, so that the description is omitted.
The present invention also provides a computer storage medium having stored thereon a plurality of instructions adapted to be loaded by a processor and to perform the method of paging a query.
Referring to fig. 3, the present invention further provides an electronic device 20, which includes a memory 210, a processor 220, and a computer program stored on the memory and executable on the processor, wherein the processor implements the paging query method when executing the computer program.
The processor 210 may be a general purpose processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA), a single chip microcomputer, an ARM (Acorn RISC MACHINE) or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination of these components. Also, the processor may be any conventional processor, microprocessor, or state machine. Processor 210 may also be implemented as a combination of computing devices, e.g., a combination of a DSP and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a DSP core, or any other such configuration.
The storage device 220 is used as a non-volatile computer readable storage medium, and may be used to store a non-volatile software program, a non-volatile computer executable program, and a module, such as program instructions corresponding to a method for paging query in an embodiment of the present invention. The processor 210 performs various functional applications and data processing of the page queries by running non-volatile software programs, instructions, and units stored in the memory device, i.e., the method of implementing the page queries in the method embodiments described above.
Specific technical details of the method for implementing the paging query when the electronic device 20 executes the computer program are discussed in detail in the foregoing method steps, and thus are not described in detail.
It is to be understood that the invention is not limited in its application to the examples described above, but is capable of modification and variation in light of the above teachings by those skilled in the art, and that all such modifications and variations are intended to be included within the scope of the appended claims.

Claims (8)

1. A method of paging a query, comprising the steps of:
Receiving index information input by a user, matching target content according to the index information, and displaying first content in the target content in a current page; the first content is a partial content belonging to the target content;
receiving a selection instruction of a user to select at least one target field from the first content;
Performing asynchronous extraction and caching on the target content according to the target field, and displaying second content asynchronously extracted from the target content in a next page after receiving a page turning instruction of a user; the asynchronous extraction and caching of the target content according to the target field comprises: after a user selects and confirms a target field, removing the first content from the target content according to the target field, and storing the rest of the target content as the second content; the asynchronous extraction refers to the steps that when the first content is displayed, the extraction operation of the target content according to the target field is executed at the same time, and after the extraction is completed, the operation of caching is performed;
And ordering the second content according to a preset ordering mode to obtain a corresponding ordering result, and ordering the first content in front of the ordering result to ensure that the first content is displayed before the second content is displayed.
2. The method of paging query according to claim 1, wherein the step of receiving index information inputted by a user and matching target contents according to the index information, and displaying a first content of the target contents in a current page comprises:
and paging the target content according to the preset page number so that the data number in each page of target content is the same.
3. The method of paging queries as claimed in claim 1, wherein:
The index information is one or more than one query word used for acquiring target content from data;
The target field is one or more of the header keywords contained in the target content.
4. The method of paging query as claimed in claim 1, wherein the step of displaying the second content asynchronously extracted from the target content in the next page comprises:
and displaying the second content in the next page in turn according to the sorting result.
5. The method for paging query according to any one of claims 1 to 4, wherein the step of asynchronously extracting and caching the target content according to the target field, and displaying the second content asynchronously extracted from the target content in the next page after receiving the page turning command of the user, comprises the steps of:
And exporting the target content according to a preset export rule, and storing the exported target content.
6. An apparatus for paging a query, the apparatus comprising:
the input module is used for receiving index information input by a user, matching target content according to the index information and displaying first content in the target content in a current page; the first content is a partial content belonging to the target content;
A selection module, configured to receive a selection instruction of a user, so as to select at least one target field from the first content;
The matching module is used for asynchronously extracting and caching the target content according to the target field, and displaying second content asynchronously extracted from the target content in a next page after receiving a page turning instruction of a user; the asynchronous extraction and caching of the target content according to the target field comprises: after a user selects and confirms a target field, removing the first content from the target content according to the target field, and storing the rest of the target content as the second content; the asynchronous extraction refers to the steps that when the first content is displayed, the extraction operation of the target content according to the target field is executed at the same time, and after the extraction is completed, the operation of caching is performed;
The display module is used for sorting the second content according to a preset sorting mode to obtain a corresponding sorting result, and arranging the first content in front of the sorting result so as to ensure that the first content is displayed before the second content is displayed.
7. A computer storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the method of paging a query as claimed in any one of claims 1 to 5.
8. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the method of paging a query as claimed in any one of claims 1 to 5 when the computer program is executed.
CN202010515138.0A 2020-06-08 2020-06-08 Paging query method and device, storage medium and electronic equipment Active CN111858581B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010515138.0A CN111858581B (en) 2020-06-08 2020-06-08 Paging query method and device, storage medium and electronic equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010515138.0A CN111858581B (en) 2020-06-08 2020-06-08 Paging query method and device, storage medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN111858581A CN111858581A (en) 2020-10-30
CN111858581B true CN111858581B (en) 2024-05-28

Family

ID=72987530

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010515138.0A Active CN111858581B (en) 2020-06-08 2020-06-08 Paging query method and device, storage medium and electronic equipment

Country Status (1)

Country Link
CN (1) CN111858581B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112434070A (en) * 2020-12-14 2021-03-02 四川长虹电器股份有限公司 Paging query method based on similarity algorithm
CN113986931B (en) * 2021-12-27 2022-10-11 畅捷通信息技术股份有限公司 Report paging method and device, storage medium and computing equipment

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8171255B1 (en) * 2007-02-06 2012-05-01 Parallels IP Holdings GmbH Optimization of paging cache protection in virtual environment
CN108153847A (en) * 2017-12-20 2018-06-12 北京奇艺世纪科技有限公司 A kind of list paging method, device and electronic equipment
CN109325049A (en) * 2018-07-27 2019-02-12 平安科技(深圳)有限公司 Divide the asynchronous loading method of journey, device, terminal device and storage medium
CN109446227A (en) * 2018-10-17 2019-03-08 上海点融信息科技有限责任公司 For handling the method, apparatus and computer readable storage medium of caching paging
CN110597859A (en) * 2019-09-06 2019-12-20 天津车之家数据信息技术有限公司 Method and device for querying data in pages
CN110737857A (en) * 2019-09-11 2020-01-31 苏州浪潮智能科技有限公司 back-end paging acceleration method, system, terminal and storage medium
CN111090649A (en) * 2019-12-10 2020-05-01 深圳前海环融联易信息科技服务有限公司 Data information paging query method and device, computer equipment and storage medium
CN111143410A (en) * 2019-12-19 2020-05-12 航天信息股份有限公司 Accommodation public security management method, device and system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8799311B2 (en) * 2010-11-05 2014-08-05 Apple Inc. Intelligent data caching
CN105095231A (en) * 2014-04-29 2015-11-25 阿里巴巴集团控股有限公司 Method and device for presenting search result

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8171255B1 (en) * 2007-02-06 2012-05-01 Parallels IP Holdings GmbH Optimization of paging cache protection in virtual environment
CN108153847A (en) * 2017-12-20 2018-06-12 北京奇艺世纪科技有限公司 A kind of list paging method, device and electronic equipment
CN109325049A (en) * 2018-07-27 2019-02-12 平安科技(深圳)有限公司 Divide the asynchronous loading method of journey, device, terminal device and storage medium
CN109446227A (en) * 2018-10-17 2019-03-08 上海点融信息科技有限责任公司 For handling the method, apparatus and computer readable storage medium of caching paging
CN110597859A (en) * 2019-09-06 2019-12-20 天津车之家数据信息技术有限公司 Method and device for querying data in pages
CN110737857A (en) * 2019-09-11 2020-01-31 苏州浪潮智能科技有限公司 back-end paging acceleration method, system, terminal and storage medium
CN111090649A (en) * 2019-12-10 2020-05-01 深圳前海环融联易信息科技服务有限公司 Data information paging query method and device, computer equipment and storage medium
CN111143410A (en) * 2019-12-19 2020-05-12 航天信息股份有限公司 Accommodation public security management method, device and system

Also Published As

Publication number Publication date
CN111858581A (en) 2020-10-30

Similar Documents

Publication Publication Date Title
CN110321344B (en) Information query method and device for associated data, computer equipment and storage medium
CN109344197B (en) Paging downloading method and device based on big data
CN110532347B (en) Log data processing method, device, equipment and storage medium
CN105988996B (en) Index file generation method and device
CN108536745B (en) Shell-based data table extraction method, terminal, equipment and storage medium
CN113407785B (en) Data processing method and system based on distributed storage system
EP3016003A1 (en) Search method, apparatus and device and non-volatile computer storage medium
CN111858581B (en) Paging query method and device, storage medium and electronic equipment
CN111400323A (en) Data retrieval method, system, device and storage medium
CN109063215B (en) Data retrieval method and device
EP2638484B1 (en) Dynamic image result stitching
CN111367870A (en) Method, device and system for sharing picture book
CN110968789A (en) Electronic book pushing method, electronic equipment and computer storage medium
CN113849499A (en) Data query method and device, storage medium and electronic device
CN114547095A (en) Data rapid query method and device, electronic equipment and storage medium
CN110515979B (en) Data query method, device, equipment and storage medium
CN110489032B (en) Dictionary query method for electronic book and electronic equipment
CN112559913B (en) Data processing method, device, computing equipment and readable storage medium
CN106844406B (en) Search method and search device
CN113076760A (en) Translation method, commodity retrieval method, translation device, commodity retrieval device, electronic equipment and computer storage medium
CN110471708B (en) Method and device for acquiring configuration items based on reusable components
CN114443802A (en) Interface document processing method and device, electronic equipment and storage medium
CN113821533A (en) Data query method, device, equipment and storage medium
CN112667682A (en) Data processing method, data processing device, computer equipment and storage medium
CN110609854A (en) Method, system, electronic device and computer storage medium for field name query

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
GR01 Patent grant
GR01 Patent grant