CN112667498A - Server building method and device, computer equipment and readable storage medium - Google Patents

Server building method and device, computer equipment and readable storage medium Download PDF

Info

Publication number
CN112667498A
CN112667498A CN202011531376.7A CN202011531376A CN112667498A CN 112667498 A CN112667498 A CN 112667498A CN 202011531376 A CN202011531376 A CN 202011531376A CN 112667498 A CN112667498 A CN 112667498A
Authority
CN
China
Prior art keywords
server
program
target
data
resource data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202011531376.7A
Other languages
Chinese (zh)
Inventor
闫安
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Pixel Software Technology Co Ltd
Original Assignee
Beijing Pixel Software 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 Beijing Pixel Software Technology Co Ltd filed Critical Beijing Pixel Software Technology Co Ltd
Priority to CN202011531376.7A priority Critical patent/CN112667498A/en
Publication of CN112667498A publication Critical patent/CN112667498A/en
Pending legal-status Critical Current

Links

Images

Abstract

The embodiment of the application provides a server building method, a server building device, computer equipment and a readable storage medium, wherein the server building method is applied to the computer equipment, the computer equipment is in communication connection with terminal equipment, and resource data files are stored in the computer equipment and comprise a plurality of resource data; the server building method comprises the following steps: receiving configuration information sent by the terminal equipment; extracting target resource data from the resource data file according to the configuration information; and building a server according to the target resource data, wherein the building of the server can be conveniently realized through the steps.

Description

