CN107943691B - Method and device for automatically generating function test page of intelligent contract - Google Patents

Method and device for automatically generating function test page of intelligent contract Download PDF

Info

Publication number
CN107943691B
CN107943691B CN201711142750.2A CN201711142750A CN107943691B CN 107943691 B CN107943691 B CN 107943691B CN 201711142750 A CN201711142750 A CN 201711142750A CN 107943691 B CN107943691 B CN 107943691B
Authority
CN
China
Prior art keywords
intelligent contract
function test
page
file
test page
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711142750.2A
Other languages
Chinese (zh)
Other versions
CN107943691A (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.)
Shenzhen Shengmage Science & Technology Co ltd
Original Assignee
Shenzhen Shengmage Science & 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 Shenzhen Shengmage Science & Technology Co ltd filed Critical Shenzhen Shengmage Science & Technology Co ltd
Priority to CN201711142750.2A priority Critical patent/CN107943691B/en
Publication of CN107943691A publication Critical patent/CN107943691A/en
Application granted granted Critical
Publication of CN107943691B publication Critical patent/CN107943691B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • G06F8/41Compilation

Abstract

The embodiment of the invention discloses a method and a device for automatically generating a function test page of an intelligent contract, which comprises the following steps: acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file; after the compiled file is analyzed, a function test page is automatically generated; and acquiring parameters input by a user on the function test page, and performing function test on the intelligent contract. The embodiment of the invention can automatically generate the function test page for the intelligent contract, display the test parameters on the function test page, facilitate the user to test the intelligent contract and improve the test efficiency of the intelligent contract on the Ethengfang.

Description

