CN111158725B - Program upgrading method, device, terminal and storage medium - Google Patents

Program upgrading method, device, terminal and storage medium Download PDF

Info

Publication number
CN111158725B
CN111158725B CN201911405352.4A CN201911405352A CN111158725B CN 111158725 B CN111158725 B CN 111158725B CN 201911405352 A CN201911405352 A CN 201911405352A CN 111158725 B CN111158725 B CN 111158725B
Authority
CN
China
Prior art keywords
module
request
program
upgraded
upgrading
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
CN201911405352.4A
Other languages
Chinese (zh)
Other versions
CN111158725A (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.)
Shanghai Dameng Database Co Ltd
Original Assignee
Shanghai Dameng Database 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 Shanghai Dameng Database Co Ltd filed Critical Shanghai Dameng Database Co Ltd
Priority to CN201911405352.4A priority Critical patent/CN111158725B/en
Publication of CN111158725A publication Critical patent/CN111158725A/en
Application granted granted Critical
Publication of CN111158725B publication Critical patent/CN111158725B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

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

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

The invention discloses a program upgrading method, a program upgrading device, a terminal and a storage medium. The method comprises the following steps: receiving a program upgrading instruction; determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module; and upgrading the module to be upgraded. According to the technical scheme, one or more of the service interface module, the request processing module and the request buffering module of the program are used as the module to be upgraded, the module to be upgraded is independently upgraded, other modules cannot be upgraded, the influence on other modules and functions is reduced, and the efficiency of program upgrading is improved.

Description

