CN110908681A - Method and device for upgrading software - Google Patents

Method and device for upgrading software Download PDF

Info

Publication number
CN110908681A
CN110908681A CN201811087213.7A CN201811087213A CN110908681A CN 110908681 A CN110908681 A CN 110908681A CN 201811087213 A CN201811087213 A CN 201811087213A CN 110908681 A CN110908681 A CN 110908681A
Authority
CN
China
Prior art keywords
software
upgrade
upgrading
equipment
package
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
CN201811087213.7A
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.)
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Original Assignee
Beijing Jingdong Century Trading Co Ltd
Beijing Jingdong Shangke Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Jingdong Century Trading Co Ltd, Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Century Trading Co Ltd
Priority to CN201811087213.7A priority Critical patent/CN110908681A/en
Publication of CN110908681A publication Critical patent/CN110908681A/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

Abstract

The invention discloses a method and a device for upgrading software, and relates to the technical field of computers. The software upgrading method is executed by an independent upgrading tool, the upgrading tool is started automatically when equipment is started, and a specific implementation mode of the method comprises the following steps: when the equipment is started, whether an upgrade package is stored in a local nonvolatile memory of the equipment is searched; if yes, upgrading the software according to the upgrade package; otherwise, starting the software upgrading check process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing the user to restart the equipment to complete the software upgrading. According to the implementation mode, software upgrading under the scene that the upgrading package cannot be installed on line can be realized, the upgrading package can be installed through equipment starting, the upgrading process is safer, and the problems that the states of all software needing to work in cooperation with each other in the same system are asynchronous due to online upgrading, the response is disordered and the like are solved.

Description

