CN111858581A - Page query method and device, storage medium and electronic equipment - Google Patents

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

Info

Publication number
CN111858581A
CN111858581A CN202010515138.0A CN202010515138A CN111858581A CN 111858581 A CN111858581 A CN 111858581A CN 202010515138 A CN202010515138 A CN 202010515138A CN 111858581 A CN111858581 A CN 111858581A
Authority
CN
China
Prior art keywords
content
target
paging
user
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.)
Granted
Application number
CN202010515138.0A
Other languages
Chinese (zh)
Other versions
CN111858581B (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

Images

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)
  • User Interface Of Digital Computer (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method, a device, a storage medium and electronic equipment for paging inquiry, which relate to the field of data processing, wherein the 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 the second content asynchronously extracted from the target content in the next page after receiving a page turning instruction of a user. The method provided by the invention greatly shortens the time of paging inquiry and improves the efficiency of paging inquiry.

Description

Page 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 and an apparatus for paging query, a storage medium, and an electronic device.
Background
Due to the huge data volume of large enterprises, massive user data or massive order data are required to be queried frequently. For example, a server-side paging query, a query of a distributed photovoltaic settlement processing page, a query of a subsidy catalog, or a query of an invoice matching page. When mass data is queried, the prior art scheme is as follows: after receiving the query information, loading the full data, searching the data of the first page (current page), obviously, two times of queries are needed from the time when the user inputs the query information to the time when the user sees the data. 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 query mode has long time consumption and low efficiency. Therefore, a page query method with less 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 the second content asynchronously extracted from the target content in the next page after receiving a page turning instruction of a user.
As another optional aspect of the present invention, the receiving index information input by a user, matching target content according to the index information, and displaying a first content in the target content in a current page includes: and paging the target content according to a preset paging number so as to enable the data number in each page of the target content to be the same.
As another optional scheme of the invention: the index information is one or more of query words used for acquiring target content from data; the target field is one or more of table head 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: and after the user selects and confirms the target field, removing the first content from the target content according to the target field, and saving the remaining target content as the second content.
As another optional aspect of the present invention, after the step of saving the remaining target content as the second content, the step of: and sequencing the second content according to a preset sequencing mode to obtain a corresponding sequencing result, and sequencing the first content in front of the sequencing result to ensure that the first content is displayed before the second content is displayed.
As another optional aspect of the present invention, the step of displaying the second content asynchronously extracted from the target content in the next page includes: and sequentially displaying the second content in the next page according to the sequencing result.
As another optional scheme of the present invention, after 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 instruction of the user, the method 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 paging query device, wherein the paging query device 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;
the selection module is used for receiving 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 a method of the paging 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, wherein the processor implements the method for paging inquiry when executing the computer program.
The technical scheme provided by some embodiments of the invention has the following beneficial effects: the method provided by the invention greatly shortens the time of paging inquiry and improves the efficiency of paging inquiry. Specifically, when a user needs to query 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 a part of the target content is displayed on a current page as first content; then, at least one target field is extracted from the first content; and finally, asynchronously extracting and caching the target content according to the target field, and displaying the second content in the next page (the next page and the following pages) after the user turns pages. Therefore, when the user turns pages, the second content can be directly displayed based on the cache, so that the paging query time is greatly shortened, and the paging query efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating a method for paging query according to a preferred embodiment of the present invention.
FIG. 2 is a block diagram of a preferred embodiment of a paging query device according to the present invention.
FIG. 3 is a block diagram of an electronic device according to a preferred embodiment of the 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 described clearly and completely below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only a part of the embodiments of the present application, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
When the following description refers to the accompanying drawings, like numbers in different drawings represent the same or similar elements unless otherwise indicated. The embodiments described in the following exemplary embodiments do not represent all embodiments consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application, as detailed in the appended claims.
In the description of the embodiments of the present application, it is to be understood that, in the description of the present application, "a plurality" means two or more unless otherwise specified. "and/or" describes the association relationship of the associated objects, meaning that there may be three relationships, e.g., a and/or B, which may mean: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
Referring to fig. 1, fig. 1 is a flowchart illustrating a preferred embodiment of a method for paging, 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 the current page.
The index information refers to query words input by a user, namely one or more query words used for acquiring target content from data. For example, if the relevant employee information needs to be obtained from the employee roster, the index information is specifically one or more of age information, position information or working age. For example, the index information input by the user is "older than 30 years", or the index information input by the user is "software engineer", or the index information for input is "working age 10 years", or the like. Of course, the index information may be not only in a text format, but also in a picture format, a sound format, a video format, or the like. The query term can be used as index information in the present invention as long as the query term is included. The target content is a data set obtained by matching according to index information input by a user. For example, the query keyword input by the user is "software engineer", and the target content may include "li ming, age: age 35, primary software engineer "," jasper, age: age 28, middle software engineer "," zhou shijie, age: age 37, advanced software engineer "and" national, old: age 55, software engineer supervisor ", etc. In other words, all data about "software engineer" is taken as the target content. The first content refers to a part of the target content, for example, the first content is "plum, age: age 35, junior software engineer ". In other words, the target content includes the first content, the second content, the third content, the fourth content, and so on.
As another alternative of the present invention, the search information is input through an input box. The input box is similar to a chat input box, thereby facilitating a user to input index information in the input box.
As another optional scheme of the present invention, a lead-in key is disposed in the input box. The import key is a virtual key, and when a user clicks the import key, index information, such as importing a picture or importing a sound clip or a video clip, may be imported from a local or mobile storage device.
As another optional aspect of the invention, the import key is provided with identification information. The identification information is preferably a "camera" pattern, so that the user can be visually informed that a picture, sound or video can be imported through the import key.
As another alternative of the present invention, the step S1 includes: and paging the target content according to a preset paging number so as to enable the data number in each page of the target content to be 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, if the number of divided pages is set to 10 pages and the target content is 300 pieces, the number of data in each page is 30 pieces; or the paging number is set to 15 pages, the target content is also 300 pieces, and the data in each page is 20 pieces. The user can set the division number according to the self requirement, and the invention does not limit the numerical value of the division number.
As another alternative of the present invention, the step S1 includes: and automatically checking the index information. When the user inputs the index information quickly, the problems of spelling errors 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 corrected, so that the accuracy of the index information is ensured.
Referring again to fig. 1, the method for paging inquiry includes the steps of:
and S2, receiving a selection instruction of a user to select at least one target field from the first content.
The selection instruction of the user refers to a click instruction set and sent by the user to the terminal, for example, the user may select a target field through a mouse or a keyboard, and of course, the user may select the target field through a touch click mode. For example, the user clicks the touch-enabled terminal with a finger, thereby sending a selection instruction to the touch-enabled terminal. The target field is similar to the index information, is also a query term and is mainly one or more of the table-head keywords contained in the target content. As mentioned above, if the relevant employee information needs to be obtained from the employee roster, the target field may specifically be one or more of identification card information, native or personal salary. 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: plum, gender: male, identity card: 44152319850101XXXX, position: software engineer ", the second piece of data is" name: entacapone, sex: male, identity card: 44255219750202XXXX, position: test engineer ", the third piece of data is" name: winter, sex: female, identity card: 44355219920303XXXX, position: test engineer ", the fourth datum is" name: asterias, gender: male, identity card: 43455219960404XXXX, position: structural engineer ", the fifth piece of data is" name: strong country, sex: male, identity card: 44555219760505XXXX, position: hardware engineers ". Then the user may select one or more of "name", "identification card", or "job" as the target field to perform the subsequent steps. Of course, on the basis of the above data, the native place and the individual salary can also be added, for example, the native place of plum is Shantailed, the individual salary is 15K, and so on.
Since the target content includes a plurality of keywords (or headers), one of the keywords can be selected as the target field, for example, "gender", "position", "identification card", "native place", or "personal salary" can be selected as the target field. Of course, the user may also select a plurality of keywords as the target fields, for example, selecting "gender" and "position" as the target fields.
Referring again to fig. 1, the method for paging inquiry includes the steps of:
s3, 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 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, the second content asynchronously extracted from the target content) is displayed in the next page (particularly the next page and the following pages in the invention, and other pages except the current page are formed according to the setting of paging data). 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 after the extraction is finished, performing the cache operation.
As another alternative of the present invention, the step S3 includes: and after the user selects and confirms the target field, removing the first content from the target content according to the target field, and saving the remaining target content as the second content.
After the user selects and confirms the target field, the first content displayed on the current page is removed from the target content, and after the removal is completed, the remaining target content is taken as the second content. For example, the target contents obtained by matching the index information are 300, the number of pages divided set by the user is 15, the number of data displayed on each page is 20, and it is obvious that the first content displayed on the current page is 20, and since the 20 pieces of data all include (record) the id card information, at this time, the user can use the "id card" as the target field, and after the user confirms that the "id card" is used as the target field, the 300 pieces of data are asynchronously extracted and cached, and then the 20 pieces of id card information are deleted from the 300 pieces of data, so that the second content of 280 pieces of data is obtained.
As another optional aspect of the present invention, after the step of saving the remaining target content as the second content, the step of: and sequencing the second content according to a preset sequencing mode to obtain a corresponding sequencing result, and sequencing the first content in front of the sequencing 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 display the first content before the second content, that is, to arrange the first content in front of the sorting result, so as to ensure that the first content is displayed before the second content.
The preset sorting mode may be sorting according to the initial, or sorting according to the length of the field, or sorting according to the character type of the field (for example, the character type of the field is chinese, the character type of the field is english, etc.). In this way, the rest of the target contents can be sorted, so that a corresponding sorting result is obtained.
As another alternative of the present invention, the step S3 includes: and sequentially displaying the second content in the next page according to the sequencing result.
And after receiving a page turning instruction of a user, displaying the second content in the next page according to the sequencing 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 operation of the query, the query result 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 look up the target content again. The preset rule refers to a user-defined export format, for example, if the preset specification is set to a PDF format, the target content is exported as a file in the PDF format after the query result is obtained, and is stored locally.
As another optional scheme of the present invention, the derived target content is compressed to obtain a corresponding compression result. In order to facilitate the user to copy the target content, the target content may be automatically compressed, thereby obtaining 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 number, and after the query 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 paging query time can be effectively shortened by using the method provided by the present invention.
Please refer to tables 1 and 2, wherein tables 1 and 2 show the response time of paging query using the prior art and the response time of paging query using the present invention, respectively.
Figure BDA0002529800770000081
Table 1: response time for paging queries using prior art techniques
Figure BDA0002529800770000082
Table 2: response time for paging query using the present invention
Obviously, the method provided by the invention can effectively shorten the query time and the page change time, and also realizes the export of query data, which is a target that cannot be realized by the prior art.
Referring to fig. 2, the present invention further provides a device 10 for paging inquiry, wherein the device for paging inquiry includes:
an input module 110, configured to receive index information input by a user;
a matching module 120, configured to match target content according to the index information, and configured to perform asynchronous extraction and cache on the target content according to a target field;
a selecting module 130, configured to receive a selection instruction of a user, so as to select at least one target field from the first content.
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 apparatus 10 for page lookup according to the foregoing embodiment executes the page lookup method, only the above-mentioned division of the functional modules is taken as an example, and in practical applications, the above-mentioned function distribution may be completed by different functional modules according to needs, that is, the internal structure of the device is divided into different functional modules, so as to complete all or part of the above-mentioned functions. In addition, the above paging query device 10 and the paging query method embodiment belong to the same concept, and the implementation process is discussed in detail in the steps of the above method embodiment, so that no further description is given here.
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 a method of the paging 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 in the memory and running on the processor, wherein the processor implements the method for paging inquiry 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, 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, which is a non-volatile computer-readable storage medium, may be used to store non-volatile software programs, non-volatile computer-executable programs, and modules, such as program instructions corresponding to the method for paging inquiry in the embodiments of the present invention. The processor 210 executes various functional applications of the paging inquiry and data processing by executing nonvolatile software programs, instructions and units stored in the storage device, that is, implements the method of paging inquiry in the above method embodiments.
The specific technical details of the method for implementing the paging query when the electronic device 20 executes the computer program have been discussed in detail in the foregoing method steps, and therefore are not described in detail herein.
It is to be understood that the invention is not limited to the examples described above, but that modifications and variations may be effected thereto by those of ordinary skill in the art in light of the foregoing description, and that all such modifications and variations are intended to be within the scope of the invention as defined by the appended claims.

