CN116909616A - Environment configuration method, device, equipment and readable storage medium - Google Patents

Environment configuration method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN116909616A
CN116909616A CN202211165356.1A CN202211165356A CN116909616A CN 116909616 A CN116909616 A CN 116909616A CN 202211165356 A CN202211165356 A CN 202211165356A CN 116909616 A CN116909616 A CN 116909616A
Authority
CN
China
Prior art keywords
configuration
environment
target
code
code generation
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
CN202211165356.1A
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.)
China Mobile Communications Group Co Ltd
China Mobile IoT Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile IoT 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 China Mobile Communications Group Co Ltd, China Mobile IoT Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN202211165356.1A priority Critical patent/CN116909616A/en
Publication of CN116909616A publication Critical patent/CN116909616A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention provides an environment configuration method, device, equipment and readable storage medium, relating to the technical field of computers and aiming at solving the problem of lower efficiency of environment configuration in practice. The method comprises the following steps: under the condition of receiving a target configuration request, acquiring a configuration code generation template, and acquiring a target configuration file from a configuration file library based on the target configuration request; and generating configuration environment codes based on the code generation template and the target configuration file. The invention can generate the configuration environment code corresponding to the target operation environment only by acquiring the code generation template and the configuration file of the target operation environment to be switched, thereby improving the efficiency of environment configuration.

Description

