CN111625294A - Server project execution method, device and related equipment - Google Patents

Server project execution method, device and related equipment Download PDF

Info

Publication number
CN111625294A
CN111625294A CN202010436132.4A CN202010436132A CN111625294A CN 111625294 A CN111625294 A CN 111625294A CN 202010436132 A CN202010436132 A CN 202010436132A CN 111625294 A CN111625294 A CN 111625294A
Authority
CN
China
Prior art keywords
server
project
file
configuration file
self
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.)
Withdrawn
Application number
CN202010436132.4A
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.)
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 CN202010436132.4A priority Critical patent/CN111625294A/en
Publication of CN111625294A publication Critical patent/CN111625294A/en
Withdrawn legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files

Landscapes

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

Abstract

The application discloses a server project execution method, which comprises the steps of obtaining ID information according to a received execution instruction; determining a self-configuration file according to the ID information; compiling the self-configuration file to obtain a server project file; executing the server project file; the server project execution method can effectively improve the execution efficiency of the server project and reduce the project development and maintenance cost. The application also discloses a server project execution device, a server and a computer readable storage medium, which have the beneficial effects.

Description

Server project execution method, device and related equipment
Technical Field
The present application relates to the field of server technologies, and in particular, to a server project execution method, a server project execution apparatus, a server, and a computer-readable storage medium.
Background
The importance of BIOS (Basic Input Output System) in the field of computers is indispensable, and it is responsible for initialization of the entire hardware platform, System self-check, driver loading, finding and starting up devices, giving control right to the operating System, transmitting necessary information to the operating System, and realizing related functions in interaction with BMC.
For each server project based on the same chip architecture platform, the BIOS function is mainly divided into two parts, one part is a platform sharing part, and the functions of the parts are consistent on each project; the other part is the part of each project which needs to be adapted, such as special adaptation processing which needs to be made according to the hardware design and configuration of the current project, or special adaptation processing which needs to be made to meet the personalized requirements of customers, and the like. However, the current common practice is that each project maintains a set of BIOS code, even each client customizes and maintains a set of code, so that each project has one or more sets of codes to be developed and maintained, and further, for each common problem or platform upgrade process on the set of code main body, correction process and test verification need to be performed on each set of codes of each project, which not only reduces the working efficiency, but also causes higher labor cost waste.
Therefore, how to effectively improve the execution efficiency of the server project and reduce the project development and maintenance cost is a problem to be solved urgently by those skilled in the art.
Disclosure of Invention
The method for executing the server project can effectively improve the execution efficiency of the server project and reduce the project development and maintenance cost; another object of the present application is to provide a server project execution apparatus, a server, and a computer-readable storage medium, which also have the above-mentioned advantageous effects.
In order to solve the above technical problem, in a first aspect, the present application provides a server project execution method, including:
obtaining ID information according to the received execution instruction;
determining a self-configuration file according to the ID information;
compiling the self-configuration file to obtain a server project file;
and executing the server project file.
Preferably, the ID information includes an item ID and a file ID, and the determining a self-configuration file according to the ID information includes:
determining a target server project according to the project ID;
and determining the self-configuration file of the target server project according to the file ID.
Preferably, the self-configuration file is a configuration file customized based on a user or a configuration file based on a hardware design.
Preferably, the server project execution method further includes:
when a modification instruction is received, judging whether the ID information exists in the modification instruction;
if not, modifying the public configuration file according to the modification instruction;
and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
Preferably, the server project execution method further includes:
and testing and verifying the modified public configuration file or the modified self-configuration file.
In a second aspect, the present application further provides a server project execution apparatus, including:
the information acquisition module is used for acquiring the ID information according to the received execution instruction;
the file determining module is used for determining a self-configuration file according to the ID information;
the file compiling module is used for compiling the self-configuration file to obtain a server project file;
and the project execution module is used for executing the server project file.
Preferably, the ID information includes an item ID and a file ID, and the file determination module includes:
an item determination unit configured to determine a target server item according to the item ID;
and the file determining unit is used for determining the self-configuration file of the target server project according to the file ID.
Preferably, the server project execution device further includes a project modification module, configured to determine whether the ID information exists in a modification instruction when the modification instruction is received; if not, modifying the public configuration file according to the modification instruction; and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
In a third aspect, the present application further discloses a server, including:
a memory for storing a computer program;
a processor for executing said computer program to implement the steps of any of the server project execution methods described above.
In a fourth aspect, the present application also discloses a computer readable storage medium having stored thereon a computer program for implementing the steps of any one of the server project execution methods described above when executed by a processor.
The server project execution method provided by the application comprises the steps of obtaining ID information according to a received execution instruction; determining a self-configuration file according to the ID information; compiling the self-configuration file to obtain a server project file; and executing the server project file.
Therefore, according to the server project execution method provided by the application, the unique ID information is set for each server project in advance, so that the corresponding server project can be directly executed according to the ID information, and the server projects share the same set of codes in the same chip architecture platform, therefore, maintenance required by a main body part shared by the code platform is only required to be corrected and upgraded on the main body, each set of codes of each project does not need to be processed independently, the labor cost required by project development and maintenance is effectively saved, and the working efficiency is greatly improved.
The server project execution device, the server and the computer-readable storage medium provided by the application all have the beneficial effects, and are not described herein again.
Drawings
In order to more clearly illustrate the technical solutions in the prior art and the embodiments of the present application, the drawings that are needed to be used in the description of the prior art and the embodiments of the present application will be briefly described below. Of course, the following description of the drawings related to the embodiments of the present application is only a part of the embodiments of the present application, and it will be obvious to those skilled in the art that other drawings can be obtained from the provided drawings without any creative effort, and the obtained other drawings also belong to the protection scope of the present application.
Fig. 1 is a schematic flow chart of a method for executing a server project according to the present application;
FIG. 2 is a schematic diagram of a server project execution apparatus according to the present application;
fig. 3 is a schematic structural diagram of a server provided in the present application.
Detailed Description
The core of the application is to provide a server project execution method, which can effectively improve the execution efficiency of a server project and reduce the project development and maintenance cost; another core of the present application is to provide a server project execution apparatus, a server, and a computer-readable storage medium, which also have the above-mentioned advantageous effects.
In order to more clearly and completely describe the technical solutions in the embodiments of the present application, the technical solutions in the embodiments of the present application will be described below with reference to the drawings in the embodiments of the present application. It is to be understood that the embodiments described are only a few embodiments of the present application and not all 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 application.
For each server project based on the same chip architecture platform, the BIOS function is mainly divided into two parts, one part is a platform sharing part, and the functions of the parts are consistent on each project; the other part is the part of each project which needs to be adapted, such as special adaptation processing which needs to be made according to the hardware design and configuration of the current project, or special adaptation processing which needs to be made to meet the personalized requirements of customers, and the like. However, the current common practice is that each project maintains a set of BIOS code, even each client customizes and maintains a set of code, so that each project has one or more sets of codes to be developed and maintained, and further, for each common problem or platform upgrade process on the set of code main body, correction process and test verification need to be performed on each set of codes of each project, which not only reduces the working efficiency, but also causes higher labor cost waste. Therefore, in order to solve the above technical problems, the present application provides a server project execution method, which can effectively improve the execution efficiency of a server project and reduce the project development and maintenance costs.
Referring to fig. 1, fig. 1 is a schematic flowchart of a method for executing a server project provided by the present application, including:
s101: obtaining ID information according to the received execution instruction;
this step is intended to obtain, based on the received execution instruction, ID information representing a unique server project code, i.e., each server project code is provided with a unique ID, it being understood that the server project code refers to a code portion of the server project that needs to be self-adapted, not to an entire code of the server project. Furthermore, the execution instruction is an execution command for the server project code, and is initiated by the user through the front end, wherein the ID information corresponding to the server project code to be executed is attached, so that when the server receives the execution instruction, the corresponding ID information can be obtained by performing instruction analysis.
S102: determining a self-configuration file according to the ID information;
the step aims to realize the determination of the self-configuration file, namely the server project code, namely the ID information and the self-configuration file are in one-to-one correspondence, so that the corresponding self-configuration file can be obtained by calling according to the ID information in the execution instruction. The self-configuration file is a code file of a server project which is established in advance and stored in a preset storage space, and can be directly called based on ID information.
As a preferred embodiment, the ID information may include an item ID and a file ID, and the determining the self-configuration file according to the ID information may include: determining a target server project according to the project ID; and determining the self-configuration file of the target server project according to the file ID.
The preferred embodiment provides a specific method for determining a self-configuration file, and specifically, because of the requirement of hardware design in a server project or the personalized requirement of a user, each server project may correspond to multiple sets of codes, and therefore, the ID information may include a project ID and a file ID, where the project ID represents a unique server project and the file ID represents a unique code file in a server project, such as a self-configuration file in a server project based on a certain hardware design requirement or a self-configuration file in a server project based on a certain user requirement. Therefore, after the ID information is obtained based on the execution instruction, the server project to be executed, namely the target server project, can be determined according to the project ID, and then the self-configuration file of the target server project is determined according to the file ID.
As a preferred embodiment, the self-configuration file may be a user-customized configuration file or a hardware design-based configuration file.
The preferred embodiment provides specific self-configuration file types, that is, the configuration file based on the user customized requirement and the configuration file based on the hardware design requirement, of course, these two types are only one implementation manner provided by the preferred embodiment, and are not unique, and may be a service area project code file maintained based on any requirement, which is not limited in this application.
S103: compiling the self-configuration file to obtain a server project file;
the step aims to realize file compiling to generate a corresponding server project file, wherein the server project file is a complete code file of a server project to be executed and generated based on a self-configuration file, and the server project can be executed by executing the server project file, so that conditional compiling is realized. The conditional compiling means that the preprocessor conditionally selects a part of codes in source program codes as output according to a conditional compiling instruction, and sends the codes to the compiler for compiling, mainly for selectively executing corresponding operations and preventing repeated inclusion of macro replacement contents (such as files and the like).
S104: the server project file is executed.
The step aims to realize the execution of the server project file, and the server project execution can be finished by directly executing the generated server project file.
As a preferred embodiment, the server project execution method may further include: when a modification instruction is received, judging whether ID information exists in the modification instruction; if not, modifying the public configuration file according to the modification instruction; and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
The preferred embodiment provides a more specific server project execution method, which can realize the correction processing of the server project codes. Specifically, when the server project needs to be modified, a modification instruction can be initiated by a user based on the front end, so that the server can judge whether the ID information exists in the server project according to the modification instruction, if the ID information exists, the self-configuration code part of the server project is modified, and therefore the self-adaptive file corresponding to the ID information can be correspondingly modified according to the modification instruction; if no ID information exists, the main part shared by the server projects, namely the common code part is modified, so that the common configuration file can be modified correspondingly according to the modification instruction.
Furthermore, the method can be also suitable for upgrading the server project, namely when an upgrading instruction is received, whether the ID information exists in the upgrading instruction is judged; if not, upgrading the public configuration file according to the upgrading instruction; and if so, upgrading the self-configuration file corresponding to the ID information according to the upgrading instruction.
As a preferred embodiment, the server project execution method may further include: and testing and verifying the modified public configuration file or the modified self-configuration file.
The preferred embodiment aims to implement test verification of the modified configuration file, and specifically, for the modified server project, further test verification processing can be performed on the modified server project so as to ensure the correctness and performability of the modified server project.
Similarly, the method is also suitable for test verification after the server project is upgraded, namely test verification is carried out on the upgraded public configuration file or the upgraded self-configuration file.
Therefore, according to the server project execution method provided by the application, the unique ID information is set for each server project in advance, so that the corresponding server project can be directly executed according to the ID information, and the server projects share the same set of codes in the same chip architecture platform, therefore, maintenance required by a main body part shared by the code platform is only required to be corrected and upgraded on the main body, each set of codes of each project does not need to be processed independently, the labor cost required by project development and maintenance is effectively saved, and the working efficiency is greatly improved.
On the basis of the foregoing embodiments, the embodiments of the present application provide a more specific server project execution method, which is implemented in the following specific flow:
firstly, two kinds of IDs can be set for each server project based on the same chip architecture platform, which are a project ID and a client ID, respectively, where the project ID is the unique ID of each server project, and the client ID corresponds to the unique client requirement. Because a client can have a plurality of different customization requirements, the same client can have a plurality of IDs, namely each client ID corresponds to one client customization requirement, wherein one or more IDs of the same client and IDs of other clients are unique and cannot be repeated, and therefore, the purpose of effectively distinguishing each server project from each customization requirement of each client can be achieved through the ID design. Likewise, a hardware ID may also be set, which corresponds to a unique hardware design requirement.
Furthermore, for the part which needs to be adapted independently for each server project, unique ID information can be judged in the code, and the unique ID information can be distinguished by using conditional compilation, so that the execution of the server project is completed.
Therefore, the purpose of sharing the same set of codes for all server projects based on the same chip architecture platform can be achieved through the architecture design and the code processing mode.
According to the server project execution method provided by the embodiment of the application, the unique ID information is set for each server project in advance, so that the corresponding server project can be directly executed according to the ID information, and the server projects share the same set of codes in the same chip architecture platform, therefore, maintenance required by a main body part shared by the code platform is only required to be corrected and upgraded on the main body, each set of codes of each project does not need to be processed independently, the labor cost required by project development and maintenance is effectively saved, and the working efficiency is greatly improved.
To solve the above technical problem, the present application further provides a server project execution apparatus, please refer to fig. 2, where fig. 2 is a schematic structural diagram of the server project execution apparatus provided in the present application, and the apparatus includes:
the information acquisition module 1 is used for acquiring ID information according to the received execution instruction;
the file determining module 2 is used for determining a self-configuration file according to the ID information;
the file compiling module 3 is used for carrying out conditional compiling on the self-configuration file to obtain a server project file;
and the project execution module 4 is used for executing the server project file.
Therefore, the server project execution device provided by the embodiment of the application sets unique ID information for each server project in advance, so that the corresponding server project can be directly executed according to the ID information, and further, the server projects share the same set of codes in the same chip architecture platform, therefore, for maintenance needed by a main body part shared by the code platform, only correction and upgrade need to be carried out on the main body, and each set of codes of each project does not need to be processed independently, so that the labor cost needed by project development and maintenance is effectively saved, and the working efficiency is greatly improved.
As a preferred embodiment, the ID information may include an item ID and a file ID, and the file determining module 2 may include:
an item determination unit for determining a target server item based on the item ID;
and the file determining unit is used for determining the self-configuration file of the target server project according to the file ID.
As a preferred embodiment, the server project execution device may further include a project modification module, configured to, when receiving a modification instruction, determine whether ID information exists in the modification instruction; if not, modifying the public configuration file according to the modification instruction; and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
As a preferred embodiment, the server project execution apparatus may further include a test validation module for performing test validation on the modified public configuration file or the modified self-configuration file.
For the introduction of the apparatus provided in the present application, please refer to the above method embodiments, which are not described herein again.
To solve the above technical problem, the present application further provides a server, please refer to fig. 3, where fig. 3 is a schematic structural diagram of the server provided in the present application, and the server may include:
a memory 10 for storing a computer program;
the processor 20, when executing the computer program, may implement the steps of any of the server project execution methods described above.
For the introduction of the device provided in the present application, please refer to the above method embodiment, which is not described herein again.
To solve the above problem, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, can implement the steps of any one of the server project execution methods described above.
The computer-readable storage medium may include: various media capable of storing program codes, such as a usb disk, a removable hard disk, a Read-only Memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
For the introduction of the computer-readable storage medium provided in the present application, please refer to the above method embodiments, which are not described herein again.
The embodiments are described in a progressive manner in the specification, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present application.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The technical solutions provided by the present application are described in detail above. The principles and embodiments of the present application are explained herein using specific examples, which are provided only to help understand the method and the core idea of the present application. It should be noted that, for those skilled in the art, without departing from the principle of the present application, several improvements and modifications can be made to the present application, and these improvements and modifications also fall into the protection scope of the present application.

