CN110806922B - Script execution method, device, equipment and storage medium - Google Patents

Script execution method, device, equipment and storage medium Download PDF

Info

Publication number
CN110806922B
CN110806922B CN201910974437.8A CN201910974437A CN110806922B CN 110806922 B CN110806922 B CN 110806922B CN 201910974437 A CN201910974437 A CN 201910974437A CN 110806922 B CN110806922 B CN 110806922B
Authority
CN
China
Prior art keywords
script
execution
type
virtual machine
executing
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
CN201910974437.8A
Other languages
Chinese (zh)
Other versions
CN110806922A (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.)
Guangzhou Duling Technology Co ltd
Original Assignee
Guangzhou Micro Computing Information 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 Guangzhou Micro Computing Information Technology Co ltd filed Critical Guangzhou Micro Computing Information Technology Co ltd
Priority to CN201910974437.8A priority Critical patent/CN110806922B/en
Publication of CN110806922A publication Critical patent/CN110806922A/en
Application granted granted Critical
Publication of CN110806922B publication Critical patent/CN110806922B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/20Network architectures or network communication protocols for network security for managing network security; network security policies in general
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Abstract

The invention discloses a script execution method, which comprises the steps of reading a script type field in an execution script instruction when a service program is monitored to receive the execution script instruction, judging the script type of the execution script instruction according to the script type field, generating a first type script, carrying out corresponding processing on the first type script according to the first type script, executing the processed script, generating an execution result, and finally returning the execution result to a client or a background server.

Description

