CN114020312A - Intelligent contract changing method and system - Google Patents

Intelligent contract changing method and system Download PDF

Info

Publication number
CN114020312A
CN114020312A CN202111285491.5A CN202111285491A CN114020312A CN 114020312 A CN114020312 A CN 114020312A CN 202111285491 A CN202111285491 A CN 202111285491A CN 114020312 A CN114020312 A CN 114020312A
Authority
CN
China
Prior art keywords
intelligent contract
contract
new
module
intelligent
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.)
Pending
Application number
CN202111285491.5A
Other languages
Chinese (zh)
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.)
Zhongjiao Yunzhi Digital Technology Co ltd
Original Assignee
Zhongjiao Yunzhi Digital 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 Zhongjiao Yunzhi Digital Technology Co ltd filed Critical Zhongjiao Yunzhi Digital Technology Co ltd
Priority to CN202111285491.5A priority Critical patent/CN114020312A/en
Publication of CN114020312A publication Critical patent/CN114020312A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/658Incremental updates; Differential updates
    • 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
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database

Abstract

The application discloses an intelligent contract changing method and a system, wherein the intelligent contract changing method comprises the steps of decoupling an original intelligent contract and initiating an intelligent contract changing request by a user; judging whether a request for changing the intelligent contract is needed to be added with a new intelligent contract; adding a new intelligent contract or overwriting the new intelligent contract address with the old address; the intelligent contract changing system comprises a central processing unit and a communication module, wherein the central processing module is in signal connection with the communication module, and a permission management module, a first judgment module, a second judgment module, a third judgment module, an intelligent contract warehouse and a route connection module are arranged in the central processing unit. According to the scheme, the contract can be flexibly upgraded and changed after the requirement is changed, the arrangement of the contract is reduced, and the management of the intelligent contract is facilitated.

Description

