CN111240731A - Online server, application updating method and system, and computer-readable storage medium - Google Patents

Online server, application updating method and system, and computer-readable storage medium Download PDF

Info

Publication number
CN111240731A
CN111240731A CN202010146701.1A CN202010146701A CN111240731A CN 111240731 A CN111240731 A CN 111240731A CN 202010146701 A CN202010146701 A CN 202010146701A CN 111240731 A CN111240731 A CN 111240731A
Authority
CN
China
Prior art keywords
application
online
updated
user
determining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010146701.1A
Other languages
Chinese (zh)
Inventor
胡燕青
谯彭
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sangfor Technologies Co Ltd
Original Assignee
Sangfor Technologies 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 Sangfor Technologies Co Ltd filed Critical Sangfor Technologies Co Ltd
Priority to CN202010146701.1A priority Critical patent/CN111240731A/en
Publication of CN111240731A publication Critical patent/CN111240731A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • G06F8/656Updates while running

Abstract

The invention discloses an application updating method, which comprises the following steps: if the online server detects that the application in the online application center is updated, determining the updated application, wherein the online application center is loaded on the online server; determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user so that a local application center in the local server updates the application according to the application updating information. The invention also discloses an online server, an application updating system and a computer readable storage medium. The invention can update the application in time.

Description

