CN111399862A - Batch installation method and device of Windows missing driver and computer equipment - Google Patents

Batch installation method and device of Windows missing driver and computer equipment Download PDF

Info

Publication number
CN111399862A
CN111399862A CN202010175581.8A CN202010175581A CN111399862A CN 111399862 A CN111399862 A CN 111399862A CN 202010175581 A CN202010175581 A CN 202010175581A CN 111399862 A CN111399862 A CN 111399862A
Authority
CN
China
Prior art keywords
drive
equipment
file
missing
current equipment
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
CN202010175581.8A
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.)
Shenzhen Union Memory Information System Co Ltd
Original Assignee
Shenzhen Union Memory Information System 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 Shenzhen Union Memory Information System Co Ltd filed Critical Shenzhen Union Memory Information System Co Ltd
Priority to CN202010175581.8A priority Critical patent/CN111399862A/en
Publication of CN111399862A publication Critical patent/CN111399862A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/14Details of searching files based on file metadata
    • G06F16/148File search processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/953Querying, e.g. by the use of web search engines

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Software Systems (AREA)
  • Library & Information Science (AREA)
  • Stored Programmes (AREA)

Abstract

The application relates to a batch installation method and device of Windows missing drivers, computer equipment and a storage medium, wherein the method comprises the following steps: establishing a drive database in a server, wherein the drive database stores machine types and drive file paths corresponding to the machine types; in the process of deploying the system, whether a drive missing exists in the hardware equipment of the current equipment is checked; if the drive is missing, the current equipment establishes connection with the drive database and sends the model of the current equipment to the server; the server acquires the model of the current equipment and searches a corresponding drive file path in a drive database according to the model of the current equipment; and traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted. The invention realizes the missing drive of the full-automatic batch recovery system, saves unnecessary labor cost and improves the drive recovery efficiency.

Description

