CN112910973A - Application page selection method and device - Google Patents

Application page selection method and device Download PDF

Info

Publication number
CN112910973A
CN112910973A CN202110082584.1A CN202110082584A CN112910973A CN 112910973 A CN112910973 A CN 112910973A CN 202110082584 A CN202110082584 A CN 202110082584A CN 112910973 A CN112910973 A CN 112910973A
Authority
CN
China
Prior art keywords
snapshot
client
page
unique identifier
record
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
CN202110082584.1A
Other languages
Chinese (zh)
Other versions
CN112910973B (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.)
Accumulus Technologies Tianjin Co Ltd
Original Assignee
Accumulus Technologies Tianjin 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 Accumulus Technologies Tianjin Co Ltd filed Critical Accumulus Technologies Tianjin Co Ltd
Priority to CN202110082584.1A priority Critical patent/CN112910973B/en
Publication of CN112910973A publication Critical patent/CN112910973A/en
Application granted granted Critical
Publication of CN112910973B publication Critical patent/CN112910973B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/75Indicating network or usage conditions on the user display
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The invention provides an application program page selection method and device, wherein the method comprises the following steps: receiving a page query request sent by a client, wherein the page query request comprises query keywords; judging whether a snapshot corresponding to the page query request exists or not; if the unique identifier exists, the unique identifier corresponding to the page query request is queried from the snapshot, the corresponding record is queried from the database according to the unique identifier, and the record is sent to the client for display; receiving a page selection request sent by a client, wherein the page selection request carries a record selected by the client; judging whether the snapshot exists or not; if yes, judging whether the unique identification corresponding to the record selected by the client is completely contained in the snapshot; and if all the records are contained in the snapshot, processing the record selected by the client side of the database. In the invention, the inquired unique identification snapshot is stored in the cache, and the data in the snapshot is used in the subsequent operation, thereby improving the system performance and ensuring the safety of the data and the user experience.

Description