Online server, application updating method and system, and computer-readable storage medium
Technical Field
The invention relates to the technical field of cloud computing, in particular to an online server, an application updating method and system and a computer readable storage medium.
Background
An online application center is a platform that provides application lifecycle-based management for users and application providers. When the user needs to obtain the application, the application can be downloaded from the online application center for installation.
The online application center is mainly oriented to public cloud environment, so that the online application center is oriented to a large number of user groups. When the online application center updates the version of the application or releases the application, the online application center does not send application update information to each user due to the huge number of users, so that the users cannot update the application in time.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide an online server, an application updating method and system and a computer readable storage medium, aiming at solving the problem that a user cannot update an application in time.
In order to achieve the above object, the present invention provides an application updating method, including the steps of:
if the online server detects that the application in the online application center is updated, determining the updated application, wherein the online application center is loaded on the online server;
determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user so that a local application center in the local server updates the application according to the application updating information.
In an embodiment, the step of sending the application update information to the local server corresponding to the user includes:
determining an application service provider corresponding to the updated application;
determining a first user subscribed to the application facilitator;
and sending the application updating information to a local server corresponding to the first user.
In an embodiment, the step of sending the application update information to the local server corresponding to the user includes:
determining a type of the updated application;
determining a second user subscribed to the type;
and sending the application updating information to a local server corresponding to the second user.
In an embodiment, the step of sending the application update information to the local server corresponding to the user includes:
determining a third user specified by the updated application;
and sending the application updating information to a local server corresponding to the third user.
In an embodiment, before the step of determining the third user specified by the updated application, the method further includes:
determining a type of the updated application;
when the updated application is a public application, sending the application updating information to a local server corresponding to each user associated with the online server;
and when the updated application is a private application, the step of determining the third user designated by the updated application is executed.
In an embodiment, the application update method further includes:
receiving an application updating request, and acquiring application configuration information according to the application updating request;
and when the application configuration information is determined to meet the updating condition, updating the application in the online application center according to the application configuration information, and executing the step of determining the updated application.
In order to achieve the above object, the present invention also provides an online server, including:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining an updated application if an online server detects that the application in an online application center is updated, and the online application center is loaded on the online server;
the determining module is further configured to determine application update information according to the updated application, and send the application update information to a local server corresponding to the user, so that a local application center in the local server updates the application according to the application update information.
To achieve the above object, the present invention further provides an online server, which includes a memory, a processor, and an application update program stored in the memory and executable on the processor, wherein the application update program, when executed by the processor, implements the steps of the application update method as described above.
In order to achieve the above object, the present invention further provides an application update system, including:
the online server is used for determining updated application if the online server detects that the application in the online application center is updated, determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user, so that the local application center in the local server updates the application according to the application updating information;
and the one or more local servers are in communication connection with the online server and are used for receiving the application updating information sent by the online server so as to update the application of the local application center in the local server according to the application updating information.
To achieve the above object, the present invention also provides a computer-readable storage medium storing an application update program, which when executed by the processor, implements the steps of the application update method as described above
According to the online server, the application updating method and system and the computer readable storage medium provided by the embodiment of the invention, if the online server detects the application update of the online application center, the updated application is determined, the application updating information is determined according to the updated application, and then the application updating information is sent to the local server corresponding to the user, so that the local application center in the local server updates the application according to the application updating information. When detecting the application update of the online application center, the online server can send the application update information corresponding to the updated application to the local server, so that the local application center in the local server corresponding to the user can update the application in time.
Drawings
FIG. 1 is a block diagram of an application update system according to an embodiment of the present invention;
FIG. 2 is a hardware diagram of an online server according to an embodiment of the present invention;
FIG. 3 is a flowchart illustrating a first embodiment of an update method according to the present invention;
FIG. 4 is a detailed flowchart of step S30 in the second embodiment of the update method according to the present invention;
FIG. 5 is a detailed flowchart of step S30 in the third embodiment of the update method according to the present invention;
FIG. 6 is a detailed flowchart of step S30 in the fourth embodiment of the update method according to the present invention;
FIG. 7 is a detailed flowchart of step S30 in the fifth embodiment of the update method according to the present invention;
FIG. 8 is a schematic structural diagram of a functional module of the presence server according to the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The main solution of the embodiment of the invention is as follows: if the online server detects that the application in the online application center is updated, determining the updated application, wherein the online application center is loaded on the online server; determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user so that a local application center in the local server updates the application according to the application updating information.
The invention provides a solution, because the online server detects the application update of the online application center, the application update information corresponding to the updated application can be sent to the local server, so that the local application center in the local server corresponding to the user can update the application in time.
As shown in fig. 1, fig. 1 is a schematic structural diagram of an application update system according to an embodiment of the present invention.
The application update system includes an online server 100 and a plurality of local servers 200 connected to the online server 100.
The online server 100 is provided with an online application center, which is software loaded in the online server 100. The functions of the online application center include, but are not limited to, application publishing, application upgrade updating, version control, application orchestration, application distribution, application parameter templates, application repository, mirror repository, container repository, application monitoring and alerting, automatic deployment, application distribution, system synchronization, facilitator management, authentication management, operations and reporting, application billing, and intelligent recommendation. The online server 100 is deployed in the internet, and an online application center in the online server 100 faces a public cloud. The online application center can be populated by multiple application service providers, i.e., the application service providers can publish applications or update applications on the online application center. The application service provider is an enterprise specialized in research, production, sales and service of industries and general software, and provides applications including but not limited to databases, caches, cooperative office, financial management, sales management, artificial intelligence, big data, security products, internet of things, data migration, video conferences, electronic malls, blockchains, containers, operation and maintenance systems, and backup disaster recovery. The online server 100 is configured to determine an updated application when detecting an application update in the online application center, determine application update information according to the updated application, and send the application update information to a local server corresponding to a user, so that a local application center in the local server updates the application according to the application update information.
The local server 200 is provided with a local application center, which is software loaded on the local server 200. The functions of the local application center include, but are not limited to, application publishing, application management, application orchestration, application distribution, application templates, application orchestration, application parameters, mirror repository, software repository, and container repository. The local application center can be connected with the online application center and is used for executing the instructions issued by the online application center to realize configuration synchronization, data synchronization, application downloading, application installation, information reporting and the like with the online application center. The local server 200 is deployed in a cloud environment of a user, including a private cloud, a public cloud, and a hosted private cloud. The private cloud is a private cloud platform which is constructed for a client to use independently, the private cloud platform comprises a virtualization platform and a cloud computing platform, and a user needs to have complete control right on resources such as a physical server, a storage device, a safety device, a product and a service. Private clouds can be deployed within enterprise datacenters, or they can be deployed within hosted datacenters, with the core attributes of the private clouds being proprietary to all resources. The public cloud is owned and operated by a third party cloud service provider, and these resources are accessed over the internet. All hardware, software and other supporting infrastructure is owned and managed by the cloud provider. In the public cloud, each tenant shares the same hardware, storage, network equipment and the like, and can manage accounts, access services, deploy applications, service distribution and the like by using a browser, and the core attribute of the public cloud is that all resources are shared. And a hosted private cloud may be understood as a public cloud that is exclusively shared by users. It is understood that the local server 200 is configured as a data center for the user.
As one implementation, the presence server may be as shown in FIG. 2.
Referring to fig. 2, fig. 2 is a schematic diagram of a hardware structure of an online server, which may include: a processor 1001, a memory 1002, and a communication bus 1003. The communication bus 1003 is used to implement connection communication among these components.
As shown in fig. 2, the memory 1002, which is a kind of computer storage medium, may store therein an application update program; and the processor 1001 may be configured to invoke an application update program stored in the memory 1002 and perform the following operations:
if the online server detects that the application in the online application center is updated, determining the updated application, wherein the online application center is loaded on the online server;
determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user so that a local application center in the local server updates the application according to the application updating information.
In one embodiment, the processor 1001 may invoke an application update program stored in the memory 1002, further performing the following operations:
determining an application service provider corresponding to the updated application;
determining a first user subscribed to the application facilitator;
and sending the application updating information to a local server corresponding to the first user.
In one embodiment, the processor 1001 may invoke an application update program stored in the memory 1002, further performing the following operations:
determining a type of the updated application;
determining a second user subscribed to the type;
and sending the application updating information to a local server corresponding to the second user.
In one embodiment, the processor 1001 may invoke an application update program stored in the memory 1002, further performing the following operations:
determining a third user specified by the updated application;
and sending the application updating information to a local server corresponding to the third user.
In one embodiment, the processor 1001 may invoke an application update program stored in the memory 1002, further performing the following operations:
determining a type of the updated application;
when the updated application is a public application, sending the application updating information to a local server corresponding to each user associated with the online server;
and when the updated application is a private application, the step of determining the third user designated by the updated application is executed.
In one embodiment, the processor 1001 may invoke an application update program stored in the memory 1002, further performing the following operations:
receiving an application updating request, and acquiring application configuration information according to the application updating request;
and when the application configuration information is determined to meet the updating condition, updating the application in the online application center according to the application configuration information, and executing the step of determining the updated application.
According to the scheme, if the online server detects that the application of the online application center is updated, the updated application is determined, the application update information is determined according to the updated application, and the application update information is sent to the local server corresponding to the user, so that the local application center in the local server updates the application according to the application update information. When detecting the application update of the online application center, the online server can send the application update information corresponding to the updated application to the local server, so that the local application center in the local server corresponding to the user can update the application in time.
Based on the hardware architecture of the online server, the invention provides various embodiments of the application updating method
Referring to fig. 3, fig. 3 is a first embodiment of an application updating method of the present invention, where the application updating method includes:
step S10, if the online server detects the application update in the online application center, the online application center is loaded on the online server to determine the updated application;
in this embodiment, the execution agent is an online server. The online server is loaded with an online application center, and an application service provider can release an application or update the application in the online application center, so that the application of the online application center is updated. It should be noted that both the version update of the application and the release of the application can be regarded as the application update. The target terminal corresponding to the application service provider can be connected with the online application center, and the application service provider configures the application needing to be released or the application needing to be updated through the target terminal, namely, the application configuration information is input through the target terminal. Application configuration information includes, but is not limited to, application version, product description, product icon, service terms, application category, instance configuration. And the target terminal generates an application updating request according to the application configuration information, and then sends the application updating request to the online server. The online server analyzes the application updating request to obtain application configuration information, checks the format of the application configuration information, if the formats of various parameters in the application configuration information all conform to the preset format, the checking is passed, at the moment, the online server updates the application of the online application center according to the application configuration information, namely, the database of the online application center is updated, meanwhile, the application updating of the online application center is judged to be detected, and the online server determines the updated application.
And after the online server checks the application configuration information, the information is sent to the target terminal if the checking is passed or not passed. If the application passes the verification, sending prompt information of successful update or successful release of the application; and if the audit is not passed, feeding back the reason of the non-passing audit to the target terminal, so that the application service provider resubmits the application updating request according to the reason.
Step S20, determining application update information according to the updated application;
step S30, sending the application update information to a local server corresponding to the user, so that a local application center in the local server updates the application according to the application update information.
After determining the updated application, the online server determines application update information corresponding to the updated application, where the application update information may be an installation data packet corresponding to the updated application, an update prompt information of the updated application, or an upgrade data packet of the updated application. And the online server sends the application updating information to a local server corresponding to the user.
The local server is a data center of the user, and the local server can be deployed in a private cloud, a managed private cloud or a public cloud, that is, a terminal where a cloud platform built by the user is located is the local server. The local application center is application management software loaded in a local server. And after the local server receives the application updating information, the local application center can update the application according to the application updating information.
In the prior art, when a user needs to acquire an application, an application service provider needs to copy an application installation file to a cloud environment in a U disk or network disk mode, then gradually installs each application according to a deployment manual, and finally completes deployment of the application. Compared with the prior art, the implementation realizes one-key deployment of the application by synchronizing the application updated by the online application center through the local application center, does not need to deploy the application according to a deployment manual, realizes standardized deployment of the application, saves the time for deploying the application, and reduces errors generated by deploying the application.
In the technical solution provided in this embodiment, if the online server detects that the application of the online application center is updated, the updated application is determined, the application update information is determined according to the updated application, and the application update information is sent to the local server corresponding to the user, so that the local application center in the local server updates the application according to the application update information. When detecting the application update of the online application center, the online server can send the application update information corresponding to the updated application to the local server, so that the local application center in the local server corresponding to the user can update the application in time.
Referring to fig. 4, fig. 4 is a second embodiment of the application updating method of the present invention, and based on the first embodiment, the step S30 includes:
step S31, determining an application server corresponding to the updated application, and determining a first user subscribing to the application server;
step S32, sending the application update information to the local server corresponding to the first user.
In this embodiment, a plurality of application service providers reside in the online application center, and the types of applications provided by the application service providers are stored in the online application center. And the online application center integrates the information of each application service provider to form a list of the application service providers and sends the list to each local application center. After logging in the local application center, the user can check a list of application service providers pushed by the online application center, the user can select the application service provider to be subscribed in the list according to the requirements of the user, and the local application center sends the application service provider subscribed by the user to the online application center, so that the online application center records the application service provider subscribed by the user.
When an application server publishes an application or updates the application in an online application center, the online application center determines the application server corresponding to the updated application, and searches for a record to determine a first user subscribing to the application server, so that application update information is sent to a local server corresponding to the first user, and the local application center of the local server updates the application.
In the technical scheme provided by this embodiment, the online server determines an application service provider corresponding to the updated application, determines a first user subscribing to the application service provider, and then sends the application update information to the local server corresponding to the first user, so that the user subscribing to the application service provider can update the application in time.
Referring to fig. 5, fig. 5 is a third embodiment of the application updating method of the present invention, and based on the first embodiment, the step S30 includes:
step S33, determining the type of the updated application and determining a second user subscribing to the type;
step S34, sending the application update information to the local server corresponding to the second user.
In this embodiment, the online application center hosts multiple application facilitators. And application providers typically offer multiple types of applications. The online application center integrates the types of the applications provided by each application service provider, that is, counts all the types of the applications provided by the resident application service provider, and forms a list corresponding to the types of the applications. And the online application center sends the list to the local application centers in the local servers. Applications that users need include, but are not limited to, databases, caches, collaborative offices, financial management, sales management, artificial intelligence, big data, security products, internet of things, data migration, video conferencing, electronic malls, blockchains, containers, operation and maintenance systems, and backup disaster recovery.
After logging in the local application center, the user can check the list of the application types, so that the interested type application is subscribed, and the local application center sends the type of the application subscribed by the user to the online application center, so that the online application center records the user subscribed with the application type.
When an application server publishes an application or updates the application in an online application center, the online service center determines the type of the updated application and searches for a record to determine a second user subscribed to the type, so that the application updating information is sent to a local server corresponding to the second user, and the local application center of the local server updates the application.
In the technical scheme provided by this embodiment, the online server determines the type of the updated application, determines the second user subscribed to the type, and then sends the application update information to the local server corresponding to the second user, so that the user subscribed to the type to which the updated application belongs can update the application in time.
Referring to fig. 6, fig. 6 is a fourth embodiment of the update method applied in the present invention, and based on the first embodiment, the step S30 includes:
step S35, determining a third user specified by the updated application;
step S36, sending the application update information to the local server corresponding to the third user.
In this embodiment, when the application service provider updates the application in the online application center, the application service provider may specify a user corresponding to the updated application, and it can be understood that the application updated by the application service provider is a private application, that is, the application service provider customizes a dedicated application for the user. When the application service provider provides the application configuration information to the online application center, the application configuration information includes a user specified by the application service provider, and the user may be a user who subscribes to the application service provider or a user who has paid a deposit.
The online server determines a third user designated by the updated application, and transmits application update information to a local server corresponding to the third user.
In the technical solution provided in this embodiment, the online server determines a third user specified by the updated application, and thus sends the application update information to the local server corresponding to the third user, so as to implement updating of the private application.
Referring to fig. 7, fig. 7 is a fifth embodiment of the update method applied in the present invention, and based on the fourth embodiment, before the step S35, the method further includes:
step S37, determining the type of the updated application;
step S38, when the updated application is a public application, sending the application update information to a local server corresponding to each user associated with the online server;
step S39, when the updated application is a private application, executing the step of determining the third user specified by the updated application.
In the present embodiment, the updated applications are divided into public applications and private applications. When the application service provider publishes or updates the application, the application service provider sets the type of the application, that is, sets the updated application as a public application or a private application. The setting of the type is carried by the application configuration information.
The online server determines the type of the updated application after determining the updated application. And if the updated application is the public application, sending the application updating information to the local server corresponding to each user associated with the online server, namely sending the application updating information to all the local servers. If the updated application is a private application, step S35 and step S36 are executed, that is, the application update information is sent to the local server of the user specified by the application service provider.
In the technical solution provided in this embodiment, the online server determines the type of the updated application, and determines the sending object of the application update information according to different types of the application, and the online server has a higher intelligent degree.
The invention also provides an online server.
Referring to fig. 8, fig. 8 is a schematic structural diagram of the presence server of the present invention, where the presence server 100 includes:
a determining module 110, configured to determine, by an online server, an updated application if an application update in an online application center is detected, where the online application center is loaded on the online server;
the determining module 110 is further configured to determine application update information according to the updated application, and send the application update information to a local server corresponding to the user, so that a local application center in the local server updates the application according to the application update information.
The online server 100 is further configured to implement various embodiments of the application updating method, and the specific implementation manner refers to the above embodiments, which are not described herein again.
The present invention also provides an online server, which includes a memory, a processor, and an application update program stored in the memory and executable on the processor, wherein the application update program, when executed by the processor, implements the steps of the application update method according to the above embodiment.
The present invention also provides a computer-readable storage medium storing an application update program, which when executed by the processor implements the steps of the application update method as described in the above embodiments.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or system that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or system. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other like elements in a process, method, article, or system that comprises the element.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only a preferred embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (10)