Batch installation method and device of Windows missing driver and computer equipment
Technical Field
The invention relates to the technical field of computers, in particular to a batch installation method and device of Windows missing drivers, computer equipment and a storage medium.
Background
Along with the price drop of the solid state disk, the solid state disk is more and more popular, the NVMe SSD is called SSD for short, the development is more rapid due to the superior performance of the SSD, and various computer manufacturers make the NVMe SSD into various debugging software tools for the SSD, and various hard disk manufacturers even have custom tools, and most of the tools are operated in a Windows system or L inux system.
At present, in the process of deploying the Windows system, some drivers are lost due to network instability or other unknown reasons, some test exceptions can be caused due to the loss of the drivers, and the recovery of the drivers generally needs to be manually recovered by using some third-party driver downloading software. Obviously, this method of manual recovery is inefficient and wastes unnecessary human resources.
Disclosure of Invention
In view of the foregoing, it is necessary to provide a batch installation method, an apparatus, a computer device, and a storage medium for implementing a fully automated Windows missing driver.
A batch installation method of Windows missing drivers comprises the following steps:
establishing a drive database in a server, wherein the drive database stores machine types and drive file paths corresponding to the machine types;
in the process of deploying the system, whether a drive missing exists in the hardware equipment of the current equipment is checked;
if the drive is missing, the current equipment establishes connection with the drive database and sends the model of the current equipment to the server;
the server acquires the model of the current equipment and searches a corresponding drive file path in a drive database according to the model of the current equipment;
and traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted.
In one embodiment, the step of obtaining the model of the current device and finding the corresponding drive file path in the drive database according to the model of the current device by the server further includes:
the server acquires the model of the current equipment;
searching a corresponding drive file path in a drive database according to the model of the current equipment;
traversing the inf file in the drive file path;
installing the inf file into the current device.
In one embodiment, the step of installing the inf file into the current device specifically includes:
installing the inf file into the current device using pnputil.
In one embodiment, after the step of installing the driver file into the current device and taking the driver into effect after the device is restarted, the method further includes:
and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
A bulk install apparatus of Windows missing driver, the apparatus comprising:
the system comprises a database establishing module, a database processing module and a database processing module, wherein the database establishing module is used for establishing a driving database in a server, and the driving database stores machine types and driving file paths corresponding to the machine types;
the first checking module is used for checking whether a drive is missing in hardware equipment of current equipment in the process of deploying the system;
the connection establishing module is used for establishing connection between the current equipment and the drive database and sending the model of the current equipment to the server if the drive is missing;
the path searching module is used for acquiring the model of the current equipment by the server and searching the corresponding drive file path in the drive database according to the model of the current equipment;
and the installation module is used for traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted.
In one embodiment, the path finding module is further configured to:
the server acquires the model of the current equipment;
searching a corresponding drive file path in a drive database according to the model of the current equipment;
traversing the inf file in the drive file path;
installing the inf file into the current device.
In one embodiment, the path finding module is further specifically configured to:
installing the inf file into the current device using pnputil.
In one embodiment, the apparatus further comprises a second checking module configured to:
and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of any of the above methods when executing the computer program.
A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the steps of any of the methods described above.
The method, the device, the computer equipment and the storage medium for installing the Windows missing driver in batches are characterized in that a driver database is established in a server, and the driver database stores machine types and driver file paths corresponding to the machine types; in the process of deploying the system, whether a drive missing exists in the hardware equipment of the current equipment is checked; if the drive is missing, the current equipment establishes connection with the drive database and sends the model of the current equipment to the server; the server acquires the model of the current equipment and searches a corresponding drive file path in a drive database according to the model of the current equipment; and traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted. According to the method, the installation method is automatically executed by running the script, the computer with the drive missing is identified in the system deployment process on the basis of the server drive library, and the recovery is carried out from the server, so that the missing drive of the system is fully automatically recovered in batches, unnecessary labor cost is saved, software does not need to be downloaded from a third party drive, and the drive recovery efficiency is improved.
Drawings
FIG. 1 is a flowchart illustrating a batch installation method of Windows missing drivers in one embodiment;
FIG. 2 is a diagram of an application environment of a batch install method for a Windows missing driver in one embodiment;
FIG. 3 is a flowchart illustrating a batch installation method of Windows missing drivers in another embodiment;
FIG. 4 is a block diagram of an embodiment of a batch install apparatus for Windows missing drivers;
FIG. 5 is a block diagram of a batch installation apparatus of a Windows missing driver in another embodiment;
FIG. 6 is a diagram illustrating an internal structure of a computer device according to an embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the present application and are not intended to limit the present application.
In one embodiment, as shown in fig. 1, a method for bulk installation of a Windows missing driver is provided, where the method includes:
step 102, establishing a drive database in a server, wherein the drive database stores machine types and drive file paths corresponding to the machine types;
104, in the process of deploying the system, checking whether a drive missing exists in the hardware equipment of the current equipment;
step 106, if the drive is missing, the current equipment establishes connection with a drive database and sends the model of the current equipment to a server;
step 108, the server acquires the model of the current equipment and finds a corresponding drive file path in a drive database according to the model of the current equipment;
and step 110, traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted.
In the embodiment, a batch installation method of a Windows missing driver is provided, which can be executed by running an automated script program and can be applied to an application environment as shown in fig. 2. In the application environment, the system comprises a server 210 and a plurality of machines 220 to be detected, the server 210 is connected with the plurality of machines 220 to be detected through a wireless network, and a driving database is established in the server 210. On the basis of the server drive library, the computer with the drive missing is identified in the process of deploying the system, and the system is recovered from the server, so that the system missing drive can be automatically recovered in batches.
Specifically, a drive database is first established on the server. Then, whether a drive is missing in the hardware device management is checked in the process of deploying the system. If the driver is missing, a connection or mapping is established with the remote driver library. Then, the current model is obtained, the drive file path of the current model is searched from the drive library, the drive file in the path is traversed, and the drive file is installed in the local machine. And finally, restarting the computer and enabling the driver to take effect.
In one embodiment, after the step of installing the driver file into the current device and taking the driver into effect after the device is restarted, the method further comprises the following steps: and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
In the embodiment, a drive database is established in a server, and the drive database stores machine types and drive file paths corresponding to the machine types; in the process of deploying the system, whether a drive missing exists in the hardware equipment of the current equipment is checked; if the drive is missing, the current equipment establishes connection with the drive database and sends the model of the current equipment to the server; the server acquires the model of the current equipment and searches a corresponding drive file path in a drive database according to the model of the current equipment; and traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted. According to the scheme, the installation method is automatically executed through the running script, the computer with the drive missing is identified in the system deployment process on the basis of the server drive library, and recovery is carried out from the server, so that the missing drive of the system is fully automatically recovered in batches, unnecessary labor cost is saved, software does not need to be downloaded from a third party, and the drive recovery efficiency is improved.
In an embodiment, as shown in fig. 3, a method for installing a missing driver in a batch of Windows is provided, where the step of acquiring, by a server, a model of a current device, and finding a corresponding driver file path in a driver database according to the model of the current device further includes:
step 302, a server acquires the model of the current equipment;
step 304, finding a corresponding drive file path in a drive database according to the model of the current equipment;
step 306, traversing the inf file in the drive file path;
step 308, install the inf file into the current device.
In one embodiment, the step of installing the inf file into the current device specifically includes: the inf file is installed into the current device using pnputil.
Specifically, in this embodiment, a method for a complete automated batch recovery system missing driver is provided, which includes the following steps:
1. a drive database is established on the server.
2. And in the process of deploying the system, whether the drive is lacked in the hardware equipment management is checked.
3. If the driver is missing, a connection or mapping is established with the remote driver library.
4. And acquiring the current model.
5. And finding out the drive file path of the current model from the drive library.
6. And traversing the self-inf file in the path.
7. The. inf file of step 6 is installed onto the native machine using microsoft's pnputil.
8. And restarting the computer to enable the drive to take effect.
9. And checking the equipment manager again, recording if the abnormal drive still exists, and reminding a maintainer to update the drive library.
It is understood that all of the above steps can be implemented by scripts. Puputil is a Microsoft drive tool used for adding a delete drive, and inf is a windows system drive installation file.
It should be understood that although the various steps in the flow charts of fig. 1-3 are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and described, and may be performed in other orders, unless explicitly stated otherwise. Moreover, at least some of the steps in fig. 1-3 may include multiple sub-steps or multiple stages that are not necessarily performed at the same time, but may be performed at different times, and the order of performance of the sub-steps or stages is not necessarily sequential, but may be performed in turn or alternating with other steps or at least some of the sub-steps or stages of other steps.
In one embodiment, as shown in fig. 4, there is provided a batch installation apparatus 400 for a Windows missing driver, the apparatus including:
a database establishing module 401, configured to establish a drive database in a server, where a machine type and a drive file path corresponding to the machine type are stored in the drive database;
a first checking module 402, configured to check whether a driver missing exists in a hardware device of a current device in a process of deploying a system;
a connection establishing module 403, configured to establish, if there is a drive loss, a connection between the current device and the drive database, and send a model of the current device to the server;
a path search module 404, configured to obtain, by a server, a model of a current device, and search, in a drive database, a corresponding drive file path according to the model of the current device;
and the installation module 405 is configured to traverse the drive file corresponding to the drive file path, and install the drive file into the current device, where the drive takes effect after the device is restarted.
In one embodiment, the path finding module 404 is further configured to:
the server acquires the model of the current equipment;
searching a corresponding drive file path in a drive database according to the model of the current equipment;
traversing the inf file in the drive file path;
installing the inf file into the current device.
In an embodiment, the path finding module 404 is further specifically configured to:
installing the inf file into the current device using pnputil.
In one embodiment, as shown in fig. 5, there is provided a batch installation apparatus 400 for a Windows missing driver, the apparatus further comprising a second checking module 406, configured to:
and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
For specific limitation of the batch installation device of the Windows missing driver, reference may be made to the above limitation on the batch installation method of the Windows missing driver, and details are not described here.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in FIG. 6. The computer apparatus includes a processor, a memory, and a network interface connected by a device bus. Wherein the processor of the computer device is configured to provide computing and control capabilities. The memory of the computer device comprises a nonvolatile storage medium and an internal memory. The nonvolatile storage medium stores an operating device, a computer program, and a database. The internal memory provides an environment for the operation device in the nonvolatile storage medium and the execution of the computer program. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program is executed by a processor to realize a batch installation method of the Windows missing driver.
Those skilled in the art will appreciate that the architecture shown in fig. 6 is merely a block diagram of some of the structures associated with the disclosed aspects and is not intended to limit the computing devices to which the disclosed aspects apply, as particular computing devices may include more or less components than those shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided, comprising a memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the above method embodiments when executing the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the above respective method embodiments.
It will be understood by those of ordinary skill in the art that all or a portion of the processes of the methods of the embodiments described above may be implemented by a computer program that may be stored on a non-volatile computer-readable storage medium, which when executed, may include the processes of the embodiments of the methods described above, wherein any reference to memory, storage, database, or other medium used in the embodiments provided herein may include non-volatile and/or volatile memory.
The technical features of the above embodiments can be arbitrarily combined, and for the sake of brevity, all possible combinations of the technical features in the above embodiments are not described, but should be considered as the scope of the present specification as long as there is no contradiction between the combinations of the technical features.
The above-mentioned embodiments only express several embodiments of the present application, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the concept of the present application, which falls within the scope of protection of the present application. Therefore, the protection scope of the present patent shall be subject to the appended claims.