Method and device for upgrading software
Technical Field
The invention relates to the technical field of computers, in particular to a method and a device for upgrading software.
Background
In the existing software upgrading scheme, in the upgrading mode, the device to be upgraded is mostly used for inquiring the information of the upgrading package on the file server, or the file server is used for pushing the upgrading instruction to the device to be upgraded. Then, the device to be upgraded can download a file containing a file list and each version number on the file server to judge whether a new upgrade package needs to be downloaded, and can also access the file server with the own device identification to acquire the file list specially used for the upgrade of the own device.
Because most of software or programs can achieve the purpose of software upgrading by installing an upgrade package on line and restarting the software, the existing software upgrading scheme is mostly directed at the scene where the upgrade package can be installed on line. The term "online" is used herein to refer to the device to be upgraded operating in a task mode rather than a standby mode.
However, when some devices to be upgraded install the software upgrade package during task execution, it may be impossible to apply a new upgrade package by restarting the upgraded software itself because the upgraded software is out of synchronization with other software in the same system that needs to cooperate, that is, the existing technical solution is not applicable to software upgrade in a scenario where the upgrade package cannot be installed online.
Disclosure of Invention
In view of this, embodiments of the present invention provide a method and an apparatus for software upgrade, which can implement software upgrade in a scenario where an upgrade package cannot be installed online, and install the upgrade package by starting a device, so that an upgrade process is safer, and problems of response confusion and the like caused by asynchronous states of software in the same system that need to cooperate with each other due to online upgrade are avoided.
To achieve the above object, according to an aspect of an embodiment of the present invention, a method of upgrading software is provided.
A method of software upgrade, the method being performed by a stand-alone upgrade tool, and the upgrade tool being self-starting at device start-up, the method comprising: when the equipment is started, searching whether an upgrade package is stored in a local nonvolatile memory of the equipment; if yes, upgrading the software according to the upgrading package; otherwise, starting a software upgrading check process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing a user to restart the equipment to complete software upgrading.
Optionally, the software upgrade configuration is performed by launching the upgrade tool in a parameterized manner.
Optionally, the software upgrading according to the upgrade package includes: and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code.
Optionally, after the software upgrade is performed according to the upgrade package, the method further includes: deleting all upgrade packages stored on the equipment; and updating the version number of the upgraded software on the device.
Optionally, before starting the software upgrade checking process, the method further includes: obtaining a current version number of software on the device.
Optionally, before starting the software upgrade checking process, the method further includes: starting a main function program of the equipment; and notifying the user of a device reboot to complete the software upgrade includes: and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading.
Optionally, the software upgrade checking process includes: acquiring the identifier of the equipment which does not need to be upgraded from the server; if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of an upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not; and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
Optionally, the identifier of the device includes grouping information to which the device belongs; and obtaining the highest version number of the upgrade package for the software on the device from the server comprises: acquiring an upgrade package list from the server; searching an upgrade package with a name containing grouping information of the equipment and an upgrade package without a grouping field from the upgrade package list; and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
According to another aspect of the embodiments of the present invention, an apparatus for upgrading software is provided.
An apparatus for software upgrade, the apparatus being located in a stand-alone upgrade tool, and the upgrade tool being self-starting at device start-up, the apparatus comprising: the judging module is used for searching whether an upgrading packet is stored in a local nonvolatile memory of the equipment or not when the equipment is started, if so, executing the upgrading module, and otherwise, executing the checking module; the upgrading module is used for upgrading software according to the upgrading package; the checking module is used for starting a software upgrading checking process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing a user of restarting the equipment to complete software upgrading.
Optionally, the software upgrade configuration is performed by launching the upgrade tool in a parameterized manner.
Optionally, the upgrade module is further configured to: and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code.
Optionally, the system further comprises an update module, configured to: after software upgrading is carried out according to the upgrading packet, all upgrading packets stored on the equipment are deleted; and updating the version number of the upgraded software on the device.
Optionally, the system further comprises an obtaining module, configured to: acquiring a current version number of software on the device before starting a software upgrade check flow.
Optionally, the system further comprises a program starting module, configured to: before starting a software upgrading checking process, starting a main function program of the equipment; and, the checking module is further configured to: and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading.
Optionally, the software upgrade checking process includes: acquiring the identifier of the equipment which does not need to be upgraded from the server; if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of an upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not; and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
Optionally, the identifier of the device includes grouping information to which the device belongs; and obtaining the highest version number of the upgrade package for the software on the device from the server comprises: acquiring an upgrade package list from the server; searching an upgrade package with a name containing grouping information of the equipment and an upgrade package without a grouping field from the upgrade package list; and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
According to another aspect of the embodiment of the invention, an electronic device for software upgrading is provided.
An electronic device for software upgrade, comprising: one or more processors; the storage device is used for storing one or more programs, and when the one or more programs are executed by the one or more processors, the one or more processors realize the software upgrading method provided by the embodiment of the invention.
According to yet another aspect of embodiments of the present invention, a computer-readable medium is provided.
A computer readable medium, on which a computer program is stored, which when executed by a processor implements a method of software upgrade as provided by embodiments of the present invention.
One embodiment of the above invention has the following advantages or benefits: software upgrading is executed by using an independent upgrading tool, the upgrading tool is set to be self-started when equipment is started, and software upgrading processing can be carried out by the upgrading tool when the equipment is started: if the local nonvolatile memory of the equipment is provided with the upgrade package, the software is directly upgraded, otherwise, a software upgrading check flow is started, the new upgrade package is downloaded from the server and stored on the local nonvolatile memory of the equipment until the new upgrade package is checked, then a user is informed to restart the equipment to complete software upgrading, software upgrading under the scene that the upgrade package cannot be installed on line is realized, the upgrade package can be installed through equipment starting, the upgrading process is safer, the problems of response disorder and the like caused by asynchronous states of all software needing to work in cooperation with each other in the same system due to on-line upgrading are avoided, meanwhile, the file server can be built more conveniently, the upgrade package is manufactured more simply, and the file server is maintained more conveniently. In addition, the upgrade package is stored in the local nonvolatile memory, so that the upgrade package can not be lost after the equipment is restarted. By adding the grouping information of the equipment in the identification of the equipment, the purpose of upgrading according to groups can be achieved. The parameters of equipment, software and the like related to the upgrade can be configured by starting the upgrade tool with the parameters (passwords), so that the equipment to be upgraded for implementing the upgrade is accurately controlled.
Further effects of the above-mentioned non-conventional alternatives will be described below in connection with the embodiments.
Drawings
The drawings are included to provide a better understanding of the invention and are not to be construed as unduly limiting the invention. Wherein:
FIG. 1 is a schematic diagram of the main steps of a method of software upgrade according to an embodiment of the present invention;
FIG. 2 is a schematic flow chart of a software upgrade of an embodiment of the present invention;
FIG. 3 is a schematic diagram of the main modules of an apparatus for software upgrade according to an embodiment of the present invention;
FIG. 4 is an exemplary system architecture diagram in which embodiments of the present invention may be employed;
fig. 5 is a schematic block diagram of a computer system suitable for use in implementing a terminal device or server of an embodiment of the invention.
Detailed Description
Exemplary embodiments of the present invention are described below with reference to the accompanying drawings, in which various details of embodiments of the invention are included to assist understanding, and which are to be considered as merely exemplary. Accordingly, those of ordinary skill in the art will recognize that various changes and modifications of the embodiments described herein can be made without departing from the scope and spirit of the invention. Also, descriptions of well-known functions and constructions are omitted in the following description for clarity and conciseness.
The invention aims at the upgrading scene that: the device to be upgraded can only download the upgrade package but can not install the upgrade package during the execution of the main function program, can not achieve the purpose of applying the upgrade package by restarting software, can only install the upgrade package when restarting the device, and then starts the main function program.
Fig. 1 is a schematic diagram of the main steps of a method of software upgrade according to an embodiment of the present invention. The method of software upgrade of the present invention is performed by a separate, dedicated upgrade tool, rather than by the main function program, and the upgrade tool is self-starting at device start-up. As shown in fig. 1, the method for upgrading software according to the embodiment of the present invention mainly includes the following steps S101 to S103.
Step S101: when the equipment is started, whether an upgrade package is stored in a local nonvolatile memory of the equipment is searched;
step S102: if yes, upgrading the software according to the upgrade package;
step S103: otherwise, starting the software upgrading check process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing the user to restart the equipment to complete the software upgrading.
According to the technical scheme of the invention, the upgrade package is stored on a local nonvolatile memory of the equipment. A non-volatile memory NVM (non-volatile memory) refers to a computer memory that does not lose stored data when the current is turned off, for example: hard disk or flash memory, etc. Therefore, after the equipment is restarted, the upgrading package downloaded before the equipment is restarted can be still stored in the equipment.
According to the embodiment of the invention, software upgrading is performed through an independent and special upgrading tool Updatertool, and an upgrading program is not deployed in a main function program of the software, so that equipment to be upgraded and the software to be upgraded for implementing upgrading can be accurately controlled. Updatertool is a software upgrade tool that can perform software upgrades according to set logic. There are two ways of initiating UpdaterTool: parameters related to upgrading can be configured in a mode of starting with parameters (such as passwords), and an upgrading mode can be entered in a mode of starting without parameters (self-starting). Software upgrade configuration can be performed by starting the upgrade tool in a parameterized manner. For example: the relevant information of the file server, the relevant information of the software to be upgraded, the relevant information of the equipment to be upgraded and the like can be configured.
According to an embodiment of the present invention, the software upgrading according to the upgrade package specifically includes: and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code. Therefore, the validity of the upgrade package can be judged by checking the files in the upgrade package. And only after the upgrade package passes the verification, the upgrade package can be installed. Generally, the upgrade package is compressed, and therefore, the upgrade package needs to be decompressed before being verified. The upgrade package may include contents such as an upgrade program, a check code generated by the system, and an upgrade history, and when calculating the check code corresponding to the file in the upgrade package, the check code corresponding to the upgrade program is generally calculated. And then, comparing the check code obtained by calculation with the check code generated by the system and included in the upgrade package to judge whether the file in the upgrade package is correct, complete and effective. In calculating the check code corresponding to the ascending order of the upgrade, a common hashing or encryption algorithm may be used, for example: MD5(MD5Message-Digest Algorithm, 5 th edition), CRC (Cyclic Redundancy Check) or MD2, MD3, etc. In addition, according to another embodiment of the present invention, only the upgrade program may be included in the upgrade package, and then a file for recording the check code is downloaded from the file server, and then the calculated check code is compared with the check code on the downloaded file for recording the check code to determine the validity of the upgrade package.
According to an embodiment of the present invention, after the software upgrade is performed according to the upgrade package, it is also possible to: deleting all upgrade packages stored on the equipment; and updating the version number of the upgraded software on the device. Therefore, when the upgrading packet is found on the equipment, the upgrading packet is determined to be the upgrading packet to be upgraded without judging whether the upgrading packet is the latest upgrading packet or not, so that the judging operation of the upgrading packet is simplified; in addition, the version number of the upgraded software is updated, namely the version number of the software can be compared with the corresponding version number in the upgrade package to determine whether the upgrade is needed, so that the upgrade judgment process is further simplified.
According to another embodiment of the present invention, before starting the software upgrade checking process, the method further includes: a current version number of software on the device is obtained.
According to another embodiment of the present invention, before the software upgrade checking process is started, the main function program of the device may also be started; moreover, when notifying the user to restart the device to complete the software upgrade, the method may specifically include: and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading. Because the main function program is displayed on the full screen on the user interface, the upgrading tool informs the main function program, and the main function program informs the user of restarting the equipment, so that the user can be better informed on the user interface. In addition, in the specific implementation process, the upgrade tool may also use other notification methods, such as: short message, mail, buzzer, etc. to inform the user to restart the device. In addition, when the user restarts the device, the user can flexibly select the restart time according to the use condition, for example, the user can select the device to restart when the device is in a non-working state or a standby state.
According to an embodiment of the present invention, the software upgrade checking process may specifically include:
acquiring the identifier of the equipment which does not need to be upgraded from the server;
if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of the upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not;
and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
According to another embodiment of the present invention, the identifier of the device includes grouping information to which the device belongs; moreover, the obtaining of the highest version number of the upgrade package of the software on the device from the server may specifically include:
acquiring an upgrade package list from a server;
searching an upgrade package which contains grouping information of the equipment in the name and an upgrade package which does not contain a grouping field from an upgrade package list;
and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
The following describes the implementation of the present invention with reference to specific embodiments.
According to the embodiment of the invention, the following scenario settings can be made:
1. assuming that the ID of the device is GroupNM _ IDx, wherein the GroupNM field identifies the name of the group to which the device belongs, and IDx is the index value of the device in the group to which the device belongs;
2. assuming that the software upgradeable to the device is SoftWareA, SoftWareB and SoftWareC (the specific number may be arbitrary), the version number of each software may be set to a format of X or x.y or x.y.z, where X, Y and Z are a major version number, a minor version number and a revision version number, respectively. For example, if the version number of a piece of software is 2.3.5, the major version number is 2, the minor version number is 3, and the revision version number is 5. The major version number can be changed only when the important function is changed, the minor version number corresponds to the minor function upgrade, and the revision version number can be updated when the software is upgraded every time;
3. the File Server is, for example, an FTP Server (File Transfer Protocol Server, which is a computer providing File storage and access services on the internet and provides services according to the FTP Protocol), the device has the right to read, list and access subdirectory for the FTP File directory of the File Server, and the maintainer has all the right to operate files and folders for the FTP File directory of the File Server. The list directory means that the client can require the server to return all file lists under one folder; the entry of the subdirectories means that the client can access all levels of directories in the file server;
4. the executable program for implementing the software upgrade function of the device is Updatertool. In an embodiment of the present invention, the updatetool is a software upgrading tool, and software upgrading can be performed according to the set logic. There are two ways of initiating UpdaterTool: parameters related to upgrading can be configured in a mode of starting with parameters (such as passwords), and an upgrading mode can be entered in a mode of starting without parameters.
Before the software upgrade is performed, the following preparation operations are also required to be performed:
1. the parameters related to the upgrade are initially set or the previously set parameters are modified:
the Updatertool is manually activated with a parameter (the parameter may be a specific string that is a maintenance password), and the program enters the parameter configuration mode after activation. In the parameter configuration mode, a configurator may input parameters related to the upgrade, such as an IP (internet protocol) address of the file server, a user name and a password of the file server, a current version number of softward a, a current version number of softward b, a current version number of softward c, and an identification id (identity) of the device to be upgraded, at the prompt of a program (a prompt may be presented with a user interface or a command line), and after confirming the input, the configurator stores the parameters in a nonvolatile memory (a hard disk, a flash memory, or the like) of the device to be upgraded. If software such as SoftWareA, SoftWareB, SoftWareC and the like does not exist in the current device to be upgraded, the version number of the device to be upgraded can be set to 0 or 0.0 or 0.0.0 when the initial parameters are set;
2. preparing an upgrade package:
taking softwave a as an example, assuming a form named "x.y.z" of the version number, the corresponding upgrade package name is softwave a-group nm-x.y.z-yyyymmdd.bin, where yyyyymmdd is year, month and day information when the upgrade package is made, which is not necessary, but the name of the upgrade package must include the software name and version number information of the upgrade package. The upgrade package is generally a compressed package, which is compressed from the following three files (folders): SoftWareA's upgrade program, md5.txt (file content is SoftWareA's MD5 code), and update. log (content is SoftWareA's upgrade history). If SoftWareA is a plurality of files or a folder, it(s) is (are) compressed into a compressed file, and then the MD5 code of the compressed file is written into md5. txt. Wherein, the GroupNM field in the upgrade package name is unnecessary, and if there is no GroupNM field, it indicates that all groups of devices can download and install the upgrade package. If the GroupNM field is carried, only the equipment belonging to the GroupNM group can download and install the upgrade package;
3. and putting the upgrade package into a corresponding file directory of the file server:
the file directory of the file server may be organized in such a way that: the root directory is put into an ID directory of a device that does not need to be upgraded, whose contents are separated by spaces. Three folders are created in the root directory under the names SoftWareA, SoftWareB and SoftWareC of the software to be upgraded, and then a new upgrade package (e.g., SoftWareA-GroupNM-x.y.z-yyyymmdd.bin) is put into the corresponding folder (e.g., SoftWareA). Txt is not necessary, and the role is to write the ID of the device that does not need to be upgraded into this file when the upgrade needs to be performed for a part of the device.
Through the preparation operation, equipment and software which need to be upgraded can be set, an upgrade package is prepared, and the upgrade package is stored in a corresponding file directory of the file server. And then, software upgrading can be carried out. The upgrade mode is entered by starting the UpdaterTool without a parameter, so that the UpdaterTool performs software upgrade according to the preset logic. Specifically, the "no parameter mode startup updatetool" needs to be put into the boot software auto-start sequence of the device. When the computer is started, some software can be started in a certain sequence, and the names of the software can be input in a script file in the linux to realize the software. Automatic startup of UpdaterTool at device startup is achieved by placing UpdaterTool as one of the items in this self-startup script.
Fig. 2 is a schematic flow chart of software upgrade according to an embodiment of the present invention. As shown in fig. 2, the software upgrading process according to the embodiment of the present invention mainly includes the following steps S1 to S7.
Step S1: when the equipment is started, searching whether an upgrade package exists in a folder for storing the upgrade package on a local nonvolatile memory of the equipment, and if the upgrade package does not exist, entering the step S2; and if the upgrade package exists, decompressing and verifying the upgrade package (MD5 code), and installing the upgrade package after normal decompression and verification are successful. Then all upgrade package files in the folder in which the upgrade package is stored are deleted, and the version number of the software that has just been upgraded before on the device is updated, and then the process proceeds to step S2. The operation sequence of deleting all upgrade package files after installing the upgrade package and updating the software version number can furthest avoid the influence caused by accidental power failure in the software upgrading process.
Step S2: the current version number of each software on the device is obtained from the non-volatile memory local to the device, and then the process proceeds to step S3.
Step S3: the main function program of the apparatus is started, the apparatus starts to operate, and then the process proceeds to step S4. Wherein each device has its own main function, such as: the main function program of an ATM (Automatic Teller Machine) Machine is a program related to depositing and withdrawing money. The main functions of a plurality of devices of the same type may be the same or different (e.g., different version numbers).
Step S4: and starting a software upgrading checking process, wherein the software upgrading checking process is a process of periodically checking whether the software of the equipment needs to be upgraded on the file server. When it is checked that there is a new upgrade package, the process proceeds to step S5. The software upgrade checking process may specifically include the following steps:
step S41: the file server is accessed, and whether the file (recording the identification of the device which does not need to be upgraded) exists or not is checked. If not, the process proceeds to step S42. Otherwise, downloading the file and checking whether the identifier ID of the device is in the file, if so, indicating that the upgrade is not needed, and executing step S41 again after waiting for a certain time (a set check period), otherwise, entering step S42;
step S42: the files are respectively switched to upgrade package storage directories corresponding to 3 pieces of software, namely SoftWareA, SoftWareB and SoftWareC, of the file server, and an upgrade package directory LIST in each directory is acquired (if the file server is an FTP server, the file LIST can be acquired by sending a "LIST" command). And then, determining whether a new upgrade package of the software exists according to the upgrade package directory list corresponding to each software. Taking SoftWareA as an example, according to the name of the upgrade package in the upgrade package directory list corresponding to the software, the version number of the upgrade package of SoftWareA is obtained by analyzing the group information GroupNM including the device and the name of the upgrade package not including the GroupNM field, and the name of the upgrade package with the highest version number is determined. Comparing the highest version number with the current version number of the software SoftWareA installed on the device, and if the highest version number is higher than the current version number of the software SoftWareA installed on the device, taking the upgrade package of the highest version number as a new upgrade package, and proceeding to step S5; otherwise, step S41 is executed again after waiting for a certain time (the set check period). According to one embodiment of the invention, when comparing version numbers, the size of a main version number X is compared firstly, and the version number with larger X is higher; when X is the same, the larger version number of Y is higher; in the case where X and Y are both the same, the larger version number of Z is high.
Step S5: the device downloads the new upgrade package from the file server and stores the downloaded new upgrade package in a folder storing the upgrade package on a local non-volatile memory of the device. If the folder for locally storing the upgrade package has the upgrade package of an old version (the upgrade package is not decompressed and installed), the upgrade package of the old version is directly deleted, that is, at most one upgrade package of the same type is stored in the folder for storing the upgrade package, so that the upgrade packages searched from the folder for storing the upgrade packages are all the upgrade packages of the latest version when the equipment is started each time. Then, the process proceeds to step S6.
Step S6: the update tool updatetool notifies the main function program of the device in an inter-process communication manner that a new update package has been downloaded, and the main function program notifies the user in a certain manner (e.g., through a user interface popup) that the device is restarted to complete the software update. Specifically, the user may select an appropriate time for the device to restart, for example: and restarting the equipment when the equipment is in a non-working state or a standby state. Then, the process proceeds to step S7.
Step S7: after waiting for a predetermined time (a set check period), the process proceeds to step S41.
Wherein, the steps S2 and S3 may be executed simultaneously, or the step S2 is executed first and then the step S3 is executed; the step S3 may be executed first and then the step S2 may be executed, which does not affect the implementation of the present invention.
In addition, when the method is specifically implemented, the equipment for implementing the upgrade is controlled in a mode of saving the identifier of the equipment which does not need to be upgraded into the configuration file and including the group name of the equipment to be upgraded in the name of the upgrade package; similarly, the device may also control the device to perform the upgrade by inquiring whether there is an upgrade instruction from the server, or by requesting the upgrade from the server according to the ID of the device itself, and replying whether the upgrade is possible or not from the server.
Fig. 3 is a schematic diagram of main blocks of a device for software upgrade according to an embodiment of the present invention. The device for upgrading the software is positioned in an independent upgrading tool, and the upgrading tool is self-started when the equipment is started. As shown in fig. 3, the apparatus 300 for upgrading software according to the embodiment of the present invention mainly includes a determination module 301, an upgrade module 302, and a check module 303.
The judging module 301 is used for searching whether an upgrade package is stored in a local nonvolatile memory of the device when the device is started, if so, executing the upgrade module 302, otherwise, executing the checking module 303;
the upgrade module 302 is used for upgrading software according to the upgrade package;
the checking module 303 is configured to start a software upgrade checking process until a new upgrade package is checked, download the new upgrade package from the server and store the new upgrade package in a local non-volatile memory of the device, and then notify the user to restart the device to complete software upgrade.
According to one embodiment of the invention, software upgrade configuration is performed by launching the upgrade tool in a parameterized manner.
According to an embodiment of the present invention, the upgrade module 302 may further be configured to:
and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code.
According to another embodiment of the present invention, the apparatus 300 for upgrading software may further include an update module (not shown in the figure) for:
after software upgrading is carried out according to the upgrading packet, all upgrading packets stored on the equipment are deleted;
and updating the version number of the upgraded software on the device.
According to another embodiment of the present invention, the apparatus 300 for upgrading software may further include an obtaining module (not shown in the figure) for:
the current version number of the software on the device is obtained before the software upgrade check procedure is initiated.
According to another embodiment of the present invention, the apparatus 300 for upgrading software may further include a program starting module (not shown in the figure) for:
before starting the software upgrading checking process, starting a main function program of the equipment;
also, the checking module 303 may be further configured to:
and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading.
According to yet another embodiment of the present invention, the software upgrade check process may include:
acquiring the identifier of the equipment which does not need to be upgraded from the server;
if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of the upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not;
and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
According to one embodiment of the invention, the identifier of the device includes grouping information to which the device belongs; and, obtaining the highest version number of the upgrade package for the software on the device from the server comprises:
acquiring an upgrade package list from a server;
searching an upgrade package which contains grouping information of the equipment in the name and an upgrade package which does not contain a grouping field from an upgrade package list;
and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
According to an embodiment of the present invention, the apparatus 300 for software upgrade may be implemented as a stand-alone upgrade tool.
According to the technical scheme of the embodiment of the invention, the software upgrading is executed by using the independent upgrading tool, and the upgrading tool is set to be self-started when the equipment is started, namely, the upgrading tool can be used for carrying out software upgrading treatment when the equipment is started: if the local nonvolatile memory of the equipment is provided with the upgrade package, the software is directly upgraded, otherwise, a software upgrading check flow is started, the new upgrade package is downloaded from the server and stored on the local nonvolatile memory of the equipment until the new upgrade package is checked, then a user is informed to restart the equipment to complete software upgrading, software upgrading under the scene that the upgrade package cannot be installed on line is realized, the upgrade package can be installed through equipment starting, the upgrading process is safer, the problems of response disorder and the like caused by asynchronous states of all software needing to work in cooperation with each other in the same system due to on-line upgrading are avoided, meanwhile, the file server can be built more conveniently, the upgrade package is manufactured more simply, and the file server is maintained more conveniently. In addition, the upgrade package is stored in the local nonvolatile memory, so that the upgrade package can not be lost after the equipment is restarted. By adding the grouping information of the equipment in the identification of the equipment, the purpose of upgrading according to groups can be achieved. The parameters of equipment, software and the like related to the upgrade can be configured by starting the upgrade tool with the parameters (passwords), so that the equipment to be upgraded for implementing the upgrade is accurately controlled.
Fig. 4 illustrates an exemplary system architecture 400 of a software upgrading method or apparatus to which embodiments of the present invention may be applied.
As shown in fig. 4, the system architecture 400 may include terminal devices 401, 402, 403, a network 404, and a server 405. The network 404 serves as a medium for providing communication links between the terminal devices 401, 402, 403 and the server 405. Network 404 may include various types of connections, such as wire, wireless communication links, or fiber optic cables, to name a few.
A user may use terminal devices 401, 402, 403 to interact with a server 405 over a network 404 to receive or send messages or the like. The terminal devices 401, 402, 403 may have installed thereon various communication client applications, such as shopping-like applications, web browser applications, search-like applications, instant messaging tools, mailbox clients, social platform software, etc. (by way of example only).
The terminal devices 401, 402, 403 may be various electronic devices having a display screen and supporting web browsing, including but not limited to smart phones, tablet computers, laptop portable computers, desktop computers, and the like.
The server 405 may be a server providing various services, such as a background management server (for example only) providing support for shopping websites browsed by users using the terminal devices 401, 402, 403. The backend management server may analyze and perform other processing on the received data such as the product information query request, and feed back a processing result (for example, target push information, product information — just an example) to the terminal device.
It should be noted that the method for upgrading software provided by the embodiment of the present invention is generally performed by the server 405, and accordingly, the device for upgrading software is generally disposed in the server 405.
It should be understood that the number of terminal devices, networks, and servers in fig. 4 is merely illustrative. There may be any number of terminal devices, networks, and servers, as desired for implementation.
Referring now to FIG. 5, a block diagram of a computer system 500 suitable for use with a terminal device or server implementing an embodiment of the invention is shown. The terminal device or the server shown in fig. 5 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present invention.
As shown in fig. 5, the computer system 500 includes a Central Processing Unit (CPU)501 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM)502 or a program loaded from a storage section 508 into a Random Access Memory (RAM) 503. In the RAM 503, various programs and data necessary for the operation of the system 500 are also stored. The CPU 501, ROM 502, and RAM 503 are connected to each other via a bus 504. An input/output (I/O) interface 505 is also connected to bus 504.
The following components are connected to the I/O interface 505: an input portion 506 including a keyboard, a mouse, and the like; an output portion 507 including a display such as a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, and a speaker; a storage portion 508 including a hard disk and the like; and a communication section 509 including a network interface card such as a LAN card, a modem, or the like. The communication section 509 performs communication processing via a network such as the internet. The driver 510 is also connected to the I/O interface 505 as necessary. A removable medium 511 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is mounted on the drive 510 as necessary, so that a computer program read out therefrom is mounted into the storage section 508 as necessary.
In particular, according to the embodiments of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program embodied on a computer readable medium, the computer program comprising program code for performing the method illustrated in the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network through the communication section 509, and/or installed from the removable medium 511. The computer program performs the above-described functions defined in the system of the present invention when executed by the Central Processing Unit (CPU) 501.
It should be noted that the computer readable medium shown in the present invention can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present invention, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present invention, however, a computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams or flowchart illustration, and combinations of blocks in the block diagrams or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules described in the embodiments of the present invention may be implemented by software, or may be implemented by hardware. The described units or modules may also be provided in a processor, and may be described as: a processor includes a determination module, an upgrade module, and an inspection module. The names of these units or modules do not form a limitation on the units or modules themselves under certain conditions, for example, the determination module may also be described as "a module for searching whether an upgrade package is stored in a local nonvolatile memory of the device when the device is started, and if so, executing the upgrade module, otherwise, executing the check module".
As another aspect, the present invention also provides a computer-readable medium that may be contained in the apparatus described in the above embodiments; or may be separate and not incorporated into the device. The computer readable medium carries one or more programs which, when executed by a device, cause the device to comprise: a method of performing a software upgrade by a stand-alone upgrade tool, and the upgrade tool self-boots at device boot-up, the method comprising: when the equipment is started, searching whether an upgrade package is stored in a local nonvolatile memory of the equipment; if yes, upgrading the software according to the upgrading package; otherwise, starting a software upgrading check process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing a user to restart the equipment to complete software upgrading.
According to the technical scheme of the embodiment of the invention, the software upgrading is executed by using the independent upgrading tool, and the upgrading tool is set to be self-started when the equipment is started, namely, the upgrading tool can be used for carrying out software upgrading treatment when the equipment is started: if the local nonvolatile memory of the equipment is provided with the upgrade package, the software is directly upgraded, otherwise, a software upgrading check flow is started, the new upgrade package is downloaded from the server and stored on the local nonvolatile memory of the equipment until the new upgrade package is checked, then a user is informed to restart the equipment to complete software upgrading, software upgrading under the scene that the upgrade package cannot be installed on line is realized, the upgrade package can be installed through equipment starting, the upgrading process is safer, the problems of response disorder and the like caused by asynchronous states of all software needing to work in cooperation with each other in the same system due to on-line upgrading are avoided, meanwhile, the file server can be built more conveniently, the upgrade package is manufactured more simply, and the file server is maintained more conveniently. In addition, the upgrade package is stored in the local nonvolatile memory, so that the upgrade package can not be lost after the equipment is restarted. By adding the grouping information of the equipment in the identification of the equipment, the purpose of upgrading according to groups can be achieved. The parameters of equipment, software and the like related to the upgrade can be configured by starting the upgrade tool with the parameters (passwords), so that the equipment to be upgraded for implementing the upgrade is accurately controlled.
The above-described embodiments should not be construed as limiting the scope of the invention. Those skilled in the art will appreciate that various modifications, combinations, sub-combinations, and substitutions can occur, depending on design requirements and other factors. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (18)