1. An application update method, characterized in that the application update method comprises the following steps:
if the online server detects that the application in the online application center is updated, determining the updated application, wherein the online application center is loaded on the online server;
determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user so that a local application center in the local server updates the application according to the application updating information.
2. The application updating method of claim 1, wherein the step of sending the application updating information to the local server corresponding to the user comprises:
determining an application service provider corresponding to the updated application;
determining a first user subscribed to the application facilitator;
and sending the application updating information to a local server corresponding to the first user.
3. The application updating method of claim 1, wherein the step of sending the application updating information to the local server corresponding to the user comprises:
determining a type of the updated application;
determining a second user subscribed to the type;
and sending the application updating information to a local server corresponding to the second user.
4. The application updating method of claim 1, wherein the step of sending the application updating information to the local server corresponding to the user comprises:
determining a third user specified by the updated application;
and sending the application updating information to a local server corresponding to the third user.
5. The application updating method of claim 4, wherein the step of determining a third user specified by the updated application is preceded by:
determining a type of the updated application;
when the updated application is a public application, sending the application updating information to a local server corresponding to each user associated with the online server;
and when the updated application is a private application, the step of determining the third user designated by the updated application is executed.
6. The application updating method of any of claims 1-5, wherein the application updating method further comprises:
receiving an application updating request, and acquiring application configuration information according to the application updating request;
and when the application configuration information is determined to meet the updating condition, updating the application in the online application center according to the application configuration information, and executing the step of determining the updated application.
7. An online server, comprising:
the system comprises a determining module, a judging module and a judging module, wherein the determining module is used for determining an updated application if an online server detects that the application in an online application center is updated, and the online application center is loaded on the online server;
the determining module is further configured to determine application update information according to the updated application, and send the application update information to a local server corresponding to the user, so that a local application center in the local server updates the application according to the application update information.
8. An online server, characterized in that the online server comprises a memory, a processor and an application update program stored in the memory and executable on the processor, the application update program, when executed by the processor, implementing the steps of the application update method according to any one of claims 1-6.
9. An application update system, comprising:
the online server is used for determining updated application if the online server detects that the application in the online application center is updated, determining application updating information according to the updated application, and sending the application updating information to a local server corresponding to a user, so that the local application center in the local server updates the application according to the application updating information;
and the one or more local servers are in communication connection with the online server and are used for receiving the application updating information sent by the online server so as to update the application of the local application center in the local server according to the application updating information.
10. A computer-readable storage medium, characterized in that the computer-readable storage medium stores an application update program, which when executed by the processor implements the steps of the application update method according to any of claims 1-6.
CN202010146701.1A 2020-03-04 2020-03-04 Online server, application updating method and system, and computer-readable storage medium Pending CN111240731A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010146701.1A CN111240731A (en) 2020-03-04 2020-03-04 Online server, application updating method and system, and computer-readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010146701.1A CN111240731A (en) 2020-03-04 2020-03-04 Online server, application updating method and system, and computer-readable storage medium