Method, device and equipment for executing script and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a method, an apparatus, a device, and a storage medium for executing a script.
Background
The cloud mobile phone is a smart phone application cloud platform based on cloud computing powerful virtual application and mobile internet. Based on the outstanding advantages of cloud computing in large-scale computing, strong storage capacity, virtualization application and the like, the cloud platform provides diversified and omnibearing virtual mobile phone application and service for a smart mobile phone user, comprehensively supports display, downloading, application and management service of various mobile phone application programs, excellently realizes all-weather cloud intelligent hosting application, enables the user to be capable of hosting various application programs to a cloud under the state of being separated from a mobile terminal, keeps all-weather online state and comprehensively realizes smart mobile phone application virtualization.
Executing the script is an important means for maintaining the cloud mobile phone, most of the existing technologies adopt a terminal console directly logging in the cloud mobile phone to execute the script, and usually adopt a ssh login mode to enter the console of the cloud mobile phone, and then edit the script and then execute the operation.
In the prior art, a method of logging in a cloud mobile phone terminal to execute a script through ssh has the following disadvantages:
1. ssh login needs to set login user authority, so that the applicable crowd is generally that operation and maintenance personnel log in the cloud mobile phone from a background ssh for operation, and the mode is usually not opened for user operation.
2. Certain resources are consumed for ssh login, and if a large number of cloud mobile phones perform ssh login simultaneously, a large amount of server resources are occupied, and a server is seriously crashed.
3. The physical machine and the virtual machine execution script can be operated only by opening the remote login port corresponding to the physical IP and the virtual IP, and certain potential safety hazards are brought by opening the remote login port.
Disclosure of Invention
The embodiment of the invention aims to provide a script executing method which can be simultaneously suitable for common personnel and operation and maintenance personnel, can execute script operation without providing an IP address and a port of a cloud mobile phone, and improves the compatibility and the safety of the cloud mobile phone.
In order to achieve the above object, an embodiment of the present invention provides a method for executing a script, including the following steps:
when monitoring that a service program receives an execution script instruction, reading a script type field in the execution script instruction; the script executing instruction comprises a script type field and script content;
judging the script type of the execution script instruction according to the script type field, and generating a first type script; the first type script comprises a physical machine script and a virtual machine script;
according to the first type script, carrying out corresponding processing on the first type script, executing the processed script and generating an execution result;
and returning the execution result to the client or the background server.
Further, the performing, according to the first type script, corresponding processing on the first type script, and executing the processed script to generate an execution result, specifically:
when the first type script is a physical machine script, the physical machine script is converted through the server program to generate a script in a shell form;
the script in the shell form is subjected to empowerment through empowerment operation, and an empowerment script is generated;
and executing the authorized script in an sh mode to generate an execution result.
Further, the performing, according to the first type script, corresponding processing on the first type script, and executing the processed script to generate an execution result, further includes:
when the first type script is a virtual machine script, extracting the virtual machine script to generate script content of the virtual machine script;
sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result;
each virtual machine corresponds to one binder driver.
Further, the service program communicates with the client or the background server through the TCP.
An embodiment of the present invention further provides a device for executing a script, including: the device comprises a monitoring module, a judging module, a processing module and a returning module;
the monitoring module is used for reading a script type field in the execution script instruction when monitoring that the service program receives the execution script instruction; the script executing instruction comprises a script type field and script content;
the judging module is used for judging the script type of the execution script instruction according to the script type field and generating a first type script; the first type script comprises a physical machine script and a virtual machine script;
the processing module is used for carrying out corresponding processing on the first type script according to the first type script, executing the processed script and generating an execution result;
and the return module is used for returning the execution result to the client or the background server.
Further, the processing module includes a first processing unit, an empowerment unit, and a first execution unit;
the first processing unit is used for converting the physical machine script through the server program to generate a script in a shell form when the first type script is the physical machine script;
the empowerment unit is used for empowering the script in the shell form through empowerment operation to generate the empowered script;
and the first execution unit is used for executing the operation on the authorized script in an sh mode to generate an execution result.
Further, the processing module further includes a second processing unit and a second execution unit;
the second processing unit is used for extracting and processing the virtual machine script to generate script content of the virtual machine script when the first type script is the virtual machine script;
the second execution unit is used for sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result;
and each virtual machine corresponds to one binder driver.
Further, the service program communicates with the client or the background server through the TCP.
The present invention further provides, as a preferred embodiment of the present invention, an apparatus for executing a script, including a processor, a memory, and a computer program stored in the memory and configured to be executed by the processor, where the processor implements the script executing method according to the above embodiment of the present invention when executing the computer program.
Another embodiment of the present invention provides a storage medium, where the computer-readable storage medium includes a stored computer program, where when the computer program runs, the apparatus where the computer-readable storage medium is located is controlled to execute the script execution method described in the above embodiment of the present invention.
Compared with the prior art, the method has the following beneficial effects:
according to the script execution method provided by the embodiment of the invention, when the service program is monitored to receive the script execution instruction, the script type field in the script execution instruction is read, the script type of the script execution instruction is judged according to the script type field, the first type script is generated, the first type script is correspondingly processed according to the first type script, the processed script is executed, the execution result is generated, and finally the execution result is returned to the client or the background server.
Drawings
FIG. 1 is a flow diagram illustrating one embodiment of a method for executing scripts provided by the present invention;
FIG. 2 is a schematic structural diagram of an embodiment of an apparatus for executing a script provided by the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
In the embodiment of the invention, the requirement of executing the script between the client or the background server and the cloud mobile phone can be realized through the service program on the cloud mobile phone, the execution of two different scripts of a physical machine and a virtual machine is compatible, and the operation of initiating the execution script by different users is supported.
Referring to fig. 1, fig. 1 is a flow chart illustrating an embodiment of a method for executing a script provided by the present invention; the embodiment of the invention provides a script execution method, which comprises the steps of S1-S4;
and S1, when the service program is monitored to receive the execution script instruction, reading the script type field in the execution script instruction.
It should be noted that the execution script instruction includes a script type field and script content.
In this embodiment, the service program establishes a long TCP connection with the client of the general user or the background service, and can monitor whether an instruction for executing the script is received in real time.
As a preferred embodiment of the invention, the service program is adopted to monitor and receive the execution script instruction sent by the user, the execution script is not required to be logged in the terminal through ssh, and the operation of executing the script can be completed without providing the IP address and the port of the cloud mobile phone, so that the safety of the cloud mobile phone is improved.
And S2, judging the script type of the execution script instruction according to the script type field, and generating a first type script.
In this embodiment, the first type script includes a physical machine script and a virtual machine script.
It should be noted that the cloud mobile phone is divided into a physical machine and a virtual machine, and the service program is deployed on the physical machine of the cloud mobile phone, so that by adopting the embodiment provided by the application, execution of two different scripts of the physical machine and the virtual machine can be compatible at the same time.
And S3, performing corresponding processing on the first type script according to the first type script, executing the processed script, and generating an execution result.
As a preferred embodiment of the present invention, step S3 specifically includes:
when the first type script is a physical machine script, the physical machine script is converted through the server program to generate a script in a shell form;
the script in the shell form is subjected to empowerment through empowerment operation, and an empowerment script is generated;
and executing the authorized script in an sh mode to generate an execution result.
In this embodiment, step S3 further includes:
when the first type script is a virtual machine script, extracting the virtual machine script to generate script content of the virtual machine script;
and sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result.
It should be noted that each virtual machine corresponds to one binder driver.
Different types of scripts are processed differently through one program, so that the script execution efficiency is improved, and compared with the original operation and maintenance mode, the IP execution script login mode is more flexible and convenient.
And S4, returning the execution result to the client or the background server.
It should be noted that the return result of the execution script does not need to wait for obtaining at the terminal, the return result can be returned to the client or the background, and the client or the background can make a corresponding UI prompt through the return result, so that the man-machine interaction mode becomes more friendly.
As another preferred embodiment of the present invention, the script execution method may further connect to a cloud phone console through an adb command for operation.
According to the script execution method provided by the embodiment of the invention, when the service program is monitored to receive the script execution instruction, the script type field in the script execution instruction is read, the script type of the script execution instruction is judged according to the script type field, the first type script is generated, the first type script is correspondingly processed according to the first type script, the processed script is executed, the execution result is generated, and finally the execution result is returned to the client or the background server.
The embodiment provided by the invention has the following beneficial effects:
(1) the service program is adopted to monitor and receive the execution script instruction sent by the user, the execution script is not required to be logged in through ssh, and the operation of executing the script can be completed without providing the IP address and the port of the cloud mobile phone, so that the safety of the cloud mobile phone is improved;
(2) the service program deployed on the physical machine of the cloud mobile phone is used for correspondingly processing different scripts, so that the execution of two different scripts of the physical machine and the virtual machine can be compatible;
(3) different types of scripts are processed through one program, so that the script execution efficiency is improved, and the IP execution script is more flexible and convenient to log in compared with the original operation and maintenance mode;
(4) the return result of the execution script does not need to wait for obtaining at the terminal, the return result can be returned to the client or the background, the client or the background can make corresponding UI (user interface) prompt through the return result, and the man-machine interaction mode is more friendly.
Referring to fig. 2 as a preferred embodiment provided by the present invention, fig. 2 is a schematic structural diagram of an embodiment of a script execution apparatus provided by the present invention, including: the device comprises a monitoring module, a judging module, a processing module and a returning module;
the monitoring module is used for reading a script type field in the execution script instruction when monitoring that the service program receives the execution script instruction; the execution script instruction comprises a script type field and script content; the judging module is used for judging the script type of the execution script instruction according to the script type field and generating a first type script; the first type script comprises a physical machine script and a virtual machine script; the processing module is used for carrying out corresponding processing on the first type script according to the first type script, executing the processed script and generating an execution result; and the return module is used for returning the execution result to the client or the background server.
It should be noted that the service program communicates with the client or the backend server through TCP.
In the embodiment of the present invention, the processing module includes a first processing unit, an empowerment unit, and a first execution unit;
the first processing unit is used for converting the physical machine script through the server program to generate a script in a shell form when the first type script is the physical machine script; the empowerment unit is used for empowering the script in the shell form through empowerment operation to generate the empowered script; and the first execution unit is used for executing the operation on the authorized script in an sh mode to generate an execution result.
Preferably, the processing module further includes a second processing unit and a second execution unit;
the second processing unit is used for extracting and processing the virtual machine script to generate script content of the virtual machine script when the first type script is the virtual machine script; the second execution unit is used for sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result; each virtual machine corresponds to one binder driver.
As can be seen from the above, according to the script execution device provided in the embodiment of the present invention, when a monitoring module monitors that a service program receives an execution script instruction, a script type field in the execution script instruction is read, a script type of the execution script instruction is determined according to the script type field by a determining module, a first type script is generated, a processing module performs corresponding processing on the first type script according to the first type script, the processed script is executed, an execution result is generated, and the execution result is returned to a client or a background server by a returning module.
The embodiment of the invention also provides equipment for executing the script. The apparatus comprises: a processor, a memory, and a computer program stored in the memory and executable on the processor. The processor, when executing the computer program, implements the steps of the various script method embodiments described above, such as steps S1-S4 shown in fig. 1.
The Processor may be a Central Processing Unit (CPU), other general purpose Processor, a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), an off-the-shelf Programmable Gate Array (FPGA) or other Programmable logic device, discrete Gate or transistor logic, discrete hardware components, etc. The general purpose processor may be a microprocessor or the processor may be any conventional processor or the like that is the control center of the device executing the scripts and that connects the various parts of the entire device executing the scripts with various interfaces and lines.
The memory may be used to store the computer programs and/or modules, and the processor may implement the various functions of the script-executing device by running or executing the computer programs and/or modules stored in the memory, as well as by invoking data stored in the memory. The memory may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the cellular phone, and the like. In addition, the memory may include high speed random access memory, and may also include non-volatile memory, such as a hard disk, a memory, a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), at least one magnetic disk storage device, a Flash memory device, or other volatile solid state storage device.
Wherein the device-integrated module/unit for executing the script may be stored in a computer-readable storage medium if it is implemented in the form of a software functional unit and sold or used as a separate product. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like.
It should be noted that the above-described device embodiments are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. In addition, in the drawings of the embodiment of the apparatus provided by the present invention, the connection relationship between the modules indicates that there is a communication connection therebetween, and may be specifically implemented as one or more communication buses or signal lines. One of ordinary skill in the art can understand and implement without inventive effort.
While the foregoing is directed to the preferred embodiment of the present invention, it will be understood by those skilled in the art that various changes and modifications may be made without departing from the spirit and scope of the invention.

