CN111488545A - Management method and device for network request cookie, computer equipment and storage medium - Google Patents

Management method and device for network request cookie, computer equipment and storage medium Download PDF

Info

Publication number
CN111488545A
CN111488545A CN202010259463.5A CN202010259463A CN111488545A CN 111488545 A CN111488545 A CN 111488545A CN 202010259463 A CN202010259463 A CN 202010259463A CN 111488545 A CN111488545 A CN 111488545A
Authority
CN
China
Prior art keywords
cookie
network request
database
request
managing
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
CN202010259463.5A
Other languages
Chinese (zh)
Other versions
CN111488545B (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.)
Shanghai Qiyin Information Technology Co ltd
Original Assignee
Shanghai Qiyin 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 Shanghai Qiyin Information Technology Co ltd filed Critical Shanghai Qiyin Information Technology Co ltd
Priority to CN202010259463.5A priority Critical patent/CN111488545B/en
Publication of CN111488545A publication Critical patent/CN111488545A/en
Application granted granted Critical
Publication of CN111488545B publication Critical patent/CN111488545B/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/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • 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/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines
    • G06F16/9536Search customisation based on social or collaborative filtering

Abstract

The invention discloses a management method of a network request cookie, which comprises the following steps: constructing a cookie database for storing a network request cookie, wherein the content of the network request cookie comprises cookie data and detailed parameter information thereof; acquiring a new network request cookie, and storing the acquired network request cookie in the cookie database; and when a cookie data acquisition request is received, retrieving the cookie database according to the cookie data acquisition request, and sending the retrieved network request cookie to a requester. Also discloses a device, computer equipment and storage medium for realizing the management method of the network request cookie. The invention greatly improves the efficiency of the user, fully exerts the usability of the cookie to the maximum and saves the cost.

Description