Application page selection method and device
Technical Field
The invention relates to the field of application program page processing, in particular to an application program page selection method and device.
Background
At present, the selection of an application program page mainly adopts a mode that a back end returns all data to a front end at one time, the front end renders all data and realizes paging, and the data are selected completely; or the back end pages return the front end data, the front end renders a single page, only single page full selection is supported, and the user can select the number of the single page data. Paging queries are prone to problems when interacting and do not support selection of data not shown.
When the data volume is large, the scheme of returning all data at one time brings huge pressure to network transmission and front-end rendering, influences the system performance and influences the user experience; moreover, for the requirement of selecting all data under the screening condition, the single-page full-selection scheme cannot well meet the requirement of the user, and cannot process the change of the data in the paging process, such as the increase and deletion of the data which has a large influence on the full selection.
Disclosure of Invention
The invention provides an application program page selection method and device, which are used for solving the problems that huge pressure is brought to network transmission and front-end rendering due to the fact that all data are returned at one time, and the change of the data in the paging process cannot be processed to influence user experience for the requirement of selecting all data under the screening condition.
In order to solve the above problems, the present invention is realized by:
in a first aspect, an embodiment of the present invention provides an application page selection method, including:
receiving a page query request sent by a client, wherein the page query request comprises query keywords;
judging whether a snapshot corresponding to the page query request exists or not;
if the page query request exists, the unique identification corresponding to the page query request is queried from the snapshot, the corresponding record is queried from a database according to the unique identification, and the record is sent to the client for display;
receiving a page selection request sent by a client, wherein the page selection request carries a record selected by the client;
judging whether the snapshot exists or not;
if yes, judging whether the unique identification corresponding to the record selected by the client is completely contained in the snapshot;
and if all the records are contained in the snapshot, processing the record selected by the client side of the database.
Optionally, after acquiring the page query request, the method further includes:
if the query keyword is the initial query in the page query request or after the page is refreshed, newly building a snapshot;
the newly-built snapshot comprises the following steps: and querying all records containing the query key words from a database to obtain a unique identification list, and generating the snapshot.
Optionally, the determining whether the snapshot corresponding to the page query request exists further includes:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
Optionally, after receiving a page selection request sent by a client, determining whether the snapshot exists further includes:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
Optionally, the determining whether the unique identifier corresponding to the record list selected by the client is all included after the snapshot further includes:
if the snapshot is not completely contained in the snapshot, the error information that the snapshot is not matched is fed back to the client;
optionally, if the unique identifier carried in the information sent by the client is selected, processing the selected unique identifier;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
In a second aspect, an embodiment of the present invention provides an application page selection apparatus, including:
the first receiving module is used for receiving a page query request sent by a client, wherein the page query request comprises query keywords;
the first judging module is used for judging whether a snapshot corresponding to the page query request exists or not;
the first processing module is used for inquiring the unique identifier corresponding to the page inquiry request from the snapshot if the unique identifier exists, inquiring the corresponding record from a database according to the unique identifier, and sending the record to the client for display;
the second receiving module is used for receiving a page selection request sent by the client, wherein the page selection request carries a record selected by the client;
the second judging module is used for judging whether the snapshot exists or not;
a third judging module, configured to, if yes, judge whether all unique identifiers corresponding to the records selected by the client are included in the snapshot;
and the second processing module is used for processing the record selected by the client side of the database if all the records are contained in the snapshot.
Optionally, the third processing module is configured to, if the unique identifier carried in the information sent by the client is selected, process the selected unique identifier;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
In a third aspect, a server is provided, which comprises a processor, a memory and a program or instructions stored on the memory and executable on the processor, the program or instructions, when executed by the processor, implementing the steps of the application page selection method according to the first aspect.
In a fourth aspect, a readable storage medium is provided, on which a program or instructions are stored, which program or instructions, when executed by a processor, implement the steps of the application page selection method according to the first aspect.
In the embodiment of the invention, the snapshot corresponding to the inquired unique identifier is stored in the cache, and the subsequent inquiry or selection operation is carried out by using the data in the snapshot, so that the problems that the network transmission and front-end rendering are greatly stressed due to the fact that all data are returned at one time, and the change of the data in the paging process cannot be processed for the requirement of selecting all data under the screening condition, and the user experience is influenced are solved.
Drawings
Various other advantages and benefits will become apparent to those of ordinary skill in the art upon reading the following detailed description of the preferred embodiments. The drawings are only for purposes of illustrating the preferred embodiments and are not to be construed as limiting the invention. Also, like reference numerals are used to refer to like parts throughout the drawings. In the drawings:
fig. 1 is a flowchart of an application page selection method according to an embodiment of the present invention;
fig. 2 is a flowchart of an entire application page selection method according to an embodiment of the present invention;
FIG. 3 is an architecture diagram of an application page selection apparatus according to an embodiment of the present invention;
fig. 4 is a diagram of a server architecture according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the drawings of the embodiments of the present invention. It is to be understood that the embodiments described are only a few embodiments of the present invention, and not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the described embodiments of the invention, are within the scope of the invention.
Unless defined otherwise, technical or scientific terms used herein shall have the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs. The use of "first," "second," and similar terms in the present application do not denote any order, quantity, or importance, but rather the terms are used to distinguish one element from another. The terms "connected" or "coupled" and the like are not restricted to physical or mechanical connections, but may include electrical connections, whether direct or indirect. "upper", "lower", "left", "right", and the like are used merely to indicate relative positional relationships, and when the absolute position of the object being described is changed, the relative positional relationships are changed accordingly.
Referring to fig. 1, an embodiment of the present invention provides an application page selection method, including:
step 11: receiving a page query request sent by a client, wherein the page query request comprises query keywords;
step 12: judging whether a snapshot corresponding to the page query request exists or not;
step 13: if the page query request exists, the unique identification corresponding to the page query request is queried from the snapshot, the corresponding record is queried from a database according to the unique identification, and the record is sent to the client for display;
step 14: receiving a page selection request sent by a client, wherein the page selection request carries a record selected by the client;
step 15: judging whether the snapshot exists or not;
step 16: if yes, judging whether the unique identification corresponding to the record selected by the client is completely contained in the snapshot;
and step 17: and if all the records are contained in the snapshot, processing the record selected by the client side of the database.
In the embodiment of the present invention, referring to fig. 2, a server receives a request issued by a client, processes the request, and returns a result to the client, where the snapshot is stored in a cache, the cache uses redis, obtains a unique identifier list of the page through the snapshot in the redis, and forms a key value by a unique identifier of a user, an interface, and an interface request parameter, and the key value is used to represent the query of the user; for the generation of the key value, the key value of the snapshot can be formed by splicing a random character string due to safety consideration, the random character string is generated once at regular intervals, and if and only if the snapshots in redis fail or the redis empty, errors caused by key value changes during user operation are avoided; when the query request in step 11 is executed, the list query interface adds a first parameter, where the first parameter indicates whether to query the snapshot; when a page is refreshed or a screening condition is changed, the first parameter is false, which indicates that the request is a common query and a snapshot needs to be regenerated, and in other cases, the first parameter is tube, which indicates that the request is a snapshot query and data needs to be queried from the snapshot; when the selection request in step 14 is executed, adding a second parameter and a third parameter to the selected operation request, wherein when the third parameter is 1, the selection is not fully performed, the second parameter represents the selected unique identifier, and the operation is performed according to the second parameter; and when the third parameter is 2, indicating full selection, wherein the second parameter indicates an unselected unique identifier, acquiring a unique identifier list in the snapshot, deleting the unique identifier in the second parameter, and operating the rest unique identifiers.
In the embodiment of the invention, the snapshot corresponding to the inquired unique identifier is stored in the cache, and the subsequent inquiry or selection operation is carried out by using the data in the snapshot, so that the problems that the network transmission and front-end rendering are greatly stressed due to the fact that all data are returned at one time, and the change of the data in the paging process cannot be processed for the requirement of selecting all data under the screening condition, and the user experience is influenced are solved.
In this embodiment of the present invention, optionally, after obtaining the page query request, the method further includes:
if the query keyword is the initial query in the page query request or after the page is refreshed, newly building a snapshot;
the newly-built snapshot comprises the following steps: and querying all records containing the query key words from a database to obtain a unique identification list, and generating the snapshot.
In the embodiment of the invention, when the query request is carried out, a first parameter is added to a list query interface, wherein the first parameter indicates whether to query a snapshot or not; when the page is refreshed or the screening condition is changed, the first parameter is false, which indicates that the request is a normal query and the snapshot needs to be regenerated.
In this embodiment of the present invention, optionally, the determining whether the snapshot corresponding to the page query request exists further includes:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
In this embodiment of the present invention, optionally, after receiving a page selection request sent by a client, determining whether the snapshot exists further includes:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
In this embodiment of the present invention, optionally, determining whether all unique identifiers corresponding to the record list selected by the client are included in the snapshot further includes:
and if the snapshot is not completely contained in the snapshot, feeding back error information that the snapshot is not matched to the client.
In the embodiment of the present invention, optionally, if the unique identifier carried in the information sent by the client is selected, the selected unique identifier is processed;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
In the embodiment of the invention, a second parameter and a third parameter are requested to be added after page selection operation is carried out, wherein when the third parameter is 1, non-full selection is represented, the second parameter represents a selected unique identifier, and operation is carried out according to the second parameter; and when the third parameter is 2, indicating full selection, wherein the second parameter indicates an unselected unique identifier, acquiring a unique identifier list in the snapshot, deleting the unique identifier in the second parameter, and operating the rest unique identifiers.
In the embodiment of the invention, the selection state is judged by considering that more unique identifiers are selected in the full selection process and less unique identifiers are selected in the non-full selection process under most conditions, the unique identifiers are not selected in the full selection process and the selected unique identifiers are transmitted in the non-full selection process, so that the data transmission quantity can be greatly reduced; if the selected unique identification under the two conditions is more, the unselected unique identification is used, and if the selected unique identification under the two conditions is less, the selected unique identification is used, and the design can be specifically carried out according to the actual condition.
In the embodiment of the invention, the snapshot corresponding to the inquired unique identifier is stored in the cache, the subsequent inquiry or selection operation processes the data in the snapshot, the selection state is judged, the unselected unique identifier is transmitted when the selection is performed completely, and the selected unique identifier is transmitted when the selection is not performed completely, so that the data transmission amount is greatly reduced, and the problems that the network transmission and the front-end rendering bring huge pressure to all data returned at one time, and the change of the data in the paging process cannot be processed and the user experience is influenced when all the data are required to be selected and screened are solved.
Referring to fig. 3, an embodiment of the present invention provides an application page selecting apparatus, including:
a first receiving module 31, configured to receive a page query request sent by a client, where the page query request includes a query keyword;
a first judging module 32, configured to judge whether a snapshot corresponding to the page query request exists;
the first processing module 33 is configured to query, if the unique identifier exists, the unique identifier corresponding to the page query request from the snapshot, query, according to the unique identifier, a corresponding record from a database, and send the record to the client for display;
a second receiving module 34, configured to receive a page selection request sent by a client, where the page selection request carries a record selected by the client;
a second judging module 35, configured to judge whether the snapshot exists;
a third determining module 36, configured to determine whether all unique identifiers corresponding to the records selected by the client are included in the snapshot if the unique identifiers exist;
and a second processing module 37, configured to process the record selected by the client in the database if all the records are included in the snapshot.
In the embodiment of the present invention, referring to fig. 2, a server receives a request issued by a client, processes the request, and returns a result to the client, where the snapshot is stored in a cache, the cache uses redis, obtains a unique identifier list of the page through the snapshot in the redis, and forms a key value by a unique identifier of a user, an interface, and an interface request parameter, and the key value is used to represent the query of the user; for the generation of the key value, the key value of the snapshot can be formed by splicing a random character string due to safety consideration, the random character string is generated once at regular intervals, and if and only if the snapshots in redis fail or the redis empty, errors caused by key value changes during user operation are avoided; when the first receiving module 31 executes the query request, the list query interface adds a first parameter, where the first parameter indicates whether to query the snapshot; when a page is refreshed or a screening condition is changed, the first parameter is false, which indicates that the request is a common query and a snapshot needs to be regenerated, and in other cases, the first parameter is tube, which indicates that the request is a snapshot query and data needs to be queried from the snapshot; when the second receiving module 34 executes the selection request, requesting to add a second parameter and a third parameter after the selection operation, wherein when the third parameter is 1, the second parameter indicates non-full selection, the second parameter indicates the selected unique identifier, and the operation is performed according to the second parameter; and when the third parameter is 2, indicating full selection, wherein the second parameter indicates an unselected unique identifier, acquiring a unique identifier list in the snapshot, deleting the unique identifier in the second parameter, and operating the rest unique identifiers.
In the embodiment of the invention, the snapshot corresponding to the inquired unique identifier is stored in the cache, and the subsequent inquiry or selection operation is carried out by using the data in the snapshot, so that the problems that the network transmission and front-end rendering are greatly stressed due to the fact that all data are returned at one time, and the change of the data in the paging process cannot be processed for the requirement of selecting all data under the screening condition, and the user experience is influenced are solved.
Optionally, the third processing module is configured to, if the unique identifier carried in the information sent by the client is selected, process the selected unique identifier;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
In the embodiment of the invention, when the query request is carried out, a first parameter is added to a list query interface, wherein the first parameter indicates whether to query a snapshot or not; when the page is refreshed or the screening condition is changed, the first parameter is false, which indicates that the request is a normal query and the snapshot needs to be regenerated.
In this embodiment of the present invention, optionally, the first processing module further includes:
and the first processing submodule is used for feeding back error information of snapshot failure to the client if the snapshot failure does not exist.
In this embodiment of the present invention, optionally, the second determining module further includes:
and the second processing submodule is used for feeding back error information of snapshot failure to the client if the snapshot failure does not exist.
In this embodiment of the present invention, optionally, the third determining module further includes:
and the third processing submodule is used for feeding back error information that the snapshots are not matched to the client if the snapshots are not completely contained in the snapshots.
In the embodiment of the present invention, optionally, the fifth processing module is configured to, if the unique identifier carried in the information sent by the client is selected, process the selected unique identifier;
and the sixth processing module is used for deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot if the unique identifier carried in the information sent by the client is unselected.
In the embodiment of the invention, a second parameter and a third parameter are requested to be added after page selection operation is carried out, wherein when the third parameter is 1, non-full selection is represented, the second parameter represents a selected unique identifier, and operation is carried out according to the second parameter; and when the third parameter is 2, indicating full selection, wherein the second parameter indicates an unselected unique identifier, acquiring a unique identifier list in the snapshot, deleting the unique identifier in the second parameter, and operating the rest unique identifiers.
In the embodiment of the invention, the selection state is judged by considering that more unique identifiers are selected in the full selection process and less unique identifiers are selected in the non-full selection process under most conditions, the unique identifiers are not selected in the full selection process and the selected unique identifiers are transmitted in the non-full selection process, so that the data transmission quantity can be greatly reduced; if the selected unique identification under the two conditions is more, the unselected unique identification is used, and if the selected unique identification under the two conditions is less, the selected unique identification is used, and the design can be specifically carried out according to the actual condition.
In the embodiment of the invention, the snapshot corresponding to the inquired unique identifier is stored in the cache, the subsequent inquiry or selection operation processes the data in the snapshot, the selection state is judged, the unselected unique identifier is transmitted when the selection is performed completely, and the selected unique identifier is transmitted when the selection is not performed completely, so that the data transmission amount is greatly reduced, and the problems that the network transmission and the front-end rendering bring huge pressure to all data returned at one time, and the change of the data in the paging process cannot be processed and the user experience is influenced when all the data are required to be selected and screened are solved.
Referring to fig. 4, an embodiment of the present invention further provides a server 40, which includes a processor 41, a memory 42, and a computer program stored in the memory 42 and capable of running on the processor 41, where the computer program, when executed by the processor 41, implements each process of the above-mentioned application page selection method embodiment, and can achieve the same technical effect, and no further description is provided herein to avoid repetition.
The embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements each process of the above-mentioned application page selection method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here. The computer-readable storage medium may be a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk.
It should be noted that, in this document, 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 like elements in a process, method, article, or apparatus that comprises the element.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (10)

