CN112631620B - Method, system, equipment and medium for manufacturing operating system - Google Patents

Method, system, equipment and medium for manufacturing operating system Download PDF

Info

Publication number
CN112631620B
CN112631620B CN202011562348.1A CN202011562348A CN112631620B CN 112631620 B CN112631620 B CN 112631620B CN 202011562348 A CN202011562348 A CN 202011562348A CN 112631620 B CN112631620 B CN 112631620B
Authority
CN
China
Prior art keywords
rpm
image
packet
file
mirror image
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
CN202011562348.1A
Other languages
Chinese (zh)
Other versions
CN112631620A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN202011562348.1A priority Critical patent/CN112631620B/en
Publication of CN112631620A publication Critical patent/CN112631620A/en
Application granted granted Critical
Publication of CN112631620B publication Critical patent/CN112631620B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • G06F8/63Image based installation; Cloning; Build to order

Abstract

The invention discloses a method, a system, equipment and a storage medium for manufacturing an operating system, wherein the method comprises the following steps: creating an initial mirror image and taking the initial mirror image as a current mirror image, responding to iteration, obtaining yum time for each rpm packet in the warehouse to enter yum warehouse, and determining yum a first rpm packet in the warehouse which needs to be updated based on the time; determining a storage bank from which the first rpm packet comes, and judging whether other rpm packets exist and depend on the first rpm packet; in response to there being no other rpm pack dependent on the first rpm pack, re-creating the first file associated with the repository from which the first rpm pack originated; and scheduling the first file to the specified directory to update the current mirror image, performing the next iteration by using the current mirror image, and making an operating system by using the latest mirror image in response to the completion of the iteration times. The invention can effectively shorten the time of the creation process of the mirror image related file, thereby greatly shortening the time of constructing the mirror image and greatly improving the efficiency of constructing the operating system.

Description