Environment configuration method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of computer technologies, and in particular, to an environment configuration method, an environment configuration device, an environment configuration apparatus, and a readable storage medium.
Background
Today, the development of computer software engineering is increasingly advanced, the requirements of various projects are more and more complex and diversified, various customized projects are endless, and the project management is more and more challenging. For the client project, in actual project development, switching of different environments is also involved, for example, a development stage needs to use services provided by a development server, a testing stage needs to use services provided by a testing server, and after the project is online, services provided by a production environment need to be used. For management and switching of development environments, projects of different platforms respectively have own schemes, but a set of unified automatic management and switching schemes is lacked, and especially for cross-platform projects, corresponding environment configurations are required to be written for native ends of different platforms respectively, and therefore the management and switching method is labor-consuming and labor-consuming, and results in lower efficiency of environment configuration.
Disclosure of Invention
The embodiment of the invention provides an environment configuration method, an environment configuration device, environment configuration equipment and a readable storage medium, wherein when environment switching is required, a configuration environment code corresponding to a target operation environment can be generated only by acquiring a code generation template and a configuration file of the target operation environment required to be switched. In this way, in the environment switching process, the corresponding environment configuration code does not need to be rewritten, so that the efficiency of environment configuration can be improved.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
in a first aspect, an embodiment of the present invention provides an environment configuration method, which is characterized in that the method includes:
under the condition that a target configuration request is received, acquiring a configuration code generation template, and acquiring a target configuration file in a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate configuration environment codes of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration files correspond to the target running environments, the code generation template comprises fields to be replaced, and the target configuration file comprises target fields corresponding to the fields to be replaced;
and generating configuration environment codes based on the code generation template and the target configuration file.
Optionally, the method is applied to a client, the client is preconfigured with at least two environment configuration information, the at least two environment configuration information corresponds to the at least two running environments one by one, the generating a configuration environment code based on the code generating template and the target configuration file includes:
and generating configuration environment codes based on the code generation template, the target configuration file and target environment configuration information, wherein the target environment configuration information is environment configuration information corresponding to the target running environment.
Optionally, the acquiring configuration code generates a template, and, before acquiring the target configuration file in the configuration file library based on the target configuration request, the method further includes: a configuration code generation template is created, the code generation template comprising fields to be replaced.
Optionally, the acquiring configuration code generates a template, and, before acquiring the target configuration file in the configuration file library based on the target configuration request, the method further includes:
creating the at least two configuration files corresponding to the at least two running environments based on the code generation template.
In a second aspect, an embodiment of the present invention provides an environment configuration apparatus, including:
the system comprises an acquisition module, a code generation module and a code generation module, wherein the acquisition module acquires a configuration code generation template under the condition of receiving a target configuration request, and acquires a target configuration file in a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate a configuration environment code of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration file corresponds to the target running environment, the code generation template comprises a field to be replaced, and the target configuration file comprises a target field corresponding to the field to be replaced;
and the generating module is used for generating configuration environment codes based on the code generating template and the target configuration file.
Optionally, the environment configuration device is preconfigured with at least two environment configuration information, and the at least two environment configuration information corresponds to the at least two running environments one by one;
the generating module is specifically configured to generate a configuration environment code based on the code generating template, the target configuration file and target environment configuration information, where the target environment configuration information is environment configuration information corresponding to the target operating environment.
Optionally, the environment configuration apparatus further includes:
the first creation module is used for creating a configuration code generation template, wherein the code generation template comprises fields to be replaced.
Optionally, the environment configuration apparatus further includes:
and the second creating module is used for creating the at least two configuration files corresponding to the at least two running environments based on the code generating template.
In a third aspect, an embodiment of the present invention provides an electronic device, including: a transceiver, a memory, a processor, and a program stored on the memory and executable on the processor; it is characterized in that the method comprises the steps of,
the processor is configured to read a program in a memory to implement the steps in the method according to the first aspect.
In a fourth aspect, an embodiment of the present invention provides a readable storage medium storing a program, wherein the program when executed by a processor implements the steps of the method according to the first aspect.
In the embodiment of the invention, when the environment is required to be switched, the configuration environment code corresponding to the target operation environment can be generated only by acquiring the code generation template and the configuration file of the target operation environment required to be switched. In this way, in the environment switching process, the corresponding environment configuration code does not need to be rewritten, so that the efficiency of environment configuration can be improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings that are needed in the description of the embodiments of the present invention will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and other drawings may be obtained according to these drawings without inventive effort to a person of ordinary skill in the art.
FIG. 1 is a flow chart of an environment configuration method provided by an embodiment of the present invention;
FIG. 2 is a schematic diagram of an interactive interface diagram of an environment configuration method according to an embodiment of the present invention;
FIG. 3 is an application flow chart of an environment configuration method provided by an embodiment of the present invention;
FIG. 4 is a block diagram of an environment configuration device according to an embodiment of the present invention;
fig. 5 is a block diagram of an environment configuration device according to an embodiment of the present invention.
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Unless defined otherwise, technical or scientific terms used herein should be given the ordinary meaning as understood by one of ordinary skill in the art to which this invention belongs. The terms "first," "second," and the like, as used herein, do not denote any order, quantity, or importance, but rather are used to distinguish one element from another. "upper", "lower", "left", "right", etc. are used merely to indicate a relative positional relationship, which changes accordingly when the absolute position of the object to be described changes.
Fig. 1 is a flowchart of an environment configuration method according to an embodiment of the present invention, as shown in fig. 1, where the method includes:
step 101, under the condition that a target configuration request is received, a configuration code generating template is obtained, and a target configuration file is obtained in a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate a configuration environment code of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration file corresponds to the target running environment, the code generating template comprises a field to be replaced, and the target configuration file comprises a target field corresponding to the field to be replaced.
The target configuration request may be a target configuration request sent by a user at a client, the target configuration request may be a request file generated by identifying an operation of the user at an operation interface, and the request file is used for requesting to generate a configuration environment code of a target operation environment, where the target operation environment corresponds to a project requirement of the user.
The configuration code generation template is used for generating a configuration environment code, which can be preset by a developer according to a project language, and a field needing to be changed in the configuration code generation template is replaced by a variable.
The target configuration file may include a target field corresponding to the field to be replaced and a name of the target configuration file, where the target field refers to a statement that sets a parameter of an environment variable, and the target configuration file may be divided into a plurality of configuration files, for example, an environment script and a customized product script, where the environment script records configuration information such as a development environment, a test environment, a production environment, and the like, and the customized product script records functional module information required by different customization requirements.
And 102, generating configuration environment codes based on the code generation template and the target configuration file.
The code generating module refers to a console executable program, and can be executed by using a console statement, for example, an IDE is adopted for development of projects, and then the code generating module can be in the form of an IDE plug-in, so that a graphical interaction interface is provided, and the user operation is facilitated, as shown in fig. 2.
The user can replace the code development module and the configuration file according to the requirement, so as to select a specific environment and a specific product, and directly generate a specific environment configuration code required by the specific product, namely, the configuration of the required environment is completed, for example, the IDE plug-in FIG. 2 provides development environment and production environment, and three different configuration options of the specific product, the environment and the product can be arbitrarily selected and combined according to the requirement, the required environment configuration code is obtained, and the configuration of the environment is completed.
In the embodiment of the invention, the method can generate the configuration environment code according to the code generation template and the target configuration file, and the configuration environment code is the project source code, so that the corresponding environment configuration code does not need to be rewritten under the condition of carrying out different environment switching, and the efficiency of environment configuration is higher.
The method can be applied to electronic equipment, and the electronic equipment can be electronic equipment such as computers, mobile phones and the like.
Optionally, in some embodiments, the method is applied to a client, the client is preconfigured with at least two environment configuration information, the at least two environment configuration information corresponds to the at least two running environments one by one, the generating a configuration environment code based on the code generation template and the target configuration file includes:
and generating configuration environment codes based on the code generation template, the target configuration file and target environment configuration information, wherein the target environment configuration information is environment configuration information corresponding to the target running environment.
The at least two preconfigured environment configuration information can be selected according to the requirements of projects, such as configuration information of development environments, test environments, production environments and the like can be preconfigured, and environment configuration information corresponding to different environment types is different. In the embodiment of the invention, the method can directly select the preset environment configuration information according to the requirement of the user, so that the efficiency of environment configuration is higher.
Optionally, in some embodiments, the acquiring the configuration code generates a template, and, before acquiring the target configuration file in the configuration file library based on the target configuration request, the method further includes: a configuration code generation template is created, the code generation template comprising fields to be replaced.
The field to be replaced corresponds to the replacement field in the configuration file, which can be a field needing to be changed in the configuration code generation template, and the configuration environment code is directly generated by replacing the field to be replaced.
In the embodiment of the invention, the method can modify the field to be replaced by identifying the field to be replaced, and directly generate the configuration environment code, thereby avoiding manual modification of the configuration environment code and leading the accuracy of environment configuration to be higher.
Optionally, in some embodiments, the acquiring the configuration code generates a template, and, before acquiring the target configuration file in the configuration file library based on the target configuration request, the method further includes:
creating the at least two configuration files corresponding to the at least two running environments based on the code generation template.
The replacement field refers to a statement that sets variable information of environment configuration, and environment variable parameters corresponding to different environment types are different, so that the corresponding replacement field is different, for example, the variable information of environment configuration of a development environment is different from the variable information of environment configuration of a production environment, and the variable information can also be function module information required by different customization requirements, for example, configuration information corresponding to different types of products required under the development environment.
In the embodiment of the invention, the method can create a plurality of configuration files, the replacement field in each configuration file records all options of the type of configuration, the options of each configuration can be arbitrarily combined with the options of other configurations, and the complex customization requirement of the environment configuration in practice is met.
Fig. 3 is an application flowchart of an environment configuration method provided in an embodiment of the present invention, where the application flowchart is shown in fig. 3:
firstly, creating a code template to be generated, wherein fields to be changed are replaced by variables;
then writing a corresponding configuration file, and describing the name of each configuration and the value of each field in different configurations in detail; the configuration file may be divided into a plurality of, for example, an environment script and a customized product script; the environment script records configuration information such as development environment, test environment, production environment and the like; the customized product script records the information of the functional modules required by different customization demands;
secondly, executing a code generation module, designating a code template file, a configuration file and a specific configuration name in the configuration file, and generating a corresponding configuration code; the code generating module refers to a console executable program, if the project is developed by adopting IDE, the code generating module can be in the form of an IDE plug-in unit to provide a graphical interaction interface;
finally, the generated environment configuration code is introduced into the project code, and the switching of the environment is realized by using the value of the generated field.
An embodiment of the present invention provides an environment configuration apparatus 400, as shown in fig. 4, including:
an obtaining module 401, configured to obtain a configuration code generating template when a target configuration request is received, and obtain a target configuration file in a configuration file library based on the target configuration request, where the target configuration request is used to request to generate a configuration environment code of a target running environment, the configuration file library includes at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration file corresponds to the target running environment, the code generating template includes a field to be replaced, and the target configuration file includes a target field corresponding to the field to be replaced;
a generating module 402, configured to generate a configuration environment code based on the code generating template and the target configuration file.
Optionally, the environment configuration device 400 is preconfigured with at least two environment configuration information, where the at least two environment configuration information corresponds to the at least two running environments one by one;
the generating module 402 is specifically configured to generate a configuration environment code based on the code generating template, the target configuration file, and target environment configuration information, where the target environment configuration information is environment configuration information corresponding to the target operating environment.
Optionally, the environment configuration apparatus 400 further includes: the first creation module is used for creating a configuration code generation template, wherein the code generation template comprises fields to be replaced.
Optionally, the environment configuration apparatus 400 further includes: and the second creating module is used for creating the at least two configuration files corresponding to the at least two running environments based on the code generating template.
The embodiment of the invention provides an environment configuration device, as shown in fig. 5, the resource scheduling device comprises: transceiver 501, memory 502, processor 500, and programs stored on the memory and executable on the processor:
the transceiver 501 receives a target configuration request sent by a user;
the processor 500 is configured to read the program in the memory 502, and perform the following steps:
acquiring a configuration code generation template based on the target configuration request, and acquiring a target configuration file from a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate configuration environment codes of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration files correspond to the target running environment, the code generation template comprises fields to be replaced, and the target configuration file comprises target fields corresponding to the fields to be replaced; and generating configuration environment codes based on the code generation template and the target configuration file.
Wherein in fig. 5, a bus architecture may comprise any number of interconnected buses and bridges, and in particular one or more processors represented by processor 500 and various circuits of memory represented by memory 502, linked together. The bus architecture may also link together various other circuits such as peripheral devices, voltage regulators, power management circuits, etc., which are well known in the art and, therefore, will not be described further herein. The bus interface provides an interface. The transceiver 501 may be a number of elements, i.e. including a transmitter and a transceiver, providing a means for communicating with various other apparatus over a transmission medium. The processor 500 is responsible for managing the bus architecture and general processing, and the memory 502 may store data used by the processor 500 in performing operations.
Optionally, the processor 500 is specifically configured to generate a configuration environment code based on the code generation template, the target configuration file, and target environment configuration information, where the target environment configuration information is environment configuration information corresponding to the target operating environment, and the environment configuration device is preconfigured with at least two environment configuration information, and the at least two environment configuration information is in one-to-one correspondence with the at least two operating environments.
Optionally, the processor 500 is further configured to: a configuration code generation template is created, the code generation template comprising fields to be replaced.
Optionally, the processor 500 is further configured to: creating the at least two configuration files corresponding to the at least two running environments based on the code generation template.
The embodiment of the present invention further provides a readable storage medium, configured to store a program, where the program may be executed by a processor to implement each process of the embodiments of the method, and the implementation principle and technical effects are similar, so that, for avoiding repetition, the description of this embodiment is omitted here.
In the several embodiments provided in the present invention, it should be understood that the disclosed methods and apparatus may be implemented in other ways. For example, the apparatus embodiments described above are merely illustrative, e.g., the division of the units is merely a logical function division, and there may be additional divisions when actually implemented, e.g., multiple units or components may be combined or integrated into another system, or some features may be omitted or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be an indirect coupling or communication connection via some interfaces, devices or units, which may be in electrical, mechanical or other form.
In addition, each functional unit in the embodiments of the present invention may be integrated in one processing unit, or each unit may be physically included separately, or two or more units may be integrated in one unit. The integrated units may be implemented in hardware or in hardware plus software functional units.
The integrated units implemented in the form of software functional units described above may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium, and includes several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform part of the steps of the transceiving method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
While the invention has been described with reference to preferred embodiments, it will be understood by those skilled in the art that the scope of the invention is not limited thereto, and that modifications and variations may be made without departing from the spirit of the invention, which is also intended to be considered as the scope of the invention.