Management method and device for network request cookie, computer equipment and storage medium
Technical Field
The invention relates to the technical field of computers, in particular to a management method of a network request cookie.
Background
The existing management method of the network request cookie is to directly store the acquired network request cookie into a database of a local terminal of a user and directly take out the cookie from the database for use when the cookie needs to be used. However, this management method has some problems as follows:
1. because the cookie requested by the network has the characteristic of instability, under the condition of high use frequency, the condition that part of the cookie requested by the network is invalid and can not be used is very likely to occur, and a user needs to re-acquire a new cookie requested by the network for retry, so that the efficiency of the user is greatly reduced;
2. the obtained network request cookie is directly stored in data, the network request cookie cannot be distinguished and managed, the effectiveness or the access speed of the network request cookie cannot be identified, the use mode is single, and the method cannot be suitable for more application scenes.
To this end, the applicant has sought, through useful research and research, a solution to the above-mentioned problems, in the context of which the technical solutions to be described below have been made.
Disclosure of Invention
One of the technical problems to be solved by the present invention is: aiming at the defects of the prior art, the management method of the network request cookie, which improves the use efficiency of the user and is suitable for more application scenes, is provided.
The second technical problem to be solved by the present invention is: provided is a management apparatus for web-requested cookies.
The third technical problem to be solved by the invention is that: a computer device for implementing the method for managing a cookie for a web request is provided.
The fourth technical problem to be solved by the invention is that: there is provided a storage medium implementing the method for managing a web request cookie as described above.
A method for managing a web request cookie as a first aspect of the present invention includes the steps of:
constructing a cookie database for storing a network request cookie, wherein the content of the network request cookie comprises cookie data and detailed parameter information thereof;
acquiring a new network request cookie, and storing the acquired network request cookie in the cookie database;
and when a cookie data acquisition request is received, retrieving the cookie database according to the cookie data acquisition request, and sending the retrieved network request cookie to a requester.
In a preferred embodiment of the present invention, the detailed parameter information includes acquisition time, acquisition region, response speed, usage time, operator information, and availability score.
In a preferred embodiment of the present invention, the method further comprises the following steps:
and filtering the cookie database regularly to delete invalid or expired network request cookies stored in the cookie database in time.
In a preferred embodiment of the present invention, the periodically filtering the cookie database includes:
scanning the cookie database regularly according to a predefined filtering mode or a user-defined filtering mode to screen out the network request cookies needing to be filtered;
and deleting the screened network request cookies needing to be filtered so as to ensure that the cookie database is maintained in a high availability state.
In a preferred embodiment of the present invention, the method further comprises the following steps:
checking whether the number of web request cookies in the cookie database is below a preset threshold;
and if the value is lower than the preset threshold value, acquiring a new network request cookie and storing the acquired new network request cookie into the cookie database.
In a preferred embodiment of the present invention, the method further comprises the following steps:
obtaining cookie use information fed back by a requester;
and adjusting the cookie database according to the cookie use information.
A management apparatus of a web request cookie as a second aspect of the present invention comprises:
the cookie database module is used for constructing a cookie database for storing the network request cookie, and the content of the network request cookie comprises cookie data and detailed parameter information thereof;
the cookie acquisition module is used for acquiring a new network request cookie and storing the acquired network request cookie in the cookie database; and
and the acquisition request processing module is used for retrieving the cookie database according to the received cookie data acquisition request and sending the retrieved network request cookie to the requester.
In a preferred embodiment of the present invention, the method further comprises:
and the cookie filtering processing module is used for filtering the cookie database periodically so as to delete invalid or expired network request cookies stored in the cookie database in time.
In a preferred embodiment of the present invention, the method further comprises:
and the cookie quantity checking module is used for checking whether the quantity of the network request cookies in the cookie database is lower than a preset threshold value, and if so, acquiring a new network request cookie and storing the acquired new network request cookie into the cookie database.
In a preferred embodiment of the present invention, the method further comprises:
and the feedback information processing module is used for acquiring cookie use information fed back by a requester and adjusting the cookie database according to the cookie use information.
A computer device as a third aspect of the present invention for implementing the above method for managing a cookie for a web request includes a memory processor, the memory storing a computer program, the processor implementing the following steps when executing the computer program:
constructing a cookie database for storing a network request cookie, wherein the content of the network request cookie comprises cookie data and detailed parameter information thereof;
acquiring a new network request cookie, and storing the acquired network request cookie in the cookie database;
and when a cookie data acquisition request is received, retrieving the cookie database according to the cookie data acquisition request, and sending the retrieved network request cookie to a requester.
A computer-readable storage medium as a fourth aspect of the present invention for implementing the above-described management method of a web request cookie, has stored thereon a computer program that, when executed by a processor, implements the steps of:
constructing a cookie database for storing a network request cookie, wherein the content of the network request cookie comprises cookie data and detailed parameter information thereof;
acquiring a new network request cookie, and storing the acquired network request cookie in the cookie database;
and when a cookie data acquisition request is received, retrieving the cookie database according to the cookie data acquisition request, and sending the retrieved network request cookie to a requester.
Due to the adoption of the technical scheme, the invention has the beneficial effects that: the method can be used for different application scenes, the using mode is more flexible, and when the cookie is requested by using a network in a common way, the condition that a large amount of cookies are needed but high-availability cookies are not needed or the condition that the usability is guaranteed by a small amount of cookies can be met.
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, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is an application scenario diagram of an embodiment of a method for managing a web request cookie according to the present invention.
Fig. 2 is a flowchart of a method of managing a web request cookie according to the present invention.
Fig. 3 is a schematic structural diagram of an embodiment of the management apparatus for web request cookies according to the present invention.
Fig. 4 is an internal structural view of the computer device of the present invention.
Detailed Description
In order to make the technical means, the creation characteristics, the achievement purposes and the effects of the invention easy to understand, the invention is further explained below by combining the specific drawings.
The method for managing the network request cookie provided by the invention can be applied to the application environment shown in fig. 1. Wherein a user terminal 101 communicates with a server 102 via a network. The user terminal 101 may be, but not limited to, various personal computers, notebook computers, smart phones, tablet computers, and portable wearable devices, and the server 102 may be implemented by an independent server or a server cluster formed by a plurality of servers. Server 102 builds a cookie database for storing web request cookies and retrieves and stores new web request cookies. A requester (user) sends a cookie data acquisition request to the server 102 through the user terminal 101, and the server 102 retrieves the cookie database according to the cookie data acquisition request and sends the retrieved network request cookie to the requester. The cookie information processing method and the cookie information processing device can aim at different application scenes, are more flexible in use mode, greatly improve the efficiency of users, fully exert the usability of the cookies to the maximum degree, and save the cost.
Specifically, referring to fig. 2, the method for managing a web request cookie according to the present invention includes the following steps:
step S10, a cookie database for storing the web request cookie is constructed, and the content of the web request cookie includes cookie data and detailed parameter information thereof.
In the present embodiment, the detailed parameter information of cookie data includes acquisition time, acquisition region, response speed, usage time, operator information, and availability score, which is used to measure the availability of cookies, the higher the value of the availability score is, the higher the availability is, and the lower the value of the availability score is, the lower the availability is.
In step S20, a new web request cookie is acquired, and the acquired web request cookie is stored in the cookie database.
In this embodiment, the network request cookies may be acquired from different carriers through different channels, where information provided by the network request cookies acquired from different channels is different, for example, some carriers may synchronously provide information about a region where the cookie is located, a response speed, and the like, and if the information is provided by the carriers, the information is stored in the cookie database, and if the information is not provided, the information is null. The channels through which cookies can be obtained from operators are: baidu, Bi Ying, Google, Saogue, Yahu, etc.
And when a new network request cookie is acquired, storing the time for acquiring the cookie, if the response speed of the cookie is acquired, generating and storing a score according to the response speed, and if the response speed is not acquired, marking the response speed as 100 scores.
Step S30, when receiving the cookie data acquisition request, retrieves the cookie database according to the cookie data acquisition request, and sends the retrieved network request cookie to the requestor.
In this embodiment, a cookie data acquisition request is sent from the user terminal 101 to the server 102, the requesting party (user) may customize request parameters through an interface, customize usage requirements, for example, the customized request parameters such as a certain region, a certain score segment, a certain time period, and usage amount are sent to the server 102, the server 102 filters the cookie database through the parameters, and returns the network request cookies that are filtered to meet the requirements to the requesting party (user). The cookie database can store the using time after the cookie request is taken out, so that the cookie is guaranteed not to appear in the using time, and the score of the used cookie is reduced due to the limitation of the number of times of using and the time. In addition, due to the instability of cookies, the server 102 simultaneously ensures that each cookie can only be acquired once every two seconds, and prevents excessive people who are used at the same time from causing jamming.
The management method of the network request cookie of the invention also comprises the following steps:
step S40, the cookie database is filtered periodically to delete the invalid or expired web request cookies stored in the cookie database in time. Specifically, the specific process of periodically filtering the cookie database includes: and periodically scanning the cookie database according to a predefined filtering mode or a user-defined filtering mode to screen out the network request cookies needing to be filtered, and then deleting the screened network request cookies needing to be filtered so as to ensure that the cookie database is maintained in a high-availability state. The way of pre-defining filtering or the way of user-defined selection filtering can be adding too long, score value below a certain score segment, etc.
The management method of the network request cookie of the invention also comprises the following steps:
step S51, it is checked whether the number of web request cookies in the cookie database is below a preset threshold. In this embodiment, the preset threshold is preferably 100, and the number of the preset threshold is used to ensure the randomness of the obtained cookies.
And step S52, if the value is lower than the preset threshold value, acquiring a new network request cookie and storing the acquired new network request cookie in the cookie database.
The management method of the network request cookie of the invention also comprises the following steps:
step S61, obtaining cookie use information fed back by the requester. After the cookie is obtained and used, the requester (user) sends cookie use information to the server 102, for example, if the cookie is found to be invalid, the invalidation information is fed back to the server 102, and for example, the response speed of the cookie when the requester (user) uses the cookie can be sent to the server 102.
And step S62, adjusting the cookie database according to the cookie use information. The server 102 re-ranks the corresponding cookie data in the cookie database according to the fed-back cookie use information, for example, when receiving the expired information, the relevant cookie data is deleted; or when the cookie response speed information is received, the numerical value of the response speed of the relevant cookie data is modified.
Referring to fig. 3, the network request cookie management apparatus of the present invention is shown to include a cookie database module 110, a cookie retrieval module 120, and a retrieval request processing module 130.
The cookie database module 110 is used to construct a cookie database for storing web request cookies, the contents of which include cookie data and detailed parameter information thereof.
The cookie obtaining module 120 is configured to obtain a new web request cookie and store the obtained web request cookie in a cookie database.
The obtaining request processing module 130 is configured to retrieve the cookie database according to the received cookie data obtaining request, and send the retrieved network request cookie to the requestor.
In this embodiment, the management apparatus for cookie provisioning of network requests of this embodiment further includes a cookie filtering processing module 140, where the cookie filtering processing module 140 performs filtering processing on the cookie database periodically, so as to delete invalid or expired cookie provisioning stored in the cookie database in time. Specifically, the cookie filtering processing module 140 periodically scans the cookie database according to a predefined filtering manner or a user-defined filtering manner to screen out the cookie requested to be filtered, and then deletes the screened cookie requested to be filtered to ensure that the cookie database is maintained in a high-availability state. The way of pre-defining filtering or the way of user-defined selection filtering can be adding too long, score value below a certain score segment, etc.
In this embodiment, the management apparatus for cookie provisioning of the present embodiment further includes a cookie number checking module 150, where the cookie number checking module 150 is configured to check whether the number of cookie provisioning in the cookie database is lower than a preset threshold, and if the number of cookie provisioning is lower than the preset threshold, obtain a new cookie provisioning and store the obtained new cookie provisioning in the cookie database, so that the number of cookies provisioning ensures randomness of the obtained cookie.
In this embodiment, the management apparatus for cookie request by network of this embodiment further includes a feedback information processing module 160, and the feedback information processing module 160 is configured to obtain cookie usage information fed back by the requestor, and adjust the cookie database according to the cookie usage information.
The respective modules in the management apparatus for web-requested cookies of the present invention may be wholly or partially implemented by software, hardware, or a combination thereof. The modules can be embedded in a hardware form or independent from a processor in the computer device, and can also be stored in a memory in the computer device in a software form, so that the processor can call and execute operations corresponding to the modules.
The present invention also provides a computer device for implementing the management method of the web request cookie, where the computer device may be a server, and its internal structure diagram may be as shown in fig. 4. The computer device includes a processor, a memory, a network interface, and a database connected by a system bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system, a computer program, and a database. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The database of the computer device is used for storing data such as user information, record information and files. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to implement a method of managing web request cookies as described above.
Those skilled in the art will appreciate that the configuration shown in fig. 4 is a block diagram of only a portion of the configuration associated with the present solution and does not constitute a limitation on the computing device to which the present solution applies, and that a particular computing device may include more or less components than those shown, or combine certain components, or have a different arrangement of components.
Specifically, the computer device of the present invention includes a memory storing a computer program and a processor implementing the following steps when the processor executes the computer program:
constructing a cookie database for storing the network request cookie;
acquiring a new network request cookie, and storing the acquired network request cookie in a cookie database;
and when a cookie data acquisition request is received, searching the cookie database according to the cookie data acquisition request, and sending the searched network request cookie to the requester.
The present invention also provides a computer-readable storage medium for implementing the above-mentioned management method of web request cookies, having a computer program stored thereon, which when executed by a processor implements the steps of:
constructing a cookie database for storing the network request cookie;
acquiring a new network request cookie, and storing the acquired network request cookie in a cookie database;
and when a cookie data acquisition request is received, searching the cookie database according to the cookie data acquisition request, and sending the searched network request cookie to the requester.
It will be understood by those of ordinary skill in the art that all or a portion of the processes of the methods of the embodiments described above may be implemented by a computer program that may be stored on a non-volatile computer-readable storage medium, which when executed, may include the processes of the embodiments of the methods described above, wherein any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory.
The foregoing shows and describes the general principles and broad features of the present invention and advantages thereof. It will be understood by those skilled in the art that the present invention is not limited to the embodiments described above, which are described in the specification and illustrated only to illustrate the principle of the present invention, but that various changes and modifications may be made therein without departing from the spirit and scope of the present invention, which fall within the scope of the invention as claimed. The scope of the invention is defined by the appended claims and equivalents thereof.