Intelligent contract changing method and system
Technical Field
The application relates to the technical field of intelligent contracts, in particular to an intelligent contract changing method and system.
Background
The block chain technology is integrated and applied to new technical innovation and industrial innovation, the block chain is used as an important breakthrough for independent innovation of core technologies, the main attack direction is determined, the input force is increased, a batch of key core technologies are attacked, the block chain technology and industrial innovation development are promoted, and the block chain is developed in a blowout manner. Intelligent contracts have also met with explosive growth as programs running in blockchain networks. The intelligent contract inherits the blockchain: the characteristics of transparency, traceability, non-tampering and the like are disclosed.
In the development iteration process, the intelligent contract needs to be changed and upgraded, and a new intelligent contract needs to be redeployed to replace the old intelligent contract due to the non-falsifiable characteristic. Data stored by the old intelligent contract needs to be migrated to the new intelligent contract in the replacement process. At present, data migration is generally performed by reading an old intelligent contract and then writing the old intelligent contract into a new intelligent contract, and the method consumes more resources.
A method and device (CN202011052815.6) for upgrading intelligent contracts in a block chain. The invention provides a method and a device for upgrading intelligent contracts in a block chain, which comprises the following steps: receiving a behavioral intelligent contract upgrading request sent by an initiator, judging whether the initiator is one of participants of the behavioral intelligent contract, if so, sending the behavioral intelligent contract upgrading request to an authentication intelligent contract for authentication, wherein the authentication intelligent contract is configured in advance through parameterization so that the participants of the behavioral intelligent contract authenticate the behavioral intelligent contract upgrading request, and after the authentication is passed, upgrading the behavioral intelligent contract. Therefore, the upgrading safety is improved by judging the initiator. And because the parameterized configuration is carried out on the authentication intelligent contract in advance, when the authority of the behavioral intelligent contract upgrading request is authenticated, only the authentication of the participants acting on the intelligent contract in the intelligent contract is needed, and all the participants in the intelligent contract are not needed to authenticate, so that the flexibility of intelligent contract upgrading is improved, and the combination of the intelligent contract upgrading and the service mode is realized. However, in the above manner, each update of the intelligent contract needs to cover the old intelligent contract address, and the intelligent contract cannot be managed well for different versions of the intelligent contract.
An intelligent contract authority control method and system (patent number: CN 201911393674.1). The invention discloses an intelligent contract authority control method and system. The method comprises the steps of acquiring and decoupling service control logic and service data to obtain a logic intelligent contract and a data intelligent contract; generating the authority of the logic intelligent contract for accessing the data intelligent contract according to the coupling relation of the logic intelligent contract and the data intelligent contract; acquiring registration information of a registrant; generating the authority of a registrant according to the registration information and the authority of accessing the data intelligent contract by the logic intelligent contract; the registrant authority is the authority of the registrant to read and write the service data; acquiring access information of an accessor; judging whether the visitor has the registrant authority or not according to the access information; if the service data has the registrant authority, allowing the accessor to perform read-write operation on the service data; and if the service data does not have the registrant authority, forbidding the accessor to carry out read-write operation on the service data. By adopting the method and the system, the safety and the legality of the block chain read-write data can be guaranteed through intelligent contract authority control. However, with the above-described method, intelligent contract management of different versions cannot be performed.
Disclosure of Invention
The application mainly aims to provide an intelligent contract changing method and system to solve the problem that intelligent management of intelligent contracts is difficult in the related art.
In order to achieve the above object, in a first aspect, the present application provides an intelligent contract changing method, specifically including the following steps:
s1, acquiring an intelligent contract change request: decoupling the original intelligent contract, and initiating an intelligent contract change request by a user;
s2, judging whether the intelligent contract request needs to add a new intelligent contract: judging whether a request for changing the intelligent contract is needed to be added with a new intelligent contract;
s3, if a new intelligent contract needs to be added, judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract, if so, searching whether an address of the new intelligent contract exists in an intelligent contract warehouse, if not, adding the new intelligent contract address into the corresponding intelligent contract warehouse, and if so, covering the new intelligent contract address with an old address;
s4, if no new intelligent contract is needed to be added, judging whether the intelligent contract account initiating the request has the authority for switching the intelligent contract, and if the intelligent contract account has the authority for switching the intelligent contract, adding the new intelligent contract to replace the original intelligent contract;
and S5, if the intelligent contract has the authority of changing the intelligent contract and the authority of adding the intelligent contract and the new intelligent contract is successfully added, the new intelligent contract is endowed with the authority of accessing the new intelligent contract through the routing contract and is connected with the new intelligent contract and the old intelligent contract.
In one embodiment of the present application, the original intelligent contract is decoupled in such a way that the original intelligent contract is decoupled into one or several sub-intelligent contracts.
In an embodiment of the present application, in the S2, a specific manner of determining whether the intelligent contract request needs to add a new intelligent contract is: after acquiring a contract change request, judging whether the request carries a new contract address, if the request carries the new contract address, adding the new intelligent contract into a contract warehouse, and then directly connecting the new intelligent contract and the old intelligent contract through a routing contract.
In one embodiment of the present application, in S3, the intelligent contract repository performs storage and version management of the intelligent contract, and the intelligent contract repository includes a contract address, a contract name, and a contract type.
In one embodiment of the present application, the contract name determines a unique contract, and the user may also make contract changes by the contract name.
In a second aspect, the present application further provides an intelligent contract changing system, including a central processing unit and a communication module, the central processing unit is connected with the communication module via signals, the central processing unit is provided with a permission management module, a first judgment module, a second judgment module, a third judgment module, an intelligent contract warehouse and a routing connection module, the first judgment module is connected with the permission management module via signals, the second judgment module and the third judgment module are respectively connected with the first judgment module via signals, the second judgment module is connected with the intelligent contract warehouse via signals, and the routing connection module is respectively connected with the intelligent contract warehouse and the third judgment module via signals, wherein:
the communication module is used for the user to communicate, and the user can conveniently initiate an intelligent contract change request;
the first judgment module is used for judging whether the intelligent contract request needs to be added with a new intelligent contract or not;
the second judging module is used for judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract when a new intelligent contract needs to be added;
the third judging module is used for judging whether the intelligent contract account initiating the request has the authority of switching the intelligent contract or not when a new intelligent contract does not need to be added;
the intelligent contract warehouse is used for storing and version managing intelligent contracts and storing contract addresses, contract names and contract types;
and the route connection module is used for endowing the new intelligent contract with access permission and connecting the new intelligent contract with the old intelligent contract after the new intelligent contract is successfully added.
In an embodiment of the present application, the intelligent contract warehouse is in signal connection with a preprocessing module, and the preprocessing module is configured to decouple an original intelligent contract to decouple the original intelligent contract into one or a plurality of sub-intelligent contracts.
In one embodiment of the present application, the routing connection module is in signal connection with a routing contract module, and the routing contract module is used for producing routing contracts connected with new and old intelligent contracts.
Compared with the prior art, the beneficial effects of this application are:
1. by the intelligent contract changing method, the intelligent contract is decoupled in advance, and only part of decoupled content needs to be updated when the intelligent contract is updated, so that the contract is prevented from being updated integrally, and the occupation of resources is reduced;
2. by the intelligent contract changing method, the authority is strictly verified, the safety and the legality of the block chain read and write data can be guaranteed, and the safety of contract updating is ensured;
3. by the intelligent contract changing method, the contracts are connected through the routing contracts, the contracts can be flexibly upgraded and changed after the requirements are changed, and the arrangement of the contracts is reduced.
Drawings
FIG. 1 is a schematic block diagram of a flow chart of an intelligent contract changing method provided according to an embodiment of the application;
fig. 2 is a schematic block diagram of a system of an intelligent contract change system according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In this application, the terms "upper", "lower", "left", "right", "front", "rear", "top", "bottom", "inner", "outer", "middle", "vertical", "horizontal", "lateral", "longitudinal", and the like indicate orientations or positional relationships based on the orientations or positional relationships shown in the drawings. These terms are used primarily to better describe the present application and its embodiments, and are not used to limit the indicated devices, elements or components to a particular orientation or to be constructed and operated in a particular orientation.
Moreover, some of the above terms may be used to indicate other meanings besides the orientation or positional relationship, for example, the term "on" may also be used to indicate some kind of attachment or connection relationship in some cases. The specific meaning of these terms in this application will be understood by those of ordinary skill in the art as appropriate.
In addition, the term "plurality" shall mean two as well as more than two.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Example 1
The block chain is a distributed shared account book and a database, and has the characteristics of decentralization, no tampering, trace retaining in the whole process, traceability, collective maintenance, openness and transparency and the like. 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.
Smart contracts (english: Smart contracts) are a computer protocol intended to propagate, verify or execute contracts in an informative way. Smart contracts allow trusted transactions to be conducted without third parties, which transactions are traceable and irreversible. The intelligent contract concept was first introduced by Nick Szabo in 1995. Ethereum (ethernet in english) is an open-source public blockchain platform with intelligent contract functionality. The intelligent contracts described in this patent are not limited to common blockchain platforms that are specifically equipped with intelligent contract functionality.
Each node on the public chain can freely join and leave the network, and participates in reading and writing of data on the chain, the reading and writing are interconnected and intercommunicated in a flat topological structure, and no centralized service end node exists in the network. Like bitcoin and ether houses, which are well known, are public chains. The public chain has the advantages of no limitation and free participation.
Referring to fig. 1, the present application provides an intelligent contract change method, which specifically includes the following steps:
s1, acquiring an intelligent contract change request: decoupling the original intelligent contract, decoupling the original intelligent contract into one or a plurality of sub-intelligent contracts, and initiating an intelligent contract change request by a user;
s2, judging whether the intelligent contract request needs to add a new intelligent contract: judging a request for changing an intelligent contract, judging whether a new intelligent contract needs to be added or not, judging whether the request carries a new contract address or not after the contract changing request is obtained, if the request carries the new contract address, adding the new intelligent contract into a contract warehouse, and then directly connecting the new intelligent contract and the old intelligent contract through routing contracts;
s3, if a new intelligent contract needs to be added, judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract, if so, searching whether an address of the new intelligent contract exists in an intelligent contract warehouse, if not, adding the new intelligent contract address into the corresponding intelligent contract warehouse, and if so, covering the new intelligent contract address with an old address;
s4, if no new intelligent contract is needed to be added, judging whether the intelligent contract account initiating the request has the authority for switching the intelligent contract, and if the intelligent contract account has the authority for switching the intelligent contract, adding the new intelligent contract to replace the original intelligent contract;
and S5, if the intelligent contract has the authority of changing the intelligent contract and the authority of adding the intelligent contract and the new intelligent contract is successfully added, the new intelligent contract is endowed with the authority of accessing the new intelligent contract through the routing contract and is connected with the new intelligent contract and the old intelligent contract.
In the embodiment, the intelligent contract warehouse is used for storing and managing the version of the intelligent contract, so that the intelligent contract can be conveniently changed directly through routing contracts next time; the intelligent contract warehouse comprises contract addresses, contract names and contract types, the contract names determine unique contracts, and users can also change the contracts through the contract names, so that the possibility of misoperation caused by using the contract addresses without meanings during change is avoided; when the contract is changed through the contract name, after the original input contract is decoupled, a plurality of sub-intelligent contracts are named in a mode of system allocation or autonomous naming, and in the updating process, the naming of the updated intelligent contract needs to be adjusted to the original naming mode.
It should be noted that, in the iterative development process, because of a change in the service requirement, an update of the intelligent contract needs to be performed, and the intelligent contract cannot be modified once deployed into the blockchain network due to the characteristics of the blockchain network. Therefore, it is necessary to decouple the contract, and when the contract needs to be updated and modified, only one or a plurality of sub-contracts are updated or combined to realize corresponding functions;
since the intelligent contract is generally deployed in a public chain, anyone can access the intelligent contract through a contract address, in order to ensure the security of data in the intelligent contract, the management of authority is required. The user is subjected to the current permission management, and the safety of internal data and processing logic of the intelligent contract is ensured;
each intelligent contract needs to be examined by the authority of the routing contract for external access, and the access contract is endowed with the authority for invoking the accessed contract after the contract is successfully changed and added, so that the safety of data in the contract is further ensured.
Please refer to fig. 2, a second aspect, the present application further provides an intelligent contract change system, which includes a central processing unit and a communication module, the central processing unit is connected with the communication module via signals, the central processing unit is provided with a permission management module, a first judgment module, a second judgment module, a third judgment module, an intelligent contract warehouse and a routing connection module, the first judgment module is connected with the permission management module via signals, the second judgment module and the third judgment module are respectively connected with the first judgment module via signals, the second judgment module is connected with the intelligent contract warehouse via signals, the routing connection module is respectively connected with the intelligent contract warehouse and the third judgment module via signals, wherein:
the communication module is used for the user to communicate, and the user can conveniently initiate an intelligent contract change request;
the first judgment module is used for judging whether the intelligent contract request needs to be added with a new intelligent contract or not;
the second judging module is used for judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract when a new intelligent contract needs to be added;
the third judging module is used for judging whether the intelligent contract account initiating the request has the authority of switching the intelligent contract or not when a new intelligent contract does not need to be added;
the intelligent contract warehouse is used for storing and version managing intelligent contracts and storing contract addresses, contract names and contract types, and is in signal connection with a preprocessing module during specific setting, and the preprocessing module is used for decoupling the original intelligent contracts and decoupling the original intelligent contracts into one or a plurality of sub-intelligent contracts;
the route connection module is used for endowing the access authority of the new intelligent contract and connecting the new intelligent contract and the old intelligent contract after the new intelligent contract is successfully added, and is in signal connection with the route contract module during specific setting, and the route contract module is used for producing the route contract connected with the new intelligent contract and the old intelligent contract.
It should be noted that the intelligent contract repository can also be built by adopting a database building method, and the database can be stored in a cloud space, so that the intelligent contract repository is convenient to update when the data volume is large.
A routing contract, i.e. an existing routing protocol, is an internet protocol that specifies the way packets are transferred. The main node devices of the Internet network are routers, which forward the received data through routing tables. The forwarding policy may be manually specified (by static routing, policy routing, etc.). In networks with smaller scales, manually specifying forwarding policies does not pose any problem. However, in a network with a larger scale (such as a multinational enterprise network, ISP network), if the forwarding policy is manually specified, a huge amount of work is required for a network administrator, and it becomes very difficult to manage and maintain the routing table. To solve this problem, dynamic routing protocols have evolved. The dynamic routing protocol can enable the router to automatically learn the network of other routers and automatically update the routing table after the network topology changes. The network administrator only needs to configure the dynamic routing protocol, and compared with a manual appointed forwarding strategy, the workload is greatly reduced.
In conclusion, by decoupling the intelligent contract in advance, when the intelligent contract is updated, only part of decoupled contents need to be updated, so that the contract is prevented from being updated integrally, and the occupation of resources is reduced; the authority is strictly verified, so that the safety and the legality of the block chain read and write data can be guaranteed, and the safety of contract updating is ensured; the contracts are connected through the routing contracts, the contracts can be flexibly upgraded and changed after the requirements are changed, and the arrangement of the contracts is reduced.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (8)

