CN111581289A - Data management method, system, device and medium for double-end block chain - Google Patents

Data management method, system, device and medium for double-end block chain Download PDF

Info

Publication number
CN111581289A
CN111581289A CN202010382484.6A CN202010382484A CN111581289A CN 111581289 A CN111581289 A CN 111581289A CN 202010382484 A CN202010382484 A CN 202010382484A CN 111581289 A CN111581289 A CN 111581289A
Authority
CN
China
Prior art keywords
block
head
data
network transaction
transaction 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.)
Granted
Application number
CN202010382484.6A
Other languages
Chinese (zh)
Other versions
CN111581289B (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.)
Xi'an Huayu Network Culture Development Co ltd
Original Assignee
Xi'an Huayu Network Culture Development 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 Xi'an Huayu Network Culture Development Co ltd filed Critical Xi'an Huayu Network Culture Development Co ltd
Priority to CN202010382484.6A priority Critical patent/CN111581289B/en
Publication of CN111581289A publication Critical patent/CN111581289A/en
Application granted granted Critical
Publication of CN111581289B publication Critical patent/CN111581289B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

When network transaction data are stored in the block chain, a first block head is generated according to a previous block and the network transaction data, and a second block head is generated according to the previous block; generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data; when receiving a query instruction of a user, analyzing the query instruction, and reading data of the block body in the block according to an analysis result. Therefore, a user can select whether to read the network transaction data in the block according to the requirement of the user, and the function of monitoring the network transaction information on the block chain is realized.

Description

