CN113918776B - Data caching method and device, electronic equipment and data query method - Google Patents

Data caching method and device, electronic equipment and data query method Download PDF

Info

Publication number
CN113918776B
CN113918776B CN202111519552.XA CN202111519552A CN113918776B CN 113918776 B CN113918776 B CN 113918776B CN 202111519552 A CN202111519552 A CN 202111519552A CN 113918776 B CN113918776 B CN 113918776B
Authority
CN
China
Prior art keywords
query
keyword
user
determining
data
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
CN202111519552.XA
Other languages
Chinese (zh)
Other versions
CN113918776A (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.)
Hangzhou Zhulong Information Technology Co ltd
Original Assignee
Hangzhou Zhulong Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Zhulong Information Technology Co ltd filed Critical Hangzhou Zhulong Information Technology Co ltd
Priority to CN202111519552.XA priority Critical patent/CN113918776B/en
Publication of CN113918776A publication Critical patent/CN113918776A/en
Application granted granted Critical
Publication of CN113918776B publication Critical patent/CN113918776B/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/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/903Querying
    • G06F16/90335Query processing

Abstract

The invention provides a data caching method, a data caching device, electronic equipment and a data query method, wherein the method comprises the following steps: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and when the query result of the query request is returned, the second keyword and the query result are associated and then cached. According to the method, the user login state is used as the keyword for generating the query condition, so that the accuracy of data query of the user is improved.

Description