Claims (10)

1. A batch installation method of Windows missing drivers is characterized by comprising the following steps:
establishing a drive database in a server, wherein the drive database stores machine types and drive file paths corresponding to the machine types;
in the process of deploying the system, whether a drive missing exists in the hardware equipment of the current equipment is checked;
if the drive is missing, the current equipment establishes connection with the drive database and sends the model of the current equipment to the server;
the server acquires the model of the current equipment and searches a corresponding drive file path in a drive database according to the model of the current equipment;
and traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted.
2. The method for installing the Windows missing driver in batches according to claim 1, wherein the step of the server obtaining the model of the current device and finding the corresponding driver file path in the driver database according to the model of the current device further comprises:
the server acquires the model of the current equipment;
searching a corresponding drive file path in a drive database according to the model of the current equipment;
traversing the inf file in the drive file path;
installing the inf file into the current device.
3. The batch installation method of Windows missing driver as claimed in claim 2, wherein the step of installing the inf file into the current device specifically includes:
installing the inf file into the current device using pnputil.
4. The batch installation method of the Windows missing driver as claimed in any of claims 1 to 3, wherein after the step of installing the driver file into the current device and taking the driver into effect after the device is restarted, the method further comprises:
and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
5. A batch installation device of Windows missing driver is characterized by comprising:
the system comprises a database establishing module, a database processing module and a database processing module, wherein the database establishing module is used for establishing a driving database in a server, and the driving database stores machine types and driving file paths corresponding to the machine types;
the first checking module is used for checking whether a drive is missing in hardware equipment of current equipment in the process of deploying the system;
the connection establishing module is used for establishing connection between the current equipment and the drive database and sending the model of the current equipment to the server if the drive is missing;
the path searching module is used for acquiring the model of the current equipment by the server and searching the corresponding drive file path in the drive database according to the model of the current equipment;
and the installation module is used for traversing the drive file corresponding to the drive file path, installing the drive file into the current equipment, and enabling the drive to take effect after the equipment is restarted.
6. The batch installation apparatus of Windows missing driver as claimed in claim 5, wherein the path search module is further configured to:
the server acquires the model of the current equipment;
searching a corresponding drive file path in a drive database according to the model of the current equipment;
traversing the inf file in the drive file path;
installing the inf file into the current device.
7. The batch installation device of Windows missing drivers according to claim 6, wherein the path finding module is further configured to:
installing the inf file into the current device using pnputil.
8. The apparatus for bulk installation of Windows missing driver as claimed in any of claims 5-7, further comprising a second checking module, configured to:
and checking the equipment manager of the current equipment again, if the current equipment still has abnormal drive, recording the abnormality and sending a maintenance prompt to maintenance personnel.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of claims 1 to 4 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method of any one of claims 1 to 4.
CN202010175581.8A 2020-03-13 2020-03-13 Batch installation method and device of Windows missing driver and computer equipment Pending CN111399862A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010175581.8A CN111399862A (en) 2020-03-13 2020-03-13 Batch installation method and device of Windows missing driver and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010175581.8A CN111399862A (en) 2020-03-13 2020-03-13 Batch installation method and device of Windows missing driver and computer equipment