Data management method, system, device and medium for double-end block chain
Technical Field
The invention belongs to the technical field of block chains, and particularly relates to a data management method, a system, a device and a medium for a double-ended block chain.
Background
The blockchain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism and an encryption algorithm. The block chain is a series of data blocks which are associated by using a cryptographic method, and each data block comprises network transaction information for verifying the validity of the information and generating a next block. The core of the block chain is decentralized, namely mediated, so that information resources are shared, data information is maintained together, accounted together and correlated, and any single node cannot tamper the data information. But once stored, the blockchain data cannot be modified, which creates the drawback of difficult supervision.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a data management method, a system, a device and a medium of a double-ended block chain, which can supervise network transaction information on the block chain.
In a first aspect, a method for managing data of a double-ended blockchain includes the following steps:
when the network transaction data is stored in the block chain, generating a first block head according to a previous block and the network transaction data, and generating a second block head according to the previous block;
generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
when receiving a query instruction of a user, analyzing the query instruction, and reading data of the block body in the block according to an analysis result.
Preferably, the generating the first block header according to the previous block and the network transaction data specifically includes:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
Preferably, the generating the second block header according to the previous block specifically includes:
and combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
Preferably, when receiving a query instruction from a user, analyzing the query instruction, and reading data of the block in the block according to an analysis result specifically includes:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
In a second aspect, a data management system for a double-ended blockchain includes:
a storage unit: when the network transaction data is stored in the block chain, generating a first block head according to a previous block and the network transaction data, and generating a second block head according to the previous block; generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
a query unit: and the data processing module is used for analyzing the query instruction when receiving the query instruction of the user and reading the data of the block body in the block according to the analysis result.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
Preferably, the query unit is specifically configured to:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
In a third aspect, an apparatus comprises a processor and a memory, the processor and the memory being connected to each other, wherein the memory is configured to store a computer program, the computer program comprising program instructions, and the processor is configured to call the program instructions to execute the method of the first aspect.
In a fourth aspect, a computer-readable storage medium is characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method of the first aspect.
According to the technical scheme, each block on the block chain comprises two block heads, wherein the first block head is associated with network transaction data, and the second block head is not associated with the network transaction data, so that a user can select whether to read the network transaction data in the block according to the requirement of the user, and the function of monitoring the network transaction information on the block chain is realized.
Drawings
In order to more clearly illustrate the detailed description of the invention or the technical solutions in the prior art, the drawings that are needed in the detailed description of the invention or the prior art will be briefly described below. Throughout the drawings, like elements or portions are generally identified by like reference numerals. In the drawings, elements or portions are not necessarily drawn to scale.
Fig. 1 is a flowchart of a data management method for a dual-headed block chain according to an embodiment of the present invention.
Fig. 2 is a block chain diagram generated in the first embodiment of the present invention.
Fig. 3 is a block diagram of a data management system of a double-ended blockchain according to a second embodiment of the present invention.
Detailed Description
Embodiments of the present invention will be described in detail below with reference to the accompanying drawings. The following examples are only for illustrating the technical solutions of the present invention more clearly, and therefore are only examples, and the protection scope of the present invention is not limited thereby. It is to be noted that, unless otherwise specified, technical or scientific terms used herein shall have the ordinary meaning as understood by those skilled in the art to which the invention pertains.
It will be understood that the terms "comprises" and/or "comprising," when used in this specification and the appended claims, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
It is also to be understood that the terminology used in the description of the invention herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used in the specification of the present invention and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.
As used in this specification and the appended claims, the term "if" may be interpreted contextually as "when", "upon" or "in response to a determination" or "in response to a detection". Similarly, the phrase "if it is determined" or "if a [ described condition or event ] is detected" may be interpreted contextually to mean "upon determining" or "in response to determining" or "upon detecting [ described condition or event ]" or "in response to detecting [ described condition or event ]".
The first embodiment is as follows:
a data management method for a double-ended blockchain, see fig. 1, includes the following steps:
s1: when the network transaction data is stored in the block chain, a first block header is generated according to a previous block and the network transaction data, and a second block header is generated according to the previous block, which specifically includes:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
And combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
Specifically, when the blockchain generates a block, a first block header is generated according to the network transaction data, the previous block data and the timestamp which are required to be stored, and a second block header is generated according to the previous block data and the timestamp, so that a completely different first block header and a completely different second block header are obtained. For example: when the block chain generates the third block, H3 is calculated to be (H2+ network transaction data + timestamp) to perform a hahs operation, and H3 is calculated to be (H2+ timestamp) to perform a hahs operation, where H3 is a first block header of the third block, H3 is a second block header of the third block, and H2 is a first block header of the second block.
S2: generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
specifically, the blockchain generated by the method is shown in fig. 2, each block in the generated blockchain has two block headers, and network transaction data is stored in the block.
S3: when receiving a query instruction of a user, analyzing the query instruction, and reading data of the block body in the block according to an analysis result, specifically comprising:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
Specifically, when querying the network transaction data in the blockchain, if the user wants to read the network transaction data stored in a certain block, the user sends a query command including a first block header in the block. If the network transaction data stored in a certain block is not to be read, a query command containing a second block header in the block is sent. Thus, when the first block header of a certain block is analyzed, the data of the block in the block is read. When the second block head of a certain block is analyzed, the data of the block in the block is not read, and the output data is null.
In the method, each block on the block chain comprises two block heads, wherein the first block head is associated with network transaction data, and the second block head is not associated with the network transaction data, so that a user can select whether to read the network transaction data in the block according to the requirement of the user, and the function of monitoring the network transaction information on the block chain is realized.
Example two:
a data management system for a double-ended blockchain, see fig. 3, comprising:
a storage unit: when the network transaction data is stored in the block chain, generating a first block head according to a previous block and the network transaction data, and generating a second block head according to the previous block; generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
a query unit: and the data processing module is used for analyzing the query instruction when receiving the query instruction of the user and reading the data of the block body in the block according to the analysis result.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
Preferably, the storage unit is specifically configured to:
and combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
Preferably, the query unit is specifically configured to:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
In the system, each block on the block chain comprises two block heads, wherein the first block head is associated with network transaction data, and the second block head is not associated with the network transaction data, so that a user can select whether to read the network transaction data in the block according to the requirement of the user, and the function of monitoring the network transaction information on the block chain is realized.
In the several embodiments provided in the present application, it should be understood that the disclosed system may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units is only one logical division, and other divisions may be realized in practice, for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may also be an electric, mechanical or other form of connection.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment of the present invention.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention essentially or partially contributes to the prior art, or all or part of the technical solution can be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
For the sake of brief description, the system provided by the embodiment of the present invention may refer to the corresponding content in the foregoing method embodiments.
Example three:
an apparatus comprising a processor and a memory, the processor and the memory being interconnected by a bus, wherein the memory is configured to store a computer program comprising program instructions, and the processor is configured to invoke the program instructions to perform the method of embodiment one.
It should be understood that in the embodiments of the present invention, the Processor may be a Central Processing Unit (CPU), and the Processor may also be other general purpose processors, Digital Signal Processors (DSPs), Application Specific Integrated Circuits (ASICs), Field Programmable Gate Arrays (FPGAs) or other Programmable logic devices, discrete Gate or transistor logic devices, discrete hardware components, and the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The memory may include both read-only memory and random access memory, and provides instructions and data to the processor. The portion of memory may also include non-volatile random access memory. For example, the memory may also store device type information.
For the sake of brief description, the embodiments of the present invention do not provide references to the corresponding contents in the foregoing method embodiments.
Example four:
a computer-readable storage medium, in which a computer program is stored, the computer program comprising program instructions which, when executed by a processor, cause the processor to carry out the method of embodiment one.
The computer readable storage medium may be an internal storage unit of the terminal according to any of the foregoing embodiments, for example, a hard disk or a memory of the terminal. The computer readable storage medium may also be an external storage device of the terminal, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like provided on the terminal. Further, the computer-readable storage medium may also include both an internal storage unit and an external storage device of the terminal. The computer-readable storage medium is used for storing the computer program and other programs and data required by the terminal. The computer readable storage medium may also be used to temporarily store data that has been output or is to be output.
For the sake of brief description, the media provided by the embodiments of the present invention, and the portions of the embodiments that are not mentioned, refer to the corresponding contents in the foregoing method embodiments.
Finally, it should be noted that: the above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; while the invention has been described in detail and with reference to the foregoing embodiments, it will be understood by those skilled in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some or all of the technical features may be equivalently replaced; such modifications and substitutions do not depart from the spirit and scope of the present invention, and they should be construed as being included in the following claims and description.

