CN114089992A - Construction method and construction device of engineering system, electronic equipment and storage medium - Google Patents

Construction method and construction device of engineering system, electronic equipment and storage medium Download PDF

Info

Publication number
CN114089992A
CN114089992A CN202111250895.0A CN202111250895A CN114089992A CN 114089992 A CN114089992 A CN 114089992A CN 202111250895 A CN202111250895 A CN 202111250895A CN 114089992 A CN114089992 A CN 114089992A
Authority
CN
China
Prior art keywords
component
engineering
information
unit
key value
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
CN202111250895.0A
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.)
Qingdao Haier Technology Co Ltd
Haier Smart Home Co Ltd
Original Assignee
Qingdao Haier Technology Co Ltd
Haier Smart Home 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 Qingdao Haier Technology Co Ltd, Haier Smart Home Co Ltd filed Critical Qingdao Haier Technology Co Ltd
Priority to CN202111250895.0A priority Critical patent/CN114089992A/en
Publication of CN114089992A publication Critical patent/CN114089992A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/186Templates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a construction method and a construction device of an engineering system, electronic equipment and a storage medium. The construction method comprises the following steps: the method comprises the steps of obtaining a plurality of functional units of a target project, dividing the target project by taking each functional unit as a unit to obtain a project component corresponding to each functional unit, determining a key value description file corresponding to each project component by adopting a componentized template, wherein the key value description file is used for recording component information and functional information of the project component, and constructing a project system of the target project based on the key value description file of each project component. The invention solves the technical problems that the related technology can not automatically acquire the components and automatically construct the engineering system.

Description