Publications (1)

Publication Number Publication Date
CN111240731A true CN111240731A (en) 2020-06-05

Family

ID=70871632

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010146701.1A Pending CN111240731A (en) 2020-03-04 2020-03-04 Online server, application updating method and system, and computer-readable storage medium

Country Status (1)

Country Link
CN (1) CN111240731A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100087184A1 (en) * 2008-10-08 2010-04-08 Research In Motion Limited System and methods for configuring an updating frequency for mobile wireless communications device application updates and related methods
CN101848230A (en) * 2010-01-27 2010-09-29 宇龙计算机通信科技(深圳)有限公司 Method for pushing application program and application program server
CN109343874A (en) * 2018-08-30 2019-02-15 百度在线网络技术(北京)有限公司 Upgrade method, device, equipment and computer readable storage medium

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100087184A1 (en) * 2008-10-08 2010-04-08 Research In Motion Limited System and methods for configuring an updating frequency for mobile wireless communications device application updates and related methods
CN101848230A (en) * 2010-01-27 2010-09-29 宇龙计算机通信科技(深圳)有限公司 Method for pushing application program and application program server
CN109343874A (en) * 2018-08-30 2019-02-15 百度在线网络技术(北京)有限公司 Upgrade method, device, equipment and computer readable storage medium