1. An application page selection method, comprising:
receiving a page query request sent by a client, wherein the page query request comprises query keywords;
judging whether a snapshot corresponding to the page query request exists or not;
if the page query request exists, the unique identification corresponding to the page query request is queried from the snapshot, the corresponding record is queried from a database according to the unique identification, and the record is sent to the client for display;
receiving a page selection request sent by a client, wherein the page selection request carries a record selected by the client;
judging whether the snapshot exists or not;
if yes, judging whether the unique identification corresponding to the record selected by the client is completely contained in the snapshot;
and if all the records are contained in the snapshot, processing the record selected by the client side of the database.
2. The method for selecting an application page according to claim 1, wherein after acquiring the page query request, further comprising:
if the query keyword is the initial query in the page query request or after the page is refreshed, newly building a snapshot;
the newly-built snapshot comprises the following steps: and querying all records containing the query key words from a database to obtain a unique identification list, and generating the snapshot.
3. The method for selecting an application page according to claim 1, wherein determining whether the snapshot corresponding to the page query request exists further comprises:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
4. The application page selection method of claim 1,
after receiving a page selection request sent by a client, judging whether the snapshot exists further comprises:
and if the snapshot failure does not exist, feeding back error information of snapshot failure to the client.
5. The method for selecting an application page according to claim 1, wherein determining whether all the unique identifiers corresponding to the record list selected by the client are included after the snapshot further comprises:
and if the snapshot is not completely contained in the snapshot, feeding back error information that the snapshot is not matched to the client.
6. The method of application page selection according to claim 1, further comprising:
if the unique identifier carried in the information sent by the client is selected, processing the selected unique identifier;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
7. An application page selection apparatus, comprising:
the first receiving module is used for receiving a page query request sent by a client, wherein the page query request comprises query keywords;
the first judging module is used for judging whether a snapshot corresponding to the page query request exists or not;
the first processing module is used for inquiring the unique identifier corresponding to the page inquiry request from the snapshot if the unique identifier exists, inquiring the corresponding record from a database according to the unique identifier, and sending the record to the client for display;
the second receiving module is used for receiving a page selection request sent by the client, wherein the page selection request carries a record selected by the client;
the second judging module is used for judging whether the snapshot exists or not;
a third judging module, configured to, if yes, judge whether all unique identifiers corresponding to the records selected by the client are included in the snapshot;
and the second processing module is used for processing the record selected by the client side of the database if all the records are contained in the snapshot.
8. The application page selection apparatus of claim 7, further comprising:
the third processing module is used for processing the selected unique identifier if the unique identifier carried in the information sent by the client is selected;
and if the unique identifier carried in the information sent by the client is not selected, deleting the unselected unique identifier and processing the remaining unique identifiers in the snapshot.
9. A server, comprising: processor, memory and program stored on the memory and executable on the processor, which when executed by the processor implements the steps of the application page selection method according to any of claims 1 to 6.
10. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the application page selection method according to any one of claims 1 to 6.
CN202110082584.1A 2021-01-21 2021-01-21 Application page selection method and device Active CN112910973B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110082584.1A CN112910973B (en) 2021-01-21 2021-01-21 Application page selection method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110082584.1A CN112910973B (en) 2021-01-21 2021-01-21 Application page selection method and device

