CN112685016A - Development method, device and equipment of block chain application - Google Patents

Development method, device and equipment of block chain application Download PDF

Info

Publication number
CN112685016A
CN112685016A CN202011632039.7A CN202011632039A CN112685016A CN 112685016 A CN112685016 A CN 112685016A CN 202011632039 A CN202011632039 A CN 202011632039A CN 112685016 A CN112685016 A CN 112685016A
Authority
CN
China
Prior art keywords
application
blockchain
intelligent contract
metadata
data frame
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
CN202011632039.7A
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.)
Beijing Depository Precious Metals Co ltd
Original Assignee
Beijing Depository Precious Metals 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 Beijing Depository Precious Metals Co ltd filed Critical Beijing Depository Precious Metals Co ltd
Priority to CN202011632039.7A priority Critical patent/CN112685016A/en
Publication of CN112685016A publication Critical patent/CN112685016A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention relates to the technical field of block chains, in particular to a method, a device and equipment for developing block chain application, wherein the method comprises the steps of determining metadata of an intelligent contract corresponding to the current application; analyzing the metadata, and respectively generating a data frame at a block chain side and a data frame at an application side; the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side; the execution logic of the intelligent contract is deployed on the blockchain side, and the calling logic of the intelligent contract is integrated on the application side, so that the intelligent contract on the blockchain side is called on the basis of the application side. By adopting the technical scheme of the invention, the automatic association of the parameter relationship between the application system and the intelligent contract is realized, the association process is simplified, and the operation is simple and convenient.

Description