Claims (12)

1. A method for managing web request cookies, comprising the steps of:
constructing a cookie database for storing a network request cookie, wherein the content of the network request cookie comprises cookie data and detailed parameter information thereof;
acquiring a new network request cookie, and storing the acquired network request cookie in the cookie database;
and when a cookie data acquisition request is received, retrieving the cookie database according to the cookie data acquisition request, and sending the retrieved network request cookie to a requester.
2. The method for managing a network request cookie of claim 1, wherein the detailed parameter information includes an acquisition time, an acquisition region, a response speed, a use time, operator information, and an availability score.
3. The method for managing a web request cookie of claim 1, further comprising the step of:
and filtering the cookie database regularly to delete invalid or expired network request cookies stored in the cookie database in time.
4. The method for managing cookie requests according to claim 3, wherein said periodically filtering said cookie database comprises:
scanning the cookie database regularly according to a predefined filtering mode or a user-defined filtering mode to screen out the network request cookies needing to be filtered;
and deleting the screened network request cookies needing to be filtered so as to ensure that the cookie database is maintained in a high availability state.
5. The method for managing a web request cookie of claim 1, further comprising the step of:
checking whether the number of web request cookies in the cookie database is below a preset threshold;
and if the value is lower than the preset threshold value, acquiring a new network request cookie and storing the acquired new network request cookie into the cookie database.
6. The method for managing a web request cookie of claim 1, further comprising the step of:
obtaining cookie use information fed back by a requester;
and adjusting the cookie database according to the cookie use information.
7. An apparatus for managing a web request cookie, comprising:
the cookie database module is used for constructing a cookie database for storing the network request cookie, and the content of the network request cookie comprises cookie data and detailed parameter information thereof;
the cookie acquisition module is used for acquiring a new network request cookie and storing the acquired network request cookie in the cookie database; and
and the acquisition request processing module is used for retrieving the cookie database according to the received cookie data acquisition request and sending the retrieved network request cookie to the requester.
8. The apparatus for managing a web request cookie of claim 7, further comprising:
and the cookie filtering processing module is used for filtering the cookie database periodically so as to delete invalid or expired network request cookies stored in the cookie database in time.
9. The apparatus for managing a web request cookie of claim 7, further comprising:
and the cookie quantity checking module is used for checking whether the quantity of the network request cookies in the cookie database is lower than a preset threshold value, and if so, acquiring a new network request cookie and storing the acquired new network request cookie into the cookie database.
10. The apparatus for managing a web request cookie of claim 7, further comprising:
and the feedback information processing module is used for acquiring cookie use information fed back by a requester and adjusting the cookie database according to the cookie use information.
11. A computer device comprising a processor with a memory storing a computer program, characterized in that the processor when executing the computer program realizes the steps of the method for managing web request cookies of any of claims 1-6.
12. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method for managing a web request cookie according to any of claims 1 to 6.
CN202010259463.5A 2020-04-03 2020-04-03 Method, device, computer equipment and storage medium for managing network request cookie Active CN111488545B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010259463.5A CN111488545B (en) 2020-04-03 2020-04-03 Method, device, computer equipment and storage medium for managing network request cookie

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010259463.5A CN111488545B (en) 2020-04-03 2020-04-03 Method, device, computer equipment and storage medium for managing network request cookie