Publications (1)

Publication Number Publication Date
CN111399862A true CN111399862A (en) 2020-07-10

Family

ID=71428822

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010175581.8A Pending CN111399862A (en) 2020-03-13 2020-03-13 Batch installation method and device of Windows missing driver and computer equipment

Country Status (1)

Country Link
CN (1) CN111399862A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306510A (en) * 2020-10-30 2021-02-02 深圳忆联信息系统有限公司 Method and device for batch downloading and deploying of drivers, computer equipment and storage medium
CN112579106A (en) * 2020-12-14 2021-03-30 深圳忆联信息系统有限公司 Microsoft drive deployment method and device based on association drive library
CN117632569A (en) * 2024-01-12 2024-03-01 宝德计算机系统股份有限公司 Method and device for remedying PCI equipment information loss at BMC webpage end

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106980502A (en) * 2017-03-24 2017-07-25 南京百敖软件有限公司 A kind of online method for obtaining BIOS/firmware renewal
CN109101247A (en) * 2018-07-25 2018-12-28 紫光华山信息技术有限公司 The method, apparatus and server of driver are installed
CN110618819A (en) * 2019-09-20 2019-12-27 深圳忆联信息系统有限公司 Method and device for automatically deploying WINPE system in batches and computer equipment
CN110851165A (en) * 2019-11-18 2020-02-28 深圳忆联信息系统有限公司 Method and device for automatically acquiring BIOS drive and upgrading, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106980502A (en) * 2017-03-24 2017-07-25 南京百敖软件有限公司 A kind of online method for obtaining BIOS/firmware renewal
CN109101247A (en) * 2018-07-25 2018-12-28 紫光华山信息技术有限公司 The method, apparatus and server of driver are installed
CN110618819A (en) * 2019-09-20 2019-12-27 深圳忆联信息系统有限公司 Method and device for automatically deploying WINPE system in batches and computer equipment
CN110851165A (en) * 2019-11-18 2020-02-28 深圳忆联信息系统有限公司 Method and device for automatically acquiring BIOS drive and upgrading, computer equipment and storage medium

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112306510A (en) * 2020-10-30 2021-02-02 深圳忆联信息系统有限公司 Method and device for batch downloading and deploying of drivers, computer equipment and storage medium
CN112579106A (en) * 2020-12-14 2021-03-30 深圳忆联信息系统有限公司 Microsoft drive deployment method and device based on association drive library
CN112579106B (en) * 2020-12-14 2024-04-02 深圳忆联信息系统有限公司 Microsoft driver deployment method and device based on association driver library
CN117632569A (en) * 2024-01-12 2024-03-01 宝德计算机系统股份有限公司 Method and device for remedying PCI equipment information loss at BMC webpage end
CN117632569B (en) * 2024-01-12 2024-04-12 宝德计算机系统股份有限公司 Method and device for remedying PCI equipment information loss at BMC webpage end