Development method, device and equipment of block chain application
Technical Field
The invention relates to the technical field of block chains, in particular to a method, a device and equipment for developing block chain application.
Background
The block chain technology (BT), also called distributed book technology, is an internet database technology, and is characterized by decentralization and public transparency, so that everyone can participate in database recording. Based on the characteristics, more and more transactions start to be transferred to the block chain for carrying out, so that the fairness of the transactions is ensured.
If the transaction on the blockchain is to be realized, a corresponding application platform needs to be established. For example, to implement a commodity purchase transaction on a blockchain, a commodity purchase platform needs to be built on the blockchain. The important link of the application platform construction is the parameter relation between the associated application system and the intelligent contract. However, in the prior art, a worker is required to manually associate the parameter relationship between the application system and the intelligent contract, the association process is complex, and the operation is inconvenient.
Disclosure of Invention
In view of this, the present invention provides a method, an apparatus, and a device for developing a block chain application, so as to overcome the problems that at present, a worker needs to manually associate a parameter relationship between an application system and an intelligent contract, the association process is complex, and the operation is inconvenient.
In order to achieve the purpose, the invention adopts the following technical scheme:
in one aspect, the present invention provides a method for developing a blockchain application, including:
determining metadata of an intelligent contract corresponding to a current application;
analyzing the metadata, and respectively generating a data frame at a block chain side and a data frame at an application side;
the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side;
the execution logic of the intelligent contract is deployed on the blockchain side, and the calling logic of the intelligent contract is integrated on the application side so as to call the intelligent contract on the blockchain side based on the application side.
Further, the method for developing a blockchain application, before acquiring the intelligent contract metadata defined in advance according to the intelligent contract, includes:
defining metadata for the smart contract in accordance with the current application.
Further, in the method for developing a blockchain application, the analyzing the metadata to generate a data frame on the blockchain side and a data frame on the application side respectively includes:
analyzing the format of the metadata;
and converting the format of the metadata into the format of the blockchain side to generate a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to generate the data frame of the application side.
Further, in the method for developing a blockchain application, the format includes a language type.
Further, the above method for developing a blockchain application, wherein the integrating, at the application side, the call logic of the smart contract, includes:
and integrating the calling logic of the intelligent contract in the SDK so as to integrate the calling logic of the intelligent contract at the application side after the SDK is installed at the application side.
Further, in the method for developing a blockchain application, the metadata at least includes a contract service type, a service method, a request format, and a response format.
On the other hand, the invention also provides a device for developing the block chain application, which comprises the following components: the system comprises a determining module, an analyzing module, an implementing module and a deploying module;
the determining module is used for determining the metadata of the intelligent contract corresponding to the current application;
the analysis module is used for analyzing the metadata and respectively generating a data frame at a block chain side and a data frame at an application side;
the implementation module is used for implementing the execution logic of the intelligent contract based on the data frame at the block chain side and implementing the execution logic of the intelligent contract based on the data frame at the application side;
the deployment module is used for deploying the execution logic of the intelligent contracts on the blockchain side, and integrating the calling logic of the intelligent contracts on the application side so as to call the intelligent contracts on the blockchain side based on the application side.
Further, the apparatus for developing a blockchain application further includes a definition module:
and the defining module is used for defining the metadata of the intelligent contract according to the current application.
Further, in the apparatus for developing a blockchain application, the parsing module is specifically configured to parse a format of the metadata; and converting the format of the metadata into the format of the blockchain side to generate a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to generate the data frame of the application side.
In another aspect, the present invention further provides a device for developing a blockchain application, including a processor and a memory, where the processor is connected to the memory:
the processor is used for calling and executing the program stored in the memory;
the memory is used for storing the program, and the program is at least used for executing the development method of the block chain application.
The invention relates to a method, a device and equipment for developing block chain application, wherein the method comprises the steps of determining metadata of an intelligent contract corresponding to the current application; analyzing the metadata, and respectively generating a data frame at a block chain side and a data frame at an application side; the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side; the execution logic of the intelligent contract is deployed on the blockchain side, and the calling logic of the intelligent contract is integrated on the application side, so that the intelligent contract on the blockchain side is called on the basis of the application side. By adopting the technical scheme of the invention, the automatic association of the parameter relationship between the application system and the intelligent contract is realized, the association process is simplified, and the operation is simple and convenient.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flow chart of a method for developing a blockchain application according to an embodiment of the present invention;
FIG. 2 is a schematic structural diagram of an apparatus for developing a blockchain application according to an embodiment of the present invention;
fig. 3 is a schematic structural diagram of an apparatus for developing a blockchain application according to an embodiment of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the technical solutions of the present invention will be described in detail below. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the examples given herein without any inventive step, are within the scope of the present invention.
Fig. 1 is a flowchart of a method for developing a blockchain application according to an embodiment of the present invention.
As shown in fig. 1, the method for developing a blockchain application of the present embodiment includes the following steps:
and S11, determining the metadata of the intelligent contract corresponding to the current application.
The metadata of the smart contract may be defined according to the current application.
It should be noted that, the metadata of the intelligent contract may be manually defined by the user according to the current application, and in this step, the metadata of the intelligent contract manually defined by the user may be directly obtained, or the metadata of the intelligent contract may be automatically defined according to a rule preset by the user, which is not limited in this implementation.
The metadata of the intelligent contract is used to describe the content, quality, representation, spatial reference, management and other features of the intelligent contract, and describes the overall framework of the intelligent contract. In an alternative embodiment, the metadata of the intelligent contract includes contract service type, service method, request format, join, respond format, and the like.
It should be noted that the smart contract corresponds to the current application, and the smart contract may include a common trade contract, a deposit contract, a supply chain fund contract, and the like, which is not limited in this embodiment.
And S12, analyzing the metadata to respectively generate a data frame at the block chain side and a data frame at the application side.
In an alternative embodiment, the metadata is parsed, and then a data frame on the blockchain side and a data frame on the application side are generated according to the content obtained by parsing the metadata.
In an alternative embodiment, the metadata is parsed by generating the data frames on the blockchain side and the application side by:
the method comprises the following steps: analyzing the format of the metadata;
step two: and converting the format of the metadata into the format of the blockchain side to form a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to form the data frame of the application side.
Specifically, the format includes a language type.
Such as JAVA, C language, C + +, etc. In an actual application scenario, the language type of the metadata of the smart contract may not be the same as the language environment of the blockchain side and the application side. Therefore, data parsing errors may be caused due to language differences.
To solve the above problem, the present embodiment parses the language type of the metadata, converts the language type of the metadata into the language type of the blockchain side, and then generates the data frame of the blockchain side if the language environments are consistent. And converting the language type of the metadata into the language type of the application side, and then generating a data frame of the application side under the condition that the language environments are consistent.
For example, if the language type used by the metadata of the smart contract is JAVA, and the language type is C in the language environment on the blockchain side, the metadata with the language type of JAVA is converted into metadata with the language type of C, and then the data frame on the blockchain side is generated according to the metadata of C.
Similarly, if the language type adopted by the metadata of the intelligent contract is JAVA, and the language type is C language in the language environment of the application side, the metadata of which the language type is JAVA is converted into the metadata of which the language type is C language, and then the data framework of the application side is generated according to the metadata of the C language.
And S13, implementing the execution logic of the intelligent contract based on the data frame of the block chain side, and implementing the execution logic of the intelligent contract based on the data frame of the application side.
After the data frame of the block chain side and the data frame of the application side are obtained, the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side.
And S14, deploying the execution logic of the intelligent contract on the blockchain side, and integrating the calling logic of the intelligent contract on the application side.
The execution logic of the intelligent contract is deployed on the blockchain side, the execution logic is tested, and after the test is completed, the calling logic of the intelligent contract is deployed on the application side, so that the intelligent contract on the blockchain side can be called based on the application side.
In an alternative embodiment, the call logic of the smart contract is integrated on the application side by:
and integrating the calling logic of the intelligent contract in the SDK so as to integrate the calling logic of the intelligent contract at the application side after the SDK is installed at the application side.
Specifically, the calling logic at the application side may be integrated into an SDK, and after the test is successful, the SDK is uploaded to an application store, so that a user can download and install the SDK integrated with the calling logic at the application side through the application store, a web link, and the like, and use a mobile phone, a tablet computer, a computer, and other devices to call the smart contract at the block chain side.
The development method of the block chain application comprises the steps of determining metadata of an intelligent contract corresponding to the current application; analyzing the metadata, and respectively generating a data frame at a block chain side and a data frame at an application side; the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side; the execution logic of the intelligent contract is deployed on the blockchain side, and the calling logic of the intelligent contract is integrated on the application side, so that the intelligent contract on the blockchain side is called on the basis of the application side. By adopting the technical scheme of the invention, the automatic association of the parameter relationship between the application system and the intelligent contract is realized, the association process is simplified, and the operation is simple and convenient.
Based on a general inventive concept, the present invention further provides a device for developing a blockchain application, which is used to implement the above method embodiments.
Fig. 2 is a schematic structural diagram of an apparatus for developing a blockchain application according to an embodiment of the present invention.
As shown in fig. 2, the device for developing a blockchain application of the present embodiment includes a determining module 21, an analyzing module 22, an implementing module 23, and a deploying module 24;
a determining module 21, configured to determine metadata of an intelligent contract corresponding to a current application;
the analysis module 22 is configured to analyze the metadata and generate a data frame on the block chain side and a data frame on the application side respectively;
the implementation module 23 is configured to implement an execution logic of the intelligent contract based on the data frame on the block chain side, and implement the execution logic of the intelligent contract based on the data frame on the application side;
and the deployment module 24 is configured to deploy execution logic of the intelligent contracts on the blockchain side, and integrate calling logic of the intelligent contracts on the application side, so as to call the intelligent contracts on the blockchain side based on the application side.
In the device for developing a blockchain application according to this embodiment, the determining module 21 determines metadata of an intelligent contract corresponding to a current application; the analysis module 22 analyzes the metadata and respectively generates a data frame at the block chain side and a data frame at the application side; the implementation module 23 implements the execution logic of the intelligent contract based on the data frame on the block chain side, and implements the execution logic of the intelligent contract based on the data frame on the application side; the deployment module 24 deploys the execution logic of the intelligent contracts on the blockchain side, and integrates the calling logic of the intelligent contracts on the application side, so as to call the intelligent contracts on the blockchain side based on the application side. By adopting the technical scheme of the embodiment, the automatic association of the parameter relationship between the application system and the intelligent contract is realized, the association process is simplified, and the operation is simple and convenient.
Optionally, the device for developing a blockchain application of this embodiment further includes a definition module;
and the definition module is used for defining the metadata of the intelligent contract according to the current application.
Optionally, in the development apparatus for blockchain application of this embodiment, the parsing module 22 is specifically configured to parse a format of the metadata; and converting the format of the metadata into the format of the blockchain side to generate a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to generate the data frame of the application side.
Optionally, in the apparatus for developing a blockchain application of the present embodiment, the format includes a language type.
Optionally, in the development apparatus for blockchain application of this embodiment, the deployment module 24 is configured to integrate the call logic of the smart contract in the SDK, so that the call logic of the smart contract is integrated on the application side after the SDK is installed and loaded on the application side.
Optionally, in the apparatus for developing a blockchain application of this embodiment, the metadata at least includes a contract service type, a service method, a request format, and a response format.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Based on a general inventive concept, the present invention further provides a device for developing a blockchain application, which is used to implement the above method embodiments.
Fig. 3 is a schematic structural diagram of an apparatus for developing a blockchain application according to an embodiment of the present invention.
As shown in fig. 3, the device for developing a blockchain application of the present embodiment includes a processor 31 and a memory 32, and the processor 31 is connected to the memory 32.
Wherein, the processor 31 is used for calling and executing the program stored in the memory 32; the memory 32 is used for storing a program for performing at least the development method of the blockchain application in the above embodiments.
By adopting the technical scheme of the embodiment, the automatic association of the parameter relationship between the application system and the intelligent contract is realized, the association process is simplified, and the operation is simple and convenient.
It is understood that the same or similar parts in the above embodiments may be mutually referred to, and the same or similar parts in other embodiments may be referred to for the content which is not described in detail in some embodiments.
It should be noted that the terms "first," "second," and the like in the description of the present invention are used for descriptive purposes only and are not to be construed as indicating or implying relative importance. Further, in the description of the present invention, the meaning of "a plurality" means at least two unless otherwise specified.
Any process or method descriptions in flow charts or otherwise described herein may be understood as representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps of the process, and alternate implementations are included within the scope of the preferred embodiment of the present invention in which functions may be executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those reasonably skilled in the art of the present invention.
It should be understood that portions of the present invention may be implemented in hardware, software, firmware, or a combination thereof. In the above embodiments, the various steps or methods may be implemented in software or firmware stored in memory and executed by a suitable instruction execution system. For example, if implemented in hardware, as in another embodiment, any one or combination of the following techniques, which are known in the art, may be used: a discrete logic circuit having a logic gate circuit for implementing a logic function on a data signal, an application specific integrated circuit having an appropriate combinational logic gate circuit, a Programmable Gate Array (PGA), a Field Programmable Gate Array (FPGA), or the like.
It will be understood by those skilled in the art that all or part of the steps carried by the method for implementing the above embodiments may be implemented by hardware related to instructions of a program, which may be stored in a computer readable storage medium, and when the program is executed, the program includes one or a combination of the steps of the method embodiments.
In addition, functional units in the embodiments of the present invention may be integrated into one processing module, or each unit may exist alone physically, or two or more units are integrated into one module. The integrated module can be realized in a hardware mode, and can also be realized in a software functional module mode. The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may also be stored in a computer readable storage medium.
The storage medium mentioned above may be a read-only memory, a magnetic or optical disk, etc.
In the description herein, references to the description of the term "one embodiment," "some embodiments," "an example," "a specific example," or "some examples," etc., mean that a particular feature, structure, material, or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the invention. In this specification, the schematic representations of the terms used above do not necessarily refer to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics described may be combined in any suitable manner in any one or more embodiments or examples.
Although embodiments of the present invention have been shown and described above, it is understood that the above embodiments are exemplary and should not be construed as limiting the present invention, and that variations, modifications, substitutions and alterations can be made to the above embodiments by those of ordinary skill in the art within the scope of the present invention.