Similar Documents

Publication Publication Date Title
CN101410800B (en) System and method for a software distribution service
KR101278743B1 (en) Solution deployment in a server farm
CN109787976B (en) Information updating method and device, computer equipment and storage medium
US20020194584A1 (en) Automated provisioning of computing networks using a network database model
JP2003504721A (en) Reconfiguration manager that controls electronic device upgrades
CN111371615B (en) Online server, method and system for updating operation and maintenance tool and readable storage medium
CN113064600B (en) Method and device for deploying application
US20170339003A1 (en) Automatic network mangement system and methods
EP2438709B1 (en) Network element integration
DE602005005435T2 (en) System and method for communication management of component applications
US11226943B2 (en) Assigning access control for flat data structure
CN113157812A (en) Method and system for synchronizing distributed multi-cluster state class data
CN112738138A (en) Cloud security hosting method, device, equipment and storage medium
CN116257438A (en) Updating method of interface test case and related equipment
CN113315754B (en) Intelligent linkage method, device, equipment and medium for firewall of container visit
US11593463B2 (en) Execution type software license management
CN109992298B (en) Examination and approval platform expansion method and device, examination and approval platform and readable storage medium
CN111240731A (en) Online server, application updating method and system, and computer-readable storage medium
CN113676489B (en) Threat file handling method, device and medium
US10924575B2 (en) Automatic network management system and methods
KR20160025282A (en) System and method for providing client terminal to user customized synchronization service
CN112099803B (en) Incremental deployment method and system of ERP system
CN114282210A (en) Sandbox automatic construction method and system, computer equipment and readable storage medium
CN111385318B (en) Method and device for deploying and/or using API (application program interface) service and cloud service network
CN115102854B (en) Remote procedure call route management control method, system and equipment for micro-service

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