Claims (6)

1. A method of executing a script, comprising the steps of:
when monitoring that a service program receives an execution script instruction, reading a script type field in the execution script instruction; the script executing instruction comprises a script type field and script content;
judging the script type of the execution script instruction according to the script type field, and generating a first type script; the first type script comprises a physical machine script and a virtual machine script;
according to the first type script, carrying out corresponding processing on the first type script, executing the processed script and generating an execution result;
when the first type script is a physical machine script, the physical machine script is converted through the service program to generate a script in a shell form; the script in the shell form is subjected to empowerment through empowerment operation, and an empowerment script is generated; executing the authorized script in an sh mode to generate an execution result;
when the first type script is a virtual machine script, extracting the virtual machine script to generate script content of the virtual machine script; sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result; each virtual machine corresponds to one binder driver;
and returning the execution result to the client or the background server.
2. The script-executing method of claim 1, wherein said servlet communicates with a client or backend server via TCP.
3. An apparatus for executing a script, comprising: the device comprises a monitoring module, a judging module, a processing module and a returning module;
the monitoring module is used for reading a script type field in the execution script instruction when monitoring that the service program receives the execution script instruction; the script executing instruction comprises a script type field and script content;
the judging module is used for judging the script type of the execution script instruction according to the script type field and generating a first type script; the first type script comprises a physical machine script and a virtual machine script;
the processing module is used for carrying out corresponding processing on the first type script according to the first type script, executing the processed script and generating an execution result;
the processing module comprises a first processing unit, an empowerment unit and a first execution unit;
the first processing unit is used for converting the physical machine script through the service program to generate a script in a shell form when the first type script is the physical machine script;
the empowerment unit is used for empowering the script in the shell form through empowerment operation to generate the empowered script;
the first execution unit is used for executing the operation on the authorized script in an sh mode to generate an execution result;
the processing module further comprises a second processing unit and a second execution unit;
the second processing unit is used for extracting and processing the virtual machine script to generate script content of the virtual machine script when the first type script is the virtual machine script;
the second execution unit is used for sending the script content of the virtual machine script to the corresponding virtual machine through the corresponding binder driver so that the corresponding virtual machine executes the script content of the virtual machine script and generates an execution result;
each virtual machine corresponds to one binder driver;
and the return module is used for returning the execution result to the client or the background server.
4. The script executing apparatus according to claim 3, wherein said server program communicates with the client or the backend server via TCP.
5. An apparatus for executing scripts, comprising a processor, a memory and a computer program stored in the memory and configured to be executed by the processor, the processor implementing the script execution method according to any one of claims 1 to 2 when executing the computer program.
6. A computer-readable storage medium, comprising a stored computer program, wherein the computer program, when executed, controls an apparatus in which the computer-readable storage medium is located to perform the script method of any one of claims 1-2.
CN201910974437.8A 2019-10-14 2019-10-14 Script execution method, device, equipment and storage medium Active CN110806922B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910974437.8A CN110806922B (en) 2019-10-14 2019-10-14 Script execution method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910974437.8A CN110806922B (en) 2019-10-14 2019-10-14 Script execution method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN110806922A CN110806922A (en) 2020-02-18
CN110806922B true CN110806922B (en) 2022-06-21