Claims (10)

1. A server project execution method, comprising:
obtaining ID information according to the received execution instruction;
determining a self-configuration file according to the ID information;
compiling the self-configuration file to obtain a server project file;
and executing the server project file.
2. The server item execution method of claim 1, wherein the ID information includes an item ID and a file ID, and the determining the self-configuration file according to the ID information includes:
determining a target server project according to the project ID;
and determining the self-configuration file of the target server project according to the file ID.
3. The server project execution method of claim 1, wherein the self-configuration file is a user-customized-based configuration file or a hardware-design-based configuration file.
4. The server item execution method according to any one of claims 1 to 3, further comprising:
when a modification instruction is received, judging whether the ID information exists in the modification instruction;
if not, modifying the public configuration file according to the modification instruction;
and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
5. The server item execution method of claim 4, further comprising:
and testing and verifying the modified public configuration file or the modified self-configuration file.
6. A server project execution apparatus, comprising:
the information acquisition module is used for acquiring the ID information according to the received execution instruction;
the file determining module is used for determining a self-configuration file according to the ID information;
the file compiling module is used for compiling the self-configuration file to obtain a server project file;
and the project execution module is used for executing the server project file.
7. The server item execution apparatus of claim 6, wherein the ID information includes an item ID and a file ID, and the file determination module includes:
an item determination unit configured to determine a target server item according to the item ID;
and the file determining unit is used for determining the self-configuration file of the target server project according to the file ID.
8. The server item execution device of claim 6, further comprising an item modification module, configured to, when a modification instruction is received, determine whether the ID information exists in the modification instruction; if not, modifying the public configuration file according to the modification instruction; and if so, modifying the self-configuration file corresponding to the ID information according to the modification instruction.
9. A server, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the steps of the server item execution method of any one of claims 1 to 5.
10. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, is adapted to carry out the steps of the server item execution method according to any one of claims 1 to 5.
CN202010436132.4A 2020-05-21 2020-05-21 Server project execution method, device and related equipment Withdrawn CN111625294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010436132.4A CN111625294A (en) 2020-05-21 2020-05-21 Server project execution method, device and related equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010436132.4A CN111625294A (en) 2020-05-21 2020-05-21 Server project execution method, device and related equipment