Construction method and construction device of engineering system, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of engineering systems, in particular to a construction method and a construction device of an engineering system, electronic equipment and a storage medium.
Background
In the related art, most of components in an operating system (e.g., an AliOS system) are key value-based description file components (e.g., YAML files), and the components are only primarily classified and not further specifically classified, so that when the components are used for combining a project, specific functions and roles of the components cannot be clarified, and when developers encounter strange components, the developers cannot know the specific functions and roles, and the components in the existing operating system are only directed at a scales automatic construction tool and do not interface with a CMake automatic construction tool.
If a developer wants to divide and componentize an engineering system, the engineering system needs to be split and described by a functional unit, but according to the component solution in the existing operating system, information for constructing the engineering system cannot be described, and the information cannot be automatically constructed by combining CMake. Therefore, the components in the existing operating system have several problems as follows: (1) the components cannot be automatically acquired, and an engineering system is constructed; (2) a huge engineering system cannot be modularized; (3) after the engineering system is modularized, the CMake cannot be automatically constructed in combination; (4) the reusability of the module is low; (5) inconvenient management module and engineering system.
In view of the above problems, no effective solution has been proposed.
Disclosure of Invention
The embodiment of the invention provides a construction method and a construction device of an engineering system, electronic equipment and a storage medium, which at least solve the technical problems that components cannot be automatically acquired and the engineering system cannot be automatically constructed in the related technology.
According to an aspect of an embodiment of the present invention, there is provided a method for constructing an engineering system, including: the method is applied to a development client, the development client receives the componentized template, and the construction method comprises the following steps: acquiring a plurality of functional units of a target project; dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit; determining a key value description file corresponding to each engineering component by adopting the componentized template, wherein the key value description file is used for recording component information and function information of the engineering components; and constructing an engineering system of the target engineering based on the key value description file of each engineering component.
Optionally, the componentized template is configured with general description information of all engineering components, where the general description information includes: component information, dependency information, environment information, compilation linking information.
Optionally, the component information includes: component name, component version information, component parameters, component tags, component type.
Optionally, the component type comprises at least one of: component, hardware, kernel, item, tool.
Optionally, the dependency information is used to characterize other engineering components on which the engineering component depends.
Optionally, the environment information is used to characterize component automation building software information.
Optionally, the compiling link information includes: header path, source file.
According to another aspect of the embodiments of the present invention, there is also provided a construction apparatus for an engineering system, including: the method is applied to a development client, the development client receives the componentized template, and the construction device comprises: the system comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for acquiring a plurality of functional units of a target project; the dividing unit is used for dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit; a determining unit, configured to determine, by using the componentized template, a key value description file corresponding to each engineering component, where the key value description file is used to record component information and function information of the engineering component; and the construction unit is used for constructing the engineering system of the target engineering based on the key value description file of each engineering component.
Optionally, the componentized template is configured with general description information of all engineering components, where the general description information includes: component information, dependency information, environment information, compilation linking information.
Optionally, the component information includes: component name, component version information, component parameters, component tags, component type.
Optionally, the component type comprises at least one of: component, hardware, kernel, item, tool.
Optionally, the dependency information is used to characterize other engineering components on which the engineering component depends.
Optionally, the environment information is used to characterize component automation building software information.
Optionally, the compiling link information includes: header path, source file.
According to another aspect of the embodiments of the present invention, there is also provided an electronic device, including: a processor; and a memory for storing executable instructions of the processor; wherein the processor is configured to perform the construction method of the engineering system of any one of the above via execution of the executable instructions.
According to another aspect of the embodiments of the present invention, a computer-readable storage medium is further provided, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute any one of the above construction methods of an engineering system.
In the disclosure, a plurality of functional units of a target project are obtained, the target project is divided by taking each functional unit as a unit to obtain a project component corresponding to each functional unit, a componentized template is adopted to determine a key value description file corresponding to each project component, wherein the key value description file is used for recording component information and functional information of the project component, and a project system of the target project is constructed based on the key value description file of each project component. In the application, the key value description file corresponding to each engineering component can be determined through the componentized template, the components can be conveniently and automatically acquired, the engineering system can be automatically constructed, and the technical problems that the components cannot be automatically acquired and the engineering system cannot be automatically constructed in the related art are solved.
Drawings
The accompanying drawings, which are included to provide a further understanding of the invention and are incorporated in and constitute a part of this application, illustrate embodiment(s) of the invention and together with the description serve to explain the invention without limiting the invention. In the drawings:
FIG. 1 is a flow chart of an alternative method of construction of an engineering system according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of an alternative construction apparatus for an engineering system according to an embodiment of the present invention;
FIG. 3 is a diagram of alternative component information in accordance with an embodiment of the present invention;
FIG. 4 is a schematic diagram of an alternative component type according to an embodiment of the present invention;
FIG. 5 is a schematic diagram of an alternative construction apparatus for an engineering system according to an embodiment of the present invention.
Detailed Description
In order to make the technical solutions of the present invention better understood, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the invention described herein are capable of operation in sequences other than those illustrated or described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
To facilitate understanding of the invention by those skilled in the art, some terms or nouns referred to in the embodiments of the invention are explained below:
AliOS, an open source embedded general purpose operating system.
Scons, an automated construction tool.
CMake, an automated construction tool.
YAML, a key-value description file.
The following embodiments of the present invention can be applied to various scenarios for constructing an engineering system, where the engineering system may be various operating systems, such as an AliOS system, and the like, and the present invention describes component files based on key values, so as to modularize and componentize the functions of the engineering system, and by including a CMake automatic construction tool therein, perfect a component system, facilitate the tool to automatically acquire components, and automatically construct the system. Therefore, the invention provides a universal modular template, is convenient to be modular, well combines a CMake construction system, and is convenient to be automatically constructed.
Example one
In accordance with an embodiment of the present invention, there is provided an engineering system construction method embodiment, it is noted that the steps illustrated in the flowchart of the drawings may be performed in a computer system such as a set of computer executable instructions, and that while a logical order is illustrated in the flowchart, in some cases the steps illustrated or described may be performed in an order different than here.
Fig. 1 is a flowchart of an alternative construction method of an engineering system according to an embodiment of the present invention, and as shown in fig. 1, the method includes the following steps:
and step S102, acquiring a plurality of functional units of the target project.
And step S104, dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit.
And step S106, determining a key value description file corresponding to each engineering component by adopting a componentized template, wherein the key value description file is used for recording component information and function information of the engineering component.
And S108, constructing an engineering system of the target engineering based on the key value description file of each engineering component.
Through the steps, a plurality of functional units of the target project can be obtained, the target project is divided by taking each functional unit as a unit to obtain the project component corresponding to each functional unit, a componentized template is adopted to determine the key value description file corresponding to each project component, wherein the key value description file is used for recording the component information and the functional information of the project component, and the project system of the target project is constructed based on the key value description file of each project component. In the embodiment of the invention, the key value description file corresponding to each engineering component can be determined through the componentized template, the components can be conveniently and automatically acquired, and the engineering system can be automatically constructed, so that the technical problems that the components cannot be automatically acquired and the engineering system cannot be automatically constructed in the related technology are solved.
The following will explain the embodiments of the present invention in detail with reference to the above steps.
The embodiment of the invention can be applied to a development client, wherein the development client can receive a componentized template, and the componentized template can be a general component description template based on a key value description file (such as YAML).
And step S102, acquiring a plurality of functional units of the target project.
In embodiments of the present invention, the target project may be various operating systems, including but not limited to: the AliOS system, the Linux system, etc. may first obtain a plurality of functional units of the target project, where the functional units include, but are not limited to: a storage function unit, a file management engineering unit, a process management function unit and the like.
And step S104, dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit.
In the embodiment of the invention, the target project can be divided by taking each functional unit as a unit, and after the project components corresponding to each functional unit are obtained, one component can form a code warehouse, so that the management is convenient, after the whole target project is decomposed into a plurality of project components, when a certain component has a problem, the component is only required to be updated, the whole project is not required to be updated, so that each developer is responsible for one or a plurality of project components, each component is not interfered with each other, and the stability of the system can be improved.
And step S106, determining a key value description file corresponding to each engineering component by adopting a componentized template, wherein the key value description file is used for recording component information and function information of the engineering component.
In the embodiment of the present invention, a key value description file corresponding to each engineering component may be determined based on a preset componentization template (e.g., a YAML-based generic component description template), where the key value description file may record component information (e.g., name, type, version information, etc. of the component) and function information (e.g., storage, management file, management device, etc.) of the engineering component.
Optionally, the modular template is configured with general description information of all the engineering modules, where the general description information includes: component information, dependency information, environment information, compilation linking information.
Fig. 2 is a schematic diagram of an optional general description information according to an embodiment of the present invention, and as shown in fig. 2, the general description information includes: component information, dependency information, environment information, compilation linking information.
In the embodiment of the present invention, the componentized template may be divided into four parts, i.e., component information, dependency information, environment information, and compiling link information, where the component information is basic information used to describe a component, e.g., a name, a version number, a type, and the like, the dependency information is used to indicate all other components on which the component depends, the environment information may include CMake information, the CMake automatic construction tool may generate a CMake list.
Optionally, the component information includes: component name, component version information, component parameters, component tags, component type.
Fig. 3 is a schematic diagram of optional component information according to an embodiment of the present invention, and as shown in fig. 3, the component information includes: component name, component version information, component parameters, component tags, component type, and the like.
In the embodiment of the present invention, the key of the component name may be represented by name, the key of the version information may be represented by version, the key of the component description may be represented by description, the key of the component tag may be represented by tag, and the key of the component type may be represented by type.
Optionally, the component type comprises at least one of: component, hardware, kernel, item, tool.
FIG. 4 is a schematic diagram of an alternative component type according to an embodiment of the present invention, as shown in FIG. 4, the component type including: component, hardware, kernel, item, tool, etc.
In the embodiment of the invention, the keywords of the components can be represented by components, the keywords of the hardware can be represented by hardware, the keywords of the kernel can be represented by kernel, the keywords of the items can be represented by projects, and the keywords of the tools can be represented by tools.
Optionally, the dependency information is used to characterize other engineering components on which the engineering component depends.
In embodiments of the present invention, the dependency information may indicate all other components on which the component depends, and the key may be expressed in terms of depends.
Optionally, the environment information is used for characterizing component automation building software information.
In the embodiment of the invention, the environment information may include CMake information, the CMake automatic construction tool may generate a CMake list.
Optionally, compiling the link information includes: header path, source file.
In the embodiment of the present invention, the compiled link information is a main content of the project, and mainly includes two major parts, i.e., a build _ config file and a source _ file, where the build _ config file includes a header file path, cflag information, ldflag information, and the like, and the source _ file is used to represent a source file of a component.
And S108, constructing an engineering system of the target engineering based on the key value description file of each engineering component.
In the embodiment of the invention, the CMake automatic construction tool is introduced into the universal componentized template, so that a component system is perfected, the componentization is facilitated, the automatic construction tool can conveniently and automatically acquire components, and a system is automatically constructed.
The embodiment of the invention can form a code warehouse by one component after dividing the engineering system into functional components, is convenient to manage, and can decompose the whole engineering into a plurality of components, if a certain component has a problem, only the component needs to be updated, the whole engineering does not need to be updated, each developer only needs to be responsible for one or a plurality of components, the components can not interfere with each other, the stability of the system is improved, meanwhile, the plurality of components can quickly establish the engineering, only the basic information of each component needs to be analyzed, the construction efficiency of the engineering can be improved, after the modules are modularized, the codes are isolated, the dependence is clear, and the reusability of the modules can be improved.
Example two
The construction apparatus of an engineering system provided in this embodiment includes a plurality of implementation units, and each implementation unit corresponds to each implementation step in the first embodiment.
Fig. 5 is a schematic diagram of an alternative construction apparatus of an engineering system according to an embodiment of the present invention, and as shown in fig. 5, the construction apparatus may include: an acquisition unit 50, a segmentation unit 52, a determination unit 54, a construction unit 56, wherein,
the acquiring unit 50 is used for acquiring a plurality of functional units of the target project.
And a dividing unit 52, configured to divide the target project by taking each functional unit as a unit, so as to obtain a project component corresponding to each functional unit.
The determining unit 54 is configured to determine, by using the componentized template, a key value description file corresponding to each engineering component, where the key value description file is used to record component information and function information of the engineering component.
And the building unit 56 is used for building the engineering system of the target engineering based on the key value description file of each engineering component.
The construction apparatus may acquire a plurality of functional units of a target project through the acquisition unit 50, divide the target project by using each functional unit as a unit through the division unit 52 to obtain a project component corresponding to each functional unit, determine a key value description file corresponding to each project component by using a componentized template through the determination unit 54, where the key value description file is used to record component information and functional information of the project component, and construct an engineering system of the target project based on the key value description file of each project component through the construction unit 56. In the embodiment of the invention, the key value description file corresponding to each engineering component can be determined through the componentized template, the components can be conveniently and automatically acquired, and the engineering system can be automatically constructed, so that the technical problems that the components cannot be automatically acquired and the engineering system cannot be automatically constructed in the related technology are solved.
Optionally, the modular template is configured with general description information of all the engineering modules, where the general description information includes: component information, dependency information, environment information, compilation linking information.
Optionally, the component information includes: component name, component version information, component parameters, component tags, component type.
Optionally, the component type comprises at least one of: component, hardware, kernel, item, tool.
Optionally, the dependency information is used to characterize other engineering components on which the engineering component depends.
Optionally, the environment information is used for characterizing component automation building software information.
Optionally, compiling the link information includes: header path, source file.
The above-mentioned construction apparatus may further include a processor and a memory, and the above-mentioned obtaining unit 50, the dividing unit 52, the determining unit 54, the construction unit 56, and the like are all stored in the memory as program units, and the processor executes the above-mentioned program units stored in the memory to implement the corresponding functions.
The processor comprises a kernel, and the kernel calls a corresponding program unit from the memory. The kernel can be set to be one or more, and the engineering system of the target engineering is built based on the key value description file of each engineering component by adjusting the kernel parameters.
The memory may include volatile memory in a computer readable medium, Random Access Memory (RAM) and/or nonvolatile memory such as Read Only Memory (ROM) or flash memory (flash RAM), and the memory includes at least one memory chip.
The present application further provides a computer program product adapted to perform a program for initializing the following method steps when executed on a data processing device: the method comprises the steps of obtaining a plurality of functional units of a target project, dividing the target project by taking each functional unit as a unit to obtain a project component corresponding to each functional unit, determining a key value description file corresponding to each project component by adopting a componentized template, wherein the key value description file is used for recording component information and functional information of the project component, and constructing a project system of the target project based on the key value description file of each project component.
According to another aspect of the embodiments of the present invention, there is also provided an electronic device, including: a processor; and a memory for storing executable instructions for the processor; wherein the processor is configured to perform the method of construction of an engineering system of any of the above via execution of the executable instructions.
According to another aspect of the embodiments of the present invention, there is also provided a computer-readable storage medium, where the computer-readable storage medium includes a stored computer program, and when the computer program runs, the apparatus on which the computer-readable storage medium is located is controlled to execute any one of the above construction methods of the engineering system.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
In the above embodiments of the present invention, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
In the embodiments provided in the present application, it should be understood that the disclosed technology can be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units may be a logical division, and in actual implementation, there may be another division, for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, units or modules, and may be in an electrical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, and can also be realized in a form of a software functional unit.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a removable hard disk, a magnetic or optical disk, and other various media capable of storing program codes.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A construction method of an engineering system is applied to a development client, the development client receives a componentized template, and the construction method comprises the following steps:
acquiring a plurality of functional units of a target project;
dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit;
determining a key value description file corresponding to each engineering component by adopting the componentized template, wherein the key value description file is used for recording component information and function information of the engineering components;
and constructing an engineering system of the target engineering based on the key value description file of each engineering component.
2. The building method according to claim 1, wherein the componentized template is configured with general description information of all engineering components, and the general description information comprises: component information, dependency information, environment information, compilation linking information.
3. The building method according to claim 2, wherein the component information includes: component name, component version information, component parameters, component tags, component type.
4. The build method of claim 3, wherein the component type comprises at least one of: component, hardware, kernel, item, tool.
5. The build method of claim 2, wherein the dependency information is used to characterize other engineering components on which an engineering component depends.
6. The build method of claim 2 wherein the environment information is used to characterize component automation build software information.
7. The build method of claim 2, wherein the compiling link information comprises: header path, source file.
8. A construction device of an engineering system, which is applied to a development client that receives a componentized template, the construction device comprising:
the system comprises an acquisition unit, a processing unit and a control unit, wherein the acquisition unit is used for acquiring a plurality of functional units of a target project;
the dividing unit is used for dividing the target engineering by taking each functional unit as a unit to obtain an engineering component corresponding to each functional unit;
a determining unit, configured to determine, by using the componentized template, a key value description file corresponding to each engineering component, where the key value description file is used to record component information and function information of the engineering component;
and the construction unit is used for constructing the engineering system of the target engineering based on the key value description file of each engineering component.
9. An electronic device, comprising:
a processor; and
a memory for storing executable instructions of the processor;
wherein the processor is configured to perform the method of construction of an engineering system of any one of claims 1 to 7 via execution of the executable instructions.
10. A computer-readable storage medium, comprising a stored computer program, wherein when the computer program runs, the computer-readable storage medium controls a device to execute the construction method of the engineering system according to any one of claims 1 to 7.
CN202111250895.0A 2021-10-26 2021-10-26 Construction method and construction device of engineering system, electronic equipment and storage medium Pending CN114089992A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111250895.0A CN114089992A (en) 2021-10-26 2021-10-26 Construction method and construction device of engineering system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111250895.0A CN114089992A (en) 2021-10-26 2021-10-26 Construction method and construction device of engineering system, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN114089992A true CN114089992A (en) 2022-02-25