Program upgrading method, device, terminal and storage medium
Technical Field
The embodiment of the invention relates to the technical field of software programs, in particular to a program upgrading method, a device, a terminal and a storage medium.
Background
The application program is usually required to continuously update iterations after the application program is provided with services from the online research and development. In the process of upgrading the program, the operation of the original program is stopped, a new program installation package is downloaded and installed to replace or cover the original program, so that related files or data are updated, and the program is restarted after the upgrading is completed to provide services again.
In the existing program upgrading method, a user cannot use functions or services of any part of programs during waiting for upgrading, particularly for basic programs such as a database and an operating system, a lot of programs running on the basic programs are problematic and unusable in the upgrading period, the whole program is replaced or covered with a large amount of data, the upgrading speed is low, and the existing program upgrading method is low in efficiency.
Disclosure of Invention
The invention provides a program upgrading method, a program upgrading device, a terminal and a storage medium, so as to improve program upgrading efficiency.
In a first aspect, an embodiment of the present invention provides a program upgrading method, including:
receiving a program upgrading instruction;
determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module;
and upgrading the module to be upgraded.
Further, the module to be upgraded comprises a request processing module;
in the process of upgrading the request processing module, the method further comprises the following steps:
and caching the request information received by the service interface module to the request buffer module.
Further, after upgrading the request processing module, the method further comprises:
reading the request information cached in the request buffer module;
and processing the cached request information through the updated request processing module.
Further, after upgrading the request processing module, the method further comprises:
and sending the request information received by the service interface module to the updated request processing module.
Further, the module to be upgraded comprises a service interface module;
before the upgrade of the module to be upgraded, the method further comprises:
the program is stopped.
Further, the module to be upgraded comprises a request buffer module;
in the process of upgrading the request buffer module, the method further comprises the following steps:
and sending the request information received by the service interface module to the request processing module.
Further, before determining the module to be upgraded according to the program upgrading instruction, the method further includes:
dividing a program into a service interface module, a request processing module and a request buffering module, wherein the service interface module is used for acquiring and distributing request information; the processing request module is used for processing the request information according to the setting logic; the request buffer module is used for buffering request information.
In a second aspect, an embodiment of the present invention provides a program upgrading apparatus, including:
the instruction receiving module is used for receiving the program upgrading instruction;
the decision module is used for determining a module to be upgraded according to the program upgrading instruction, and the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module;
and the upgrading module is used for upgrading the module to be upgraded.
In a third aspect, an embodiment of the present invention provides a terminal, including:
one or more processors;
a storage means for storing one or more programs;
when the one or more programs are executed by the one or more processors, the one or more processors are caused to implement the program upgrade method as described in the first aspect.
In a fourth aspect, an embodiment of the present invention further provides a computer readable storage medium, on which a computer program is stored, which when executed by a processor implements the program upgrading method according to the first aspect.
The embodiment of the invention provides a program upgrading method, a device, a terminal and a storage medium, wherein the method comprises the following steps: receiving a program upgrading instruction; determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module; and upgrading the module to be upgraded. According to the technical scheme, one or more of the service interface module, the request processing module and the request buffering module of the program are used as the module to be upgraded, the module to be upgraded is independently upgraded, the influence on other modules and functions is reduced, and the program upgrading efficiency is improved.
Drawings
FIG. 1 is a flowchart of a program upgrading method according to a first embodiment of the present invention;
FIG. 2 is a flowchart of an upgrade request processing module according to a second embodiment of the present invention;
FIG. 3 is a diagram illustrating a request message transmission path during normal operation of a program according to a second embodiment of the present invention;
FIG. 4 is a schematic diagram of a request information transmission path when a request processing module is upgraded in a second embodiment of the present invention;
FIG. 5 is a flowchart of an upgrade service interface module according to a second embodiment of the present invention;
FIG. 6 is a flowchart of an upgrade request buffer module according to a second embodiment of the present invention;
fig. 7 is a schematic structural diagram of a program upgrading apparatus according to a third embodiment of the present invention;
fig. 8 is a schematic hardware structure of a terminal according to a fourth embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting thereof. It should be further noted that, for convenience of description, only some, but not all of the structures related to the present invention are shown in the drawings.
Example 1
Fig. 1 is a flowchart of a program upgrading method according to a first embodiment of the present invention. The present embodiment is applicable to a case where a program is divided into a plurality of modules and upgraded separately. Specifically, the program upgrading method may be executed by a program upgrading apparatus, which may be implemented in a software and/or hardware manner and integrated in a terminal. Further, the terminal includes, but is not limited to: desktop computer, notebook computer, smart mobile phone and intelligent terminal such as tablet computer.
As shown in fig. 1, the method specifically includes the following steps:
s110, receiving a program upgrading instruction.
Specifically, the program upgrade instruction may be input by a user, for example, the user selects to upgrade the program to the latest version through voice, touch, click, or the like; the terminal system can also trigger periodically or automatically trigger the program upgrade when detecting that a new version exists; or the server side, the cloud server and the like indicate to the terminal so as to trigger the upgrading of the program.
S120, determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module.
Specifically, in this embodiment, the program is divided into three modules according to the functional logic: the terminal judges which module to be upgraded is specifically according to the program upgrading instruction after receiving the program upgrading instruction. The module to be upgraded can be specified by a program upgrading instruction; or the terminal judges which module data is updated according to the upgrade data carried in the program upgrade instruction, so that the module is selected as the module to be upgraded; in the case that the program upgrade instruction does not specify the module to be upgraded and does not directly carry upgrade data, the default module may be determined as the module to be upgraded, for example, all the three modules are upgraded.
In this embodiment, the service interface module is configured to interact with an external process of the program, that is, obtain a request of a user and distribute request information to the request processing module or the request buffering module, where the request refers to a user operation that can trigger a function of the program and trigger the terminal to make a corresponding response, for example, the user clicks a certain application program on a desktop of the terminal, triggers the terminal to start and enter an interface of the application program, and the user operation is a request for starting or entering a certain application program; for another example, the user triggers the terminal to clear the application program running in the background through the shortcut key, and the user operation is a request for closing the application program; for example, photographing, playing music, uploading pictures or voices to the server side, etc., can be received by the service interface module as a request.
After receiving the request, the service interface module sends the request information to the request processing module, the request processing module analyzes and processes the request information, and specific logic is executed to realize corresponding functions. The request buffer module is used for buffering request information and also can be used for buffering data generated in the running process of the program. In the state that the program normally runs (without considering upgrading), the request information is directly sent to the request processing module by the service interface module for processing, and the request information can be not cached by the request buffering module.
S130, upgrading the module to be upgraded.
Specifically, after the module to be upgraded is determined, the module to be upgraded is independently upgraded, and other modules are not affected; if a plurality of modules to be upgraded are provided, the modules can be upgraded in any order. It should be noted that, when the service interface module is upgraded, the program cannot continue to receive the request input by the external process, so the program is suspended or suspended; when the request processing module or the request caching module is upgraded, the request input by an external process can be continuously received through the service interface module, and the request information is sent to the module which is not in an upgrading state in the request processing module or the request caching module, so that the normal function of the program is ensured, and the running of the program is not interrupted.
Further, before determining the module to be upgraded according to the program upgrading instruction, the method further includes: dividing a program into a service interface module, a request processing module and a request buffering module, wherein the service interface module is used for acquiring and distributing request information; the processing request module is used for processing the request information according to the setting logic; the request buffer module is used for buffering request information.
According to the program upgrading method provided by the embodiment of the invention, one or more of the service interface module, the request processing module and the request buffering module of the program are used as the modules to be upgraded, the modules to be upgraded are independently upgraded, other modules are not upgraded, the influence on other modules and functions is reduced, and the program upgrading efficiency is improved.
Example two
The present embodiment optimizes the upgrade process of each module based on the above embodiments, and specifically describes the upgrade process of each module. It should be noted that technical details not described in detail in this embodiment may be found in any of the above embodiments.
Fig. 2 is a flowchart of an upgrade request processing module according to a second embodiment of the present invention. As shown in fig. 2, the process of upgrading the request processing module specifically includes:
s210, receiving a program upgrading instruction.
S220, determining the module to be upgraded as a request processing module according to the program upgrading instruction.
S230, upgrading the request processing module.
S240, caching the request information received by the service interface module to the request buffer module.
Specifically, in the process of upgrading the request processing module, the method further comprises the following steps: and caching the request information received by the service interface module to a request buffer module.
In this embodiment, S230 and S240 are executed in parallel, so that it is ensured that in the process of upgrading the request processing module, the request information can still be obtained, the program can be kept running, and the request information is cached in the request buffering module, so that subsequent processing is facilitated.
S250, reading the request information cached in the request buffer module.
S260, processing the cached request information through the updated request processing module.
S270, the request information received by the service interface module is sent to the updated request processing module.
In this embodiment, while the request processing module is upgraded, the service interface module still keeps receiving the request of the external process, caches the request information in the request buffer module, and does not process the request, and after the request processing module is upgraded, reads the cached request information and processes the request information by using the service logic after the upgrade. In the view of the user, the user can still use various functions of the program in the process of upgrading the request processing module, but the response time is prolonged. For example, before upgrading, for a request for starting a camera, the request processing module executes corresponding logic, starts the camera, and enters a camera interface; in the upgrading process, the request processing module increases the gradual animation effect and the sound effect of the sound gradually increased from weak to strong in the process of entering the interface. In the upgrading process, the user can still normally input a request for starting the camera, and the request information is cached to the request buffer module by the request processing module, but the camera is not started immediately; after the upgrade of the request processing module is completed, the terminal can read the cache and execute corresponding functions by utilizing the business logic after the upgrade, namely, when a user inputs a request, the request processing module is in an upgrade state, and the camera is started to be executed according to the logic after the upgrade, and the sound effect and the animation effect are added.
It should be noted that the execution order of S270 and S250-S260 is not limited in this embodiment, that is, the request information for reading and processing the cache occurs after the update of the request processing module is completed, and after the update of the request processing module is completed, the request information received by the service interface module is not passed through the cache of the request buffer module, but is directly sent to the request processing module, and is executed in real time by the request processing module. The embodiment does not exclude the situation that the request processing module processes the cached request information read from the request buffer module and directly processes the new request information received by the service interface module within a period of time after the upgrading is completed.
FIG. 3 is a diagram illustrating a request message transmission path during normal operation of a program according to a second embodiment of the present invention. As shown in fig. 3, in the normal operation condition, the request information does not need to pass through the cache of the request buffer module, but is directly processed by the request processing module; the request buffer module is independent, can be in a non-running state, and can also be used for buffering other data generated in the running process of the program, such as setting information of an interface, an account number and the like of the program by a user.
Fig. 4 is a schematic diagram of a request information transmission path when upgrading a request processing module according to the second embodiment of the present invention. As shown in fig. 4, in the case of upgrading the request processing module, the request information is sent to the request buffer module by the service interface module for buffering, and the request processing module does not participate in the running of the program and independently upgrades; after the upgrade is completed, the cached request information is read from the request cache module, the request processing module processes the cached request information with new service logic or processes the newly received request information, and the request information does not need to pass through the cache of the request cache module and is directly processed by the request processing module.
Fig. 5 is a flowchart of an upgrade service interface module according to a second embodiment of the present invention. As shown in fig. 5, the process of upgrading the service interface module specifically includes:
s310, receiving a program upgrading instruction.
S320, determining the module to be upgraded as a service interface module according to the program upgrading instruction.
S330, stopping running the program.
S340, upgrading the service interface module.
In particular, in this embodiment, since the service interface module is directed to an external process and is used for receiving all requests initiated by user operations, the running of the program needs to be stopped before the service interface module is upgraded. The service interface module has single function and is mainly used for receiving and distributing request information, and processing logic is not involved, so that the service interface module has lower upgrading requirement, the service stopping time of the program is short, and the upgrading cost is lower.
Fig. 6 is a flowchart of an upgrade request buffer module according to a second embodiment of the present invention. As shown in fig. 6, the process of upgrading the request buffer module specifically includes:
s410, receiving a program upgrading instruction.
S420, determining the module to be upgraded as a request buffer module according to the program upgrading instruction.
S430, upgrading the request buffer module.
In this embodiment, the request buffer module works independently in the normal running state of the program, and is not affected by the other two modules, so that the program running does not need to be stopped, and the program can be directly updated.
Specifically, in the process of upgrading the request buffer module, the method further includes: and sending the request information received by the service interface module to a request processing module. That is, in the process of upgrading the request buffer module, the request information is directly distributed to the request processing module for processing, and at this time, the transmission path of the request information is the same as that in the normal running state of the program shown in fig. 3.
According to the program upgrading method provided by the second embodiment of the invention, the program is optimized on the basis of the second embodiment, the service interface module, the request processing module and the request buffer module of the program are respectively and independently upgraded, the normal running of the program is not affected by the upgrade of the request processing module and the request buffer module, the user can normally use the functions of the program, the upgrade among the modules is not affected, the local upgrade can be conveniently realized, and the program upgrading efficiency is improved.
Example III
Fig. 7 is a schematic structural diagram of a program upgrading apparatus according to a third embodiment of the present invention. The program upgrading device provided in this embodiment includes:
an instruction receiving module 510, configured to receive a program upgrade instruction;
the decision module 520 is configured to determine a module to be upgraded according to the program upgrade instruction, where the module to be upgraded includes at least one of a service interface module, a request processing module, and a request buffering module;
an upgrade module 530, configured to upgrade the module to be upgraded.
According to the program upgrading device provided by the embodiment of the invention, one or more of the service interface module, the request processing module and the request buffering module of the program are used as the modules to be upgraded, the modules to be upgraded are independently upgraded, the influence on other modules and functions is reduced, and the program upgrading efficiency is improved.
On the basis of the above embodiment, the module to be upgraded includes a request processing module;
the apparatus further comprises:
and the request information forwarding module is used for caching the request information received by the service interface module to the request buffer module in the process of upgrading the request processing module.
Further, the device further comprises:
the reading module is used for reading the request information cached in the request buffer module after the request processing module is upgraded;
and the processing module is used for processing the cached request information through the updated request processing module.
Further, the request information forwarding module is further configured to:
after the request processing module is upgraded, the request information received by the service interface module is sent to the upgraded request processing module.
Further, the module to be upgraded comprises a service interface module;
the apparatus further comprises: and the stopping module is used for stopping running the program before the module to be upgraded is upgraded.
Further, the module to be upgraded comprises a request buffer module;
the request information forwarding module is further configured to: and in the process of upgrading the request buffer module, the request information received by the service interface module is sent to the request processing module.
Further, the device further comprises:
the dividing module is used for dividing the program into a service interface module, a request processing module and a request buffering module before the to-be-upgraded module is determined according to the program upgrading instruction, wherein the service interface module is used for acquiring and distributing request information; the processing request module is used for processing the request information according to the setting logic; the request buffer module is used for buffering request information.
The program upgrading device provided by the third embodiment of the invention can be used for executing the program upgrading method provided by any embodiment, and has corresponding functions and beneficial effects.
Example IV
Fig. 8 is a schematic hardware structure of a terminal according to a fourth embodiment of the present invention. Terminals include, but are not limited to: desktop computer, notebook computer, smart mobile phone and intelligent terminal such as tablet computer. As shown in fig. 8, a terminal provided in this embodiment includes: a processor 610 and a storage 620. The processor(s) in the terminal may be one or more, for example one processor 610 in fig. 8, and the processor 610 and the memory device 620 in the terminal may be connected by a bus or otherwise, for example by a bus connection in fig. 8.
The one or more programs are executed by the one or more processors 610 to cause the one or more processors to implement the program upgrade method of any of the above embodiments.
The storage 620 in the terminal is used as a computer readable storage medium, and may be used to store one or more programs, such as a software program, a computer executable program, and a module, for example, program instructions/modules corresponding to a program upgrading method in an embodiment of the present invention (for example, the modules in the program upgrading apparatus shown in fig. 7 include an instruction receiving module 510, a decision module 520, and an upgrading module 530). The processor 610 executes various functional applications of the terminal and data processing by running software programs, instructions and modules stored in the storage 620, i.e., implements the program upgrade method in the above-described method embodiment.
The storage device 620 mainly includes a storage program area and a storage data area, wherein the storage program area can store an operating system and at least one application program required by functions; the storage data area may store data created according to the use of the terminal, etc. (e.g., program upgrade instructions, request information, etc. in the above-described embodiment). In addition, storage 620 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid-state storage device. In some examples, the storage 620 may further include memory remotely located with respect to the processor 610, which may be connected to the terminal through a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
And, when one or more programs included in the above-described terminal are executed by the one or more processors 610, the following operations are performed: receiving a program upgrading instruction; determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module; and upgrading the module to be upgraded.
The terminal provided in this embodiment and the program upgrading method provided in the foregoing embodiment belong to the same inventive concept, and technical details not described in detail in this embodiment can be found in any of the foregoing embodiments, and this embodiment has the same advantages as those of executing the program upgrading method.
On the basis of the foregoing embodiments, this embodiment further provides a computer-readable storage medium having stored thereon a computer program which, when executed by a program upgrading apparatus, implements the program upgrading method in any of the foregoing embodiments of the present invention, the method comprising: receiving a program upgrading instruction; determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module; and upgrading the module to be upgraded.
Of course, the storage medium containing the computer executable instructions provided by the embodiment of the invention is not limited to the program upgrading method operation described above, and can also execute the related operations in the program upgrading method provided by any embodiment of the invention, and has corresponding functions and beneficial effects.
From the above description of embodiments, it will be clear to a person skilled in the art that the present invention may be implemented by means of software and necessary general purpose hardware, but of course also by means of hardware, although in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product, which may be stored in a computer readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, etc., and include several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the program upgrading method according to the embodiments of the present invention.
Note that the above is only a preferred embodiment of the present invention and the technical principle applied. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, while the invention has been described in connection with the above embodiments, the invention is not limited to the embodiments, but may be embodied in many other equivalent forms without departing from the spirit or scope of the invention, which is set forth in the following claims.