Method and device for automatically generating function test page of intelligent contract
Technical Field
The invention relates to the technical field of block chains, in particular to a method and a device for automatically generating a function test page of an intelligent contract.
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, and the blockchain also has a tamper-proof characteristic. An ethernet bay is a block chain implementation, and an intelligent contract is executable code on the ethernet bay, and the development of the intelligent contract is generally performed by using a truffle. Wherein, the truffle is a development framework of an Ethern. In the prior art, the intelligent contract is generally used for performing function test by using a command line after a trunk console calls a web3 interface, and parameter names and parameter types need to be memorized by a user, so that the operation is complex, and a common user is difficult to master, thereby causing low test efficiency.
Disclosure of Invention
In view of the above technical problems, embodiments of the present invention provide a method and an apparatus for automatically generating a function test page of an intelligent contract, which can solve the technical problems of complex function test operation and low test efficiency in an intelligent contract development process in the prior art.
A first aspect of an embodiment of the present invention provides a method for automatically generating a function test page of an intelligent contract, including:
acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file;
after the compiled file is analyzed, a function test page is automatically generated;
and acquiring parameters input by a user on the function test page, and performing function test on the intelligent contract.
Optionally, the obtaining an intelligent contract code corresponding to an intelligent contract, compiling the intelligent contract code, and before outputting a compilation file, includes:
and a web server program written by a nodejs running environment is started in advance, and the intelligent contract to be tested is copied to the web server directory.
Optionally, the compiled file includes binary code of the intelligent contract, interface information of the contract, and a contract issuance address.
Optionally, the compiled file is a json file, and after analyzing the compiled file, automatically generating a functional test page includes:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract.
Optionally, after generating a function test page for each intelligent contract, the method further includes:
and acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test pages, wherein the main page comprises a list of all issued intelligent contracts.
A second aspect of the embodiments of the present invention provides an apparatus for automatically generating a function test page of an intelligent contract, where the apparatus includes: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing the steps of:
acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file;
after the compiled file is analyzed, a function test page is automatically generated;
and acquiring parameters input by a user on the function test page, and performing function test on the intelligent contract.
Optionally, the computer program when executed by the processor further implements the steps of:
and a web server program written by a nodejs running environment is started in advance, and the intelligent contract to be tested is copied to the web server directory.
Optionally, the compiled file is a json file, and the computer program, when executed by the processor, further implements the steps of:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract.
Optionally, the computer program when executed by the processor further implements the steps of:
and acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test pages, wherein the main page comprises a list of all issued intelligent contracts.
A third aspect of the embodiments of the present invention provides a non-transitory computer-readable storage medium, wherein the non-transitory computer-readable storage medium stores computer-executable instructions, and when executed by one or more processors, the computer-executable instructions may cause the one or more processors to perform the above method for automatically generating a function test page of an intelligent contract.
According to the technical scheme provided by the embodiment of the invention, the test parameters of the intelligent contract are generated into the function test page, the parameters of the intelligent contract input by the user are obtained on the function test page to be tested, and the test result is output. Therefore, compared with the prior art, the method and the device for testing the intelligent contracts can automatically generate the function testing page for the intelligent contracts, display the testing parameters on the function testing page, facilitate the users to test the intelligent contracts, and improve the testing efficiency of the intelligent contracts on the ether house.
Drawings
FIG. 1 is a flowchart illustrating an embodiment of a method for automatically generating a functional test page of an intelligent contract according to the present invention;
fig. 2 is a schematic structural diagram of another embodiment of an apparatus for automatically generating a functional test page of an intelligent contract according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the 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 invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an embodiment of a method for automatically generating a functional test page of an intelligent contract according to the present invention. As shown in fig. 1, includes:
s100, acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file;
step S200, after the compiled file is analyzed, a function test page is automatically generated;
and step S300, acquiring parameters input by a user on the function test page, and performing function test on the intelligent contract.
When the intelligent contract test method is specifically implemented, the intelligent contract code corresponding to the intelligent contract to be tested is obtained, the intelligent contract code can output a compiling file, and the compiling file comprises the binary code of the contract, the interface detailed information of the contract and the contract issuing address. The compiled file is analyzed. And automatically generating a function test page for each compiled file, and automatically returning a call interface to a user by inputting and parameter-clicking test buttons on the page by the user. Therefore, the test is intuitive and easy to operate, and even if a person is not a professional, the test compiling file including the binary code of the intelligent contract, the interface information of the contract and the contract issuing address can be easily tested.
Optionally, step S100 is preceded by: and a web server program written by a nodejs running environment is started in advance, and the intelligent contract to be tested is copied to the web server directory.
Specifically, the embodiment of the invention requires a nodejs operating environment, and node. A web server program written by nodejs is generated in the nodejs operating environment, and the contract to be tested is copied to the web server directory. If the web server directory is: and copying the intelligent contract to the entity \ built \ contracts.
Optionally, the compiled file is a json file, and step S200 specifically includes:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract.
In particular, json (json Object tagging) is a lightweight data exchange format. It stores and represents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (the js specification specified by w3 c). Analyzing json files by using a nodejs program, issuing a contract to an Ethernet node by operating a truffle migrate program, operating a web server program, traversing a directory of the web server to acquire all json files in the web server, and traversing all the successfully issued json files; acquiring a variable interface of each intelligent contract, and respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract; and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract. Wherein, the truffle is the development framework of the EtherFangSolidity programming language. the Truffle migrate is to issue the intelligent contract.
Optionally, after generating a function test page for each intelligent contract, the method further includes:
and acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test pages, wherein the main page comprises a list of all issued intelligent contracts.
And during specific implementation, a main page is generated after the single function test pages of each intelligent contract are combined, the main page comprises all issued intelligent contracts, and after the single intelligent contract is selected, the corresponding function test page is entered. And inputting test parameters on the functional test page, and returning a test result by the web server.
With reference to fig. 2, fig. 2 is a schematic diagram of another implementation routine sequence module of an apparatus for automatically generating a functional test page of an intelligent contract according to an embodiment of the present invention, and includes:
the apparatus 10 comprises: a memory 101, a processor 102 and a computer program stored on the memory and executable on the processor, the computer program realizing the following steps when executed by the processor 101:
acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file;
after the compiled file is analyzed, a function test page is automatically generated;
and acquiring parameters input by a user on the function test page, and performing function test on the intelligent contract.
Specifically, an intelligent contract code corresponding to the intelligent contract to be tested is obtained, the intelligent contract code outputs a compiling file, and the compiling file comprises a binary code of the contract, interface detailed information of the contract and a contract issuing address. The compiled file is analyzed. And automatically generating a function test page for each compiled file, and automatically returning a call interface to a user by inputting and parameter-clicking test buttons on the page by the user. Therefore, the test is intuitive and easy to operate, and even if a person is not a professional, the test compiling file including the binary code of the intelligent contract, the interface information of the contract and the contract issuing address can be easily tested.
Optionally, the computer program when executed by the processor 101 further implements the steps of:
and a web server program written by a nodejs running environment is started in advance, and the intelligent contract to be tested is copied to the web server directory.
Specifically, the embodiment of the invention requires a nodejs operating environment, and node. A web server program written by nodejs is generated in the nodejs operating environment, and the contract to be tested is copied to the web server directory. If the web server directory is: and copying the intelligent contract to the entity \ built \ contracts.
Optionally, the compiled file is a json file, and the computer program when executed by the processor 101 further implements the steps of:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract.
In particular, json (JavaScript Object Notation) is a lightweight data exchange format. It stores and represents data in a text format that is completely independent of the programming language, based on a subset of ECMAScript (the js specification specified by w3 c). Analyzing json files by using a nodejs program, issuing a contract to an Ethernet node by operating a truffle migrate program, operating a web server program, traversing a directory of the web server to acquire all json files in the web server, and traversing all the successfully issued json files; acquiring a variable interface of each intelligent contract, and respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract; and generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract. Wherein, the truffle is the development framework of the EtherFangSolidity programming language. the Truffle migrate is to issue the intelligent contract.
Optionally, the computer program when executed by the processor 101 further implements the steps of:
and acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test pages, wherein the main page comprises a list of all issued intelligent contracts.
And during specific implementation, a main page is generated after the single function test pages of each intelligent contract are combined, the main page comprises all issued intelligent contracts, and after the single intelligent contract is selected, the corresponding function test page is entered. And inputting test parameters on the functional test page, and returning a test result by the web server.
Embodiments of the present invention provide a non-transitory computer-readable storage medium storing computer-executable instructions for execution by one or more processors, for example, to perform method steps S100-S300 of fig. 1 described above.
The above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (3)