Method, system, device and medium for manufacturing operating system
Technical Field
The present invention relates to the field of operating systems, and more particularly, to a method, system, computer device and readable medium for manufacturing an operating system.
Background
In recent years, with the change of international information security forms, information security has become a key point of attention in each country, and cases of damaging national infrastructure and the security of the property of the people are frequently generated by using information technology as an attack means, so that the development of a domestic operating system is imperative. From the development of the operating system to the final stable version, a plurality of iterations are needed, and the operating system needs to be reconstructed every iteration; for enterprises, a customized operating system is developed according to the requirements of customers, or a development team updates or adds new functions to part of functions of the operating system, and for operating system development, only a part of rpm (revolution per minute) packages (a software package) needs to be recompiled, and then the operating system is rebuilt. In the prior art, the build operating system mainly uses a pungi tool to download rpm packages through an yum warehouse (a software package warehouse). However, the pungi tool has a problem of too long construction time, and developers need to repeatedly test the stability of the function and perfect the new function after completing the development of the new function, so that the developers may need to repeatedly construct the mirror image, and the development efficiency of the developers is seriously affected due to the too long construction time.
Disclosure of Invention
In view of this, an object of the embodiments of the present invention is to provide a method, a system, a computer device, and a computer readable storage medium for creating an operating system, which reduce reconstructed files to the maximum extent by determining a source and a dependency relationship of an update rpm package, thereby shortening a time for creating the operating system and improving a working efficiency of a developer.
In view of the foregoing, an aspect of the embodiments of the present invention provides a method for manufacturing an operating system, including the following steps: creating an initial mirror image and taking the initial mirror image as a current mirror image, responding to iteration, obtaining yum time for each rpm packet in the warehouse to enter yum warehouse, and determining yum a first rpm packet which needs to be updated in the warehouse based on the time; determining a storage library of a first rpm packet source, and judging whether other rpm packets exist and depend on the first rpm packet; in response to there being no other rpm pack dependent on the first rpm pack, re-creating the first file associated with the repository from which the first rpm pack originated; and scheduling the first file to the specified directory to update the current mirror image, performing the next iteration by using the current mirror image, and making an operating system by using the latest mirror image in response to the completion of the iteration times.
In some embodiments, the method further comprises: in response to there being additional rpm packets that are dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
In some embodiments, said recreating the current image comprises: and recreating a second file related to the image, and dispatching the second file to a specified directory to replace the current image.
In some embodiments, said scheduling said first file to a specified directory to update said current image comprises: combining the related files in the current image that are not the repository with the first file to form a new image.
In another aspect of the embodiments of the present invention, there is provided a system for manufacturing an operating system, including: the determining module is configured to create an initial mirror and take the initial mirror as a current mirror, respond to iteration, obtain yum time for each rpm packet in the warehouse to enter the yum warehouse, and determine a first rpm packet in the yum warehouse which needs to be updated based on the time; a judging module configured to determine a repository from which the first rpm packet originates, and to judge whether there is another rpm packet that depends on the first rpm packet; a reconstruction module configured to recreate a first file associated with a repository from which the first rpm packet originated in response to an absence of other rpm packets from relying on the first rpm packet; and the execution module is configured to schedule the first file to a specified directory to update the current mirror image, perform next iteration by using the current mirror image, and make an operating system by using the latest mirror image in response to the completion of the iteration times.
In some embodiments, the system further comprises a second determining module configured to: in response to there being additional rpm packets dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
In some embodiments, the second determining module is configured to: and a second file related to the mirror image is created again, and the second file is dispatched to a specified directory to replace the current mirror image.
In some embodiments, the execution module is configured to: and combining the related files in the current image, which are not the storage library, with the first file to form a new image.
In another aspect of the embodiments of the present invention, there is also provided a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method as above.
In another aspect of the embodiments of the present invention, a computer-readable storage medium is further provided, in which a computer program for implementing the above method steps is stored when the computer program is executed by a processor.
The invention has the following beneficial technical effects: the reconstructed files are reduced to the maximum extent by judging the source and the dependency relationship of the updated rpm package, so that the time for constructing the operating system is shortened, and the working efficiency of developers is improved.
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 embodiments or the prior art descriptions will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other embodiments can be obtained according to the drawings without creative efforts.
FIG. 1 is a diagram illustrating an embodiment of a method for manufacturing an operating system according to the present invention;
FIG. 2 is a flowchart of an embodiment of a method for creating an operating system;
fig. 3 is a schematic hardware structure diagram of an embodiment of a computer device for manufacturing an operating system according to the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the following embodiments of the present invention are described in further detail with reference to the accompanying drawings.
It should be noted that all expressions using "first" and "second" in the embodiments of the present invention are used for distinguishing two entities with the same name but different names or different parameters, and it should be noted that "first" and "second" are only used for convenience of expression and should not be construed as a limitation to the embodiments of the present invention, and no description is given in the following embodiments.
In view of the above objects, a first aspect of the embodiments of the present invention proposes an embodiment of a method for manufacturing an operating system. Fig. 1 is a schematic diagram illustrating an embodiment of a method for manufacturing an operating system according to the present invention. As shown in fig. 1, the embodiment of the present invention includes the following steps:
s1, creating an initial mirror image, taking the initial mirror image as a current mirror image, responding to iteration, acquiring the time for each rpm packet in the yum warehouse in the yum warehouse, and determining a first rpm packet which needs to be updated in the yum warehouse based on the time;
s2, determining a repository of the first rpm packet source, and judging whether other rpm packets depend on the first rpm packet;
s3, in response to the first rpm packet is not depended by other rpm packets, recreating the first file related to the repository from which the first rpm packet comes; and
and S4, scheduling the first file to the specified directory to update the current mirror image, performing the next iteration by using the current mirror image, and making an operating system by using the latest mirror image in response to the completion of the iteration times.
An initial image is created and treated as the current image, and in response to performing the iteration, the time to enter yum warehouse for each rpm pack in warehouse yum is obtained, and the first rpm pack in warehouse yum that needs to be updated is determined. The time of entry of the rpm package into the warehouse in the warehouse is retrieved yum, the latest rpm package entered into the warehouse is retrieved compared to the time of entry into the warehouse, recorded into the data structure, then the rpm package is started to be downloaded, and the rpm package dependency is resolved.
The repository from which the first rpm packet originated is determined and it is determined whether there are additional rpm packets that depend on the first rpm packet. It is determined whether the updated rpm packet originated from the AppStream repository or the BaseOS repository, and it is parsed whether there are other rpm packets depending on the rpm packet and whether they are in the same repository as the rpm packet. AppStream repository: the library contains user space applications, runtime languages, and databases to support different workloads and use cases. BaseOS repository: and providing the bottom operating system function of the core, and installing a library for the basic software.
In response to the absence of other rpm packets relying on the first rpm packet, the first file associated with the repository from which the first rpm packet originated is recreated. And scheduling the first file to a specified directory to update the current mirror image, performing the next iteration by using the current mirror image, and making an operating system by using the latest mirror image in response to the completion of the iteration times.
If the updated rpm packet is the rpm packet in the AppStream repository and no rpm packet depends on the rpm packet, the file creating device only needs to re-create the file related to the AppStream repository, and the file is scheduled under the specified directory by the scheduling device after creation is completed, so as to prepare for creating ISO (mirror image). If the updated rpm packet is an rpm packet in the BaseOS repository and no rpm packet depends on this packet, the file creation means need only re-create the file associated with the BaseOS repository, and after creation is complete the file is scheduled by the scheduling means under the specified directory in preparation for ISO creation.
In some embodiments, the method further comprises: in response to there being additional rpm packets dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
If the updated rpm packet is an rpm packet in the AppStream repository, but the rpm packet in the BaseOS repository depends on this packet; or if the updated rpm packet is the rpm packet in the BaseOS repository, but the rpm packet in the AppStream repository depends on the rpm packet, the file creating device needs to recreate all the files related to the image, and after creation is completed, the files are scheduled under the specified directory by the scheduling device to prepare for creating the ISO.
In some embodiments, said recreating the current image comprises: and a second file related to the mirror image is created again, and the second file is dispatched to a specified directory to replace the current mirror image.
In some embodiments, said scheduling said first file to a specified directory to update said current image comprises: and combining the related files in the current image, which are not the storage library, with the first file to form a new image.
FIG. 2 is a flow chart illustrating an embodiment of a method for creating an operating system provided by the present invention. As shown in fig. 2, if there are other rpm packs depending yum on the rpm pack updated in the library, all relevant files are recreated to recreate the image. If the dependency relationship or single library dependency does not exist, if the updated rpm packet source is the AppStream repository, a file related to the AppStream repository is created and then combined with a file related to the BaseOS repository in the image constructed previously to form a new image. If the updated rpm packet source is the BaseOS repository, the procedure is similar.
It should be particularly noted that, the steps in the embodiments of the method for manufacturing an operating system described above can be mutually intersected, replaced, added, or deleted, and therefore, the method for manufacturing an operating system should also belong to the scope of the present invention through these reasonable permutation and combination transformations, and should not limit the scope of the present invention to the embodiments.
In accordance with a second aspect of the embodiments of the present invention, there is provided a system for manufacturing an operating system, including: the determining module is configured to create an initial mirror and take the initial mirror as a current mirror, respond to iteration, obtain yum time for each rpm packet in the warehouse to enter the yum warehouse, and determine a first rpm packet in the yum warehouse which needs to be updated based on the time; the judging module is configured to determine a repository from which the first rpm packet originates, and judge whether other rpm packets depend on the first rpm packet; a reconstruction module configured to recreate a first file associated with a repository from which the first rpm packet originated in response to no other rpm packet being dependent on the first rpm packet; and the execution module is configured to schedule the first file to a specified directory to update the current mirror image, perform next iteration by using the current mirror image, and make an operating system by using the latest mirror image in response to the completion of the iteration times.
In some embodiments, the system further comprises a second determining module configured to: in response to there being additional rpm packets dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
In some embodiments, the second determining module is configured to: and recreating a second file related to the image, and dispatching the second file to a specified directory to replace the current image.
In some embodiments, the execution module is configured to: combining the related files in the current image that are not the repository with the first file to form a new image.
In view of the above object, a third aspect of the embodiments of the present invention provides a computer device, including: at least one processor; and a memory storing computer instructions executable on the processor, the instructions being executable by the processor to perform the steps of: s1, creating an initial mirror image, taking the initial mirror image as a current mirror image, responding to iteration, acquiring the time for each rpm packet in the yum warehouse in the yum warehouse, and determining a first rpm packet which needs to be updated in the yum warehouse based on the time; s2, determining a repository from which the first rpm packet is sourced, and judging whether other rpm packets depend on the first rpm packet or not; s3, in response to the first rpm packet is not depended by other rpm packets, recreating the first file related to the repository from which the first rpm packet comes; and S4, dispatching the first file to the specified directory to update the current mirror image, using the current mirror image to perform the next iteration, and using the latest mirror image to manufacture the operating system in response to the completion of the iteration times.
In some embodiments, the method further comprises: in response to there being additional rpm packets dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
In some embodiments, said recreating the current image comprises: and recreating a second file related to the image, and dispatching the second file to a specified directory to replace the current image.
In some embodiments, said scheduling said first file to a specified directory to update said current image comprises: combining the related files in the current image that are not the repository with the first file to form a new image.
Fig. 3 is a schematic diagram of a hardware structure of an embodiment of the above computer apparatus for manufacturing an operating system according to the present invention.
Taking the apparatus shown in fig. 3 as an example, the apparatus includes a processor 301 and a memory 302, and may further include: an input device 303 and an output device 304.
The processor 301, the memory 302, the input device 303 and the output device 304 may be connected by a bus or other means, and the bus connection is taken as an example in fig. 3.
The memory 302 is used as a non-volatile computer readable storage medium for storing non-volatile software programs, non-volatile computer executable programs, and modules, such as program instructions/modules corresponding to the method for making an operating system in the embodiments of the present application. The processor 301 executes various functional applications of the server and data processing by executing the nonvolatile software program, instructions and modules stored in the memory 302, that is, implements the method for making an operating system of the above-described method embodiment.
The memory 302 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of a method of making an operating system, and the like. Further, the memory 302 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some embodiments, memory 302 may optionally include memory located remotely from processor 301, which may be connected to local modules over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input device 303 may receive information such as a user name and a password that are input. The output means 304 may comprise a display device such as a display screen.
One or more program instructions/modules corresponding to a method of producing an operating system are stored in the memory 302 and, when executed by the processor 301, perform the method of producing an operating system in any of the method embodiments described above.
Any embodiment of a computer apparatus for performing the method for manufacturing an operating system as described above may achieve the same or similar effects as any corresponding embodiment of the method described above.
The invention also provides a computer readable storage medium storing a computer program which, when executed by a processor, performs the method as above.
Finally, it should be noted that, as one of ordinary skill in the art can appreciate that all or part of the processes of the methods of the above embodiments can be implemented by a computer program to instruct related hardware, and the program of the method for making an operating system can be stored in a computer readable storage medium, and when executed, the program can include the processes of the embodiments of the methods as described above. The storage medium of the program may be a magnetic disk, an optical disk, a Read Only Memory (ROM), a Random Access Memory (RAM), or the like. The embodiments of the computer program may achieve the same or similar effects as any of the above-described method embodiments.
The foregoing are exemplary embodiments of the present disclosure, but it should be noted that various changes and modifications could be made herein without departing from the scope of the present disclosure as defined by the appended claims. The functions, steps and/or actions of the method claims in accordance with the disclosed embodiments described herein need not be performed in any particular order. Furthermore, although elements of the embodiments of the invention may be described or claimed in the singular, the plural is contemplated unless limitation to the singular is explicitly stated.
It should be understood that, as used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly supports the exception. It should also be understood that "and/or" as used herein is meant to include any and all possible combinations of one or more of the associated listed items.
The numbers of the embodiments disclosed in the above embodiments of the present invention are merely for description, and do not represent the advantages or disadvantages of the embodiments.
It will be understood by those skilled in the art that all or part of the steps for implementing the above embodiments may be implemented by hardware, or may be implemented by a program instructing relevant hardware, and the program may be stored in a computer-readable storage medium, where the above-mentioned storage medium may be a read-only memory, a magnetic disk or an optical disk.
Those of ordinary skill in the art will understand that: the discussion of any embodiment above is meant only to be exemplary, and is not intended to intimate that the scope of the disclosure, including the claims, is limited to these examples; within the idea of an embodiment of the invention, also combinations between technical features in the above embodiments or in different embodiments are possible, and there are many other variations of the different aspects of the embodiments of the invention as described above, which are not provided in detail for the sake of brevity. Therefore, any omissions, modifications, substitutions, improvements, and the like that may be made without departing from the spirit and principles of the embodiments of the present invention are intended to be included within the scope of the embodiments of the present invention.