Family

ID=69488388

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910974437.8A Active CN110806922B (en) 2019-10-14 2019-10-14 Script execution method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN110806922B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113452830B (en) * 2021-06-15 2022-11-01 华云数据控股集团有限公司 Batch control method of android cloud mobile phone, computer readable medium and electronic device
CN113282374B (en) * 2021-06-25 2023-04-07 马上消费金融股份有限公司 Server control method, device and system
CN113572833A (en) * 2021-07-21 2021-10-29 北京百度网讯科技有限公司 Cloud mobile phone maintenance method and device, electronic equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400063A (en) * 2013-08-06 2013-11-20 深信服网络科技(深圳)有限公司 Method and device for executing script file
CN106155883A (en) * 2015-03-30 2016-11-23 华为技术有限公司 A kind of virtual machine method for testing reliability and device
CN108446165A (en) * 2018-03-12 2018-08-24 西安电子科技大学昆山创新研究院 A kind of task forecasting method in cloud computing
CN108614768A (en) * 2016-12-14 2018-10-02 北京国双科技有限公司 A kind of distribution continuous integrating method and device
CN109086119A (en) * 2018-07-30 2018-12-25 南京卓盛云信息科技有限公司 A kind of method of quick detection container operating status

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9128702B2 (en) * 2012-03-23 2015-09-08 Google Inc. Asynchronous message passing
US9274824B2 (en) * 2013-06-27 2016-03-01 Verizon Patent And Licensing Inc. Network technology standard operating environment
US9355256B2 (en) * 2013-07-24 2016-05-31 International Business Machines Corporation Sanitization of virtual machine images
CN107220102A (en) * 2017-04-19 2017-09-29 深圳中兴网信科技有限公司 The dormancy of virtual machine and awakening method and system
CN107707687B (en) * 2017-10-10 2021-07-30 郑州云海信息技术有限公司 Method and device for configuring IP address of virtual machine
CN109117246B (en) * 2018-07-06 2022-05-10 网宿科技股份有限公司 Server and command execution method and control method thereof
CN109710375A (en) * 2018-12-06 2019-05-03 国云科技股份有限公司 A method of separation virtual machine system subregion

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103400063A (en) * 2013-08-06 2013-11-20 深信服网络科技(深圳)有限公司 Method and device for executing script file
CN106155883A (en) * 2015-03-30 2016-11-23 华为技术有限公司 A kind of virtual machine method for testing reliability and device
CN108614768A (en) * 2016-12-14 2018-10-02 北京国双科技有限公司 A kind of distribution continuous integrating method and device
CN108446165A (en) * 2018-03-12 2018-08-24 西安电子科技大学昆山创新研究院 A kind of task forecasting method in cloud computing
CN109086119A (en) * 2018-07-30 2018-12-25 南京卓盛云信息科技有限公司 A kind of method of quick detection container operating status