Claims (6)

1. A program upgrade method, comprising:
receiving a program upgrading instruction;
determining a module to be upgraded according to the program upgrading instruction, wherein the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module;
upgrading the module to be upgraded;
the module to be upgraded comprises a request processing module;
in the process of upgrading the request processing module, the method further comprises the following steps:
caching the request information received by the service interface module to the request buffer module;
after upgrading the request processing module, further comprising:
reading the request information cached in the request buffer module;
processing the cached request information through an updated request processing module;
after upgrading the request processing module, further comprising:
the request information received by the service interface module is sent to an updated request processing module;
the module to be upgraded comprises a request buffer module;
in the process of upgrading the request buffer module, the method further comprises the following steps:
and sending the request information received by the service interface module to the request processing module.
2. The method of claim 1, wherein the module to be upgraded comprises a service interface module;
before the upgrade of the module to be upgraded, the method further comprises:
the program is stopped.
3. The method of any of claims 1-2, further comprising, prior to said determining a module to be upgraded according to said program upgrade instructions:
dividing a program into a service interface module, a request processing module and a request buffering module, wherein the service interface module is used for acquiring and distributing request information; the processing request module is used for processing the request information according to the setting logic; the request buffer module is used for buffering request information.
4. A program upgrade apparatus, comprising:
the instruction receiving module is used for receiving the program upgrading instruction;
the decision module is used for determining a module to be upgraded according to the program upgrading instruction, and the module to be upgraded comprises at least one of a service interface module, a request processing module and a request buffering module;
the upgrading module is used for upgrading the module to be upgraded;
the module to be upgraded comprises a request processing module;
the apparatus further comprises:
the request information forwarding module is used for caching the request information received by the service interface module to the request buffer module in the process of upgrading the request processing module
The reading module is used for reading the request information cached in the request buffer module after the request processing module is upgraded;
the processing module is used for processing the cached request information through the updated request processing module
The request information forwarding module is further configured to:
after the request processing module is upgraded, the request information received by the service interface module is sent to the upgraded request processing module
The module to be upgraded comprises a request buffer module;
the request information forwarding module is further configured to: and in the process of upgrading the request buffer module, the request information received by the service interface module is sent to the request processing module.
5. A terminal, comprising:
one or more processors;
a storage means for storing one or more programs;
when executed by the one or more processors, causes the one or more processors to implement the program upgrade method of any one of claims 1-3.
6. A computer-readable storage medium, on which a computer program is stored, characterized in that the program, when being executed by a processor, implements a program upgrade method according to any one of claims 1-3.
CN201911405352.4A 2019-12-30 2019-12-30 Program upgrading method, device, terminal and storage medium Active CN111158725B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911405352.4A CN111158725B (en) 2019-12-30 2019-12-30 Program upgrading method, device, terminal and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911405352.4A CN111158725B (en) 2019-12-30 2019-12-30 Program upgrading method, device, terminal and storage medium

