CN111198758B - Windows software starting method and device based on SSH and computer equipment - Google Patents

Windows software starting method and device based on SSH and computer equipment Download PDF

Info

Publication number
CN111198758B
CN111198758B CN202010020995.3A CN202010020995A CN111198758B CN 111198758 B CN111198758 B CN 111198758B CN 202010020995 A CN202010020995 A CN 202010020995A CN 111198758 B CN111198758 B CN 111198758B
Authority
CN
China
Prior art keywords
task
test
ssh
setting
timing
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.)
Active
Application number
CN202010020995.3A
Other languages
Chinese (zh)
Other versions
CN111198758A (en
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 CN202010020995.3A priority Critical patent/CN111198758B/en
Publication of CN111198758A publication Critical patent/CN111198758A/en
Application granted granted Critical
Publication of CN111198758B publication Critical patent/CN111198758B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The application relates to a Windows software starting method, a device, a computer device and a storage medium based on SSH, wherein the method comprises the following steps: acquiring a Windows software starting request based on SSH; creating a test task generation test queue on the control machine according to the Windows software starting request based on SSH and generating a corresponding test task file; the generated test task files are respectively sent to corresponding test machines; setting a timing task in a command line mode and setting a target of the timing task as a test task in the test task file; and starting the test task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software. The invention utilizes the mode of timing task to call up the graphical interface of Windows software in the SSH channel, thus laying a foundation for automatic batch test.

Description

Windows software starting method and device based on SSH and computer equipment
Technical Field
The present invention relates to the field of computer testing technologies, and in particular, to a method and apparatus for starting Windows software based on SSH, a computer device, and a storage medium.
Background
At present, with rapid development of computer technology, remote testing of computers is increasingly receiving attention from various manufacturers. SSH (Secure Shell) is a relatively reliable protocol that provides security for telnet sessions and other network services, and in addition, the use of SSH protocols can effectively prevent information leakage problems during remote management.
In the prior art, when a task is sent to a tester under a Windows operating system through SSH, all commands in an SSH channel are operated in the background, and most of test software under the Windows operating system is provided with a graphical interface, and automation test software aiming at the software can be performed only by acquiring corresponding graphical controls, so that the Windows automation test cannot be normally completed through the conventional SSH independent control.
Disclosure of Invention
In view of the foregoing, it is desirable to provide a method, an apparatus, a computer device, and a storage medium for enabling an SSH-based Windows software to be started in an SSH channel.
A SSH-based Windows software boot method, the method comprising:
acquiring a Windows software starting request based on SSH;
creating a test task generation test queue on the control machine according to the Windows software starting request based on SSH and generating a corresponding test task file;
the generated test task files are respectively sent to corresponding test machines;
setting a timing task in a command line mode and setting a target of the timing task as a test task in the test task file;
and starting the test task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software.
In one embodiment, before the step of creating the test task generating test queue and generating the corresponding test task file on the controller, the method further includes:
starting SSH service on all the testers, and setting corresponding login passwords;
the controller obtains the effective IP address by traversing all the testers in the network terminal.
In one embodiment, after the step of creating a test task generation test queue on the controller and generating a corresponding test task file, the method further includes:
and the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP address.
In one embodiment, the step of setting a timing task in a command line manner and setting a target of the timing task as a test task in the test task file further includes:
setting a timing task through a schtasks command;
setting the starting time of the timing task to be 00:00;
setting the target of the timing task as a test task in the test task file;
the timed task continues to be started by the schtasks command.
An SSH-based Windows software boot device, the device comprising:
the acquisition module is used for acquiring Windows software starting requests based on SSH;
the creating module is used for creating a test task generating test queue on the control machine and generating a corresponding test task file according to the Windows software starting request based on the SSH;
the sending module is used for respectively sending the generated test task files to the corresponding test machines;
the setting module is used for setting timing tasks in a command line mode and setting targets of the timing tasks as test tasks in the test task file;
and the starting module is used for starting the test task corresponding to the timing task in a mode of continuously utilizing the command line so as to enable the remote corresponding testing machine to start the graphical interface of the software.
In one embodiment, the apparatus further includes a preset module for:
starting SSH service on all the testers, and setting corresponding login passwords;
the controller obtains the effective IP address by traversing all the testers in the network terminal.
In one embodiment, the apparatus further comprises a connection module for:
and the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP address.
In one embodiment, the setting module is further configured to:
setting a timing task through a schtasks command;
setting the starting time of the timing task to be 00:00;
setting the target of the timing task as a test task in the test task file;
the timed task continues to be started by the schtasks command.
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 one of the methods described above when the computer program is executed.
A computer readable storage medium having stored thereon a computer program which when executed by a processor performs the steps of any of the methods described above.
The method, the device, the computer equipment and the storage medium for starting the Windows software based on the SSH are used for acquiring the Windows software starting request based on the SSH; creating a test task generation test queue on the control machine according to the Windows software starting request based on SSH and generating a corresponding test task file; the generated test task files are respectively sent to corresponding test machines; setting a timing task in a command line mode and setting a target of the timing task as a test task in the test task file; and starting the test task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software. The invention utilizes the timing task mode to call up the graphical interface of Windows software in the SSH channel, thereby realizing the control of the SSH channel, and completing the operation of simulating operators to call up the graphical interface, and laying a foundation for automatic batch test.
Drawings
FIG. 1 is an application environment diagram of a Windows software startup method based on SSH in one embodiment;
FIG. 2 is a flow chart of a Windows software boot method based on SSH in one embodiment;
FIG. 3 is a flowchart of a Windows software boot method based on SSH according to another embodiment;
FIG. 4 is a flowchart of a Windows software boot method based on SSH according to still another embodiment;
FIG. 5 is a block diagram of the architecture of a Windows software launching device based on SSH in one embodiment;
FIG. 6 is a block diagram of a Windows software boot device based on SSH in another embodiment;
FIG. 7 is a block diagram of a Windows software launching device based on SSH in yet another embodiment;
fig. 8 is an internal structural diagram of a computer device in one embodiment.
Detailed Description
In order to make the objects, technical solutions and advantages of the present application more apparent, the present application will be further described in detail with reference to the accompanying drawings and examples. It should be understood that the specific embodiments described herein are for purposes of illustration only and are not intended to limit the present application.
At present, in the prior art, when a task is sent to a tester under a Windows operating system through an SSH, all commands in an SSH channel are operated in the background, most of test software under the Windows system has a graphical interface, and automation test software aiming at the software can be performed only by acquiring corresponding graphical controls, so that the conventional SSH independent control cannot normally complete the Windows automation test.
Based on this, the invention proposes a new solution aimed at enabling the launching of software under Windows in SSH channels.
In one embodiment, as shown in fig. 2, there is provided a method for starting Windows software based on SSH, the method comprising:
step 202, acquiring a Windows software starting request based on SSH;
step 204, creating a test task generation test queue on the controller according to the Windows software starting request based on SSH and generating a corresponding test task file;
step 206, the generated test task files are respectively sent to the corresponding test machines;
step 208, setting a timing task in a command line mode and setting a target of the timing task as a test task in a test task file;
and 210, starting the test task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software.
In this embodiment, a method for starting Windows software based on SSH is provided, which can be applied to an application environment as shown in fig. 1, and a graphical interface of Windows software is called up in an SSH channel by using a timing task manner.
Specifically, firstly, a controller acquires a Windows software starting request based on SSH, and creates a test task generating test queue on the controller according to the Windows software starting request based on SSH and generates a corresponding test task file. Then, the control machine is connected to all the test machines in a multithreading manner, and it is understood that one control machine can correspondingly connect and control a plurality of test machines and respectively send the generated test task files to the corresponding test machines. Then, a timing task is set in a command line manner, for example, a timing task is set by schtasks.exe, the starting time of the timing task is set as the elapsed time, so that the timing task is not started according to the plan, and the target of the timing task is set as the test task. Then, the use of schtasks is continued, for example: the timing task is started by commanding schtasks, exe/run/tn\bat_run', wherein\\bat_run is the task name of the timing task, which is equivalent to manually starting a timing task. At this time, the corresponding remote testing machine can bounce the graphical interface of the corresponding software, so that the graphical interface of the Windows software is lifted in the SSH channel by utilizing a timing task mode.
In the embodiment, a Windows software start request based on SSH is acquired; creating a test task generation test queue on the control machine according to the Windows software starting request based on SSH and generating a corresponding test task file; the generated test task files are respectively sent to corresponding test machines; setting a timing task in a command line mode and setting a target of the timing task as a test task in the test task file; and starting the test task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software. The scheme utilizes a timing task mode to call up the graphical interface of Windows software in the SSH channel, thereby realizing the control of the SSH channel, completing the operation of simulating an operator to call up the graphical interface and laying a foundation for automatic batch test.
In one embodiment, as shown in fig. 3, there is provided an SSH-based Windows software launching method, where the step of setting a timing task in a command line manner and setting a target of the timing task as a test task in a test task file further includes:
step 302, setting a timing task through a schtasks command;
step 304, setting the starting time of the timing task to be 00:00;
step 306, setting the target of the timing task as a test task in a test task file;
step 308, the timed task continues to be started by the schtasks command.
In this embodiment, the setting and starting of the timer tasks takes place via schtasks. Wherein, the schtasks.exe is the command line software for timing tasks under WINDOWS to schedule commands and programs to run periodically or within a specified time, add and delete tasks from the schedule, start and stop tasks as needed, display and change scheduled tasks.
Specifically, first, the timing task schtasks are set in a command line manner, and the start time is set to 00:00 (elapsed time), so that this timing task is not started as planned, and the target of the timing task is set as the test task. Then, the task name of the timing task is continuously utilized, for example, the task name of the timing task is the task name of the timing task, which is equivalent to manually starting a timing task. At the moment, the corresponding remote testing machine can bounce the graphical interface of the corresponding software, thereby realizing the control of the SSH channel, completing the operation of simulating an operator to tune the graphical interface, and laying a foundation for automatic batch testing.
In one embodiment, as shown in fig. 4, there is provided an SSH-based Windows software start method, which further includes, before the steps of creating a test task generation test queue on the control machine and generating a corresponding test task file:
step 402, starting SSH service on all the testers, and setting corresponding login passwords;
in step 404, the controller obtains the valid IP address by traversing all the testers in the network side.
In one embodiment, a method for starting Windows software based on SSH is provided, and after the steps of creating a test task generating test queue and generating a corresponding test task file on a controller, the method further includes: the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP addresses.
In the above embodiment, a complete SSH-based Windows software startup method is provided, which specifically includes the following steps:
1. and starting SSH service on all the testers, and setting a login password.
2. The control machine traverses all the testers in the network end to obtain the effective IP address.
3. And the user creates a test task on the control machine, generates a test queue and generates a task file.
4. The controller is connected to all active testers by means of multithreading.
5. And sending the test task file to the testing machine.
6. The timing task (schtasks. Exe) is set in a command line manner, the start time is set to 00:00 (elapsed time), so that this timing task is not started as planned, and the target of the timing task is set to the test task in the fifth step.
7. Continued utilization (schtasks. Exe) of, for example, schtasks. Exe/run/tn\\bat_run',\bat_run is the task name of the timed task, which is equivalent to manually starting a timed task.
8. At this time, the remote tester will pop up the graphical interface of the software.
It should be understood that, although the steps in the flowcharts of fig. 1-4 are shown in order as indicated by the arrows, these steps are not necessarily performed in order as indicated by the arrows. The steps are not strictly limited to the order of execution unless explicitly recited herein, and the steps may be executed in other orders. Moreover, at least some of the steps in fig. 1-4 may include multiple sub-steps or stages that are not necessarily performed at the same time, but may be performed at different times, nor do the order in which the sub-steps or stages are performed necessarily occur sequentially, but may be performed alternately or alternately with at least a portion of the sub-steps or stages of other steps or steps.
In one embodiment, as shown in fig. 5, there is provided an SSH-based Windows software boot device 500, the device comprising:
an obtaining module 501, configured to obtain a Windows software start request based on SSH;
the creating module 502 is configured to create a test task generating test queue on the controller and generate a corresponding test task file according to the SSH-based Windows software start request;
a sending module 503, configured to send the generated test task files to corresponding test machines respectively;
a setting module 504, configured to set a timing task in a command line manner and set a target of the timing task as a test task in the test task file;
and the starting module 505 is used for starting the test task corresponding to the timing task in a mode of continuously utilizing the command line so as to enable the remote corresponding testing machine to start the graphical interface of the software.
In one embodiment, as shown in fig. 6, there is provided an SSH-based Windows software launching device 500, which further includes a preset module 506 configured to:
starting SSH service on all the testers, and setting corresponding login passwords;
the controller obtains the effective IP address by traversing all the testers in the network terminal.
In one embodiment, as shown in fig. 7, there is provided an SSH-based Windows software launching device 500, which further includes a connection module 507 for:
and the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP address.
In one embodiment, the setting module 504 is further configured to:
setting a timing task through a schtasks command;
setting the starting time of the timing task to be 00:00;
setting the target of the timing task as a test task in the test task file;
the timed task continues to be started by the schtasks command.
For specific limitations on the SSH-based Windows software boot device, reference may be made to the above limitation on the SSH-based Windows software boot method, and no further description is given here.
In one embodiment, a computer device is provided, the internal structure of which may be as shown in FIG. 8. The computer device 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 includes a non-volatile 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 of the operating device and the computer program in the non-volatile storage medium. The network interface of the computer device is used for communicating with an external terminal through a network connection. The computer program, when executed by a processor, implements a SSH-based Windows software launch method.
It will be appreciated by those skilled in the art that the structure shown in fig. 8 is merely a block diagram of some of the structures associated with the present application and is not limiting of the computer device to which the present application may be applied, and that a particular computer device may include more or fewer components than shown, or may combine certain components, or have a different arrangement of components.
In one embodiment, a computer device is provided that includes a memory, a processor, and a computer program stored on the memory and executable on the processor, the processor implementing the steps in the method embodiments above when executing the computer program.
In one embodiment, a computer-readable storage medium is provided, on which a computer program is stored which, when executed by a processor, carries out the steps of the above method embodiments.
Those skilled in the art will appreciate that implementing all or part of the above described methods may be accomplished by way of a computer program stored on a non-transitory computer readable storage medium, which when executed, may comprise the steps of the embodiments of the methods described above. Any reference to memory, storage, database, or other medium used in the various embodiments provided herein may include non-volatile and/or volatile memory. The nonvolatile memory can include Read Only Memory (ROM), programmable ROM (PROM), electrically Programmable ROM (EPROM), electrically Erasable Programmable ROM (EEPROM), or flash memory. Volatile memory can include Random Access Memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in a variety of forms such as Static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double Data Rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous Link DRAM (SLDRAM), memory bus direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), among others.
The technical features of the above embodiments may be arbitrarily combined, and all possible combinations of the technical features in the above embodiments are not described for brevity of description, however, as long as there is no contradiction between the combinations of the technical features, they should be considered as the scope of the description.
The above examples merely represent a few embodiments of the present application, which are described in more detail and are not to be construed as limiting the scope of the invention. It should be noted that it would be apparent to those skilled in the art that various modifications and improvements could be made without departing from the spirit of the present application, which would be within the scope of the present application. Accordingly, the scope of protection of the present application is to be determined by the claims appended hereto.