Server building method and device, computer equipment and readable storage medium
Technical Field
The application relates to the technical field of game testing, in particular to a server building method, a server building device, computer equipment and a readable storage medium.
Background
The maintenance of games, which includes testing the stability of each version of a game being released in a server, is an important task for the operation of a game company. Generally, operation and maintenance personnel with higher expertise are required to develop the versions and the servers, and meanwhile, professional testers are configured to test the corresponding game versions running on the servers. In the prior art, even if both the operation and maintenance personnel and the testing personnel have certain professional knowledge, the operation and maintenance personnel may not be able to respond to the server construction (new construction, start and stop and other requirements) required by the testing personnel in time.
In view of this, how to provide a convenient server building scheme is needed to be solved by those skilled in the art.
Disclosure of Invention
The application provides a server building method and device, computer equipment and a readable storage medium.
The embodiment of the application can be realized as follows:
in a first aspect, the application provides a server building method, which is applied to a computer device, wherein the computer device is in communication connection with a terminal device, and a resource data file is stored in the computer device and comprises a plurality of resource data;
the method comprises the following steps:
receiving configuration information sent by terminal equipment;
extracting target resource data from the resource data file according to the configuration information;
and building a server according to the target resource data.
In an alternative embodiment, the terminal device is configured with a graphical user interface element;
receiving configuration information sent by a terminal device, wherein the configuration information comprises:
and receiving configuration information sent by the terminal equipment, wherein the configuration information is generated by calling a graphical user interface unit for the terminal equipment in response to the first operation.
In an optional embodiment, the configuration information includes an ontology resource identifier, a modification resource identifier, and modification content, the plurality of resource data includes program resource data, and the computer device is configured with a server program unit;
extracting target resource data from the resource data file according to the configuration information, including:
calling a server program unit to determine target body program data from the program resources according to body resource identifiers, wherein the target body program data and the body resource identifiers have a corresponding relation;
calling a server program unit to determine target modification program data from program resources according to modification resource identifiers, wherein the target modification program data and the modification resource identifiers have a corresponding relation;
modifying the target modification program data according to the modification content;
and obtaining target resource data according to the modified target modification program data and the target body program data.
In an alternative embodiment, the computer device is further configured with a network game server program element;
and constructing a server according to the target resource data, comprising the following steps:
calling a server program unit to copy the target resource data to the online game server program unit;
and calling a network game server program unit to build a server based on the target resource data.
In an optional embodiment, after performing server building according to the target resource data, the method further includes:
and calling a server program unit to control the starting and stopping of the built server.
In a second aspect, the application provides a server building device, which is applied to a computer device, wherein the computer device is in communication connection with a terminal device, and a resource data file is stored in the computer device and comprises a plurality of resource data;
the device comprises:
the receiving module is used for receiving the configuration information sent by the terminal equipment;
the extraction module is used for extracting target resource data from the resource data file according to the configuration information;
and the building module is used for building the server according to the target resource data.
In an alternative embodiment, the terminal device is configured with a graphical user interface element;
the receiving module is specifically configured to:
and receiving configuration information sent by the terminal equipment, wherein the configuration information is generated by calling a graphical user interface unit for the terminal equipment in response to the first operation.
In an optional embodiment, the configuration information includes an ontology resource identifier, a modification resource identifier, and modification content, the plurality of resource data includes program resource data, and the computer device is configured with a server program unit;
the extraction module is specifically configured to:
calling a server program unit to determine target body program data from the program resources according to body resource identifiers, wherein the target body program data and the body resource identifiers have a corresponding relation; calling a server program unit to determine target modification program data from program resources according to modification resource identifiers, wherein the target modification program data and the modification resource identifiers have a corresponding relation; modifying the target modification program data according to the modification content; and obtaining target resource data according to the modified target modification program data and the target body program data.
In a third aspect, the present application provides a computer device, where the computer device includes a processor and a nonvolatile memory storing computer instructions, and when the computer instructions are executed by the processor, the computer device executes the server building method according to any one of the foregoing embodiments.
In a fourth aspect, the present application provides a readable storage medium, where the readable storage medium includes a computer program, and the computer program controls, when running, computer equipment in which the readable storage medium is located to execute the server building method in any one of the foregoing embodiments.
The beneficial effects of the embodiment of the application include, for example: by adopting the server building method, the server building device, the computer equipment and the readable storage medium provided by the embodiment of the application, the configuration information sent by the terminal equipment is received; extracting target resource data from the resource data file according to the configuration information; and finally, building a server according to the target resource data, wherein the building of the server can be conveniently realized through the steps.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is an interaction diagram of a server building system provided in an embodiment of the present application;
fig. 2 is a schematic flow chart illustrating steps of a server building method provided in the embodiment of the present application;
fig. 3 is a schematic block diagram of a structure of a server building apparatus provided in the embodiment of the present application;
fig. 4 is a block diagram schematically illustrating a structure of a computer device according to an embodiment of the present disclosure.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. 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.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures.
Furthermore, the appearances of the terms "first," "second," and the like, if any, are used solely to distinguish one from another and are not to be construed as indicating or implying relative importance.
It should be noted that the features of the embodiments of the present application may be combined with each other without conflict.
At present, in the process of maintaining a game, a professional operation and maintenance person generally makes a game version and builds a server, and then a professional tester evaluates the stability of the game version on the test server. In the actual evaluation process, even if the operation and maintenance personnel and the testing personnel have certain professional knowledge, the operation and maintenance personnel can not timely respond to the requirements of the testing personnel such as building, starting and stopping the server, and the like, and moreover, the professional operation and maintenance personnel and the testing personnel are engaged to test whether the game version is stable on the server, so that more labor cost can be increased.
Based on this, please refer to fig. 1, fig. 1 is a server building system provided in an embodiment of the present application, where the server building system includes a computer device 100 and a terminal device 200 communicatively connected to the computer device 100, and the computer device 100 stores a resource data file, where the resource data file includes a plurality of resource data. In another implementation manner of the embodiment of the present application, the server building system may also include more or fewer components, which is not limited herein.
Referring to fig. 2 collectively, fig. 2 is a schematic flowchart illustrating steps of a server building method according to an embodiment of the present application, where the server building method may be implemented by the computer device 100 in fig. 1, and the server building method is described in detail below.
Step 201, receiving the configuration information sent by the terminal device 200.
Step 202, extracting target resource data from the resource data file according to the configuration information.
And step 203, building a server according to the target resource data.
In the embodiment of the present application, the computer device 100 may be a main body device for performing server construction, and the terminal device 200 may be a device held by a general user. In the embodiment of the present application, the computer device 100 stores a resource data file, and the resource data file may include a plurality of resource data, and it should be understood that the plurality of resource data includes all information of the game that needs to be maintained and tested (for example, map resources, required tables, plan tables, NPC data, and the like), and data required by the server has been built. Through the steps, a convenient server building mode can be realized, a user can build the server without professional knowledge, and then subsequent games are tested on the server.
On the basis of the foregoing, the terminal apparatus 200 is configured with a graphical user interface unit. As an alternative specific embodiment, for the configuration information in the foregoing step 201, the graphical user interface unit may be invoked for the terminal device 200, which is generated in response to the first operation.
In this embodiment, the gui element may be a browser program, and the user may perform the input of the configuration information through the first operation, and the gui element may provide a plurality of modification options for the user to fill in (the first operation) to generate the configuration file. Based on this, the terminal device 200 may be a computer, a mobile phone, or other intelligent devices capable of opening a web page, and is not limited herein.
On the basis of the foregoing, the configuration information includes an ontology resource identifier, a modification resource identifier and a modification content, the plurality of resource data includes program resource data, and the computer device 100 is configured with a server program unit, in order to clearly describe the foregoing steps, the foregoing step 202 may be implemented by the following steps.
Substep 202-1, the server program unit is invoked to determine the target ontology program data from the program resources based on the ontology resource identification.
And the target ontology program data and the ontology resource identifier have a corresponding relation.
Sub-step 202-2 calls the server program unit to determine the target modified program data from the program resource based on the modified resource identification.
And the target modification program data and the modification resource identification have a corresponding relation.
Sub-step 202-3, modifying the target modifier data according to the modification content.
And a substep 202-4 of obtaining target resource data according to the modified target modifying program data and the target ontology program data.
In this embodiment of the present application, the server program unit may be implemented by making a perl (actual Extraction and Report Language for short) script, and may determine the target ontology program data and the target modified program data from the program resources by calling the server program unit and from the ontology resource identifier and the modified resource identifier in the configuration file, respectively.
On the basis of the foregoing, the computer device 100 is further configured with a network game server program element, and as an alternative embodiment, the foregoing step 203 may be implemented as follows.
Substep 203-1, call the server program unit to copy the target resource data to the network game server program unit.
Substep 203-2, call the network game server program unit to perform server building based on the target resource data.
In this embodiment, the program represented by the server program unit is called, and the cp command (copy file, or directory command) of the shell (command line interpreter) may be called by the perl script to copy the target resource data, and the path and the database name required by the cp command may be provided by a version number (which may be included in the configuration file) selected by the user in the graphical user interface unit. In the embodiment of the present application, the database required by the server may be established by using a Structured Query Language (sql) file for establishing a database establishment table. It should be understood that the configuration file also includes ports, and different game versions, that is, different servers that need to be built according to different target resource data, are different, so that corresponding port numbers need to be determined. It should be understood that, in order to save the memory of the computer device 100, the installation of the corresponding network game server program unit can be performed by calling the server program unit after the determination of the server program unit is completed, and the deletion can be selected after the test is completed.
Besides, after the foregoing step 203, the embodiments of the present application also provide the following examples.
And step 204, calling a server program unit to control the starting and stopping of the built server.
It should be understood that, in the embodiment of the present application, after the building of the server is completed, the server may be started for the convenience of the test, a program corresponding to the server program unit may be called to start, and meanwhile, when the user needs to stop the test of the version of the current test in the server, a program corresponding to the server program unit may also be called to pause.
Through the steps, the system for rapidly configuring, deploying and starting and stopping the network game test server can be realized according to the test requirements, the working efficiency of testers is improved, the working burden of operation and maintenance personnel is reduced, and even a user without professional knowledge can complete the construction and test of the server.
The embodiment of the present application provides a server building apparatus 110, which is applied to a computer device 100, wherein the computer device 100 is in communication connection with a terminal device 200, a resource data file is stored in the computer device 100, the resource data file includes a plurality of resource data, as shown in fig. 3, the server building apparatus 110 includes:
a receiving module 1101, configured to receive the configuration information sent by the terminal device 200.
And an extracting module 1102, configured to extract target resource data from the resource data file according to the configuration information.
And the building module 1103 is used for building a server according to the target resource data.
Further, the terminal device 200 is configured with a graphical user interface unit;
the receiving module 1101 is specifically configured to:
and receiving configuration information sent by the terminal device 200, wherein the configuration information is generated by calling a graphical user interface unit for the terminal device 200 in response to the first operation.
Further, the configuration information includes an ontology resource identifier, a modification resource identifier, and a modification content, the plurality of resource data includes program resource data, and the computer device 100 is configured with a server program unit;
the extraction module 1102 is specifically configured to:
calling a server program unit to determine target body program data from the program resources according to body resource identifiers, wherein the target body program data and the body resource identifiers have a corresponding relation; calling a server program unit to determine target modification program data from program resources according to modification resource identifiers, wherein the target modification program data and the modification resource identifiers have a corresponding relation; modifying the target modification program data according to the modification content; and obtaining target resource data according to the modified target modification program data and the target body program data.
Further, the computer device 100 is also provided with a network game server program element;
the building module 1103 is specifically configured to:
calling a server program unit to copy the target resource data to the online game server program unit; and calling a network game server program unit to build a server based on the target resource data.
Further, the building module 1103 is further configured to:
and calling a server program unit to control the starting and stopping of the built server.
It should be noted that, for the implementation principle of the aforementioned server building apparatus 110, reference may be made to the implementation principle of the aforementioned server building method, and details are not described here. It should be understood that the division of the modules of the above apparatus is only a logical division, and the actual implementation may be wholly or partially integrated into one physical entity or may be physically separated. And these modules can be realized in the form of software to complete the processing element call; or may be implemented entirely in hardware; and the system can also be realized in a mode that part of modules finish processing elements to call software, and the part of modules finish hardware. For example, the building module 1103 may be a separately built processing element, or may be integrated into a chip of the apparatus, or may be stored in a memory of the apparatus in the form of program code, and a processing element of the apparatus calls and executes the functions of the server building apparatus 110. Other modules are implemented similarly. In addition, all or part of the modules can be integrated together or can be independently realized. The processing element described herein may be an integrated circuit having signal processing capabilities. In implementation, the steps of the above method or the above modules may be implemented by hardware integrated logic circuits in a processor element or by instructions in the form of software.
For example, the above modules may be one or more integrated circuits configured to implement the above methods, such as: one or more Application Specific Integrated Circuits (ASICs), or one or more microprocessors (DSPs), or one or more Field Programmable Gate Arrays (FPGAs), among others. For another example, when one of the above modules is implemented in the form of a processing element scheduler code, the processing element may be a general-purpose processor, such as a Central Processing Unit (CPU) or other processor that can call the program code. As another example, these modules may be integrated together, implemented in the form of a system-on-a-chip (SOC).
The embodiment of the application provides a computer device 100, where the computer device 100 includes a processor and a nonvolatile memory storing computer instructions, and when the computer instructions are executed by the processor, the computer device 100 executes the aforementioned server building method. As shown in fig. 4, fig. 4 is a block diagram of a computer device 100 according to an embodiment of the present invention. The computer apparatus 100 includes a server building device 110, a memory 111, a processor 112, and a communication unit 113.
To facilitate the transfer or interaction of data, the elements of the memory 111, the processor 112 and the communication unit 113 are electrically connected to each other, directly or indirectly. For example, one or more communication buses or signal lines may be implemented to electrically connect the components to each other. The server building apparatus 110 includes at least one software function module which can be stored in the memory 111 in the form of software or firmware (firmware) or solidified in an Operating System (OS) of the computer device 100. The processor 112 is configured to execute the executable module 1104 stored in the memory 111, such as a software functional module and a computer program included in the server building apparatus 110.
The embodiment of the present application provides a readable storage medium, where the readable storage medium includes a computer program, and the computer program controls, when running, the computer device 100 where the readable storage medium is located to execute the aforementioned server building method.
To sum up, the embodiment of the present application provides a server building method, a server building device, a computer device, and a readable storage medium, and the method includes receiving configuration information sent by a terminal device; extracting target resource data from the resource data file according to the configuration information; and finally, building a server according to the target resource data, wherein the building of the server can be conveniently realized through the steps.
The above description is only for the specific embodiments of the present application, but the scope of the present application is not limited thereto, and any changes or substitutions that can be easily conceived by those skilled in the art within the technical scope of the present application should be covered within the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A server building method is characterized by being applied to computer equipment, wherein the computer equipment is in communication connection with terminal equipment, and resource data files are stored in the computer equipment and comprise a plurality of resource data;
the method comprises the following steps:
receiving configuration information sent by the terminal equipment;
extracting target resource data from the resource data file according to the configuration information;
and building a server according to the target resource data.
2. The method of claim 1, wherein the terminal device is configured with a graphical user interface element;
the receiving the configuration information sent by the terminal device includes:
and receiving configuration information sent by the terminal equipment, wherein the configuration information is generated by calling the graphical user interface unit for the terminal equipment in response to a first operation.
3. The method of claim 1, wherein the configuration information includes an ontology resource identifier, a modification resource identifier, and a modification content, wherein the plurality of resource data includes program resource data, and wherein the computer device is configured with a server program element;
the extracting target resource data from the resource data file according to the configuration information includes:
calling the server program unit to determine target body program data from the program resources according to the body resource identification, wherein the target body program data and the body resource identification have a corresponding relation;
calling the server program unit to determine target modification program data from the program resources according to the modification resource identifier, wherein the target modification program data and the modification resource identifier have a corresponding relation;
modifying the target modification program data according to the modification content;
and obtaining the target resource data according to the modified target modification program data and the target body program data.
4. A method according to claim 3, wherein the computer device is further configured with a network game server program element;
the server building according to the target resource data comprises the following steps:
calling the server program unit to copy the target resource data to the online game server program unit;
and calling the network game server program unit to build a server based on the target resource data.
5. The method of claim 3, wherein after the server building from the target resource data, the method further comprises:
and calling the server program unit to control the starting and stopping of the built server.
6. A server building device is characterized by being applied to computer equipment, wherein the computer equipment is in communication connection with terminal equipment, and resource data files are stored in the computer equipment and comprise a plurality of resource data;
the device comprises:
the receiving module is used for receiving the configuration information sent by the terminal equipment;
the extraction module is used for extracting target resource data from the resource data file according to the configuration information;
and the building module is used for building a server according to the target resource data.
7. The apparatus of claim 6, wherein the terminal device is configured with a graphical user interface element;
the receiving module is specifically configured to:
and receiving configuration information sent by the terminal equipment, wherein the configuration information is generated by calling the graphical user interface unit for the terminal equipment in response to a first operation.
8. The apparatus of claim 6, wherein the configuration information comprises an ontology resource identifier, a modification resource identifier, and a modification content, wherein the plurality of resource data comprises program resource data, and wherein the computer device is configured with a server program unit;
the extraction module is specifically configured to:
calling the server program unit to determine target body program data from the program resources according to the body resource identification, wherein the target body program data and the body resource identification have a corresponding relation; calling the server program unit to determine target modification program data from the program resources according to the modification resource identifier, wherein the target modification program data and the modification resource identifier have a corresponding relation; modifying the target modification program data according to the modification content; and obtaining the target resource data according to the modified target modification program data and the target body program data.
9. A computer device comprising a processor and a non-volatile memory storing computer instructions, wherein when the computer instructions are executed by the processor, the computer device performs the server construction method according to any one of claims 1 to 5.
10. A readable storage medium, characterized in that the readable storage medium comprises a computer program, and the computer program controls a computer device of the readable storage medium to execute the server building method according to any one of claims 1 to 5 when running.
CN202011531376.7A 2020-12-22 2020-12-22 Server building method and device, computer equipment and readable storage medium Pending CN112667498A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011531376.7A CN112667498A (en) 2020-12-22 2020-12-22 Server building method and device, computer equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011531376.7A CN112667498A (en) 2020-12-22 2020-12-22 Server building method and device, computer equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN112667498A true CN112667498A (en) 2021-04-16