Publications (2)

Publication Number Publication Date
CN111488545A true CN111488545A (en) 2020-08-04
CN111488545B CN111488545B (en) 2024-04-02

Family

ID=71794501

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010259463.5A Active CN111488545B (en) 2020-04-03 2020-04-03 Method, device, computer equipment and storage medium for managing network request cookie

Country Status (1)

Country Link
CN (1) CN111488545B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040049673A1 (en) * 2002-09-05 2004-03-11 Docomo Communications Laboratories Usa, Inc. Apparatus and method for a personal cookie repository service for cookie management among multiple devices
US20060031054A1 (en) * 1999-12-15 2006-02-09 Microsoft Corporation Server recording and client playback of computer network characteristics
CN108777709A (en) * 2018-05-31 2018-11-09 康键信息技术(深圳)有限公司 Website access method, device, computer equipment and storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060031054A1 (en) * 1999-12-15 2006-02-09 Microsoft Corporation Server recording and client playback of computer network characteristics
US20040049673A1 (en) * 2002-09-05 2004-03-11 Docomo Communications Laboratories Usa, Inc. Apparatus and method for a personal cookie repository service for cookie management among multiple devices
CN108777709A (en) * 2018-05-31 2018-11-09 康键信息技术(深圳)有限公司 Website access method, device, computer equipment and storage medium

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐衍;: "基于cookie的图书馆个性化网上信息服务研究", 赤峰学院学报(自然科学版), no. 01, 25 January 2010 (2010-01-25) *

Also Published As

Publication number Publication date
CN111488545B (en) 2024-04-02

Similar Documents

Publication Publication Date Title
US11941017B2 (en) Event driven extract, transform, load (ETL) processing
US11349940B2 (en) Server side data cache system
US8191068B2 (en) Resource management system, resource information providing method and program
US10649903B2 (en) Modifying provisioned throughput capacity for data stores according to cache performance
US20200272636A1 (en) Tiered storage for data processing
CN108228322B (en) Distributed link tracking and analyzing method, server and global scheduler
US20200394231A1 (en) Systems and methods for managed asset distribution in a distributed heterogeneous storage environment
US11836132B2 (en) Managing persistent database result sets
US11599512B1 (en) Schema inference for files
CA2540947C (en) Tracking space usage in a database
EP4174679A1 (en) Extending database external functions with user-defined functions
US10776368B1 (en) Deriving cardinality values from approximate quantile summaries
WO2020094064A1 (en) Performance optimization method, device, apparatus, and computer readable storage medium
CN111400578A (en) Goods data query method and device, computer equipment and storage medium
CN109844723B (en) Method and system for master control establishment using service-based statistics
CN109933587B (en) Data processing method, device and system based on directory registration and storage medium
CN111488545A (en) Management method and device for network request cookie, computer equipment and storage medium
CN113672652A (en) Data access method, device, equipment and storage medium
JP7068210B2 (en) Database management system, terminal device and method
CN113779326A (en) Data processing method, device, system and storage medium
CN111506557A (en) UTXO library establishing method, UTXO library establishing device, computer equipment and storage medium
CN107196962B (en) User access control method and system
US20140108420A1 (en) Index creation method and system
US10037155B2 (en) Preventing write amplification during frequent data updates
CN112307059B (en) Ranking list management method and device, computer 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