Claims (10)

1. A method for paging queries, 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 the second content asynchronously extracted from the target content in the next page after receiving a page turning instruction of a user.
2. The method for paging inquiry 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 a preset paging number so as to enable the data number in each page of the target content to be the same.
3. The method for paging queries as claimed in claim 1, wherein:
the index information is one or more of query words used for acquiring target content from data;
the target field is one or more of table head keywords contained in the target content.
4. The method for paging query as claimed in claim 1, wherein the step of asynchronously fetching and caching the target content according to the target field comprises:
and after the user selects and confirms the target field, removing the first content from the target content according to the target field, and saving the remaining target content as the second content.
5. The method for paging inquiry as claimed in claim 4, wherein the step of saving the remaining target content as the second content comprises:
and sequencing the second content according to a preset sequencing mode to obtain a corresponding sequencing result, and sequencing the first content in front of the sequencing result to ensure that the first content is displayed before the second content is displayed.
6. The method for paging inquiry according to claim 5, wherein the step of displaying the second content asynchronously extracted from the target content in the next page comprises:
and sequentially displaying the second content in the next page according to the sequencing result.
7. The method for paging query as claimed in any one of claims 1 to 6, wherein the step of asynchronously extracting and caching the target content according to the target field, and after receiving a page turning instruction from a user, displaying the asynchronously extracted second content from the target content in a next page, comprises the steps of:
and exporting the target content according to a preset export rule, and storing the exported target content.
8. An apparatus for paging inquiry, comprising:
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;
the selection module is used for receiving 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.
9. 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 query as claimed in any one of claims 1 to 7.
10. An electronic device comprising a memory, a processor, and a computer program stored on the memory and executable on the processor, wherein the processor implements the method for paging queries as claimed in any one of claims 1 to 7 when executing the computer program.
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 true CN111858581A (en) 2020-10-30
CN111858581B 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)