Publications (2)

Publication Number Publication Date
CN111158725A CN111158725A (en) 2020-05-15
CN111158725B true CN111158725B (en) 2024-01-23

Family

ID=70559674

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911405352.4A Active CN111158725B (en) 2019-12-30 2019-12-30 Program upgrading method, device, terminal and storage medium

Country Status (1)

Country Link
CN (1) CN111158725B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105756A (en) * 2007-08-21 2008-01-16 中兴通讯股份有限公司 Multi-core terminal firmware upgrading method
WO2014029270A1 (en) * 2012-08-23 2014-02-27 International Business Machines Corporation Dynamic service class upgrades in data networks
WO2014169623A1 (en) * 2013-04-17 2014-10-23 腾讯科技(深圳)有限公司 Upgrade information processing method and device, and computer readable storage medium
CN106462455A (en) * 2015-06-16 2017-02-22 华为技术有限公司 Process replacement method and device
CN107465539A (en) * 2017-07-25 2017-12-12 北京康得新创科技股份有限公司 The upgrade-system of the upgrade method of firmware, terminal and firmware
CN109525410A (en) * 2017-09-20 2019-03-26 华为技术有限公司 The method, apparatus and distributed memory system of distributed memory system updating and management
CN110377321A (en) * 2019-07-22 2019-10-25 平安科技(深圳)有限公司 Method, apparatus, terminal and the storage medium of application program updating

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101105756A (en) * 2007-08-21 2008-01-16 中兴通讯股份有限公司 Multi-core terminal firmware upgrading method
WO2014029270A1 (en) * 2012-08-23 2014-02-27 International Business Machines Corporation Dynamic service class upgrades in data networks
WO2014169623A1 (en) * 2013-04-17 2014-10-23 腾讯科技(深圳)有限公司 Upgrade information processing method and device, and computer readable storage medium
CN106462455A (en) * 2015-06-16 2017-02-22 华为技术有限公司 Process replacement method and device
CN107465539A (en) * 2017-07-25 2017-12-12 北京康得新创科技股份有限公司 The upgrade-system of the upgrade method of firmware, terminal and firmware
CN109525410A (en) * 2017-09-20 2019-03-26 华为技术有限公司 The method, apparatus and distributed memory system of distributed memory system updating and management
CN110377321A (en) * 2019-07-22 2019-10-25 平安科技(深圳)有限公司 Method, apparatus, terminal and the storage medium of application program updating

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
苏诗荐 ; 章杰 ; 程树英 ; 戴曼娜 ; 林汉伟 ; .一种基于Web的远程在线升级技术的实现.有线电视技术.2015,(第01期),全文. *
郑荣纬 ; 杨焱 ; .信息系统自动升级功能模块化设计.医疗卫生装备.2011,(第08期),全文. *
雷奥 ; .MSP430微控制器讲座 (三)如何实现程序的远程监控及在线升级.电子世界.2007,(第03期),全文. *