Claims (10)

1. An environment configuration method, comprising:
under the condition that a target configuration request is received, acquiring a configuration code generation template, and acquiring a target configuration file in a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate configuration environment codes of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration files correspond to the target running environments, the code generation template comprises fields to be replaced, and the target configuration file comprises target fields corresponding to the fields to be replaced;
and generating configuration environment codes based on the code generation template and the target configuration file.
2. The method of claim 1, wherein the method is applied to a client that is preconfigured with at least two environment configuration information that corresponds one-to-one to the at least two running environments, the generating a configuration environment code based on the code generation template and the target configuration file, comprising:
and generating configuration environment codes based on the code generation template, the target configuration file and target environment configuration information, wherein the target environment configuration information is environment configuration information corresponding to the target running environment.
3. The method of claim 1 or 2, wherein the acquiring the configuration code generates a template, and wherein prior to acquiring the target configuration file in the configuration file library based on the target configuration request, the method further comprises:
a configuration code generation template is created, the code generation template comprising fields to be replaced.
4. The method of claim 1 or 2, wherein the acquiring the configuration code generates a template, and wherein prior to acquiring the target configuration file in the configuration file library based on the target configuration request, the method further comprises:
creating the at least two configuration files corresponding to the at least two running environments based on the code generation template.
5. An environment configuration apparatus, comprising:
the system comprises an acquisition module, a code generation module and a code generation module, wherein the acquisition module acquires a configuration code generation template under the condition of receiving a target configuration request, and acquires a target configuration file in a configuration file library based on the target configuration request, wherein the target configuration request is used for requesting to generate a configuration environment code of a target running environment, the configuration file library comprises at least two configuration files, the at least two configuration files correspond to the at least two running environments, the target configuration file corresponds to the target running environment, the code generation template comprises a field to be replaced, and the target configuration file comprises a target field corresponding to the field to be replaced;
and the generating module is used for generating configuration environment codes based on the code generating template and the target configuration file.
6. The environment configuration apparatus according to claim 5, wherein the environment configuration apparatus is preconfigured with at least two environment configuration information, the at least two environment configuration information being in one-to-one correspondence with the at least two running environments;
the generating module is specifically configured to generate a configuration environment code based on the code generating template, the target configuration file and target environment configuration information, where the target environment configuration information is environment configuration information corresponding to the target operating environment.
7. The environment configuration apparatus according to claim 5 or 6, characterized in that the environment configuration apparatus further comprises:
the first creation module is used for creating a configuration code generation template, wherein the code generation template comprises fields to be replaced.
8. The environment configuration apparatus according to claim 5 or 6, characterized in that the environment configuration apparatus further comprises:
and the second creating module is used for creating the at least two configuration files corresponding to the at least two running environments based on the code generating template.
9. An electronic device, the electronic device comprising: a transceiver, a memory, a processor, and a program stored on the memory and executable on the processor; it is characterized in that the method comprises the steps of,
the processor being configured to read a program in a memory to implement the steps in the method according to any one of claims 1 to 4.
10. A readable storage medium storing a program, wherein the program when executed by a processor implements the steps of the method according to any one of claims 1 to 4.
CN202211165356.1A 2022-09-23 2022-09-23 Environment configuration method, device, equipment and readable storage medium Pending CN116909616A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211165356.1A CN116909616A (en) 2022-09-23 2022-09-23 Environment configuration method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211165356.1A CN116909616A (en) 2022-09-23 2022-09-23 Environment configuration method, device, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN116909616A true CN116909616A (en) 2023-10-20