Family

ID=75407808

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011531376.7A Pending CN112667498A (en) 2020-12-22 2020-12-22 Server building method and device, computer equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN112667498A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396303A (en) * 2022-08-25 2022-11-25 苏州浪潮智能科技有限公司 Server building method, device, equipment and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591777A (en) * 2012-01-10 2012-07-18 深圳市同洲视讯传媒有限公司 Unit test code generation method and device
US20170060562A1 (en) * 2015-08-31 2017-03-02 Verizon Patent And Licensing Inc. System for developing, testing, deploying, and managing applications in real-time
CN106844201A (en) * 2016-12-30 2017-06-13 北京五八信息技术有限公司 Test environment dispositions method and system
CN108319460A (en) * 2018-01-24 2018-07-24 广东小天才科技有限公司 Generation method, device, electronic equipment and the storage medium of application program installation kit
CN108763090A (en) * 2018-05-31 2018-11-06 上海陆家嘴国际金融资产交易市场股份有限公司 Test environment dispositions method, device, computer equipment and storage medium
CN109814944A (en) * 2018-12-25 2019-05-28 深圳云天励飞技术有限公司 Configuring management method and Related product
CN110113176A (en) * 2018-02-01 2019-08-09 北京京东尚科信息技术有限公司 Information synchronization method and device for configuration server

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102591777A (en) * 2012-01-10 2012-07-18 深圳市同洲视讯传媒有限公司 Unit test code generation method and device
US20170060562A1 (en) * 2015-08-31 2017-03-02 Verizon Patent And Licensing Inc. System for developing, testing, deploying, and managing applications in real-time
CN106844201A (en) * 2016-12-30 2017-06-13 北京五八信息技术有限公司 Test environment dispositions method and system
CN108319460A (en) * 2018-01-24 2018-07-24 广东小天才科技有限公司 Generation method, device, electronic equipment and the storage medium of application program installation kit
CN110113176A (en) * 2018-02-01 2019-08-09 北京京东尚科信息技术有限公司 Information synchronization method and device for configuration server
CN108763090A (en) * 2018-05-31 2018-11-06 上海陆家嘴国际金融资产交易市场股份有限公司 Test environment dispositions method, device, computer equipment and storage medium
CN109814944A (en) * 2018-12-25 2019-05-28 深圳云天励飞技术有限公司 Configuring management method and Related product

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
姜文 等: ""基于SVN的应用软件持续集成"", 《计算机测量与控制》, 25 March 2016 (2016-03-25), pages 109 - 113 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115396303A (en) * 2022-08-25 2022-11-25 苏州浪潮智能科技有限公司 Server building method, device, equipment and medium
CN115396303B (en) * 2022-08-25 2023-07-25 苏州浪潮智能科技有限公司 Method, device, equipment and medium for constructing server