1. A method of software upgrade, characterized in that the method is performed by a stand-alone upgrade tool, and that the upgrade tool is self-starting at device start-up, the method comprising:
when the equipment is started, searching whether an upgrade package is stored in a local nonvolatile memory of the equipment;
if yes, upgrading the software according to the upgrading package;
otherwise, starting a software upgrading check process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing a user to restart the equipment to complete software upgrading.
2. The method of claim 1, wherein the software upgrade configuration is performed by launching the upgrade tool with parameters.
3. The method of claim 1, wherein upgrading software according to the upgrade package comprises:
and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code.
4. The method of claim 1, wherein after performing the software upgrade according to the upgrade package, further comprising:
deleting all upgrade packages stored on the equipment;
and updating the version number of the upgraded software on the device.
5. The method of claim 1, wherein before initiating the software upgrade check process, further comprising:
obtaining a current version number of software on the device.
6. The method of claim 1, wherein before initiating the software upgrade check process, further comprising:
starting a main function program of the equipment;
and notifying the user of a device reboot to complete the software upgrade includes:
and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading.
7. The method of claim 1, wherein the software upgrade check process comprises:
acquiring the identifier of the equipment which does not need to be upgraded from the server;
if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of an upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not;
and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
8. The method according to claim 7, wherein the identifier of the device includes grouping information to which the device belongs; and obtaining the highest version number of the upgrade package for the software on the device from the server comprises:
acquiring an upgrade package list from the server;
searching an upgrade package with a name containing grouping information of the equipment and an upgrade package without a grouping field from the upgrade package list;
and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
9. An apparatus for software upgrade, the apparatus being located in a separate upgrade tool, and the upgrade tool being self-starting at device start-up, the apparatus comprising:
the judging module is used for searching whether an upgrading packet is stored in a local nonvolatile memory of the equipment or not when the equipment is started, if so, executing the upgrading module, and otherwise, executing the checking module;
the upgrading module is used for upgrading software according to the upgrading package;
the checking module is used for starting a software upgrading checking process until a new upgrading package is checked, downloading the new upgrading package from the server and storing the new upgrading package in a local nonvolatile memory of the equipment, and then informing a user of restarting the equipment to complete software upgrading.
10. The apparatus of claim 9, wherein the software upgrade configuration is performed by activating the upgrade tool with parameters.
11. The apparatus of claim 9, wherein the upgrade module is further configured to:
and calculating a check code corresponding to the file in the upgrade package, comparing the check code with a preset check code, and installing the upgrade package to upgrade the software when the check code is consistent with the preset check code.
12. The apparatus of claim 9, further comprising an update module to:
after software upgrading is carried out according to the upgrading packet, all upgrading packets stored on the equipment are deleted;
and updating the version number of the upgraded software on the device.
13. The apparatus of claim 9, further comprising an acquisition module configured to:
acquiring a current version number of software on the device before starting a software upgrade check flow.
14. The apparatus of claim 9, further comprising a program initiation module to:
before starting a software upgrading checking process, starting a main function program of the equipment;
and, the checking module is further configured to:
and informing the main function program in an interprocess communication mode, and informing a user of equipment restart by the main function program so as to complete software upgrading.
15. The apparatus of claim 9, wherein the software upgrade check procedure comprises:
acquiring the identifier of the equipment which does not need to be upgraded from the server;
if the identifier is not acquired or the acquired identifier does not include the identifier of the equipment, acquiring the highest version number of an upgrade package of the software on the equipment from the server, and judging whether the highest version number is higher than the current version number of the software on the equipment or not;
and if the version number is higher than the preset version number, taking the upgrade package with the highest version number as a new upgrade package.
16. The apparatus according to claim 15, wherein the identifier of the device includes grouping information to which the device belongs; and obtaining the highest version number of the upgrade package for the software on the device from the server comprises:
acquiring an upgrade package list from the server;
searching an upgrade package with a name containing grouping information of the equipment and an upgrade package without a grouping field from the upgrade package list;
and obtaining the version number of the upgrade package according to the searched name of the upgrade package to determine the highest version number.
17. An electronic device for software upgrade, comprising:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-8.
18. A computer-readable medium, on which a computer program is stored, which, when being executed by a processor, carries out the method according to any one of claims 1-8.
CN201811087213.7A 2018-09-18 2018-09-18 Method and device for upgrading software Pending CN110908681A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811087213.7A CN110908681A (en) 2018-09-18 2018-09-18 Method and device for upgrading software

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811087213.7A CN110908681A (en) 2018-09-18 2018-09-18 Method and device for upgrading software