Similar Documents

Publication Publication Date Title
CN110765026B (en) Automatic test method, device, storage medium and equipment
CN108399132B (en) Scheduling test method, device and storage medium
CN111399862A (en) Batch installation method and device of Windows missing driver and computer equipment
WO2019114209A1 (en) Automatic testing and analysis method, automatic testing and analysis system, application server and computer-readable storage medium
CN106843947B (en) Method and device for processing code defects
CN110968510A (en) SSD automatic online upgrading firmware test method and device and computer equipment
CN108255735B (en) Associated environment testing method, electronic device and computer readable storage medium
CN112231228A (en) Firmware upgrade test method, device, platform, equipment and storage medium
CN108804239B (en) Platform integration method and device, computer equipment and storage medium
CN115543429A (en) Project environment building method, electronic equipment and computer readable storage medium
CN110333964B (en) Abnormality log processing method and device, electronic equipment and storage medium
CN113485755B (en) Device driver verification method, device and storage medium
CN111158729A (en) System upgrading method, device, equipment and storage medium
US20220318129A1 (en) Automated code checking
CN113721948A (en) Database upgrading method, system and storage medium
CN116383090B (en) Automatic testing method and platform for kylin system migration tool
CN110134546B (en) Batch restarting windows system method, electronic device and storage medium
CN112256384A (en) Service set processing method and device based on container technology and computer equipment
CN116149941A (en) Monitoring method and device of server component, server and storage medium
CN112416698A (en) Monitoring system expansion method and device, storage medium and electronic equipment
CN110555017A (en) block chain data cleaning method and device, computer equipment and storage medium
CN113050968B (en) Firmware upgrading method and device
CN113377588A (en) Sustainable integration test method and device for hard disk and computer equipment
CN112230939A (en) Hardware module repairing method and device, computer equipment and storage medium
CN107577546B (en) Information processing method and device and electronic equipment

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
RJ01 Rejection of invention patent application after publication

Application publication date: 20200710

RJ01 Rejection of invention patent application after publication