Claims (8)

1. A method of making an operating system, comprising the steps of:
creating an initial mirror image and taking the initial mirror image as a current mirror image, responding to iteration, obtaining yum time for each rpm packet in the warehouse to enter yum warehouse, and determining yum a first rpm packet which needs to be updated in the warehouse based on the time;
determining a storage library of a first rpm packet source, and judging whether other rpm packets exist and depend on the first rpm packet;
in response to there being no other rpm pack dependent on the first rpm pack, re-creating the first file associated with the repository from which the first rpm pack originated; and
scheduling the first file to a specified directory to update the current mirror image, performing next iteration by using the current mirror image, and making an operating system by using the latest mirror image in response to the completion of the iteration times;
in response to there being additional rpm packets dependent on the first rpm packet, determining whether the additional rpm packets belong to the repository; and
in response to the other rpm packet not belonging to the repository, the current mirror is recreated and the next iteration is performed using the new mirror until the iteration is complete.
2. The method of claim 1, wherein the recreating the current image comprises:
and recreating a second file related to the image, and dispatching the second file to a specified directory to replace the current image.
3. The method of claim 1, wherein the scheduling the first file under a specified directory to update the current image comprises:
and combining the related files in the current image, which are not the storage library, with the first file to form a new image.
4. A system for making an operating system, comprising:
a determining module configured to create an initial image and take the initial image as a current image, obtain yum a time for each rpm packet in the warehouse to enter the yum warehouse in response to performing an iteration, and determine a first rpm packet in the yum warehouse that needs to be updated based on the time;
a judging module configured to determine a repository from which the first rpm packet originates, and to judge whether there is another rpm packet that depends on the first rpm packet;
a reconstruction module configured to recreate a first file associated with a repository from which the first rpm packet originated in response to no other rpm packet being dependent on the first rpm packet;
the execution module is configured to schedule the first file to a specified directory to update the current mirror image, perform next iteration by using the current mirror image, and make an operating system by using the latest mirror image in response to the completion of the iteration times; and
a second determining module configured to determine whether another rpm packet belongs to the repository in response to the presence of the other rpm packet being dependent on the first rpm packet; and in response to the other rpm packet not belonging to the repository, recreating the current mirror and using the new mirror for the next iteration until the iteration is complete.
5. The system of claim 4, wherein the second determination module is configured to:
and recreating a second file related to the image, and dispatching the second file to a specified directory to replace the current image.
6. The system of claim 4, wherein the execution module is configured to:
combining the related files in the current image that are not the repository with the first file to form a new image.
7. A computer device, comprising:
at least one processor; and
a memory storing computer instructions executable on the processor, the instructions when executed by the processor implementing the steps of the method of any one of claims 1 to 3.
8. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 3.
CN202011562348.1A 2020-12-25 2020-12-25 Method, system, equipment and medium for manufacturing operating system Active CN112631620B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011562348.1A CN112631620B (en) 2020-12-25 2020-12-25 Method, system, equipment and medium for manufacturing operating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011562348.1A CN112631620B (en) 2020-12-25 2020-12-25 Method, system, equipment and medium for manufacturing operating system