Publications (1)

Publication Number Publication Date
CN111625294A true CN111625294A (en) 2020-09-04

Family

ID=72270022

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010436132.4A Withdrawn CN111625294A (en) 2020-05-21 2020-05-21 Server project execution method, device and related equipment

Country Status (1)

Country Link
CN (1) CN111625294A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112564914A (en) * 2020-11-26 2021-03-26 杭州安恒信息技术股份有限公司 Project management method and device, computer equipment and readable storage medium
CN113032333A (en) * 2021-03-19 2021-06-25 山东英信计算机技术有限公司 Sensor file adding method, device and equipment for server monitoring project
CN113064647A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 Method, device, terminal and storage medium for configuring project port in BIOS

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112564914A (en) * 2020-11-26 2021-03-26 杭州安恒信息技术股份有限公司 Project management method and device, computer equipment and readable storage medium
CN113032333A (en) * 2021-03-19 2021-06-25 山东英信计算机技术有限公司 Sensor file adding method, device and equipment for server monitoring project
CN113032333B (en) * 2021-03-19 2023-02-28 山东英信计算机技术有限公司 Sensor file adding method, device and equipment for server monitoring project
CN113064647A (en) * 2021-03-26 2021-07-02 山东英信计算机技术有限公司 Method, device, terminal and storage medium for configuring project port in BIOS