Claims (10)

1. A data management method of a double-ended block chain is characterized by comprising the following steps:
when the network transaction data is stored in the block chain, generating a first block head according to a previous block and the network transaction data, and generating a second block head according to the previous block;
generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
when receiving a query instruction of a user, analyzing the query instruction, and reading data of the block body in the block according to an analysis result.
2. The method of claim 1, wherein generating the first blockhead according to the previous block and the network transaction data comprises:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
3. The method of claim 1, wherein the generating the second chunk header from the previous chunk comprises:
and combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
4. The data management method of the double-ended blockchain according to claim 1, wherein the parsing the query instruction when receiving the query instruction from the user and reading the data of the block in the block according to the parsing result specifically comprises:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
5. A data management system for a double-ended blockchain, comprising:
a storage unit: when the network transaction data is stored in the block chain, generating a first block head according to a previous block and the network transaction data, and generating a second block head according to the previous block; generating a block connected after the last block on the block chain, wherein in the generated block, a block head comprises the first block head and a second block head, and a block body comprises the network transaction data;
a query unit: and the data processing module is used for analyzing the query instruction when receiving the query instruction of the user and reading the data of the block body in the block according to the analysis result.
6. The data management system of a double-ended blockchain according to claim 5, wherein the storage unit is specifically configured to:
and combining the first block head in the previous block, the network transaction data and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the first block head.
7. The data management system of a double-ended blockchain according to claim 5, wherein the storage unit is specifically configured to:
and combining the first block head in the last block and the current timestamp, performing hash operation on the combined numerical value, and taking the operation result as the second block head.
8. The data management system of the double-ended blockchain according to claim 5, wherein the query unit is specifically configured to:
when a query instruction of a user is received, analyzing the query instruction to obtain an analysis result;
if the analysis result is matched with the first block head of one block in the block chain, reading the data of the block in the block as output data;
if the analysis result matches the second block head of a block in the block chain, the output data is null.
9. An apparatus comprising a processor and a memory, the processor and the memory being interconnected, wherein the memory is configured to store a computer program comprising program instructions, the processor being configured to invoke the program instructions to perform the method of any one of claims 1-4.
10. A computer-readable storage medium, characterized in that the computer storage medium stores a computer program comprising program instructions that, when executed by a processor, cause the processor to perform the method according to any of claims 1-4.
CN202010382484.6A 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain Active CN111581289B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010382484.6A CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010382484.6A CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Publications (2)