Also Published As

Publication number Publication date
CN111158725A (en) 2020-05-15

Similar Documents

Publication Publication Date Title
CN108595207B (en) Gray scale publishing method, rule engine, system, terminal and storage medium
JP7241729B2 (en) Resource scheduling method, device, facility, storage medium, and program
US10911565B2 (en) Method, device and system for associating a service account
US11010215B2 (en) Recommending applications based on call requests between applications
TWI622933B (en) Client update method and device
CN108287708B (en) Data processing method and device, server and computer readable storage medium
US11782756B2 (en) Method and apparatus for scheduling processor core, and storage medium
US10592312B2 (en) Message oriented middleware with integrated rules engine
WO2020206691A1 (en) Application processing method and apparatus, storage medium, and electronic device
CN111221643A (en) Task processing method and task processing device
CN111897564A (en) Application updating method and system
US12093102B2 (en) System and method for power state enforced subscription management
CN108038010A (en) Android system startup stage broadcast transmission method, apparatus and terminal
CN107608744B (en) Application process management method and device and mobile terminal
CN110851285A (en) Resource multiplexing method, device and equipment based on GPU virtualization
CN109639813B (en) Video file transmission processing method and device, electronic equipment and storage medium
CN117724852B (en) Cloud computer computing resource allocation method and device
CN111158725B (en) Program upgrading method, device, terminal and storage medium
WO2018023966A1 (en) Method and device for determining caching strategy
CN109976790B (en) Application updating method, device, terminal and storage medium
US10474475B2 (en) Non-intrusive restart of a task manager
EP3721604B1 (en) Automatic subscription management of computing services
CN110120963B (en) Data processing method, device, equipment and machine readable medium
CN116208487A (en) Method, device, equipment and medium for upgrading consensus algorithm in block chain system
CN109995855B (en) Data acquisition method, device and terminal

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