1. An intelligent contract changing method is characterized by specifically comprising the following steps:
s1, acquiring an intelligent contract change request: decoupling the original intelligent contract, and initiating an intelligent contract change request by a user;
s2, judging whether the intelligent contract request needs to add a new intelligent contract: judging whether a request for changing the intelligent contract is needed to be added with a new intelligent contract;
s3, if a new intelligent contract needs to be added, judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract, if so, searching whether an address of the new intelligent contract exists in an intelligent contract warehouse, if not, adding the new intelligent contract address into the corresponding intelligent contract warehouse, and if so, covering the new intelligent contract address with an old address;
s4, if no new intelligent contract is needed to be added, judging whether the intelligent contract account initiating the request has the authority for switching the intelligent contract, and if the intelligent contract account has the authority for switching the intelligent contract, adding the new intelligent contract to replace the original intelligent contract;
and S5, if the intelligent contract has the authority of changing the intelligent contract and the authority of adding the intelligent contract and the new intelligent contract is successfully added, the new intelligent contract is endowed with the authority of accessing the new intelligent contract through the routing contract and is connected with the new intelligent contract and the old intelligent contract.
2. An intelligent contract changing method according to claim 1, wherein the original intelligent contract is decoupled in such a way that the original intelligent contract is decoupled into one or several sub-intelligent contracts.
3. An intelligent contract changing method according to claim 1, wherein in S2, the specific way of determining whether the intelligent contract request needs to be added with a new intelligent contract is: after acquiring a contract change request, judging whether the request carries a new contract address, if the request carries the new contract address, adding the new intelligent contract into a contract warehouse, and then directly connecting the new intelligent contract and the old intelligent contract through a routing contract.
4. An intelligent contract changing method according to claim 1, wherein in S3, the intelligent contract repository performs storage and version management of the intelligent contract, and the intelligent contract repository includes a contract address, a contract name and a contract type.
5. An intelligent contract altering method according to claim 4, wherein the contract name defines a unique contract and the user can also make contract alterations by contract name.
6. An intelligent contract change system comprises a central processing unit and a communication module, and is characterized in that the central processing module is in signal connection with the communication module, the central processing unit is internally provided with an authority management module, a first judgment module, a second judgment module, a third judgment module, an intelligent contract warehouse and a route connection module, the first judgment module is in signal connection with the authority management module, the second judgment module and the third judgment module are in signal connection with the first judgment module respectively, the second judgment module is in signal connection with the intelligent contract warehouse, and the route connection module is in signal connection with the intelligent contract warehouse and the third judgment module respectively, wherein:
the communication module is used for the user to communicate, and the user can conveniently initiate an intelligent contract change request;
the first judgment module is used for judging whether the intelligent contract request needs to be added with a new intelligent contract or not;
the second judging module is used for judging whether the intelligent contract account initiating the request has the authority of adding the intelligent contract when a new intelligent contract needs to be added;
the third judging module is used for judging whether the intelligent contract account initiating the request has the authority of switching the intelligent contract or not when a new intelligent contract does not need to be added;
the intelligent contract warehouse is used for storing and version managing intelligent contracts and storing contract addresses, contract names and contract types;
and the route connection module is used for endowing the new intelligent contract with access permission and connecting the new intelligent contract with the old intelligent contract after the new intelligent contract is successfully added.
7. An intelligent contract changing system according to claim 6, wherein the intelligent contract warehouse is signally connected with a preprocessing module, and the preprocessing module is used for decoupling the original intelligent contract and decoupling the original intelligent contract into one or a plurality of sub-intelligent contracts.
8. An intelligent contract changing system according to claim 6, wherein said routing connection module is signally connected to a routing contract module for producing routing contracts to which old and new intelligent contracts are connected.
CN202111285491.5A 2021-11-02 2021-11-02 Intelligent contract changing method and system Pending CN114020312A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111285491.5A CN114020312A (en) 2021-11-02 2021-11-02 Intelligent contract changing method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111285491.5A CN114020312A (en) 2021-11-02 2021-11-02 Intelligent contract changing method and system