Family

ID=88357031

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211165356.1A Pending CN116909616A (en) 2022-09-23 2022-09-23 Environment configuration method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN116909616A (en)

Similar Documents

Publication Publication Date Title
CN103186457A (en) Method and device for automatically generating test case
CN107168749A (en) A kind of Compilation Method, device, equipment and computer-readable recording medium
CN112668181A (en) Simulation test method, simulation test device, electronic equipment and storage medium
CN112199007A (en) Menu display method and device, electronic equipment and storage medium
CN109739526A (en) Code update method and device
CN112988862A (en) Configurable data visualization method and device
CN112256670A (en) Data migration method, terminal device and readable storage medium
CN110941547A (en) Automatic test case library management method, device, medium and electronic equipment
CN112597023A (en) Case management method and device based on guide picture, computer equipment and storage medium
CN112169326A (en) Picture processing method and device, electronic equipment and storage medium
CN113220561A (en) Test case management method, device, equipment and medium
CN116909616A (en) Environment configuration method, device, equipment and readable storage medium
CN110764864A (en) Terraform-based visual resource arrangement method
CN113495723B (en) Method, device and storage medium for calling functional component
CN113918198B (en) Model-code synchronization method
CN114546410A (en) Code optimization method based on design mode and related equipment
CN110968342B (en) Version comparison method, device and system
CN113626022A (en) Object model creating method and device, storage medium and electronic equipment
CN111709118B (en) Nuclear power simulation data cooperation method and device
CN112052571B (en) Simulation method and device of power equipment and storage medium
CN113760717B (en) Method and device for testing page component
CN111221551B (en) Database upgrading method and device
CN113076252A (en) Interface testing method and device, electronic equipment and storage medium
CN116301830A (en) Service code generation method and device, electronic equipment and storage medium
CN118011860A (en) Vehicle control simulation method, device, computer equipment and storage medium

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