Publications (2)

Publication Number Publication Date
CN112910973A true CN112910973A (en) 2021-06-04
CN112910973B CN112910973B (en) 2022-11-25

Family

ID=76118070

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110082584.1A Active CN112910973B (en) 2021-01-21 2021-01-21 Application page selection method and device

Country Status (1)

Country Link
CN (1) CN112910973B (en)

Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150277993A1 (en) * 2012-12-14 2015-10-01 Huawei Technologies Co., Ltd. Task Processing Method and Virtual Machine
CN106055637A (en) * 2016-05-30 2016-10-26 努比亚技术有限公司 Buffer memory data processing method and server
CN107168963A (en) * 2016-03-07 2017-09-15 阿里巴巴集团控股有限公司 The page loading of client and caching method, system and the client of the page
CN109684273A (en) * 2019-01-07 2019-04-26 郑州云海信息技术有限公司 A kind of snapshot management method, apparatus, equipment and readable storage medium storing program for executing
CN109799978A (en) * 2019-01-31 2019-05-24 中合金网(北京)电子商务有限公司 Page data processing method and device
CN110083789A (en) * 2019-04-29 2019-08-02 百度在线网络技术(北京)有限公司 A kind of small routine page acquisition methods, server, client and electronic equipment
US20190324676A1 (en) * 2018-04-23 2019-10-24 Sap Se Paging and disk storage for document store
US20190340277A1 (en) * 2018-05-03 2019-11-07 Sap Se Database Snapshot Checking
CN111046310A (en) * 2019-12-12 2020-04-21 北京奇艺世纪科技有限公司 Page processing method, device, server and computer readable storage medium
CN111797091A (en) * 2019-10-18 2020-10-20 北京沃东天骏信息技术有限公司 Method and device for querying data in database, electronic equipment and storage medium
US20200334315A1 (en) * 2017-11-10 2020-10-22 Yijun Du Enhanced document searching system and method