1. A method for automatically generating a functional test page for an intelligent contract, comprising:
acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file; after the compiled file is analyzed, a function test page is automatically generated;
acquiring parameters input by a user on a function test page, and performing function test on the intelligent contract;
the acquiring of the intelligent contract code corresponding to the intelligent contract, compiling the intelligent contract code, and before outputting the compilation file, includes:
a web server program written by a nodejs running environment is started in advance, and an intelligent contract to be tested is copied to a web server directory;
the compiling file comprises binary codes of intelligent contracts, interface information of the contracts and contract issuing addresses, the compiling file is analyzed, a function testing page is automatically generated for each compiling file, and a user can automatically return to the user by only clicking a testing button when inputting parameters on the page;
the compiling file is a json file, and after the compiling file is analyzed, the automatically generating a function test page comprises the following steps:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract;
after generating a function test page according to each intelligent contract, the method further comprises the following steps:
acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test page, wherein the main page comprises a list of all issued intelligent contracts; and after a single intelligent contract is selected, entering a corresponding function test page, inputting test parameters in the function test page, and returning a test result by the web server.
2. An apparatus for automatically generating a function test page of an intelligent contract, the apparatus comprising: a memory, a processor and a computer program stored on the memory and executable on the processor, the computer program when executed by the processor implementing the steps of:
acquiring an intelligent contract code corresponding to an intelligent contract to be tested, compiling the intelligent contract code and outputting a compiling file;
after the compiled file is analyzed, a function test page is automatically generated;
acquiring parameters input by a user on a function test page, and performing function test on the intelligent contract;
the computer program when executed by the processor further realizes the steps of:
a web server program written by a nodejs running environment is started in advance, and an intelligent contract to be tested is copied to a web server directory;
the compiling file comprises binary codes of intelligent contracts, interface information of the contracts and contract issuing addresses, the compiling file is analyzed, a function testing page is automatically generated for each compiling file, and a user can automatically return to the user by only clicking a testing button when inputting parameters on the page;
compiling the file into a json file, the computer program when executed by the processor further implementing the steps of:
running a treffle migrate to issue the contract to an Ethernet node and then outputting a json file, and analyzing the json file by using a nodejs program;
acquiring all json files in a web server, and traversing all the successfully issued json files;
respectively generating a table for each interface of each intelligent contract, wherein the interface comprises parameters of a plurality of intelligent contracts, the table comprises a plurality of entries, and one entry corresponds to the parameter of one intelligent contract;
generating a function test page corresponding to each intelligent contract according to the table of each intelligent contract;
the computer program when executed by the processor further realizes the steps of:
acquiring a function test page corresponding to each intelligent contract, and generating a main page according to the acquired function test page, wherein the main page comprises a list of all issued intelligent contracts; and after a single intelligent contract is selected, entering a corresponding function test page, inputting test parameters in the function test page, and returning a test result by the web server.
3. A non-transitory computer-readable storage medium storing computer-executable instructions that, when executed by one or more processors, cause the one or more processors to perform the method of automatically generating a functional test page for an intelligent contract of claim 1.
CN201711142750.2A 2017-11-17 2017-11-17 Method and device for automatically generating function test page of intelligent contract Active CN107943691B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711142750.2A CN107943691B (en) 2017-11-17 2017-11-17 Method and device for automatically generating function test page of intelligent contract

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711142750.2A CN107943691B (en) 2017-11-17 2017-11-17 Method and device for automatically generating function test page of intelligent contract

Publications (2)

Publication Number Publication Date
CN107943691A CN107943691A (en) 2018-04-20
CN107943691B true CN107943691B (en) 2022-03-01

Family

ID=61931643

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711142750.2A Active CN107943691B (en) 2017-11-17 2017-11-17 Method and device for automatically generating function test page of intelligent contract