Similar Documents

Publication Publication Date Title
CN111625294A (en) Server project execution method, device and related equipment
CN102799515B (en) Applied program testing method and device
US7971201B2 (en) Multiple operating device version software generating system and multiple operating device version software generation support program and method
US20120124559A1 (en) Performance Evaluation System
US9086899B2 (en) Loading and debugging method and debugging system thereof
CN110543301B (en) Method and device for generating jenkins code file
CN105159732B (en) In mobile terminal installation or the method and mobile terminal of more new application
CN105630569A (en) Software source code processing method and device and electronic equipment
CN109324799A (en) A kind of code compiling method, computer installation and computer readable storage medium
CN108255708B (en) Method, device, storage medium and equipment for accessing production file in test environment
CN106055375B (en) Application program installation method and device
CN111414169B (en) BMC (baseboard management controller) image upgrading method and related components
CN113885870A (en) Application program updating method, electronic equipment, terminal equipment and system
CN111399840A (en) Module development method and device
CN113296742A (en) APP data processing method and device and mobile terminal
CN110825428A (en) State machine configuration method, device, equipment and readable storage medium
CN113342323A (en) Method and device for software online development
CN112379940A (en) Executable file processing method and device, electronic equipment and storage medium
CN110688137A (en) Application delivery method and device and storage medium
CN110990833B (en) SDK safety detection method and related equipment
CN110688140B (en) Code management method and terminal
US9953157B2 (en) Method and apparatus for protecting application program
CN107479923A (en) Application program updating method, apparatus and display terminal
CN110688320A (en) Global variable detection method and device and terminal equipment
CN113918162A (en) Front-end code automatic checking method based on centralized management mode

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
WW01 Invention patent application withdrawn after publication

Application publication date: 20200904

WW01 Invention patent application withdrawn after publication