Publications (1)

Publication Number Publication Date
CN110908681A true CN110908681A (en) 2020-03-24

Family

ID=69812730

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811087213.7A Pending CN110908681A (en) 2018-09-18 2018-09-18 Method and device for upgrading software

Country Status (1)

Country Link
CN (1) CN110908681A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782236A (en) * 2020-05-11 2020-10-16 广州朗国电子科技有限公司 System software upgrading method and device, storage medium and all-in-one machine equipment
CN113190246A (en) * 2021-04-27 2021-07-30 北京京东乾石科技有限公司 Software program upgrading method and device, readable storage medium and electronic equipment
CN113407211A (en) * 2021-06-20 2021-09-17 杭州登虹科技有限公司 Embedded equipment-based upgrading method without redundant space
CN113806390A (en) * 2020-06-16 2021-12-17 西安诺瓦星云科技股份有限公司 LED box management method, device and system
CN114928603A (en) * 2022-05-16 2022-08-19 中国工商银行股份有限公司 Client software upgrading method and device, electronic equipment and medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101008895A (en) * 2006-01-24 2007-08-01 联想(北京)有限公司 Software update system and method of computer enclosed operation system
US20090271780A1 (en) * 2008-04-24 2009-10-29 Moschip Semiconductor Technology Limited Automatic complete firmware upgrade
CN103064715A (en) * 2013-01-09 2013-04-24 上海大唐移动通信设备有限公司 Remote upgrade method and system for automatic drive test systems
CN103699421A (en) * 2014-01-08 2014-04-02 金三立视频科技(深圳)有限公司 Method and device for upgrading embedded device system
US20140304697A1 (en) * 2011-12-01 2014-10-09 Tencent Technology (Shenzhen) Company Limited Method and system for upgrading software
CN105677398A (en) * 2015-12-31 2016-06-15 中海网络科技股份有限公司 Universal embedded computer software on-line upgrading method
CN107919992A (en) * 2017-11-21 2018-04-17 桂林爱家购股份有限公司 A kind of client upgrade-system and method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101008895A (en) * 2006-01-24 2007-08-01 联想(北京)有限公司 Software update system and method of computer enclosed operation system
US20090271780A1 (en) * 2008-04-24 2009-10-29 Moschip Semiconductor Technology Limited Automatic complete firmware upgrade
US20140304697A1 (en) * 2011-12-01 2014-10-09 Tencent Technology (Shenzhen) Company Limited Method and system for upgrading software
CN103064715A (en) * 2013-01-09 2013-04-24 上海大唐移动通信设备有限公司 Remote upgrade method and system for automatic drive test systems
CN103699421A (en) * 2014-01-08 2014-04-02 金三立视频科技(深圳)有限公司 Method and device for upgrading embedded device system
CN105677398A (en) * 2015-12-31 2016-06-15 中海网络科技股份有限公司 Universal embedded computer software on-line upgrading method
CN107919992A (en) * 2017-11-21 2018-04-17 桂林爱家购股份有限公司 A kind of client upgrade-system and method

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111782236A (en) * 2020-05-11 2020-10-16 广州朗国电子科技有限公司 System software upgrading method and device, storage medium and all-in-one machine equipment
CN113806390A (en) * 2020-06-16 2021-12-17 西安诺瓦星云科技股份有限公司 LED box management method, device and system
CN113190246A (en) * 2021-04-27 2021-07-30 北京京东乾石科技有限公司 Software program upgrading method and device, readable storage medium and electronic equipment
CN113407211A (en) * 2021-06-20 2021-09-17 杭州登虹科技有限公司 Embedded equipment-based upgrading method without redundant space
CN114928603A (en) * 2022-05-16 2022-08-19 中国工商银行股份有限公司 Client software upgrading method and device, electronic equipment and medium
CN114928603B (en) * 2022-05-16 2024-01-30 中国工商银行股份有限公司 Upgrading method and device of client software, electronic equipment and medium