Claims (6)

1. The Windows software starting method based on SSH is characterized by comprising the following steps:
acquiring a Windows software starting request based on SSH;
creating a test task generation test queue on the control machine according to the Windows software starting request based on SSH and generating a corresponding test task file;
the generated test task files are respectively sent to corresponding test machines;
setting a timing task in a command line mode and setting a target of the timing task as a test task in the test task file;
starting the testing task corresponding to the timing task in a command line mode continuously so as to enable the testing machine corresponding to the remote end to start the graphical interface of the software;
before the step of creating the test task generating test queue and generating the corresponding test task file on the control machine, the method further comprises the following steps: starting SSH service on all the testers, and setting corresponding login passwords; the control machine obtains an effective IP address by traversing all the test machines in the network terminal;
the method further comprises the following steps of creating a test task generating test queue on the control machine and generating a corresponding test task file: and the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP address.
2. The SSH-based Windows software launching method according to claim 1, wherein the step of setting a timing task in a command line manner and targeting the timing task as a test task in the test task file further comprises:
setting a timing task through a schtasks command;
setting the starting time of the timing task to be 00:00;
setting the target of the timing task as a test task in the test task file;
the timed task continues to be started by the schtasks command.
3. An SSH-based Windows software launching device, the device comprising:
the acquisition module is used for acquiring Windows software starting requests based on SSH;
the creating module is used for creating a test task generating test queue on the control machine and generating a corresponding test task file according to the Windows software starting request based on the SSH;
the sending module is used for respectively sending the generated test task files to the corresponding test machines;
the setting module is used for setting timing tasks in a command line mode and setting targets of the timing tasks as test tasks in the test task file;
the starting module is used for starting the test task corresponding to the timing task in a mode of continuously utilizing the command line so as to enable the remote corresponding testing machine to start the graphical interface of the software;
the device further comprises a preset module, wherein the preset module is used for: starting SSH service on all the testers, and setting corresponding login passwords; the control machine obtains an effective IP address by traversing all the test machines in the network terminal;
the device also comprises a connection module for: and the control machine is connected to all the effective test machines in a multithreading mode according to the obtained effective IP address.
4. The SSH-based Windows software launching device of claim 3, wherein the setup module is further configured to:
setting a timing task through a schtasks command;
setting the starting time of the timing task to be 00:00;
setting the target of the timing task as a test task in the test task file;
the timed task continues to be started by the schtasks command.
5. 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 processor implements the steps of the method of claim 1 or 2 when executing the computer program.
6. A computer readable storage medium, on which a computer program is stored, characterized in that the computer program, when being executed by a processor, implements the steps of the method of claim 1 or 2.
CN202010020995.3A 2020-01-08 2020-01-08 Windows software starting method and device based on SSH and computer equipment Active CN111198758B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010020995.3A CN111198758B (en) 2020-01-08 2020-01-08 Windows software starting method and device based on SSH and computer equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010020995.3A CN111198758B (en) 2020-01-08 2020-01-08 Windows software starting method and device based on SSH and computer equipment