Also Published As

Publication number Publication date
CN110806922A (en) 2020-02-18

Similar Documents

Publication Publication Date Title
CN110806922B (en) Script execution method, device, equipment and storage medium
CN107463499B (en) ADB remote connection method, device, equipment and storage medium
US10936371B2 (en) Method for resource allocation and related products
CN113190464A (en) mock testing method, mock testing device, electronic equipment and mock testing medium
US11803606B2 (en) Device augmentation of real time communications
CN106100971B (en) Information creating, method for sending information and information creating, information transmitting apparatus
CN114546676A (en) Cloud desktop file copying method, device and equipment
CN108052377B (en) Cloud-based input processing method and device, server and storage medium
CN105095220A (en) Browser implementation method, terminal and virtualized agent device
CN112100613A (en) Application login control method and device, electronic equipment and storage medium
CN115454576B (en) Virtual machine process management method and system and electronic equipment
CN108279855B (en) Method for reading and writing storage device
CN112272223B (en) Application running method and device, server and computer readable storage medium
CN111355629B (en) Client test method and device, computer equipment and storage medium
CN114077473A (en) Communication method, device and system
CN108134785B (en) Server switching method and device, terminal equipment and storage medium
CN108848398B (en) Method, device, terminal and storage medium for distributing local barrage messages
CN115248922A (en) Apparatus and method for remote access
CN110706718A (en) Audio peripheral denoising processing method and system based on desktop virtualization
CN110968383A (en) Message frame display method and device, terminal and storage medium
CN116743728B (en) Application operation and maintenance method, system, equipment and storage medium
CN112800409B (en) Method, device and medium for bypassing login protection
CN115935337A (en) Access request processing method and device
CN114415992A (en) Calculation result submitting method and device
CN114254296A (en) Application system management method and device, storage medium and electronic equipment

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240306

Address after: Room 290, First Floor, No. 2429 Xingang East Road, Zhuhai District, Guangzhou City, Guangdong Province, 510220

Patentee after: Guangzhou Duling Technology Co.,Ltd.

Country or region after: Zhong Guo

Address before: B301, building 2, Rongxi center, no.713, Jiangnan Avenue South, Haizhu District, Guangzhou, Guangdong 510000

Patentee before: GUANGZHOU MICRO-COMPUTING INFORMATION TECHNOLOGY Co.,Ltd.

Country or region before: Zhong Guo

CP03 Change of name, title or address

Address after: Room 290, First Floor, No. 2429 Xingang East Road, Haizhu District, Guangzhou City, Guangdong Province, 510220

Patentee after: Guangzhou Duling Technology Co.,Ltd.

Country or region after: Zhong Guo

Address before: Room 290, First Floor, No. 2429 Xingang East Road, Zhuhai District, Guangzhou City, Guangdong Province, 510220

Patentee before: Guangzhou Duling Technology Co.,Ltd.

Country or region before: Zhong Guo