Similar Documents

Publication Publication Date Title
US10713034B2 (en) Updating web resources
CN110908681A (en) Method and device for upgrading software
US10694353B2 (en) Updating web resources
CN105786538B (en) software upgrading method and device based on android system
CN107291481B (en) Component updating method, device and system
CN105260209A (en) Hot-update solution of program
CN113626286A (en) Multi-cluster instance processing method and device, electronic equipment and storage medium
CN112860282B (en) Cluster plug-in upgrading method, device and server
EP2624527A1 (en) Terminal application search system
CN114780019A (en) Electronic device management method and device, electronic device and storage medium
CN114546588A (en) Task deployment method and device, storage medium and electronic device
CN112256283A (en) Application version control method and device for Android equipment
CN111381850A (en) BIOS firmware upgrading method, device, equipment and medium
CN112559131A (en) Method, device and equipment for updating container mirror image and computer readable storage medium
CN104348646A (en) Configuration data processing method, device and system
CN107015827B (en) Embedded system and method for automatically operating third-party extension program thereof
CN113872808B (en) Application processing method and device
CN113094211B (en) Backup data processing method and device
CN109996262B (en) AC starting method and device
CN113535270B (en) Software starting method and device
CN115167769A (en) Method, device and system for writing data
CN113190246A (en) Software program upgrading method and device, readable storage medium and electronic equipment
CN113094211A (en) Backup data processing method and device
CN114020313A (en) Application updating method and related equipment
CN114721697A (en) Hot patch processing method and device

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