Publications (2)

Publication Number Publication Date
CN112631620A CN112631620A (en) 2021-04-09
CN112631620B true CN112631620B (en) 2022-07-26

Family

ID=75324894

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011562348.1A Active CN112631620B (en) 2020-12-25 2020-12-25 Method, system, equipment and medium for manufacturing operating system

Country Status (1)

Country Link
CN (1) CN112631620B (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104375867A (en) * 2014-11-25 2015-02-25 浪潮电子信息产业股份有限公司 Method for manufacturing ISO mirror image by customizing Linux system
KR20180076193A (en) * 2016-12-27 2018-07-05 고려대학교 산학협력단 Mixed halide perovskite compound, preparing method thereof, and solar cell comprising the same
CN110427342A (en) * 2019-07-09 2019-11-08 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium creating mirror site

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104375867A (en) * 2014-11-25 2015-02-25 浪潮电子信息产业股份有限公司 Method for manufacturing ISO mirror image by customizing Linux system
KR20180076193A (en) * 2016-12-27 2018-07-05 고려대학교 산학협력단 Mixed halide perovskite compound, preparing method thereof, and solar cell comprising the same
CN110427342A (en) * 2019-07-09 2019-11-08 苏州浪潮智能科技有限公司 A kind of method, equipment and readable medium creating mirror site

Also Published As

Publication number Publication date
CN112631620A (en) 2021-04-09

Similar Documents

Publication Publication Date Title
CN102520972B (en) Video game development system and method thereof
CN108786112B (en) Application scene configuration method, device and storage medium
CN110321131B (en) Service component packaging method, system and server
CN103207902A (en) Method and system for updating financial client side data
CN111258900A (en) Interface test script generation method, system, equipment and storage medium
CN107632827B (en) Method and device for generating installation package of application
CN108958843A (en) Plug-in unit construction method, system, equipment and medium based on lightweight script
CN113094028B (en) Windows desktop program development system, method and related components
CN112559635B (en) Service processing method, device, equipment and medium for Ethernet alliance chain node
CN112906206B (en) Digital twin model construction method and device
CN113778445A (en) Cross-platform component generation method and device, electronic equipment and storage medium
CN111427665A (en) Quantum application cloud platform and quantum computing task processing method
CN111240772A (en) Data processing method and device based on block chain and storage medium
CN112395339B (en) Intersystem data admission verification method, device, computer equipment and storage medium
CN112631620B (en) Method, system, equipment and medium for manufacturing operating system
CN108536447B (en) Operation and maintenance management method
CN115729590A (en) Service deployment method, device, equipment and computer readable storage medium
CN115291933A (en) Method, device and equipment for constructing small program data packet and storage medium
CN111984257B (en) Solid modeling customized extension method and device
CN114553859A (en) BMC configuration management method and device, electronic equipment and storage medium
CN113672222A (en) Application program interface management device and construction method thereof
CN116560722B (en) Operation and maintenance flow processing method and device, electronic equipment and storage medium
CN110175116B (en) Test date switching method, device and system
Boulifa et al. Finite model generation for distributed Java programs
CN115599462A (en) Micro-service automatic construction method and related device

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