Publications (2)

Publication Number Publication Date
CN111198758A CN111198758A (en) 2020-05-26
CN111198758B true CN111198758B (en) 2024-02-13

Family

ID=70744811

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010020995.3A Active CN111198758B (en) 2020-01-08 2020-01-08 Windows software starting method and device based on SSH and computer equipment

Country Status (1)

Country Link
CN (1) CN111198758B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111614519A (en) * 2020-05-20 2020-09-01 深圳忆联信息系统有限公司 SSH channel-based batch start concurrency test method and device

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424098A (en) * 2013-08-28 2015-03-18 腾讯科技(深圳)有限公司 Application test method and application testing device
CN105512026A (en) * 2015-11-25 2016-04-20 普华基础软件股份有限公司 Automatic batch testing method
CN107748695A (en) * 2017-10-24 2018-03-02 平安科技(深圳)有限公司 Timed task processing method, device, storage medium and computer equipment
CN108984419A (en) * 2018-08-23 2018-12-11 郑州云海信息技术有限公司 A kind of storage method for testing software, device and equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104424098A (en) * 2013-08-28 2015-03-18 腾讯科技(深圳)有限公司 Application test method and application testing device
CN105512026A (en) * 2015-11-25 2016-04-20 普华基础软件股份有限公司 Automatic batch testing method
CN107748695A (en) * 2017-10-24 2018-03-02 平安科技(深圳)有限公司 Timed task processing method, device, storage medium and computer equipment
CN108984419A (en) * 2018-08-23 2018-12-11 郑州云海信息技术有限公司 A kind of storage method for testing software, device and equipment