Claims (10)

1. A method for developing a blockchain application, comprising:
determining metadata of an intelligent contract corresponding to a current application;
analyzing the metadata, and respectively generating a data frame at a block chain side and a data frame at an application side;
the execution logic of the intelligent contract is realized based on the data frame of the block chain side, and the execution logic of the intelligent contract is realized based on the data frame of the application side;
the execution logic of the intelligent contract is deployed on the blockchain side, and the calling logic of the intelligent contract is integrated on the application side so as to call the intelligent contract on the blockchain side based on the application side.
2. The method for developing a blockchain application according to claim 1, wherein before the obtaining of the intelligent contract metadata defined in advance according to the intelligent contract, the method comprises:
defining metadata for the smart contract in accordance with the current application.
3. The method for developing a blockchain application according to claim 1, wherein the parsing the metadata to generate a data frame on a blockchain side and a data frame on an application side respectively comprises:
analyzing the format of the metadata;
and converting the format of the metadata into the format of the blockchain side to generate a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to generate the data frame of the application side.
4. The method of developing a blockchain application of claim 3, wherein the format includes a language type.
5. The method for developing the blockchain application according to claim 1, wherein the integrating the call logic of the intelligent contract at the application side comprises:
and integrating the calling logic of the intelligent contract in the SDK so as to integrate the calling logic of the intelligent contract at the application side after the SDK is installed at the application side.
6. The method for developing a blockchain application according to claim 1, wherein the metadata includes at least a contract service type, a service method, a request format, and a response format.
7. An apparatus for developing a blockchain application, comprising: the system comprises a determining module, an analyzing module, an implementing module and a deploying module;
the determining module is used for determining the metadata of the intelligent contract corresponding to the current application;
the analysis module is used for analyzing the metadata and respectively generating a data frame at a block chain side and a data frame at an application side;
the implementation module is used for implementing the execution logic of the intelligent contract based on the data frame at the block chain side and implementing the execution logic of the intelligent contract based on the data frame at the application side;
the deployment module is used for deploying the execution logic of the intelligent contracts on the blockchain side, and integrating the calling logic of the intelligent contracts on the application side so as to call the intelligent contracts on the blockchain side based on the application side.
8. The apparatus for developing a blockchain application according to claim 7, further comprising a definition module:
and the defining module is used for defining the metadata of the intelligent contract according to the current application.
9. The apparatus for developing a blockchain application according to claim 7, wherein the parsing module is specifically configured to parse a format of the metadata; and converting the format of the metadata into the format of the blockchain side to generate a data frame of the blockchain side, and converting the format of the metadata into the format of the application side to generate the data frame of the application side.
10. A device for developing a blockchain application, comprising a processor and a memory, wherein the processor is connected to the memory:
the processor is used for calling and executing the program stored in the memory;
the memory for storing the program for performing at least the method of developing a blockchain application of any one of claims 1 to 6.
CN202011632039.7A 2020-12-31 2020-12-31 Development method, device and equipment of block chain application Pending CN112685016A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011632039.7A CN112685016A (en) 2020-12-31 2020-12-31 Development method, device and equipment of block chain application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011632039.7A CN112685016A (en) 2020-12-31 2020-12-31 Development method, device and equipment of block chain application

Publications (1)

Publication Number Publication Date
CN112685016A true CN112685016A (en) 2021-04-20

Family

ID=75455925

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011632039.7A Pending CN112685016A (en) 2020-12-31 2020-12-31 Development method, device and equipment of block chain application

Country Status (1)

Country Link
CN (1) CN112685016A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109683869A (en) * 2018-12-29 2019-04-26 北京阿斯特时代科技有限公司 The development approach and device of DAPP
WO2020125219A1 (en) * 2018-12-20 2020-06-25 阿里巴巴集团控股有限公司 Data structure reading method and device, data structure updating method and device, and electronic apparatus
CN111427555A (en) * 2020-03-30 2020-07-17 中科全维科技(苏州)有限公司 Lightweight intelligent contract framework and contract development method
CN112015399A (en) * 2020-08-31 2020-12-01 京东数字科技控股股份有限公司 Data processing method and device for generating intelligent contract

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020125219A1 (en) * 2018-12-20 2020-06-25 阿里巴巴集团控股有限公司 Data structure reading method and device, data structure updating method and device, and electronic apparatus
CN109683869A (en) * 2018-12-29 2019-04-26 北京阿斯特时代科技有限公司 The development approach and device of DAPP
CN111427555A (en) * 2020-03-30 2020-07-17 中科全维科技(苏州)有限公司 Lightweight intelligent contract framework and contract development method
CN112015399A (en) * 2020-08-31 2020-12-01 京东数字科技控股股份有限公司 Data processing method and device for generating intelligent contract

Similar Documents

Publication Publication Date Title
CN109933522B (en) Test method, test system and storage medium for automatic case
CN108196915A (en) Code process method, equipment and storage medium based on application container engine
US9128724B2 (en) Configuring assembly of a system using supplied architectural artifacts
CN105117233A (en) API calling method and device
CN109783388A (en) UI automated testing method, device and electronic equipment
CN109408375A (en) The generation method and device of interface document
CN109857630A (en) Code detection method, system and equipment
CN111190825A (en) Automatic test method, system and robot
CN113422794A (en) Traffic recording and playback processing method and device and electronic equipment
CN111651140B (en) Service method and device based on workflow
CN111506579A (en) Method, program and equipment for generating intelligent contract code
CN112148559A (en) Mobile APP power consumption test method, device and system, acquisition end and test end
WO2017084388A1 (en) Network polling method and apparatus
CN111158987B (en) Health check method and device for micro-service architecture
CN112685016A (en) Development method, device and equipment of block chain application
CN116450234A (en) C++ model library service packaging framework system and method
CN114356396A (en) Service publishing method and device adaptive to multiple services
CN112433946A (en) Interface test management method, device, equipment and storage medium
CN113778460A (en) Production environment deployment method and device
CN110489108B (en) Method and device for automatically collecting reusable components
CN113434382A (en) Database performance monitoring method and device, electronic equipment and computer readable medium
CN111198721A (en) Application program running method and device
CN112114931A (en) Deep learning program configuration method and device, electronic equipment and storage medium
CN110022244B (en) Method and apparatus for transmitting information
CN113360368B (en) Method and device for testing software performance

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