Cited By (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
CN113986931A (en) * 2021-12-27 2022-01-28 畅捷通信息技术股份有限公司 Report paging method and device, storage medium and computing equipment

Citations (10)

* 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
US20120117509A1 (en) * 2010-11-05 2012-05-10 Apple Inc. Intelligent Data Caching
US20150310116A1 (en) * 2014-04-29 2015-10-29 Alibaba Group Holding Limited Providing search results corresponding to displayed content
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

Patent Citations (10)

* 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
US20120117509A1 (en) * 2010-11-05 2012-05-10 Apple Inc. Intelligent Data Caching
US20150310116A1 (en) * 2014-04-29 2015-10-29 Alibaba Group Holding Limited Providing search results corresponding to displayed content
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

Cited By (3)

* 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
CN113986931A (en) * 2021-12-27 2022-01-28 畅捷通信息技术股份有限公司 Report paging method and device, storage medium and computing equipment
CN113986931B (en) * 2021-12-27 2022-10-11 畅捷通信息技术股份有限公司 Report paging method and device, storage medium and computing equipment

Also Published As

Publication number Publication date
CN111858581B (en) 2024-05-28

Similar Documents

Publication Publication Date Title
CN110321344B (en) Information query method and device for associated data, computer equipment and storage medium
CN108536745B (en) Shell-based data table extraction method, terminal, equipment and storage medium
CN110532347B (en) Log data processing method, device, equipment and storage medium
WO2020155740A1 (en) Information query method and apparatus, and computer device and storage medium
US20200286100A1 (en) Payment complaint method, device, server and readable storage medium
CN111797134A (en) Data query method and device of distributed database and storage medium
CN111400323A (en) Data retrieval method, system, device and storage medium
CN113407785A (en) Data processing method and system based on distributed storage system
CN111858581A (en) Page query method and device, storage medium and electronic equipment
US20230012642A1 (en) Method and device for snapshotting metadata, and storage medium
CN109815240A (en) For managing method, apparatus, equipment and the storage medium of index
CN111046106A (en) Cache data synchronization method, device, equipment and medium
CN111859863A (en) Document structure conversion method and device, storage medium and electronic equipment
CN109101630B (en) Method, device and equipment for generating search result of application program
CN111078671A (en) Method, device, equipment and medium for modifying data table field
CN114116723A (en) Snapshot processing method and device and electronic equipment
CN113806519A (en) Search recall method, device and medium
CN113157964A (en) Method and device for searching data set through voice and electronic equipment
CN112307070A (en) Mask data query method, device and equipment
CN113138987B (en) Data processing method based on memory data and related equipment
CN112948485B (en) Question-answer data synchronization method, device, system, server and storage medium
CN110471901B (en) Data importing method and terminal equipment
CN114090512A (en) Keyword retrieval method and device, electronic equipment and storage medium
CN117435185A (en) Code generation method, device, computer equipment and storage medium
CN117873820A (en) Log generation method and device, electronic 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
GR01 Patent grant
GR01 Patent grant