Also Published As

Publication number Publication date
CN111198758A (en) 2020-05-26

Similar Documents

Publication Publication Date Title
CN109788032B (en) Method and device for acquiring mirror image file, computer equipment and storage medium
CN108763090B (en) Test environment deployment method, device, computer equipment and storage medium
CN111104273A (en) Batch task-based automatic distribution testing method and device and computer equipment
CN109542767B (en) Automatic testing method and device based on block chain, computer equipment and storage medium
CN110958217B (en) Method and device for remotely controlling server, computer equipment and storage medium
CN110618819B (en) Method, device and computer equipment for automatic batch deployment of WINPE (WINPE) system
CN110704312A (en) Pressure testing method and device, computer equipment and storage medium
CN111198758B (en) Windows software starting method and device based on SSH and computer equipment
CN112686568A (en) Operation and maintenance strategy generation processing method, device, system, equipment and storage medium
CN110968510A (en) SSD automatic online upgrading firmware test method and device and computer equipment
CN105812413B (en) Communication method and device
CN109711140B (en) Site login state control method and device, computer equipment and storage medium
CN111596964B (en) Method and device for realizing batch deployment of Windows systems based on wireless network
CN111782447A (en) Batch test updating method and device based on SSH service and computer equipment
CN111159025B (en) Application program interface testing method and device, computer equipment and storage medium
CN112181762A (en) Software project application basic environment deployment and three-remote visualization processing method
CN116028290A (en) Solid state disk testing method, device, equipment and medium
CN112616147B (en) Authentication method, device, equipment and storage medium
CN116312730A (en) UFS storage device monomer test driving method and device based on MT6891 platform
CN108846952A (en) Automatic vending machine long-range control method, device, storage medium and system
CN113805953A (en) UEFI environment deployment implementation method and device, computer equipment and storage medium
CN111614519A (en) SSH channel-based batch start concurrency test method and device
CN116264613A (en) Distribution network testing method and system for intelligent camera, computer equipment and medium
CN113315795A (en) Synchronization method and device of cloud host mirror image and storage medium
CN109120588B (en) Method for acquiring verification information and data center

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
GR01 Patent grant
GR01 Patent grant