Similar Documents

Publication Publication Date Title
CN110554938B (en) BIOS (basic input output System) testing method, system, terminal and storage medium based on script set
CN111538659B (en) Interface testing method, system, electronic equipment and storage medium of business scene
CN110688305B (en) Test environment synchronization method, device, medium and electronic equipment
CN113608940B (en) Production test method, system and device of intelligent network card and readable storage medium
CN112667498A (en) Server building method and device, computer equipment and readable storage medium
CN109815076A (en) A kind of network interface card boot option detection method, system, terminal and storage medium
CN112671878B (en) Block chain information subscription method, device, server and storage medium
CN109491909A (en) A kind of CPLD refreshes verification method, device, terminal and storage medium
CN116702668A (en) Regression testing method and device, electronic equipment and storage medium
CN111158987A (en) Health check method and device of micro-service architecture
CN111338964B (en) Ordered batch test method, system, terminal and storage medium
CN109450682B (en) IB network card communication configuration method and device, terminal and storage medium
CN113472611A (en) Method and device for acquiring WiFi signal strength and readable storage medium
CN111143193A (en) Big data service testing method, system, terminal and storage medium based on RobotFramework
CN112181802A (en) Test method and device
CN111142954A (en) Startup control method and device and computer readable storage medium
CN110555090B (en) Method, system, terminal and storage medium for automatically acquiring CPU BUS Number
CN109656828B (en) Automatic testing method for pressure of virtual machine in cluster, terminal and readable storage medium
CN108363663B (en) Application of intelligent POS terminal to inspection bank card detection center authentication
CN116303074A (en) Server testing method, device, equipment and medium
CN115964232A (en) User interface testing method, device, storage medium and computer program product
CN117407258A (en) Initialization process time consumption statistical method and device, electronic equipment and storage medium
CN116185882A (en) Software debugging method, device, equipment and storage medium
CN117520200A (en) Object testing method based on test adaptation system
CN117234914A (en) AB test method and 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