Patent Citations (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150277993A1 (en) * 2012-12-14 2015-10-01 Huawei Technologies Co., Ltd. Task Processing Method and Virtual Machine
CN107168963A (en) * 2016-03-07 2017-09-15 阿里巴巴集团控股有限公司 The page loading of client and caching method, system and the client of the page
CN106055637A (en) * 2016-05-30 2016-10-26 努比亚技术有限公司 Buffer memory data processing method and server
US20200334315A1 (en) * 2017-11-10 2020-10-22 Yijun Du Enhanced document searching system and method
US20190324676A1 (en) * 2018-04-23 2019-10-24 Sap Se Paging and disk storage for document store
US20190340277A1 (en) * 2018-05-03 2019-11-07 Sap Se Database Snapshot Checking
CN109684273A (en) * 2019-01-07 2019-04-26 郑州云海信息技术有限公司 A kind of snapshot management method, apparatus, equipment and readable storage medium storing program for executing
CN109799978A (en) * 2019-01-31 2019-05-24 中合金网(北京)电子商务有限公司 Page data processing method and device
CN110083789A (en) * 2019-04-29 2019-08-02 百度在线网络技术(北京)有限公司 A kind of small routine page acquisition methods, server, client and electronic equipment
CN111797091A (en) * 2019-10-18 2020-10-20 北京沃东天骏信息技术有限公司 Method and device for querying data in database, electronic equipment and storage medium
CN111046310A (en) * 2019-12-12 2020-04-21 北京奇艺世纪科技有限公司 Page processing method, device, server and computer readable storage medium

Also Published As

Publication number Publication date
CN112910973B (en) 2022-11-25

Similar Documents

Publication Publication Date Title
US8214362B1 (en) Intelligent identification of form field elements
CN108090064B (en) Data query method and device, data storage server and system
CN109766318B (en) File reading method and device
US9311399B2 (en) System and method for providing an updating on-line forms and registrations
CN108038253B (en) Log query processing method and device
CN112910973B (en) Application page selection method and device
CN110825953B (en) Data query method, device and equipment
CN110727895B (en) Sensitive word sending method and device, electronic equipment and storage medium
CN111767314A (en) Data caching and querying method and device, lazy caching system and storage medium
CN111582795A (en) Method, device and readable storage medium for automatically detecting logistics merchants
CN111221711A (en) User behavior data processing method, server and storage medium
CN106446080B (en) Data query method, query service equipment, client equipment and data system
CN115858668A (en) Distributed transaction processing method, device, electronic device and storage medium
CN115658768A (en) Attribute query method and device for state database and related medium
CN111339170A (en) Data processing method and device, computer equipment and storage medium
CN113986828A (en) Method and device for storing mass files, electronic equipment and storage medium
CN112632115A (en) BI-based data query method and system
US10198249B1 (en) Accessing schema-free databases
CN111931087A (en) Webpage request processing method and device
CN111367703A (en) Troubleshooting method and device
CN111310088A (en) Page rendering method and device
CN117493276B (en) Reading method and device for Ceph file, server and storage medium
CN114666082B (en) Login method, first terminal, second terminal, storage medium and login system
CN116842078A (en) Data access method, electronic device and computer readable storage medium
CN113254500A (en) Paging query 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