Publications (1)

Publication Number Publication Date
CN114020312A true CN114020312A (en) 2022-02-08

Family

ID=80059569

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111285491.5A Pending CN114020312A (en) 2021-11-02 2021-11-02 Intelligent contract changing method and system

Country Status (1)

Country Link
CN (1) CN114020312A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117011048A (en) * 2023-07-25 2023-11-07 明亚保险经纪股份有限公司 Online entrusting protocol signing method, system, equipment and medium
CN117172913A (en) * 2023-10-12 2023-12-05 广州保德来小额贷款有限公司 Intelligent contract-based contract change procedure execution method and system

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117011048A (en) * 2023-07-25 2023-11-07 明亚保险经纪股份有限公司 Online entrusting protocol signing method, system, equipment and medium
CN117011048B (en) * 2023-07-25 2024-03-26 明亚保险经纪股份有限公司 Online entrusting protocol signing method, system, equipment and medium
CN117172913A (en) * 2023-10-12 2023-12-05 广州保德来小额贷款有限公司 Intelligent contract-based contract change procedure execution method and system
CN117172913B (en) * 2023-10-12 2024-02-13 广州保德来小额贷款有限公司 Intelligent contract-based contract change procedure execution method and system

Similar Documents

Publication Publication Date Title
CN109067828B (en) Kubernetes and OpenStack container-based cloud platform multi-cluster construction method, medium and equipment
US10541938B1 (en) Integration of distributed data processing platform with one or more distinct supporting platforms
US11675774B2 (en) Remote policy validation for managing distributed system resources
CN104219127B (en) A kind of creation method and equipment of virtual network example
CN103946834B (en) virtual network interface objects
CN114514507B (en) System and method for supporting quota policy language in cloud infrastructure environment
CN112217656B (en) Method and device for synchronizing configuration information of network equipment in SD-WAN (secure digital-to-Wide area network) system
CN114020312A (en) Intelligent contract changing method and system
US20060294578A1 (en) Unified authorization for heterogeneous applications
US20060294051A1 (en) Uniform access to entities in registered data store services
CN101512510A (en) Method and system for providing network management based on defining and applying network administrative intents
CN112311568B (en) Virtual network creating method and device and computer storage medium
CN110188543A (en) White list library, white list program library update method and industrial control system
WO2020106845A1 (en) Enabling access across private networks for a managed blockchain service
CN111711532B (en) Unified management method for heterogeneous network equipment
CN109842527B (en) Network alarm method and equipment
CN116016028B (en) Method, system, medium and equipment for creating multiple network interfaces for Pod based on IPvlan
CN115714722A (en) Dynamic configuration method, device and system for cluster network
CN115617744A (en) Mirror image warehouse access method, system and equipment
CN111611220A (en) File sharing method and system based on hierarchical nodes
CN111447080B (en) Private network decentralization control method, device and computer readable storage medium
CN105659554A (en) Prevalence-based reputations
CN115603923A (en) Access Control List (ACL) policy management method, device and related equipment
US20200045081A1 (en) System for and method of determining data connections between software applications
KR20040079337A (en) Architecture for distributed computing system and automated design, deployment, and management of distributed applications

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
CB02 Change of applicant information
CB02 Change of applicant information

Address after: 100191 Zhongjiao Yunzhi, integrated innovation industrial park, No. 35 Huayuan East Road, Haidian District, Beijing

Applicant after: Zhongjiao Yunzhi Digital Technology Co.,Ltd.

Address before: Zhongjiao Yunzhi, 3 / F, Zhongjiao cloud group, RONGTONG science and Technology Industrial Park, No. 35, Huayuan East Road, Mudanyuan District, Beijing 100088

Applicant before: Zhongjiao Yunzhi Digital Technology Co.,Ltd.

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination