CN115686483A - Equipment manufacturing industry APP development framework and method - Google Patents

Equipment manufacturing industry APP development framework and method Download PDF

Info

Publication number
CN115686483A
CN115686483A CN202211274264.7A CN202211274264A CN115686483A CN 115686483 A CN115686483 A CN 115686483A CN 202211274264 A CN202211274264 A CN 202211274264A CN 115686483 A CN115686483 A CN 115686483A
Authority
CN
China
Prior art keywords
user
app
industrial
module
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211274264.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.)
Shanghai Supercomputer Technology Co ltd
Shanghai Maritime University
Original Assignee
Shanghai Supercomputer Technology Co ltd
Shanghai Maritime University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shanghai Supercomputer Technology Co ltd, Shanghai Maritime University filed Critical Shanghai Supercomputer Technology Co ltd
Priority to CN202211274264.7A priority Critical patent/CN115686483A/en
Publication of CN115686483A publication Critical patent/CN115686483A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Abstract

The invention relates to an equipment manufacturing industry APP development framework and a method, wherein the framework comprises the following components: the data model is used for storing user information and application information data; the user interaction module comprises a visual design submodule and a rear-end interaction module submodule, and is respectively used for carrying out visual page design, sending the front-end user operation to the rear end and returning the operation result to the front end; the user management module is used for adding, deleting, inquiring and authority control management on users of the industrial APP; the authentication module is used for carrying out user login verification and application authority verification; the application function module is used for automatically executing the command transmitted by the front end at the back end and then transmitting the result back to the front end; and the middleware module comprises a supercomputer resource calling submodule and an industrial Internet platform docking deployment submodule for providing an interactive API (application program interface) interface, and is used for realizing interaction between an industrial APP and a component outside the industrial APP. Compared with the prior art, the method improves the development efficiency of industrial APP.

Description

Equipment manufacturing industry APP development framework and method
Technical Field
The invention relates to the technical field of equipment manufacturing industry APP, in particular to an equipment manufacturing industry APP development framework and a method.
Background
In the research and development design link of the key parts of the high-end equipment, the simulation calculation of the key parameters of the corresponding parts is needed in the design stage to verify whether the parts meet the design requirements and improve the research and development input-output ratio, but the calculation power of a calculation platform has certain requirements when the simulation calculation is executed, and the research and development cost is increased by the excessively low calculation power or the high-performance calculation platform.
The industrial APP is used as a key ring in the industrial Internet, bears knowledge and experience in the industrial production process, and lays a foundation for intelligent manufacturing. The industrial APP covers the key business links of the manufacturing industry such as research and development design, production and manufacturing, operation and maintenance management and the like. Each link can be used as APP for sharing application through digital packaging. The development of industrial APP is always a difficult point, the development of APP is usually completed by software engineers, the industrial APP is characterized by customization and specialization, and development is performed by people with relevant knowledge and experience in manufacturing industry, however, most of the relevant people do not have enough programming capability, and the development efficiency is limited.
Disclosure of Invention
The invention aims to overcome the defects of the prior art and provides an equipment manufacturing industrial APP development framework and a method with high industrial APP development efficiency.
The purpose of the invention can be realized by the following technical scheme:
according to a first aspect of the present invention there is provided an equipment manufacturing industry APP development framework, the development framework comprising:
the data model is used for storing user information and application information data;
the user interaction module comprises a visual design submodule and a rear-end interaction module submodule, and is respectively used for carrying out visual page design, sending the front-end user operation to the rear end and returning the operation result to the front end;
the user management module is used for adding, deleting, inquiring and authority control management on users of the industrial APP;
the authentication module is used for carrying out user login verification and application authority verification;
the application function module is used for realizing the core function of the industrial APP and comprises a plurality of application function sub-modules which are constructed according to knowledge and experience in the research and development design link of key parts of high-end equipment so as to automatically execute a command transmitted from the front end at the rear end and then transmit the result back to the front end;
the middleware module comprises a supercomputer resource calling submodule and an industrial internet platform docking deployment submodule for providing an interactive API (application programming interface) interface, and is used for realizing interaction between an industrial APP and a component outside the industrial APP; components outside the industrial APP comprise an industrial internet platform, a supercomputer and a data acquisition instrument.
Preferably, the data model comprises a user information data model and an application information data model stored in a relational database;
the user information model comprises id, a user name, a password, a user role and application authority; wherein id is an autonomous key; the user name is globally unique, and the user password is encrypted and stored by using a password hash function; the user roles are divided into an administrator and an operator, the administrator role has the use permission of the user management module and is used by an industrial Internet platform administrator, and the operator has the use permission of the application function module granted by the administrator and is used by an industrial APP subscriber;
the application information model comprises id, title, description, creation time, user id and application parameters; wherein id is an autonomous key; creating a user id and an id field in a user information model, connecting by using an external key, setting the user id and the id field in the user information model as an association mode, and performing task management among multiple users; the task parameters comprise task input parameters, task states, supercomputing task codes and task file paths; the super-computation task code is the only task code returned when the computation is submitted, and is used for inquiring the current task state and downloading the computation result, and the downloaded computation result is stored in the path of the task file.
Preferably, the design process of the visual design submodule specifically includes: and carrying out visual page design by adopting a dragging mode according to the basic page template or the user-defined page template.
Preferably, the authentication module is configured to perform user login verification and application permission verification, and specifically includes: judging whether a user logs in before the user uses different functions of the industrial APP, judging whether the user has the right to use the functions according to application authority in the user information model, if so, allowing access, and if not, jumping to an error page.
Preferably, the application function module comprises the following sub-modules:
the task query module is used for querying data manually input by a user or data collected by a data collection instrument;
the system comprises a task adding module, a task data modifying module and a task deleting module;
the submitting and calculating module is used for submitting the data manually input by the user or the data acquired by the data acquisition instrument to the super computer through the resource calling sub-module of the super computer for calculation;
the calculation result query module is used for submitting the unique code returned by the super computer after calculation and querying the current calculation state through the resource calling sub-module of the super computer; the calculation state includes waiting for calculation, in calculation, and calculation complete.
And the calculation result downloading module is used for downloading the result after the calculation of the super computer platform is completed to the industrial APP for the user to check through the super calculation resource calling middleware.
Preferably, the middleware module further comprises:
the data acquisition submodule is used for acquiring data through the sensor according to an acquisition instruction sent by the rear end;
the data storage submodule is used for storing data information transmitted by the data acquisition instrument;
the data synchronization submodule is used for synchronizing the local storage data updated at high frequency by the data acquisition instrument and the storage data updated at low frequency by the industrial internet platform;
the industrial Internet platform docking deployment submodule comprises an industrial Internet platform interface submodule and an industrial Internet platform deployment submodule.
Preferably, the industrial internet platform interface sub-module includes an industrial APP login, an industrial APP user registration, an industrial APP user permission configuration, an industrial APP user usage number statistics, industrial APP user information, and an industrial APP available function list API interface.
Preferably, the industrial internet platform is a supercomputer-based HPCClouds industrial internet platform.
According to a second aspect of the present invention, there is provided an APP development method for manufacturing an industrial APP development framework based on said equipment, the method comprising the steps of:
step S1: creating an equipment manufacturing industry APP development framework suitable for an industrial internet platform; the equipment manufacturing industry APP development framework is an object-oriented web development framework;
step S2: creating a data model required in the operation process of the industrial APP;
and step S3: modifying application configuration parameters in an industrial APP development framework;
and step S4: after the local operation test is passed, packaging and uploading the local operation test to an industrial Internet platform for application deployment;
step S5: and subscribing and using the industrial APP by the user on the industrial Internet platform.
Preferably, the application deployment process in step S4 specifically includes: based on an industrial Internet platform deployment submodule, a containerization technology is used, an industrial APP is converted into a mirror image file through an automatic deployment script, and the mirror image file is deployed to an application cluster of the industrial Internet platform.
Compared with the prior art, the invention has the following advantages:
the invention provides an equipment manufacturing industry APP development framework and a method based on an industrial internet platform, according to common functions in an analysis equipment manufacturing industry APP, a set of universal high-end equipment manufacturing industry APP development framework is built through an open source tool to realize rapid development of the high-end equipment manufacturing industry APP, the digitization level of a high-end equipment manufacturing industry enterprise is improved, middleware such as supercomputer computing resource calling, data acquisition, data storage, data synchronization and the like is built to realize that the computing time of the high-end equipment manufacturing industry APP is shortened by utilizing computing resources of a supercomputer, the rationality and feasibility of a design scheme are rapidly verified, and SaaS access between the high-end equipment manufacturing industry APP and the industrial internet platform is realized by building user management and applying an authentication API; on the one hand, the rapid development of manufacturing industry APP of high-end equipment is realized, on the other hand, the industry APP, an industry internet platform and a super computing technology are fused, the use cost of a user is reduced, and meanwhile, the industry experience and knowledge are better protected and inherited, the operation is faster, the large-scale application is realized, and the precipitation, the multiplexing and the reconstruction of the industry knowledge are promoted.
Drawings
FIG. 1 is a schematic diagram of the equipment manufacturing industry APP development framework architecture of the present invention;
FIG. 2 is a flow chart of the equipment manufacturing industry APP development method 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 some, not all, embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, shall fall within the scope of protection of the present invention.
Example 1
As shown in fig. 1, the present embodiment presents an equipment manufacturing industry APP development framework, which includes:
the data model is used for storing user information and application information data;
the user interaction module comprises a visual design submodule and a rear-end interaction module submodule, and is respectively used for carrying out visual page design, sending the front-end user operation to the rear end and returning the operation result to the front end;
the user management module is used for adding, deleting, inquiring and authority control management on users of the industrial APP;
the authentication module is used for carrying out user login verification and application authority verification;
the application function module is used for realizing the core function of the industrial APP and comprises a plurality of application function sub-modules which are constructed according to knowledge and experience in the research and development design link of key parts of high-end equipment so as to automatically execute a command transmitted from the front end at the rear end and then transmit the result back to the front end;
the middleware module comprises a supercomputer resource calling submodule and an industrial Internet platform docking and deploying submodule for providing an interactive API (application program interface), and is used for realizing interaction between an industrial APP and a component except the industrial APP; components outside the industrial APP comprise an industrial internet platform, a supercomputer and a data acquisition instrument.
Preferably, the data model comprises a user information data model and an application information data model stored in a relational database;
the user information model comprises id, a user name, a password, a user role and application authority; wherein id is an autonomous key; the user name is globally unique, and the user password is encrypted and stored by using a password hash function; the user roles are divided into an administrator and an operator, the administrator role has the use permission of the user management module and is used by an industrial Internet platform administrator, and the operator has the use permission of the application function module granted by the administrator and is used by an industrial APP subscriber;
the application information model comprises id, title, description, creation time, user id and application parameters; wherein id is an autonomous key; creating a user id and an id field in a user information model, connecting by using an external key, setting the user id and the id field in the user information model as an association mode, and performing task management among multiple users; the task parameters comprise task input parameters, task states, supercomputing task codes and task file paths; the super-computation task code is the only task code returned when the computation is submitted, and is used for inquiring the current task state and downloading the computation result, and the downloaded computation result is stored in the path of the task file.
The authentication module is used for performing user login verification and application authority verification, and specifically comprises the following steps: judging whether a user logs in before the user uses different functions of the industrial APP, judging whether the user has the right to use the functions according to application authority in the user information model, if so, allowing access, and if not, jumping to an error page.
The application function module comprises the following sub-modules:
the task query module is used for querying data manually input by a user or data collected by a data collection instrument;
the system comprises a task adding module, a task data modifying module and a task deleting module;
the submitting and calculating module is used for submitting the data manually input by the user or the data acquired by the data acquisition instrument to the super computer through the resource calling sub-module of the super computer for calculation;
the calculation result query module is used for submitting the unique code returned by the super computer after calculation and querying the current calculation state through the resource calling sub-module of the super computer; the calculation state includes waiting for calculation, in calculation, and calculation complete.
And the calculation result downloading module is used for downloading the result after the calculation of the super computer platform is completed to the industrial APP for the user to check through the super calculation resource calling middleware.
Preferably, the middleware module further comprises:
the data acquisition submodule is used for acquiring data through the sensor according to an acquisition instruction sent by the rear end;
the data storage submodule is used for storing data information transmitted by the data acquisition instrument;
the data synchronization submodule is used for synchronizing the local storage data updated at high frequency by the data acquisition instrument and the storage data updated at low frequency by the industrial internet platform;
the industrial internet platform docking deployment submodule comprises an industrial internet platform interface submodule and an industrial internet platform deployment submodule. The industrial Internet platform interface sub-module comprises industrial APP login, industrial APP user registration, industrial APP user permission configuration, industrial APP user use frequency statistics, industrial APP user information and industrial APP available function list API interfaces.
The industrial internet platform is an HPCCloud industrial internet platform based on a super computer.
Next, as shown in fig. 2, an embodiment of the method of the present invention is given, which is an APP development method based on the equipment manufacturing industry APP development framework, and the method includes the following steps:
step S1: creating an equipment manufacturing industry APP development framework suitable for an industrial internet platform; the equipment manufacturing industry APP development framework is an object-oriented web development framework;
step S2: creating a data model required in the operation process of the industrial APP;
and step S3: modifying application configuration parameters in an industrial APP development framework;
and step S4: after the local operation test is passed, packaging and uploading the local operation test to an industrial Internet platform for application deployment;
step S5: and subscribing and using the industrial APP by the user on the industrial Internet platform.
It should be noted that, often need calculate the relevant parameter of spare part in the critical spare part research and development design link of high-end equipment, whether to verify the design and meet the demands, can shorten the loaded down with trivial details operation before carrying out the calculation through developing industry APP, and the development of industry APP often is comparatively difficult, and the computational process needs to consume a large amount of computer computing power simultaneously, too low computing power or high performance computing platform all can increase the time or the cost of money of research and development process, the industry APP that development was accomplished is special for the enterprise in addition generally, be unfavorable for the reconstruction and the multiplexing of industrial knowledge. Can accomplish industry APP's development fast through this frame, industry APP can call the super computer in the industry internet platform and accelerate the computational process, can put on the shelf industry internet platform to the industry APP that the development was accomplished simultaneously for industry APP becomes the trade general from the enterprise special use, does benefit to the circulation of industry knowledge and experience.
In this embodiment, based on supercomputer and industry internet platform, through the industry APP development frame of rational design accelerate industry APP research and development progress, powerful computing power through supercomputer reduces consuming time in the industry APP operation, reduces industry APP use cost, makes the tradition can only solve the industry software of enterprise's self problem through industry internet platform and enables other enterprises with the trade through industry internet platform, by the enterprise special use to the trade general, promotes the flow of industrial knowledge.
Example 2
The data model required during the operation of the industrial APP of the present embodiment is stored in a relational database.
The other settings were the same as in example 1.
Example 3
The design process of the visual design submodule in the embodiment specifically includes: and carrying out visual page design by adopting a dragging mode according to the basic page template or the user-defined page template.
In step S3 of this embodiment, the industrial APP application parameter configuration is configured in a visual manner, and corresponding front-end and back-end codes can be automatically generated according to the configuration parameters, so as to implement low-code development and reduce a user development threshold.
The other settings were the same as in example 1.
Example 4
The application deployment process in step S4 in this embodiment specifically includes: based on an industrial internet platform deployment submodule, a containerization technology is used, an industrial APP is converted into a mirror image file through an automatic deployment script, and the mirror image file is deployed to an application cluster of the industrial internet platform.
The other settings were the same as in example 1.
While the invention has been described with reference to specific embodiments, the invention is not limited thereto, and various equivalent modifications and substitutions can be easily made by those skilled in the art within the technical scope of the invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. An equipment manufacturing industry (APP) development framework, the development framework comprising:
the data model is used for storing user information and application information data;
the user interaction module comprises a visual design submodule and a back-end interaction module submodule, and is respectively used for carrying out visual page design, sending the front-end user operation to the back end and returning the operation result to the front end;
the user management module is used for adding, deleting, inquiring and authority control management on users of the industrial APP;
the authentication module is used for carrying out user login verification and application authority verification;
the application function module is used for realizing the core function of the industrial APP and comprises a plurality of application function sub-modules which are constructed according to knowledge and experience in the research and development design link of key parts of high-end equipment so as to automatically execute a command transmitted from the front end at the rear end and then transmit the result back to the front end;
the middleware module comprises a supercomputer resource calling submodule and an industrial Internet platform docking and deploying submodule for providing an interactive API (application program interface), and is used for realizing interaction between an industrial APP and a component except the industrial APP; components outside the industrial APP comprise an industrial internet platform, a supercomputer and a data acquisition instrument.
2. The equipment manufacturing industry APP development framework of claim 1, wherein the data model comprises a user information data model and an application information data model stored in a relational database;
the user information model comprises id, a user name, a password, a user role and application authority; wherein id is an autonomous key; the user name is globally unique, and the user password is encrypted and stored by using a password hash function; the user roles are divided into an administrator and an operator, the administrator role has the use permission of the user management module and is used by an industrial Internet platform administrator, and the operator has the use permission of the application function module granted by the administrator and is used by an industrial APP subscriber;
the application information model comprises id, title, description, creation time, user id and application parameters; wherein id is an autonomous key; creating a user id and an id field in a user information model, connecting by using an external key, setting the user id and the id field in the user information model as an association mode, and performing task management among multiple users; the task parameters comprise task input parameters, task states, super calculation task codes and task file paths; the super-computation task code is the only task code returned when the computation is submitted, and is used for inquiring the current task state and downloading the computation result, and the downloaded computation result is stored in the path of the task file.
3. The APP development framework of claim 1, wherein the design process of the visual design submodule specifically comprises: and carrying out visual page design by adopting a dragging mode according to the basic page template or the user-defined page template.
4. The APP development framework of claim 1, wherein the authentication module is configured to perform user login verification and application permission verification, and specifically is configured to: judging whether the user logs in before the user uses different functions of the industrial APP, judging whether the user has the right to use the functions according to the application authority in the user information model, if so, allowing access, and otherwise, skipping to an error page.
5. The equipment manufacturing industry APP development framework of claim 1, wherein the application function module comprises the following sub-modules:
the task query module is used for querying manually input data of a user or data collected by the data collection instrument;
the system comprises a task adding module, a task data modifying module and a task deleting module;
the submitting and calculating module is used for submitting the data manually input by the user or the data acquired by the data acquisition instrument to the super computer through the resource calling sub-module of the super computer for calculation;
the calculation result query module is used for submitting the unique code returned by the super computer after calculation and querying the current calculation state through the resource calling sub-module of the super computer; the calculation state comprises waiting for calculation, calculating in progress and calculating completion;
and the calculation result downloading module is used for downloading the result after the calculation of the super computer platform is completed to the industrial APP for the user to check through the super calculation resource calling middleware.
6. The equipment manufacturing industry APP development framework of claim 1, wherein the middleware module further comprises:
the data acquisition submodule is used for acquiring data through the sensor according to an acquisition instruction sent by the rear end;
the data storage submodule is used for storing data information transmitted by the data acquisition instrument;
the data synchronization submodule is used for synchronizing the local storage data updated at high frequency by the data acquisition instrument and the storage data updated at low frequency by the industrial internet platform;
the industrial internet platform docking deployment submodule comprises an industrial internet platform interface submodule and an industrial internet platform deployment submodule.
7. The equipment manufacturing industry APP development framework of claim 6, wherein the industry Internet platform interface sub-module comprises industry APP login, industry APP user registration, industry APP user permission configuration, industry APP user usage statistics, industry APP user information, and industry APP available function list API interface.
8. The equipment manufacturing industry APP development framework of claim 1, wherein the industry Internet platform is a supercomputer-based HPCCloud industry Internet platform.
9. An APP development method based on the equipment manufacturing industry APP development framework of claim 1, characterized in that the method comprises the following steps:
step S1: creating an equipment manufacturing industry APP development framework suitable for an industrial internet platform; the equipment manufacturing industry APP development framework is an object-oriented web development framework;
step S2: creating a data model required in the operation process of the industrial APP;
and step S3: modifying application configuration parameters in an industrial APP development framework;
and step S4: after the local operation test is passed, packaging and uploading the local operation test to an industrial Internet platform for application deployment;
step S5: and subscribing and using the industrial APP by the user on the industrial Internet platform.
10. The APP development framework of claim 9, wherein the application deployment process in the step S4 specifically includes: based on an industrial Internet platform deployment submodule, a containerization technology is used, an industrial APP is converted into a mirror image file through an automatic deployment script, and the mirror image file is deployed to an application cluster of the industrial Internet platform.
CN202211274264.7A 2022-10-18 2022-10-18 Equipment manufacturing industry APP development framework and method Pending CN115686483A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211274264.7A CN115686483A (en) 2022-10-18 2022-10-18 Equipment manufacturing industry APP development framework and method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211274264.7A CN115686483A (en) 2022-10-18 2022-10-18 Equipment manufacturing industry APP development framework and method

Publications (1)

Publication Number Publication Date
CN115686483A true CN115686483A (en) 2023-02-03

Family

ID=85066063

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211274264.7A Pending CN115686483A (en) 2022-10-18 2022-10-18 Equipment manufacturing industry APP development framework and method

Country Status (1)

Country Link
CN (1) CN115686483A (en)

Similar Documents

Publication Publication Date Title
US11762634B2 (en) Systems and methods for seamlessly integrating multiple products by using a common visual modeler
CN108786112B (en) Application scene configuration method, device and storage medium
CN105446799A (en) Method and system for performing rule management in computer system
US20230092752A1 (en) System and method for development of gateway policies in an application programming interface environment
CN110532182B (en) Automatic testing method and device for virtualization platform
CN110990048A (en) Method and system for monitoring resource loss of Unity project
CN110609755A (en) Message processing method, device, equipment and medium for cross-block chain node
CN102572896A (en) Upgrading method and upgrading device for wireless communication system
CN111538659B (en) Interface testing method, system, electronic equipment and storage medium of business scene
US10901984B2 (en) Enhanced batch updates on records and related records system and method
WO2017167015A1 (en) Method and device for server device security management and computer storage medium
CN112947907A (en) Method for creating code branch
CN115686483A (en) Equipment manufacturing industry APP development framework and method
CN114416305A (en) Robot engine implementation method and system and electronic equipment
CN114185557A (en) Software product deployment method, device, medium and electronic equipment
CN113760462A (en) Method and device for constructing verification environment of dispatching automation system
CN112564979A (en) Execution method and device for construction task, computer equipment and storage medium
CN111400281A (en) GIS data quality inspection and storage method for OSS object storage
CN116991607B (en) Adaptation method, system and equipment for communication between big data middle station and platform
CN116301758B (en) Rule editing method, device, equipment and medium based on event time points
CN116185425B (en) Event flow arrangement method, device, equipment and medium based on node combination
CN111401825B (en) Instantiation method and device
CN117806654A (en) Tekton-based custom cloud native DevOps pipeline system and method
CN117742867A (en) Method for managing independent controllable research and development basic platform based on multi-cloud resources
Eom et al. Procedure-based development platform for communication protocol stack software

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