Country Status (1)

Country Link
CN (1) CN107943691B (en)

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108763058A (en) * 2018-04-24 2018-11-06 苏州同济区块链研究院有限公司 A kind of block chain evaluation system
CN110827145A (en) * 2018-08-07 2020-02-21 北京果仁宝软件技术有限责任公司 Processing method and system based on block chain intelligent contract
CN109408373B (en) * 2018-09-26 2022-03-04 深圳壹账通智能科技有限公司 Test method of intelligent contract, computer readable storage medium and test terminal
CN109446096B (en) * 2018-11-06 2021-08-24 北京知道创宇信息技术股份有限公司 Intelligent contract debugging method and device and storage medium thereof
CN109508295B (en) * 2018-11-14 2021-11-09 联动优势科技有限公司 Block chain consensus algorithm testing method and device, calculating device and storage medium
CN109542781B (en) * 2018-11-14 2021-11-05 联动优势科技有限公司 Block chain consensus algorithm testing method and device, calculating device and storage medium
CN109670951B (en) * 2018-11-19 2021-03-26 南京苏宁软件技术有限公司 Block chain intelligent contract debugging and publishing method and system
SG11201908551QA (en) * 2019-03-04 2019-10-30 Alibaba Group Holding Ltd Methods and devices for performing off-chain testing on smart contract
CN112069050B (en) * 2019-06-11 2022-05-17 南京慕测信息科技有限公司 Intelligent contract testing method based on multi-objective optimization
CN111090581B (en) * 2019-11-22 2024-02-09 腾讯科技(深圳)有限公司 Intelligent contract testing method, intelligent contract testing device, computer equipment and storage medium
CN111352835B (en) * 2020-02-25 2024-04-26 腾讯科技(深圳)有限公司 Intelligent contract testing method, device, equipment and storage medium
CN111444090B (en) * 2020-03-24 2024-04-26 腾讯科技(深圳)有限公司 Contract testing method and device in blockchain, electronic equipment and storage medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274186A (en) * 2017-05-11 2017-10-20 上海点融信息科技有限责任公司 The method and apparatus that intelligent contract-defined interface is obtained in block chain

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CA2937564A1 (en) * 2015-07-29 2017-01-29 Stressco Inc. Systems, methods and devices for extraction, aggregation, analysis and reporting of financial data
EP3405920A4 (en) * 2016-01-20 2019-07-17 Mezyad M. Al-Masoud Systems and methods for managing a talent based exchange
CN106598824B (en) * 2016-11-25 2018-11-20 深圳前海微众银行股份有限公司 The method for analyzing performance and device of block chain
CN107329888B (en) * 2017-05-31 2019-10-18 深圳前海微众银行股份有限公司 Intelligent contract operation code coverage rate calculation method and system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107274186A (en) * 2017-05-11 2017-10-20 上海点融信息科技有限责任公司 The method and apparatus that intelligent contract-defined interface is obtained in block chain

Also Published As

Publication number Publication date
CN107943691A (en) 2018-04-20

Similar Documents

Publication Publication Date Title
CN107943691B (en) Method and device for automatically generating function test page of intelligent contract
CN108304307B (en) Performance detection method of intelligent contract on block chain
CN106980504B (en) Application program development method and tool and equipment thereof
US11269660B2 (en) Methods and systems for integrated development environment editor support with a single code base
CN111241454B (en) Method, system and device for generating webpage codes
CN110531962B (en) Development processing method and device for applet and computer readable storage medium
US11389960B2 (en) Systems and methods for robotic process automation
CN110727429B (en) Front-end page generation method, device and equipment
US10592304B2 (en) Suggesting application programming interfaces based on feature and context analysis
CN103136100B (en) A kind of method and system of Android test
CN114036443A (en) Page generation method and device
CN113268243A (en) Memory prediction method and device, storage medium and electronic equipment
EP3457274A1 (en) System and method for creating domain specific language
CN114048415A (en) Form generation method and device, electronic equipment and computer readable storage medium
CN113568605A (en) Method, device and system for configuring constrained route
CN109828759A (en) Code compiling method, device, computer installation and storage medium
CN110018831B (en) Program processing method, program processing apparatus, and computer-readable storage medium
CN114449063A (en) Message processing method, device and equipment
CN113296772A (en) Page configuration method and device, computer equipment and readable storage medium
US20140372982A1 (en) Standardization of variable names in an integrated development environment
CN111782196A (en) MVP architecture-based development method and device
CN112988139A (en) Method and device for developing event processing file
CN112948245B (en) Element debugging method, device, equipment, storage medium and program product
CN108897536B (en) Distribution network model matching method, device and system and storage medium
CN116185425B (en) Event flow arrangement method, device, equipment and medium based on node combination

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