Publication Number Publication Date
CN111581289A true CN111581289A (en) 2020-08-25
CN111581289B CN111581289B (en) 2024-03-22

Family

ID=72115353

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010382484.6A Active CN111581289B (en) 2020-05-08 2020-05-08 Data management method, system, device and medium for double-head block chain

Country Status (1)

Country Link
CN (1) CN111581289B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018119930A1 (en) * 2016-12-29 2018-07-05 深圳前海达闼云端智能科技有限公司 Transaction verification processing method, apparatus and node device
CN108810119A (en) * 2018-05-31 2018-11-13 中国联合网络通信集团有限公司 block chain processing method, device and block chain node
CN109474675A (en) * 2018-10-18 2019-03-15 尚维斯 A kind of block height split blade type date storage method based on block chain
CN109669943A (en) * 2018-11-30 2019-04-23 深圳灵图慧视科技有限公司 Date storage method, data query method and device
CN110059089A (en) * 2019-03-27 2019-07-26 深圳前海达闼云端智能科技有限公司 Data synchronization method and device, storage medium and electronic equipment

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018119930A1 (en) * 2016-12-29 2018-07-05 深圳前海达闼云端智能科技有限公司 Transaction verification processing method, apparatus and node device
CN108810119A (en) * 2018-05-31 2018-11-13 中国联合网络通信集团有限公司 block chain processing method, device and block chain node
CN109474675A (en) * 2018-10-18 2019-03-15 尚维斯 A kind of block height split blade type date storage method based on block chain
CN109669943A (en) * 2018-11-30 2019-04-23 深圳灵图慧视科技有限公司 Date storage method, data query method and device
CN110059089A (en) * 2019-03-27 2019-07-26 深圳前海达闼云端智能科技有限公司 Data synchronization method and device, storage medium and electronic equipment

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
PHILIPPE JACQUET 等: "Green Mining: toward a less energetic impact of cryptocurrencies", 《IEEE INFOCOM 2019 - IEEE CONFERENCE ON COMPUTER COMMUNICATIONS WORKSHOPS (INFOCOM WKSHPS)》, 23 September 2019 (2019-09-23), pages 210 - 215 *
陈齐;王正国;李文锋;曹菁菁;: "区块链技术在新型网络购物平台设计中的应用", 武汉理工大学学报(信息与管理工程版), no. 02, 15 April 2018 (2018-04-15), pages 69 - 73 *

Also Published As

Publication number Publication date
CN111581289B (en) 2024-03-22

Similar Documents

Publication Publication Date Title
CN111694840B (en) Data synchronization method, device, server and storage medium
AU2007234897B2 (en) Merging multi-line log entries
US8812513B2 (en) Hash pointer checking for hierarchical database logical relationship
CN112131002B (en) Data management method and device
CN111273891A (en) Business decision method and device based on rule engine and terminal equipment
CN114647698A (en) Data synchronization method and device and computer storage medium
CN108665235B (en) Resource processing node operation method, terminal device and medium
US8700918B2 (en) Data masking
CN113129150A (en) Transaction data processing method and device, terminal device and readable storage medium
CN111835808B (en) Data storage method and device, data reading method and device, and storage medium
CN111796936A (en) Request processing method and device, electronic equipment and medium
CN112527414B (en) Front-end-based data processing method, device, equipment and storage medium
CN111581289B (en) Data management method, system, device and medium for double-head block chain
CN111221690B (en) Model determination method and device for integrated circuit design and terminal
CN112559482A (en) Binary data classification processing method and system based on distribution
CN111881209A (en) Data synchronization method and device for heterogeneous database, electronic equipment and medium
CN112637151B (en) Data message transmission method, terminal device, server and storage medium
CN114201466B (en) Anti-cache breakdown method, device, equipment and readable storage medium
CN113961611A (en) Log processing method, device, equipment and storage medium
CN113297617A (en) Authority data acquisition method and device, computer equipment and storage medium
TW565775B (en) Arrangement for command transmission
CN112506914B (en) Block chain data management method, system, device and medium based on double-chain structure
CN112434320B (en) Mass storage device encryption method, main controller and access device
CN114386035A (en) Method and device for detecting threat data and electronic equipment
CN117478804A (en) Synchronization method and system based on double systems and readable 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