CN115022327B - Cloud server control method and device and computer readable storage medium - Google Patents

Cloud server control method and device and computer readable storage medium Download PDF

Info

Publication number
CN115022327B
CN115022327B CN202210707204.3A CN202210707204A CN115022327B CN 115022327 B CN115022327 B CN 115022327B CN 202210707204 A CN202210707204 A CN 202210707204A CN 115022327 B CN115022327 B CN 115022327B
Authority
CN
China
Prior art keywords
application program
cloud server
server
type
preset
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
CN202210707204.3A
Other languages
Chinese (zh)
Other versions
CN115022327A (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 Seti Commercial Machine Co ltd
Original Assignee
Shenzhen Yliyun 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 Shenzhen Yliyun Technology Co ltd filed Critical Shenzhen Yliyun Technology Co ltd
Priority to CN202210707204.3A priority Critical patent/CN115022327B/en
Publication of CN115022327A publication Critical patent/CN115022327A/en
Application granted granted Critical
Publication of CN115022327B publication Critical patent/CN115022327B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • 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
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Computing Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Transfer Between Computers (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a control method and device of a cloud server and a computer readable storage medium, wherein the method comprises the following steps: when an opening request of a cloud server is received, determining the type of the server and the opening duration according to the opening request; acquiring a target application program corresponding to the server type according to the opening duration; installing a target application program to an idle cloud server to obtain a target cloud server; and sending the login verification information of the target cloud server to the client corresponding to the opening request. The method and the system can reduce the complexity of the use mode of the cloud server in the short-period scene.

Description

Cloud server control method and device and computer readable storage medium
Technical Field
The present invention relates to the field of network communications technologies, and in particular, to a control method and apparatus for a cloud server, and a computer readable storage medium.
Background
Cloud servers are being employed by more and more users. With the popularization of cloud servers, more and more different types of users can appear, and many users use the cloud servers in a short period. In the existing technical means, when the cloud server expires, formatting is performed. When the cloud server is opened, the attached application programs are basic application programs, and a user needs to download the needed application programs again according to own needs, so that the complexity of the cloud server using mode is high in a short period scene.
Disclosure of Invention
The embodiment of the invention aims to solve the technical problem of how to reduce the complexity of a cloud server using mode by providing a control method and device of a cloud server and a computer readable storage medium.
The embodiment of the invention provides a control method of a cloud server, which is applied to a control device of the cloud server, wherein the control device of the cloud server comprises an ultrasonic probe and a mechanical arm, and the method comprises the following steps:
When an opening request of a cloud server is received, determining the type of the server and the opening duration according to the opening request;
acquiring a target application program corresponding to the server type according to the opening duration;
installing the target application program to an idle cloud server to obtain a target cloud server;
And sending the login verification information of the target cloud server to the client corresponding to the opening request.
In an embodiment, before the step of determining the server type and the duration of opening according to the opening request when the opening request of the cloud server is received, the method further includes:
acquiring application program downloading records of all cloud servers;
generating a server type database according to the application program downloading record, wherein the server type database stores the association relation between a preset server type and a preset application program;
the step of obtaining the target application program corresponding to the server type according to the opening duration comprises the following steps:
and traversing the server type database according to the server type when the opening duration is lower than a preset duration to obtain the target application program.
In one embodiment, the step of generating a server type database from the application download record includes:
Determining the download similarity of each cloud server according to the application program download record;
Determining similar application programs downloaded by the cloud server, wherein the downloading similarity reaches a preset similarity;
Determining the preset application program according to the downloading times of the similar application programs;
determining the preset server type according to the application program type of the preset application program;
and associating the preset application type with the server type in a preset server type database.
In an embodiment, the step of obtaining the target application program corresponding to the server type according to the activation time period includes:
when the opening duration is lower than a preset duration, determining whether the server type is a preset type;
requesting to specify an application program name to be downloaded when the server type is a preset type;
when the application program name is received, acquiring a main application program associated with the application program name, and acquiring an auxiliary application program associated with the main application program;
and taking the main application program and the auxiliary application program as the target application program.
In an embodiment, after the step of requesting to specify the name of the application program when the server type is a preset type, the method further includes:
and when receiving an instruction for rejecting the specification, acquiring the target application program associated with the server type.
In an embodiment, after the step of sending the login verification information of the target cloud server to the client corresponding to the provisioning request, the method further includes:
when receiving an application program downloading request, determining an application program to be downloaded according to the application program downloading request;
determining whether an installation package corresponding to the program to be downloaded is stored;
And if the installation package exists, installing the installation package on the target cloud server.
In an embodiment, after the step of determining whether the installation package corresponding to the program to be downloaded is stored, the method further includes:
If not, outputting the prompting information of the manual examination.
In an embodiment, after the step of sending the login verification information of the target cloud server to the client corresponding to the provisioning request, the method further includes:
and recording the service life of the target cloud server, and outputting prompt information for requesting renewal when the service life is lower than a preset period.
The embodiment of the invention also provides a control device of the cloud server, which comprises: the cloud server comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes each step of the control method of the cloud server when executing the computer program.
Embodiments of the present invention also provide a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the control method of a cloud server as described above.
In the technical scheme of the embodiment, when receiving an opening request of a cloud server, a control device of the cloud server determines a server type and opening duration according to the opening request; acquiring a target application program corresponding to the server type according to the opening duration; installing the target application program to an idle cloud server to obtain a target cloud server; and sending the login verification information of the target cloud server to the client corresponding to the opening request. When receiving the opening request of the cloud server, the control device of the cloud server can determine that the user wants to use the target application program to be opened of the cloud server in a short period according to the type of the server and the opening time carried by the opening request, then install the target application program to the idle server, finally take the idle server with the target application program as the target server, enable login verification information of the target server to be generated to a client of the user, enable the user to directly use the target application program when using the login verification information, and reduce complexity of a use mode of the cloud server in a short period scene.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
Fig. 1 is a schematic diagram of a hardware architecture of a control device of a cloud server according to an embodiment of the present invention;
fig. 2 is a flow chart of a first embodiment of a control method of a cloud server according to the present invention;
fig. 3 is a flow chart of a second embodiment of a control method of a cloud server according to the present invention;
fig. 4 is a schematic diagram of a refinement flow of step S20 in a third embodiment of the control method of the cloud server according to the present invention;
fig. 5 is a flowchart of a control method of a cloud server according to a fourth embodiment of the present invention.
Detailed Description
In order that the above-described aspects may be better understood, exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While exemplary embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the disclosure to those skilled in the art.
The main solution of the invention is as follows: when receiving an opening request of a cloud server, a control device of the cloud server determines the type of the server and the opening duration according to the opening request; acquiring a target application program corresponding to the server type according to the opening duration; installing the target application program to an idle cloud server to obtain a target cloud server; and sending the login verification information of the target cloud server to the client corresponding to the opening request. When receiving the opening request of the cloud server, the control device of the cloud server can determine that the user wants to use the target application program to be opened of the cloud server in a short period according to the type of the server and the opening time carried by the opening request, then install the target application program to the idle server, finally take the idle server with the target application program as the target server, enable login verification information of the target server to be generated to a client of the user, enable the user to directly use the target application program when using the login verification information, and reduce complexity of a use mode of the cloud server in a short period scene.
As an implementation manner, the control device of the cloud server may be as shown in fig. 1.
The embodiment of the invention relates to a control device of a cloud server, which comprises: a processor 101, such as a CPU, a memory 102, and a communication bus 103. Wherein the communication bus 103 is used to enable connected communication among the components.
The memory 102 may be a high-speed RAM memory or a stable memory (non-volatilememory), such as a disk memory. As shown in fig. 1, a detection program may be included in the memory 103 as a computer-readable storage medium; and the processor 101 may be configured to call the detection program stored in the memory 102 and perform the following operations:
When an opening request of a cloud server is received, determining the type of the server and the opening duration according to the opening request;
acquiring a target application program corresponding to the server type according to the opening duration;
installing the target application program to an idle cloud server to obtain a target cloud server;
And sending the login verification information of the target cloud server to the client corresponding to the opening request.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
acquiring application program downloading records of all cloud servers;
generating a server type database according to the application program downloading record, wherein the server type database stores the association relation between a preset server type and a preset application program;
the step of obtaining the target application program corresponding to the server type according to the opening duration comprises the following steps:
and traversing the server type database according to the server type when the opening duration is lower than a preset duration to obtain the target application program.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
Determining the download similarity of each cloud server according to the application program download record;
Determining similar application programs downloaded by the cloud server, wherein the downloading similarity reaches a preset similarity;
Determining the preset application program according to the downloading times of the similar application programs;
determining the preset server type according to the application program type of the preset application program;
and associating the preset application type with the server type in a preset server type database.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
when the opening duration is lower than a preset duration, determining whether the server type is a preset type;
requesting to specify an application program name to be downloaded when the server type is a preset type;
when the application program name is received, acquiring a main application program associated with the application program name, and acquiring an auxiliary application program associated with the main application program;
and taking the main application program and the auxiliary application program as the target application program.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
and when receiving an instruction for rejecting the specification, acquiring the target application program associated with the server type.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
when receiving an application program downloading request, determining an application program to be downloaded according to the application program downloading request;
determining whether an installation package corresponding to the program to be downloaded is stored;
And if the installation package exists, installing the installation package on the target cloud server.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
If not, outputting the prompting information of the manual examination.
In one embodiment, the processor 101 may be configured to invoke a computer program stored in the memory 102 and perform the following operations:
and recording the service life of the target cloud server, and outputting prompt information for requesting renewal when the service life is lower than a preset period.
In the technical scheme of the embodiment, when receiving an opening request of a cloud server, a control device of the cloud server determines a server type and opening duration according to the opening request; acquiring a target application program corresponding to the server type according to the opening duration; installing the target application program to an idle cloud server to obtain a target cloud server; and sending the login verification information of the target cloud server to the client corresponding to the opening request. When receiving the opening request of the cloud server, the control device of the cloud server can determine that the user wants to use the target application program to be opened of the cloud server in a short period according to the type of the server and the opening time carried by the opening request, then install the target application program to the idle server, finally take the idle server with the target application program as the target server, enable login verification information of the target server to be generated to a client of the user, enable the user to directly use the target application program when using the login verification information, and reduce complexity of a use mode of the cloud server in a short period scene.
In order to better understand the above technical solutions, the following detailed description will refer to the accompanying drawings and specific embodiments.
Referring to fig. 2, fig. 2 is a first embodiment of a control method of a cloud server according to the present invention, the method includes the following steps:
Step S10, when an opening request of a cloud server is received, determining the type of the server and the opening duration according to the opening request.
The cloud server is also called a computing unit. The computing unit, that is to say the server, can only calculate the brain of a person, and is equivalent to the CPU of a common computer, and the resources inside the computer are limited. The cloud server is upgraded, and other software which consumes computing unit resources is deployed on the corresponding cloud service. For example databases have specialized cloud database services, static web pages and pictures have specialized file storage services.
In this embodiment, the request for opening the cloud server is initiated by a user, and specifically, the user sends the request for opening the cloud server to the control device of the cloud server through the client, where the types of the client include, but are not limited to, mobile terminals, computers, advertisement machines, and other intelligent terminals.
Step S20, obtaining a target application program corresponding to the server type according to the opening duration.
In this embodiment, different server types are preset with corresponding application programs, for example: for the type of the temporary office server, a certain amount of document editing software is preset; for the server type of the on-hook game, a certain amount of game auxiliary software is preset. The opening duration is used for judging whether the user uses the cloud server for a short period. And executing and acquiring a target application program corresponding to the server type when the opening duration is judged to be lower than the preset duration and the user is judged to use the cloud server for a short period. Specifically, the activation duration refers to a duration that the user wants to activate the cloud server, for example: the user A pays the X amount to request to start a cloud server for 12 hours, and selects a temporary office service, and a control device of the cloud server takes a preset application program corresponding to the type of the temporary office server as a target application program; and the user B pays the Y amount to request to start the cloud server for 12 hours, and selects the game on-hook service, and the control device of the cloud server takes a preset application program corresponding to the type of the server on which the game is on hook as a target application program.
Optionally, when the opening duration is less than a preset duration, determining whether the user is a common user, and when the user is a common user, determining the target application program according to the association relationship between the common user and a preset application program and the server type. And determining a common user in advance according to the opening times of the user, and generating the association relation between the common user and a preset application program. Specifically, when the user a opens the cloud server for 10 times and is in an opening mode with a short period, the user a is set as a common user, a preset application program associated with the user is determined based on an application program downloading record of the cloud server for 10 times opened by the user, and when the opening duration carried by an opening request is determined to meet the condition of acquiring the target application program, the target application program is further screened out from the preset application program associated with the common user according to the server type.
And step S30, installing the target application program to an idle cloud server to obtain a target cloud server.
In this embodiment, the control device of the cloud server controls a cloud server cluster, wherein an idle server is one of the server clusters, and when a target application program corresponding to a server type is determined, one idle cloud server is selected from the cloud service clusters, and the target application program is installed to the idle cloud server, so as to obtain a target cloud server for serving a user.
And step S40, the login verification information of the target cloud server is sent to the client corresponding to the opening request.
In this embodiment, the login verification information is used to verify whether the user can login to the target cloud server, and when the target cloud server is determined, the login verification information corresponding to the cloud server is obtained, and then the login verification information is sent to the client that initiates the activation request, and when the user receives the login verification information, the user can be used to actively initiate the request of logging to the target server.
Optionally, the service life of the target cloud server is recorded, and when the service life is lower than a preset period, prompt information for requesting renewal is output. In consideration of the specificity of the cloud service, the cloud server performs formatting processing at the end of the service life, so that if the early warning function of the curve is used, the early warning function can play a role in warning the user.
In the technical scheme of the embodiment, when receiving an opening request of a cloud server, a control device of the cloud server determines a server type and opening duration according to the opening request; acquiring a target application program corresponding to the server type according to the opening duration; installing the target application program to an idle cloud server to obtain a target cloud server; and sending the login verification information of the target cloud server to the client corresponding to the opening request. When receiving the opening request of the cloud server, the control device of the cloud server can determine that the user wants to use the target application program to be opened of the cloud server in a short period according to the type of the server and the opening time carried by the opening request, then install the target application program to the idle server, finally take the idle server with the target application program as the target server, enable login verification information of the target server to be generated to a client of the user, enable the user to directly use the target application program when using the login verification information, and reduce complexity of a use mode of the cloud server in a short period scene.
Referring to fig. 3, fig. 3 is a second embodiment of a control method of a cloud server according to the present invention, based on the first embodiment, before step S10, including:
And S50, acquiring application program downloading records of all cloud servers.
In this embodiment, statistics is performed on application download records of each cloud server in the cloud server cluster, where an application download record refers to an application downloaded by each cloud server in each service period, where, in consideration of personal privacy issues, the cloud server is automatically formatted when the service period expires, so that each application is numbered, and when an application is detected to be installed by the cloud server, the name of the installed application is recorded and associated with the service period and the server number.
Step S60, a server type database is generated according to the application program downloading record, and the server type database stores the association relation between the preset server type and the preset application program.
In this embodiment, the number of application download records increases based on the number of cloud servers controlled, belonging to big data, and therefore, the server type database may be generated based on the processing manner of the big data.
Optionally, the application program downloading record is used as an input parameter of a preset neural network model, and an output parameter of the preset neural network model is defined as a server type to obtain the server type data, wherein the server type database comprises the associated server type and the preset application program.
Optionally, determining the download similarity of each cloud server according to the application program download record; determining similar application programs downloaded by the cloud server, wherein the downloading similarity reaches a preset similarity; determining the preset application program according to the downloading times of the similar application programs; determining the preset server type according to the application program type of the preset application program; and associating the preset application type with the server type in a preset server type database. The server type is associated with the preset application program according to the download similarity of each cloud server, so that influence of irregular cloud servers of some downloaded application programs on the association operation can be effectively avoided, and the stability of the association operation is improved.
Step S20 includes:
And S21, traversing the server type database according to the server type when the opening duration is lower than a preset duration to obtain the target application program.
In this embodiment, considering that when the user uses the cloud server in a short period, if the execution environment of the cloud server is to be redeployed, the user's experience of opening the cloud server is reduced, so that whether the user's requirement is to use the cloud server in a short period can be determined by the opening duration input by the user; and when the user is judged to belong to the cloud server used in a short period, executing the step of traversing the server type database according to the server type to obtain the target application program.
In the technical scheme of the embodiment, when the user is judged to use the cloud server in a short period, the function of automatically installing the target application program for the target cloud server is executed, so that the user can save a certain program searching and installing time.
Referring to fig. 4, fig. 4 is a third embodiment of a control method of a cloud server according to the present invention, based on any one of the first and second embodiments, step S20 includes:
Step S22, when the opening duration is lower than a preset duration, determining whether the server type is the preset type.
In the present embodiment, the preset type includes, but is not limited to, a specific office type or a game service type. For example: if the user selects the temporary office major class and notes the EXCEL form to be edited, judging the server type as a preset type.
In step S23, when the server type is a preset type, a request is made to specify an application name to be downloaded.
In this embodiment, when the server type is a preset type, the request specifies an application name to be downloaded, and specifically, an optional application is input according to remark information corresponding to the server type, for example: when the remark information of the user is EXCEL editing, the user is prompted to select form editing software such as WPS or Office as selectable items, wherein the user is not satisfied with the recommended editing software, and the designated application program name can be input through an input box. When the remark information of the user is downloaded game A, the user is prompted to select different versions of game A as selectable options, and of course, when the user does not find the version selectable options of game A, the designated version of game A can be input through an input box, including but not limited to identity information such as names of agent merchants.
Optionally, when receiving an instruction for rejecting the specification, acquiring the target application program associated with the server type. The method provides the option of rejecting the appointed for the client, and can effectively avoid aesthetic fatigue caused to the user in the opening process.
Step S24, when the application program name is received, acquiring a main application program associated with the application program name, and acquiring a secondary application program associated with the main application program.
In this embodiment, the control device of the cloud server associates the application programs with the association, and when a specific application program is specified by a certain user, uses the application program specified by the user as a main application program and uses the application program related to the main application program as an auxiliary application program.
And step S25, taking the main application program and the auxiliary application program as the target application program.
In the technical scheme of the embodiment, the related auxiliary application program is downloaded by the application program appointed by the user, so that the user can avoid the time of the lower limb main application program, and the convenience of the user in using the main application program can be improved by the auxiliary application program.
Referring to fig. 5, fig. 5 is a fourth embodiment of a control method of a cloud server according to the present invention, based on any one of the first to third embodiments, after step S40, including:
Step S70, when receiving the application program downloading request, determining the application program to be downloaded according to the application program downloading request.
In this embodiment, when the cloud server receives an application download request actively initiated by a user, an application name of an application to be downloaded is obtained.
Step S80, determining whether an installation package corresponding to the program to be downloaded is stored.
In this embodiment, since security problems are considered in the installation package with unknown source, when determining the application name to be downloaded, it is determined whether the installation package corresponding to the application name to be downloaded is stored locally according to the application name to be downloaded.
If not, outputting the prompting information of the manual examination.
Step S90, if the installation package exists, installing the installation package on the target cloud server.
In the technical scheme of the embodiment, the security of the server can be improved through the local installation of the application program actively requesting the case for the user, the security of the server can be further improved through manual auditing, and the user can be prevented from downloading part of illegal application programs.
In order to achieve the above object, an embodiment of the present invention further provides a control device of a cloud server, where the control device of the cloud server includes: the cloud server comprises a memory, a processor and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes each step of the control method of the cloud server when executing the computer program.
To achieve the above object, an embodiment of the present invention also provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps of the control method of a cloud server as described above.
It will be appreciated by those skilled in the art that embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program embodied on one or more computer-usable computer-readable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flowchart illustrations and/or block diagrams, and combinations of flows and/or blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It should be noted that in the claims, any reference signs placed between parentheses shall not be construed as limiting the claim. The word "comprising" does not exclude the presence of elements or steps not listed in a claim. The word "a" or "an" preceding an element does not exclude the presence of a plurality of such elements. The invention may be implemented by means of hardware comprising several distinct elements, and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means may be embodied by one and the same item of hardware. The use of the words first, second, third, etc. do not denote any order. These words may be interpreted as names.
While preferred embodiments of the present invention have been described, additional variations and modifications in those embodiments may occur to those skilled in the art once they learn of the basic inventive concepts. It is therefore intended that the following claims be interpreted as including the preferred embodiments and all such alterations and modifications as fall within the scope of the invention.
It will be apparent to those skilled in the art that various modifications and variations can be made to the present invention without departing from the spirit or scope of the invention. Thus, it is intended that the present invention also include such modifications and alterations insofar as they come within the scope of the appended claims or the equivalents thereof.

Claims (8)

1. A control method of a cloud server, the method comprising:
When an opening request of a cloud server is received, determining the type of the server and the opening duration according to the opening request;
acquiring a target application program corresponding to the server type according to the opening duration;
installing the target application program to an idle cloud server to obtain a target cloud server;
the login verification information of the target cloud server is sent to the client corresponding to the opening request;
before the step of determining the server type and the opening duration according to the opening request when the opening request of the cloud server is received, the method further comprises the following steps:
acquiring application program downloading records of all cloud servers;
generating a server type database according to the application program downloading record, wherein the server type database stores the association relation between a preset server type and a preset application program;
the step of obtaining the target application program corresponding to the server type according to the opening duration comprises the following steps:
when the opening duration is lower than a preset duration, traversing the server type database according to the server type to obtain the target application program;
The step of generating a server type database according to the application program download record comprises the following steps:
Determining the download similarity of each cloud server according to the application program download record;
Determining similar application programs downloaded by the cloud server, wherein the downloading similarity reaches a preset similarity;
Determining the preset application program according to the downloading times of the similar application programs;
determining the preset server type according to the application program type of the preset application program;
And associating the application type of the preset application program with the server type in a preset server type database.
2. The method for controlling a cloud server according to claim 1, wherein the step of acquiring the target application corresponding to the server type according to the activation time period includes:
when the opening duration is lower than a preset duration, determining whether the server type is a preset type;
requesting to specify an application program name to be downloaded when the server type is a preset type;
when the application program name is received, acquiring a main application program associated with the application program name, and acquiring an auxiliary application program associated with the main application program;
and taking the main application program and the auxiliary application program as the target application program.
3. The control method of the cloud server according to claim 2, wherein after the step of requesting to specify the name of the application when the server type is a preset type, further comprising:
and when receiving an instruction for rejecting the specification, acquiring the target application program associated with the server type.
4. The method for controlling a cloud server according to any one of claims 1 to 3, wherein after the step of sending login verification information of the target cloud server to the client corresponding to the provisioning request, the method further comprises:
when receiving an application program downloading request, determining an application program to be downloaded according to the application program downloading request;
Determining whether an installation package corresponding to the application program to be downloaded is stored;
And if the installation package exists, installing the installation package on the target cloud server.
5. The method for controlling a cloud server according to claim 4, wherein after the step of determining whether the installation package corresponding to the application to be downloaded is stored, further comprises:
If not, outputting the prompting information of the manual examination.
6. The method for controlling a cloud server according to claim 1, further comprising, after the step of sending login verification information of the target cloud server to the client corresponding to the provisioning request:
and recording the service life of the target cloud server, and outputting prompt information for requesting renewal when the service life is lower than a preset period.
7. A control device of a cloud server, characterized in that the control device of a cloud server comprises: memory, a processor and a computer program stored on the memory and executable on the processor, the processor implementing the steps of the control method of a cloud server according to any of claims 1 to 6 when the computer program is executed.
8. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, implements the steps of the control method of a cloud server according to any one of claims 1 to 6.
CN202210707204.3A 2022-06-21 2022-06-21 Cloud server control method and device and computer readable storage medium Active CN115022327B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210707204.3A CN115022327B (en) 2022-06-21 2022-06-21 Cloud server control method and device and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210707204.3A CN115022327B (en) 2022-06-21 2022-06-21 Cloud server control method and device and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN115022327A CN115022327A (en) 2022-09-06
CN115022327B true CN115022327B (en) 2024-08-06

Family

ID=83076645

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210707204.3A Active CN115022327B (en) 2022-06-21 2022-06-21 Cloud server control method and device and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN115022327B (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108847950A (en) * 2018-04-02 2018-11-20 重庆金融资产交易所有限责任公司 Electronic device, cloud system software automatic deployment method and storage medium
CN109978661A (en) * 2019-03-15 2019-07-05 北京北信源软件股份有限公司 A kind of purchasing method and system of instant communication server

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6323081B2 (en) * 2014-03-10 2018-05-16 株式会社リコー Information processing system and information processing method
CN109547859B (en) * 2017-09-21 2021-12-07 腾讯科技(深圳)有限公司 Video clip determination method and device
JP7099007B2 (en) * 2018-03-30 2022-07-12 ブラザー工業株式会社 Application program
KR102309649B1 (en) * 2018-07-31 2021-10-06 한국정보통신주식회사 A payment service opening method of a payment terminal and the payment terminal
CN110912934A (en) * 2019-12-17 2020-03-24 杭州安恒信息技术股份有限公司 Cloud security product opening control system, method, equipment and medium
CN112698847A (en) * 2020-12-31 2021-04-23 江苏视博云信息技术有限公司 Deployment method, device and system of cloud application
CN112861091B (en) * 2021-03-18 2024-09-20 网易(杭州)网络有限公司 Login method, login device, electronic equipment and storage medium
CN113360307B (en) * 2021-05-31 2022-09-20 珠海大横琴科技发展有限公司 Data processing method and device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108847950A (en) * 2018-04-02 2018-11-20 重庆金融资产交易所有限责任公司 Electronic device, cloud system software automatic deployment method and storage medium
CN109978661A (en) * 2019-03-15 2019-07-05 北京北信源软件股份有限公司 A kind of purchasing method and system of instant communication server

Also Published As

Publication number Publication date
CN115022327A (en) 2022-09-06

Similar Documents

Publication Publication Date Title
JP7252286B2 (en) On-device machine learning platform
JP6923676B2 (en) On-device machine learning platform
US10585698B2 (en) Template-driven multi-tenant workflow processing
US20090049518A1 (en) Managing and Enforcing Policies on Mobile Devices
EP3516850B1 (en) Systems and methods for sharing application data between isolated applications executing on one or more application platforms
CN111596928B (en) Application control method and device and electronic equipment
CN107291744A (en) It is determined that and with the method and device of the relationship between application program
US11210198B2 (en) Distributed web page performance monitoring methods and systems
CN112954040B (en) Method, system, device and storage medium for embedding application release server
CN110764894A (en) Timed task management method, device, equipment and storage medium
CN111294377B (en) Dependency network request sending method, terminal device and storage medium
CN115022327B (en) Cloud server control method and device and computer readable storage medium
CN117389655A (en) Task execution method, device, equipment and storage medium in cloud native environment
CN109992298B (en) Examination and approval platform expansion method and device, examination and approval platform and readable storage medium
US11757976B2 (en) Unified application management for heterogeneous application delivery
CN107133505B (en) Authority management method, authentication method and system
CN112579189A (en) Configuration file updating method and device
US20160358082A1 (en) Customized Browser Out of Box Experience
US20160188872A1 (en) Method and system for runtime injection of secure applications
CN116302169A (en) Open source hosting software configuration method, electronic equipment and medium
CN115878230A (en) Browser address bar control method, device, equipment and storage medium
CN117609982A (en) Menu authority modification method, menu authority modification device and storage medium
CN117234850A (en) Java probe injection method and device
JP5975910B2 (en) Data processing apparatus, data processing method, data processing program, and cooperative business system
CN117851451A (en) Method and device for generating, inquiring, issuing and reporting task template

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
TR01 Transfer of patent right

Effective date of registration: 20240825

Address after: 518000 b703, niulanqian building, Minzhi Avenue, Xinniu community, Minzhi street, Longhua District, Shenzhen City, Guangdong Province

Patentee after: SHENZHEN SETI COMMERCIAL MACHINE Co.,Ltd.

Country or region after: China

Address before: Room 226, Building A, Hangcheng Smart Security Technology Park, Sanwei Community, Hangcheng Street, Bao'an District, Shenzhen, Guangdong 518000

Patentee before: SHENZHEN YLIYUN TECHNOLOGY CO.,LTD.

Country or region before: China

TR01 Transfer of patent right