Data caching method and device, electronic equipment and data query method
Technical Field
The present invention relates to the field of data query technologies, and in particular, to a caching method and apparatus, an electronic device, and a data query method.
Background
The information screening method is in an informatization big data era, a large amount of information data are contacted every day, money is paid in the time, flow is wealth, and instantaneity, humanization and scene of information screening are important factors for improving user experience and improving user acceptance and satisfaction of a user to a client.
At present, when a user uses a client to search and screen data, the client and a server face countless combinations brought by different condition options and submit repeated conditions for multiple times for the same user in a short time, and when the client caches the data, the prior art generally creates an account directory to facilitate the user to inquire the data.
Disclosure of Invention
The invention aims to provide a caching method, a caching device, electronic equipment and a data query method, so as to improve the accuracy of data query by a user.
In a first aspect, an embodiment of the present invention provides a data caching method, where the method includes: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and when the query result of the query request is returned, the second keyword and the query result are associated and then cached.
With reference to the first aspect, an embodiment of the present invention provides a first possible implementation manner of the first aspect, where the step of determining, by a query condition carried in the query request, a first keyword uniquely corresponding to the query condition includes: generating key value pairs classified according to condition categories according to the query conditions carried in the query request; and determining a first keyword which is uniquely corresponding to the query condition according to the key value pair.
With reference to the first possible implementation manner of the first aspect, an embodiment of the present invention provides a second possible implementation manner of the first aspect, where the data type of the condition category includes: one of string, shaping, array, and list.
With reference to the first aspect, an embodiment of the present invention provides a third possible implementation manner of the first aspect, where the step of obtaining login status information of the user to determine, according to the login status information and the first keyword, a second keyword uniquely corresponding to the user under the query condition includes: judging whether the user is in a login state; if the user is in a login state, acquiring identity information and an identity grade of the user, and generating a second keyword which is uniquely corresponding to the user under the query condition according to the first keyword, the identity information and the identity grade; and if the user is in the non-login state, determining the first keyword as a second keyword which is uniquely corresponding to the user under the query condition.
With reference to the third possible implementation manner of the first aspect, an embodiment of the present invention provides a fourth possible implementation manner of the first aspect, where the step of generating, according to the first keyword, the identity information, and the identity rank, a second keyword that uniquely corresponds to the user under the query condition includes: determining the actual user right level of the user according to the first keyword, the identity information and the identity level; and generating a second keyword which is uniquely corresponding to the user under the query condition according to the identity level and the right level.
With reference to the first aspect, an embodiment of the present invention provides a fifth possible implementation manner of the first aspect, where the method further includes: and encrypting the query result and storing the encrypted query result in a local database.
In a second aspect, an embodiment of the present invention provides a data query method, where the server caches a query result by using a data caching method according to any one of the foregoing first aspect to fifth possible implementations of the first aspect; the method comprises the following steps: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and querying data associated with the second keyword in the cache data to obtain a query result.
In a third aspect, an embodiment of the present invention provides a data caching apparatus, where the apparatus includes: the condition receiving module is used for determining a first keyword which is uniquely corresponding to a query condition according to the query condition carried in a query request if the query request of a user is received; the keyword determining module is used for acquiring login state information of the user and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and the file caching module is used for caching the second keyword and the query result after associating the second keyword with the query result when the query result of the query request is returned.
In a fourth aspect, an embodiment of the present invention provides an electronic device, where the electronic device includes a processor and a memory, where the memory stores computer-executable instructions that can be executed by the processor, and the processor executes the computer-executable instructions to implement the data caching method described in any one of the first to fifth possible implementation manners of the first aspect.
In a fifth aspect, the present invention provides a computer-readable storage medium, in which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the method of the first aspect to the fifth possible implementation manner of the first aspect.
The embodiment of the invention has the following beneficial effects:
the invention provides a data caching method, a data caching device, electronic equipment and a data query method, wherein the method comprises the following steps: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and when the query result of the query request is returned, the second keyword and the query result are associated and then cached. According to the method, the user login state is used as the keyword for generating the query condition, so that the accuracy of data query of the user is improved.
Additional features and advantages of the present disclosure will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by practice of the above-described techniques of the present disclosure.
In order to make the aforementioned objects, features and advantages of the present disclosure more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the embodiments of the present invention 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, and it is obvious that the drawings in the following description are some embodiments of the present invention, and other drawings can be obtained by those skilled in the art without creative efforts.
Fig. 1 is a schematic flow chart of a data caching method according to an embodiment of the present invention;
fig. 2 is a schematic flow chart of another data caching method according to an embodiment of the present invention;
FIG. 3 is a schematic flow chart of a data query method according to an embodiment of the present invention;
FIG. 4 is a diagram illustrating a data caching apparatus according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an electronic device according to an embodiment of the present invention.
Icon: 401-conditional access module; 402-a keyword determination module; 403-file cache module; 51-a memory; 52-a processor; 53-bus; 54-communication interface.
Detailed Description
To make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions of the present invention will be clearly and completely described below with reference to the accompanying drawings, and it is apparent that the described embodiments are some, but not all embodiments of the present invention. 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 invention.
At present, when a user uses a client to search and screen data, the client and a server face countless combinations brought by different condition options and submit repeated conditions for multiple times for the same user in a short time, and when the client caches the data, the prior art generally creates an account directory to facilitate the user to inquire the data.
Based on the above, the invention provides a data caching method, a data caching device, an electronic device and a data query method, so as to improve the accuracy of data query by a user. To facilitate understanding of the embodiment, a detailed description is first given of a data caching method disclosed in the embodiment of the present invention.
Example 1
Fig. 1 is a schematic flow chart of a data caching method according to an embodiment of the present invention, and as shown in fig. 1, the method includes the following steps:
step S101: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request.
In this embodiment, if a user requests a query, the query conditions carried in the query are first classified. The sorted query conditions are then reordered. And finally, generating the first keyword corresponding to the sorted query condition.
Step S102: and acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword.
In this embodiment, the login status of the user is obtained, where the login status includes: logged in and not logged in; and determining a second key word which is uniquely corresponding to the user under the query condition according to the first key word and the login state.
Step S103: and when the query result of the query request is returned, the second keyword and the query result are associated and then cached.
In this embodiment, the second keyword and the query result are associated and then cached, so that the second search by the user is facilitated.
The data caching method provided by the embodiment of the invention comprises the following steps: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and when the query result of the query request is returned, the second keyword and the query result are associated and then cached. According to the method, the user login state is used as the keyword for generating the query condition, so that the accuracy of data query of the user is improved.
Example 2
On the basis of the method shown in fig. 1, the present embodiment further provides another data caching method. Fig. 2 is a schematic flow chart of another data caching method according to an embodiment of the present invention. The method comprises the following steps:
step S201: and generating key value pairs classified according to preset condition categories according to the query conditions carried in the query request.
In this embodiment, the query conditions carried in the query request are classified according to the preset condition types, so as to generate key value pairs classified according to the preset condition types.
In one embodiment, the data types of the condition category include: one of string, shaping, array, and list.
Step S202: and determining a first keyword which is uniquely corresponding to the query condition according to the key value pair.
In this embodiment, the key-value pairs are converted into character strings, and then the keys in the key-value pairs are dictionary-ordered, so as to obtain key-value pair data with a completely new order. And then taking the hash value of the key value pair data in the brand-new sequence, thereby determining a first key word uniquely corresponding to the query condition.
Step S203: and acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword.
In this embodiment, the step of obtaining the login status information of the user to determine, according to the login status information and the first keyword, a second keyword uniquely corresponding to the user under the query condition includes a 1-A3:
step A1: and judging whether the user is in a login state.
Step A2: and if the user is in a login state, acquiring the identity information and the identity grade of the user, and generating a second keyword which is uniquely corresponding to the user under the query condition according to the first keyword, the identity information and the identity grade.
In this embodiment, generating the second keyword uniquely corresponding to the user under the query condition according to the first keyword, the identity information and the identity rating comprises the following steps a1-a2:
a 1: and determining the actual user right level of the user according to the first keyword, the identity information and the identity level.
a2: and generating a second keyword which is uniquely corresponding to the user under the query condition according to the identity level and the right level.
In this embodiment, the identity class is used as a key, the right class corresponding to the identity class is used as a value, a key-value pair is generated, and then the key-value pair is sorted by a dictionary to generate a key-value pair in a brand-new order; and taking the key values in the brand-new sequence as hash values, thereby generating a second key word which uniquely corresponds to the user under the query condition.
Step A3: and if the user is in the non-login state, determining the first keyword as a second keyword which is uniquely corresponding to the user under the query condition.
Step S204: and when the query result of the query request is returned, the second keyword and the query result are associated and then cached.
Further, the method further comprises: and encrypting the query result and storing the encrypted query result in a local database.
The data caching method provided by the embodiment of the invention comprises the following steps: generating key value pairs classified according to preset condition categories according to the query conditions carried in the query request; determining a first keyword which is uniquely corresponding to the query condition according to the key value pair; acquiring login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword; and when the query result of the query request is returned, the second keyword and the query result are associated and then cached. According to the method, the user login state and the user identity level are used as the key words for generating the query conditions, so that the accuracy of data query of the user is further improved.
Example 3
On the basis of the methods shown in fig. 1 and fig. 2, the present embodiment also provides a data query method. Fig. 3 is a schematic flow chart of a data query method according to an embodiment of the present invention. The method is applied to a server, and the server caches the query result through the data caching method described in the embodiment 1 or the embodiment 2; the method comprises the following steps S301-S303:
step S301: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request.
Step S302: and acquiring login state information of the user, and determining a second keyword which uniquely corresponds to the user under the query condition according to the login state information and the first keyword.
Step S303: and querying data associated with the second keyword in the cache data to obtain a query result.
The data query method provided by the embodiment of the invention comprises the following steps: if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request; acquiring login state information of the user, and determining a second keyword which uniquely corresponds to the user under the query condition according to the login state information and the first keyword; and querying data associated with the second keyword in the cache data to obtain a query result. According to the method, the convenience of data query of the user is improved by directly accessing the cache data according to the login state of the user.
Example 4
The embodiment of the invention also provides a data caching device. As shown in fig. 4, a schematic diagram of a data caching apparatus is provided for an embodiment of the present invention, where the apparatus includes:
the condition receiving module 401 is configured to, if a query request of a user is received, determine a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request.
A keyword determining module 402, configured to obtain login status information of the user, and determine, according to the login status information and the first keyword, a second keyword uniquely corresponding to the user under the query condition.
And a file caching module 403, configured to, when a query result of the query request is returned, cache the second keyword after associating with the query result.
The condition receiving module 401, the keyword determining module 402, and the file caching module 403 are connected in sequence.
The data caching device provided by the embodiment of the invention has the same technical characteristics as the data caching method provided by the embodiment, so that the same technical problems can be solved, and the same technical effects can be achieved. It is clear to those skilled in the art that, for convenience and brevity of description, the specific working process of the apparatus described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Example 5
The embodiment provides an electronic device, which comprises a processor and a memory, wherein the memory stores computer-executable instructions capable of being executed by the processor, and the processor executes the computer-executable instructions to realize the steps of the data caching method.
The present embodiment provides a computer-readable storage medium in which a computer program is stored which, when being executed by a processor, implements the steps of the data caching method.
Referring to fig. 5, a schematic structural diagram of an electronic device is shown, where the electronic device includes: the data caching method comprises a memory 51 and a processor 52, wherein a computer program capable of running on the processor 52 is stored in the memory 51, and the processor executes the computer program to realize the steps provided by the data caching method.
As shown in fig. 5, the apparatus further includes: a bus 53 and a communication interface 54, the processor 52, the communication interface 54 and the memory 51 being connected by the bus 53; the processor 52 is for executing executable modules, e.g. computer programs, stored in the memory 51.
The Memory 51 may include a high-speed Random Access Memory (RAM) and may also include a non-volatile Memory (non-volatile Memory), such as at least one disk Memory. The communication connection between the network element of the system and at least one other network element is realized through at least one communication interface 54 (which may be wired or wireless), and the internet, a wide area network, a local network, a metropolitan area network, and the like can be used.
The bus 53 may be an ISA bus, a PCI bus, an EISA bus, or the like. The bus may be divided into an address bus, a data bus, a control bus, etc. For ease of illustration, FIG. 5 is shown with only a single double-headed arrow, but does not indicate only a single bus or a single type of bus.
The memory 51 is used for storing a program, and the processor 52 executes the program after receiving an execution instruction, and the method executed by the data caching device according to any of the embodiments of the present invention may be applied to the processor 52, or implemented by the processor 52. Processor 52 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by integrated logic circuits of hardware or instructions in the form of software in the processor 52. The Processor 52 may be a general-purpose Processor, and includes a Central Processing Unit (CPU), a Network Processor (NP), and the like; the device can also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field-Programmable Gate Array (FPGA), or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like. The steps of the method disclosed in connection with the embodiments of the present invention may be directly implemented by a hardware decoding processor, or implemented by a combination of hardware and software modules in the decoding processor. The software module may be located in ram, flash memory, rom, prom, or eprom, registers, etc. storage media as is well known in the art. The storage medium is located in the memory 51, and the processor 52 reads the information in the memory 51 and completes the steps of the method in combination with the hardware thereof.
Further, embodiments of the present invention also provide a machine-readable storage medium storing machine-executable instructions that, when invoked and executed by the processor 52, cause the processor 52 to implement the data caching method described above.
The electronic device and the computer-readable storage medium provided by the embodiment of the invention have the same technical characteristics, so the same technical problems can be solved, and the same technical effects can be achieved.
In addition, in the description of the embodiments of the present invention, unless otherwise explicitly specified or limited, the terms "mounted," "connected," and "connected" are to be construed broadly, e.g., as meaning either a fixed connection, a removable connection, or an integral connection; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
In the description of the present invention, it should be noted that the terms "center", "upper", "lower", "left", "right", "vertical", "horizontal", "inner", "outer", etc., indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings, and are only for convenience of description and simplicity of description, but do not indicate or imply that the device or element being referred to must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be construed as limiting the present invention. Furthermore, the terms "first," "second," and "third" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance.