Family

ID=80297726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111250895.0A Pending CN114089992A (en) 2021-10-26 2021-10-26 Construction method and construction device of engineering system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN114089992A (en)

Similar Documents

Publication Publication Date Title
CN108845930B (en) Interface operation test method and device, storage medium and electronic device
US20240045850A1 (en) Systems and methods for database orientation transformation
CN112764753B (en) Project deployment method and device, electronic equipment and storage medium
WO2007011942A1 (en) System and method for automatic or semi-automatic software integration
CN111078481B (en) Method, device, electronic equipment and storage medium for acquiring configuration checklist
CN111258614B (en) Method, system, equipment and storage medium for detecting upgrade exception of project third-party library
CN110737437A (en) compiling method and device based on code integration
CN110990051B (en) Maintenance method, device, medium and equipment for software package dependency relationship
CN113946366A (en) Code analysis method, system and computing equipment
CN112069052A (en) Abnormal object detection method, device, equipment and storage medium
CN115794214B (en) Application module metadata management method, device, storage medium and apparatus
CN114089992A (en) Construction method and construction device of engineering system, electronic equipment and storage medium
EP1710698A2 (en) Generic software requirements analyser
CN111930387B (en) Integration method and device of integration package, electronic equipment and storage medium
CN114880673B (en) Method and system for detecting privacy data leakage aiming at applet source code
CN115291935A (en) Component updating method, component updating device, equipment and storage medium
CN114168122A (en) Data script generation method and device
CN113326046A (en) Method and device for acquiring compiling time length
CN114281688A (en) Codeless or low-code automatic case management method and device
CN111652122A (en) Configuration method and device of vision system
CN110737429A (en) modular compiling method and device utilizing Makefile self-dependent relationship
CN113590192B (en) Quality analysis method and related equipment
Fraternali et al. Almost rerere: An approach for automating conflict resolution from similar resolved conflicts
CN116661758B (en) Method, device, electronic equipment and medium for optimizing log framework configuration
US8825610B1 (en) System management based on goals relevant to a current state of a managed system

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