Claims (9)

1. A method for caching data, comprising:
if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request;
judging whether the user is in a login state;
if the user is in a login state, acquiring identity information and an identity grade of the user, and determining the actual user right grade of the user according to the first keyword, the identity information and the identity grade;
generating a second keyword which is uniquely corresponding to the user under the query condition according to the identity grade and the right grade;
if the user is in the non-login state, determining the first keyword as a second keyword which is uniquely corresponding to the user under the query condition;
and when the query result of the query request is returned, the second keyword is associated with the query result and then cached.
2. The data caching method according to claim 1, wherein the step of determining, according to the query condition carried in the query request, a first keyword that uniquely corresponds to the query condition comprises:
generating key value pairs classified according to preset condition categories according to the query conditions carried in the query request;
and determining a first keyword which is uniquely corresponding to the query condition according to the key value pair.
3. The data caching method of claim 2, wherein the data types of the condition categories comprise: one of string, shaping, array, and list.
4. The data caching method according to claim 1, wherein the step of generating a second keyword that uniquely corresponds to the user under the query condition according to the first keyword, the identity information, and the identity ranking comprises:
determining the actual user right level of the user according to the first keyword, the identity information and the identity level;
and generating a second keyword which is uniquely corresponding to the user under the query condition according to the identity grade and the right grade.
5. The data caching method of claim 1, further comprising:
and encrypting the query result and storing the encrypted query result in a local database.
6. A data query method, which is applied to a server, wherein the server caches a query result through the data caching method of any one of claims 1 to 5; the method comprises the following steps:
if a query request of a user is received, determining a first keyword uniquely corresponding to the query condition according to the query condition carried in the query request;
obtaining login state information of the user, and determining a second keyword which is uniquely corresponding to the user under the query condition according to the login state information and the first keyword;
and querying data associated with the second keyword in the cache data to obtain a query result.
7. A data caching apparatus, comprising:
the condition receiving module is used for determining a first keyword which is uniquely corresponding to a query condition according to the query condition carried in a query request if the query request of a user is received;
the keyword determining module is used for judging whether the user is in a login state;
if the user is in a login state, acquiring identity information and an identity grade of the user, and determining the actual user right grade of the user according to the first keyword, the identity information and the identity grade; generating a second keyword which is uniquely corresponding to the user under the query condition according to the identity grade and the right grade; if the user is in the non-login state, determining the first keyword as a second keyword which is uniquely corresponding to the user under the query condition;
and the file caching module is used for correlating the second keyword with the query result and then caching the second keyword and the query result when the query result of the query request is returned.
8. An electronic device, comprising a processor and a memory, the memory storing computer-executable instructions executable by the processor, the processor executing the computer-executable instructions to implement the data caching method of any one of claims 1 to 5.
9. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 5.
CN202111519552.XA 2021-12-14 2021-12-14 Data caching method and device, electronic equipment and data query method Active CN113918776B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111519552.XA CN113918776B (en) 2021-12-14 2021-12-14 Data caching method and device, electronic equipment and data query method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111519552.XA CN113918776B (en) 2021-12-14 2021-12-14 Data caching method and device, electronic equipment and data query method

Publications (2)

Publication Number Publication Date
CN113918776A CN113918776A (en) 2022-01-11
CN113918776B true CN113918776B (en) 2022-04-08

Family

ID=79249127

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111519552.XA Active CN113918776B (en) 2021-12-14 2021-12-14 Data caching method and device, electronic equipment and data query method

Country Status (1)

Country Link
CN (1) CN113918776B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115544076B (en) * 2022-12-05 2023-05-12 杭州筑龙信息技术股份有限公司 Query method and device for combined options, electronic equipment and medium

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102930054A (en) * 2012-11-19 2013-02-13 北京奇虎科技有限公司 Data search method and data search system
US10282483B2 (en) * 2016-08-04 2019-05-07 Facebook, Inc. Client-side caching of search keywords for online social networks
CN107798066A (en) * 2017-09-25 2018-03-13 北京小度信息科技有限公司 A kind of search term method for pushing, device and terminal
CN109040300B (en) * 2018-09-04 2021-05-14 航天信息股份有限公司 Method, device and storage medium for pushing messages

Also Published As

Publication number Publication date
CN113918776A (en) 2022-01-11

Similar Documents

Publication Publication Date Title
CN108551452B (en) Web crawler method, terminal and storage medium
CN107196950B (en) Verification method, verification device and server
CN110830280B (en) Micro-service gateway device and method and electronic equipment
CN108647240B (en) Method and device for counting access amount, electronic equipment and storage medium
CN113918776B (en) Data caching method and device, electronic equipment and data query method
CN111090449A (en) API service access method and device and electronic equipment
CN114168847A (en) Data query method and device, electronic equipment and storage medium
CN111563199A (en) Data processing method and device
CN111158892A (en) Task queue generating method, device and equipment
JP7003909B2 (en) Communication analysis device, communication analysis method and computer program
CN110543509B (en) Monitoring system, method and device for user access data and electronic equipment
CN110020166B (en) Data analysis method and related equipment
CN112241412B (en) Tree structure table generation method and device and electronic equipment
CN114398094A (en) Applet starting method, device, equipment and computer readable storage medium
CN110933068B (en) Black and white list real-time optimization method and device, server and storage medium
CN111865576B (en) Method and device for synchronizing URL classification data
CN106709353B (en) Security detection method and device for search engine
CN112579956A (en) Website account management method and device and electronic equipment
WO2020199029A1 (en) Data processing method and apparatus therefor
CN115987685B (en) Cloud service data sharing method and system
WO2022222665A1 (en) Request recognition method and apparatus, and device and storage medium
CN112333206B (en) Safety test method and device and electronic equipment
CN110087201B (en) Information processing method, device and storage medium
CN110209679B (en) data storage method and terminal equipment for improving access efficiency
CN114417283A (en) Authority matching method and device for Internet of vehicles users, client 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