CN107301072B - Automatic loading method and device for upgrade file - Google Patents

Automatic loading method and device for upgrade file Download PDF

Info

Publication number
CN107301072B
CN107301072B CN201710480399.1A CN201710480399A CN107301072B CN 107301072 B CN107301072 B CN 107301072B CN 201710480399 A CN201710480399 A CN 201710480399A CN 107301072 B CN107301072 B CN 107301072B
Authority
CN
China
Prior art keywords
upgrade file
file
monitoring process
identification code
code
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
CN201710480399.1A
Other languages
Chinese (zh)
Other versions
CN107301072A (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.)
Suzhou Inspur Intelligent Technology Co Ltd
Original Assignee
Suzhou Inspur Intelligent 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 Suzhou Inspur Intelligent Technology Co Ltd filed Critical Suzhou Inspur Intelligent Technology Co Ltd
Priority to CN201710480399.1A priority Critical patent/CN107301072B/en
Publication of CN107301072A publication Critical patent/CN107301072A/en
Application granted granted Critical
Publication of CN107301072B publication Critical patent/CN107301072B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Landscapes

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

Abstract

The embodiment of the invention discloses an automatic loading method of an upgrade file, which comprises the steps of obtaining first change time of the upgrade file recorded when a monitoring process is started; when detecting that the change time of the current upgrade file is longer than the first change time, the execution process sets the state code of the upgrade file as a first identification code, and then sends the state code to the monitoring process, wherein the state code is used for indicating a change signal of the current upgrade file; and when the monitoring process receives the first identification code, restarting the execution process for loading and updating the upgrade file. The self-loading and updating of the upgrading software are realized, the software upgrading efficiency is improved, the data state in the software service is fully considered, the success rate of software upgrading is favorably improved, and the software version upgrading and patching cost is reduced. In addition, the embodiment of the invention also provides a corresponding implementation device, so that the method has higher practicability and the device has corresponding advantages.

Description

Automatic loading method and device for upgrade file
Technical Field
The embodiment of the invention relates to the technical field of cloud computing data centers, in particular to an automatic loading method and device of an upgrade file.
Background
With the development of cloud computing technology, the life cycle of software (such as system software and application software) is gradually shortened, and accordingly, the requirements for frequent upgrading and patching of software versions are continuously increased.
Software iteration upgrading in the prior art generally comprises the steps of firstly using a new version or patch file to replace an existing file; the restart software service operation is then performed manually or from outside the service using scripts. Due to the fact that manual intervention is needed, upgrading efficiency is low; additionally, externally initiated restart software service operations fail to take into account the data state inside the software service, which may result in upgrade failures.
Therefore, how to more efficiently load and execute the updated software upgrade version or patch is an urgent problem to be solved by those skilled in the art.
Disclosure of Invention
The embodiment of the invention aims to provide an automatic loading method and device of an upgrade file, which not only can efficiently load and execute an upgrade version or patch of an update software, but also can reduce the cost of upgrading and patching the software version.
In order to solve the above technical problems, embodiments of the present invention provide the following technical solutions:
an embodiment of the present invention provides an automatic loading method for an upgrade file, including:
creating a monitoring process and an executing process;
acquiring first change time of an upgrade file recorded when the monitoring process is started;
when detecting that the change time of the current upgrade file is longer than the first change time, the execution process sets the state code of the upgrade file as a first identification code and sends the first identification code to the monitoring process, wherein the first identification code is used as a change signal of the current upgrade file;
and when the monitoring process receives the first identification code, restarting the execution process for loading and updating the upgrade file.
Optionally, a preset environment variable is used to distinguish the monitoring process from the executing process.
Optionally, the environment variable is stored in a lock file created by the listening process.
Optionally, the environment variable is ICS _ CHILD.
Optionally, the method further includes:
and when detecting that the lock file created by the monitoring process does not exist, operating the execution process to set the state code as a second identification code, and sending the second identification code to the monitoring process to prompt that the lock file does not exist.
Optionally, the method further includes:
judging whether the updating time of the lock file created by the monitoring process is delayed by preset time;
and when the update time of the lock file is delayed by preset time, operating the execution process to set a state code as a third identification code, and sending the third identification code to the monitoring process to prompt that the lock file is not updated.
Optionally, the method further includes:
and when the state of the monitoring process is detected to be a preset default value, the monitoring process is dormant.
Another aspect of an embodiment of the present invention provides an automatic loading apparatus for an upgrade file, including:
the process building module is used for creating a monitoring process and an execution process;
the acquisition module is used for acquiring first change time of the upgrade file recorded when the monitoring process is started;
a module for detecting a change signal, configured to, when it is detected that a change time of a current upgrade file is greater than the first change time, set, by the execution process, a state code of the upgrade file as a first identification code, and send the first identification code to the monitoring process, where the first identification code is used as a change signal of the current upgrade file;
and the file updating module is used for restarting the execution process when the monitoring process receives the first identification code so as to load and update the upgrade file.
Optionally, the method further includes:
and the lock file detection module is used for operating the execution process to set the state code as a second identification code when detecting that the lock file created by the monitoring process does not exist, and sending the second identification code to the monitoring process so as to prompt that the lock file does not exist.
Optionally, the method further includes:
the lock file updating detection module is used for judging whether the updating time of the lock file created by the monitoring process delays the preset time or not; and when the update time of the lock file is delayed by preset time, operating the execution process to set a state code as a third identification code, and sending the third identification code to the monitoring process to prompt that the lock file is not updated.
The embodiment of the invention provides an automatic loading method of an upgrade file, which comprises the steps of obtaining first change time of the upgrade file recorded when a monitoring process is started; when detecting that the change time of the current upgrade file is longer than the first change time, the execution process sets the state code of the upgrade file as a first identification code, and then sends the state code to the monitoring process, wherein the state code is used for indicating a change signal of the current upgrade file; and when the monitoring process receives the first identification code, restarting the execution process for loading and updating the upgrade file.
The technical scheme provided by the application has the advantages that the updating state of the file is checked through the execution process, the execution process is restarted by the monitoring process and used for loading the changed upgrading software, and the restarting operation is automatically executed according to the data state of the software, so that the self-loading and updating of the upgrading software are realized, the software upgrading efficiency is improved, the data state in the software service is fully considered, the success rate of software upgrading is favorably improved, and the software version upgrading and patching cost is reduced.
In addition, the embodiment of the invention also provides a corresponding implementation device for the automatic loading method of the upgrade file, so that the method has higher practicability and the device has corresponding advantages.
Drawings
In order to more clearly illustrate the embodiments or technical solutions of the present invention, the drawings used in the description of the embodiments or the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
Fig. 1 is a schematic flowchart of an automatic loading method for an upgrade file according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of another method for automatically loading an upgrade file according to an embodiment of the present invention;
fig. 3 is a structural diagram of an embodiment of an automatic loading apparatus for an upgrade file according to an embodiment of the present invention;
fig. 4 is a structural diagram of another specific embodiment of an automatic loading device for an upgrade file according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first," "second," "third," "fourth," and the like in the description and claims of this application and in the above-described drawings are used for distinguishing between different objects and not for describing a particular order. Furthermore, the terms "comprising" and "having," as well as any variations thereof, are intended to cover non-exclusive inclusions. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not limited to only those steps or elements but may include other steps or elements not expressly listed.
Having described the technical solutions of the embodiments of the present invention, various non-limiting embodiments of the present application are described in detail below.
Referring to fig. 1, fig. 1 is a schematic flow chart of an automatic loading method for an upgrade file according to an embodiment of the present invention, where the embodiment of the present invention may include the following:
s101: and creating a monitoring process and an executing process.
The monitoring process can manage the operation of the process by using the process management module, is used for monitoring the change signal of the upgrade file and starts the execution process; the execution process can adopt a multithreading technology and is used for checking the state of the upgrade file, sending a state code and loading the modified upgrade file. The listening process and the executing process may be distinguished by using a preset environment variable, for example, by setting an environment variable ICS _ CHILD.
S102: and acquiring first change time of the upgrade file recorded when the monitoring process is started.
S103: when detecting that the change time of the current upgrade file is longer than the first change time, the execution process sets the state code of the upgrade file as a first identification code and sends the first identification code to the monitoring process, wherein the first identification code is used as a change signal of the current upgrade file.
The monitoring process executes the monitoring preparation work and starts the execution process, processes the change signal of the upgrade file, and correspondingly realizes the code and refers to the code 1. The preparation work of monitoring the monitoring process can include creating a temporary lock file, storing the temporary lock file in an environment variable and detecting whether the monitoring process is normal or not by executing the process; starting the execution process, setting ICS _ CHILD for running the execution process, and circularly checking the return state code of the execution process.
The update of the upgrade file may be based on the modification time of the file, for example, when the first modification time of the upgrade file recorded when the monitoring process is started is mtime, and when the modification time of the current upgrade file is greater than mtime, it may be determined that the current upgrade file has been modified, that is, the upgrade file has been updated.
Referring to the code 2, when the execution process checks that the upgrade software is changed, the state code is set as a first identification code, and the first identification code is pre-agreed and serves as a change signal of the current upgrade file. For example, the first identification code may be 3, and when the status code is 3, it indicates that the upgrade file is changed, and restarts the execution process. S104: and when the monitoring process receives the first identification code, restarting the execution process for loading and updating the upgrade file.
When the monitoring process receives the status code of the first identification code, the monitoring process proves that the current upgrade software is changed, so that the execution process is restarted, and at the moment, the execution process executes the software service thread, namely, automatically loads the upgrade file, such as a patch, and the implementation code refers to the code 3.
As can be seen from the above, the software service recognizes the change of the file upgrade and automatically performs the restart operation according to the data state of the software service itself. The success rate of automatic updating of the upgrade file can be improved.
It should be noted that the monitoring process circularly checks the return status code of the execution process, and when the status of the monitoring process is detected to be a preset default value, the monitoring process is dormant. I.e., S103-S104 are executed in a loop until sleep.
The preset default value may be 0, when the state of the monitoring process is the default value, it indicates that the current upgrade file is not changed, and when the state is not the default value, it indicates that the upgrade file is changed. The sleep time may be preset, for example, 1 s.
Code 1: monitor progress
Figure BDA0001329200400000061
Figure BDA0001329200400000071
Code 2: executing a process
Figure BDA0001329200400000072
Figure BDA0001329200400000081
Code 3: integrated auto-load upgrade function
Figure BDA0001329200400000091
In the technical scheme provided by the embodiment of the invention, the updating state of the file is checked through the execution process, the execution process is restarted by the monitoring process and used for loading the modified upgrading software, and the restarting operation is automatically executed according to the data state of the software, so that the self-loading and updating of the upgrading software are realized, the software upgrading efficiency is improved, the data state in the software service is fully considered, the success rate of software upgrading is favorably improved, and the software version upgrading and patching cost is reduced.
In a specific implementation manner, please refer to fig. 2, based on the above embodiment, the method may further include:
s105: and when detecting that the lock file created by the monitoring process does not exist, operating the execution process to set the state code as a second identification code, and sending the second identification code to the monitoring process to prompt that the lock file does not exist.
When the monitoring process finds that the status code returned by the execution process is the second identification code, the lock file is lost, and the monitoring process creates the lock file, for example, the second identification code may be 2, and when the status code is 2, it indicates that the lock file does not exist.
S106: and judging whether the updating time of the lock file created by the monitoring process is delayed by preset time.
S107: and when the update time of the lock file is delayed by preset time, operating the execution process to set a state code as a third identification code, and sending the third identification code to the monitoring process to prompt that the lock file is not updated.
The preset delay time may be 5s, and of course, other values may be used, which do not affect the implementation of the present application.
When the monitoring process finds that the status code returned by the execution process is the third identification code, the lock file is not updated, and the monitoring process updates the current lock file, for example, the second identification code may be 1, and when the status code is 1, it indicates that the lock file is not updated.
It should be noted that the listening process loops to check that the executing process returns to the status code, i.e., S105-S107 loop to execute until sleeping.
The execution process checks the existence and the updating state of the lock file, feeds back in time, is beneficial to finding as soon as possible, establishing or updating, fully considers the data state in the software service, and is beneficial to improving the success rate of software upgrading.
The embodiment of the invention also provides a corresponding implementation device for the automatic loading method of the upgrade file, so that the method has higher practicability. The automatic loading device for the upgrade file provided by the embodiment of the present invention is introduced below, and the automatic loading device for the upgrade file described below and the automatic loading method for the upgrade file described above may be referred to in correspondence with each other.
Referring to fig. 3, fig. 3 is a structural diagram of an automatic loading device for an upgrade file according to an embodiment of the present invention, in a specific implementation manner, where the device may include:
and a process building module 301, configured to create a monitoring process and an execution process.
An obtaining module 302, configured to obtain a first change time of the upgrade file recorded when the monitoring process is started.
A module 303 for detecting a change signal, configured to set, when it is detected that the change time of the current upgrade file is greater than the first change time, the status code of the upgrade file to be a first identification code by the execution process, and send the first identification code to the monitor process, where the first identification code serves as a change signal of the current upgrade file.
A file updating module 304, configured to restart the execution process when the listening process receives the first identifier, so as to load and update the upgrade file.
In some embodiments of the present application, referring to fig. 4, the apparatus may include a lock file detection module 305, configured to, when detecting that a lock file created by the listening process does not exist, run the executing process to set a status code as a second identification code, and send the second identification code to the listening process, so as to prompt that the lock file does not exist.
Optionally, in some embodiments of the present application, referring to fig. 4, for example, the apparatus may further include a lock file detection update module 306, where the lock file detection update module 306 may include:
a determination unit 3061, configured to determine whether an update time of the lock file created by the monitoring process is delayed by a preset time;
an update detecting unit 3062, configured to, when it is determined that the update time of the lock file is delayed by the preset time, run the executing process to set the status code as a third identification code, and send the third identification code to the listening process, so as to prompt that the lock file is not updated.
The functions of the functional modules of the automatic loading device for the upgrade file according to the embodiment of the present invention may be specifically implemented according to the method in the foregoing method embodiment, and the specific implementation process may refer to the related description of the foregoing method embodiment, which is not described herein again.
Therefore, the embodiment of the invention checks the update state of the file through the execution process, restarts the execution process through the monitoring process for loading the modified upgrade software, and automatically executes the restart operation according to the data state of the software, thereby realizing the self-loading and updating of the upgrade software, improving the efficiency of the software upgrade, fully considering the data state in the software service, being beneficial to improving the success rate of the software upgrade, and reducing the cost of upgrading and patching the software version.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other. The device disclosed by the embodiment corresponds to the method disclosed by the embodiment, so that the description is simple, and the relevant points can be referred to the method part for description.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The method and the device for automatically loading the upgrade file provided by the invention are described in detail above. The principles and embodiments of the present invention are explained herein using specific examples, which are presented only to assist in understanding the method and its core concepts. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (8)

1. An automatic loading method of an upgrade file is characterized by comprising the following steps:
creating a monitoring process and an executing process; the monitoring process is used for monitoring a change signal of the upgrade file, circularly checking the state code returned by the execution process and starting the execution process; the execution process adopts a multithreading technology and is used for checking the state of the upgrade file, sending a state code and loading the modified upgrade file;
acquiring first change time of an upgrade file recorded when the monitoring process is started;
when detecting that the change time of the current upgrade file is longer than the first change time, the execution process sets the state code of the upgrade file as a first identification code and sends the first identification code to the monitoring process, wherein the first identification code is used as a change signal of the current upgrade file;
when the monitoring process receives the first identification code, restarting the execution process for loading and updating the upgrade file;
judging whether the updating time of the lock file created by the monitoring process is delayed by preset time;
and when the update time of the lock file is delayed by preset time, operating the execution process to set a state code as a third identification code, and sending the third identification code to the monitoring process to prompt that the lock file is not updated.
2. The method of claim 1, wherein a predetermined environment variable is used to distinguish the listening process from the executing process.
3. The method of claim 2, wherein the environment variable is stored in a lock file created by the listening process.
4. The method of claim 3, wherein the environment variable is an ICS _ CHILD.
5. The method of any one of claims 1 to 4, further comprising:
and when detecting that the lock file created by the monitoring process does not exist, operating the execution process to set the state code as a second identification code, and sending the second identification code to the monitoring process to prompt that the lock file does not exist.
6. The method of claim 1, further comprising:
and when the state of the monitoring process is detected to be a preset default value, the monitoring process is dormant.
7. An automatic loading device for upgrading files, which is characterized by comprising:
the process building module is used for creating a monitoring process and an execution process; the monitoring process is used for monitoring a change signal of the upgrade file, circularly checking the state code returned by the execution process and starting the execution process; the execution process adopts a multithreading technology and is used for checking the state of the upgrade file, sending a state code and loading the modified upgrade file;
the acquisition module is used for acquiring first change time of the upgrade file recorded when the monitoring process is started;
a module for detecting a change signal, configured to, when it is detected that a change time of a current upgrade file is greater than the first change time, set, by the execution process, a state code of the upgrade file as a first identification code, and send the first identification code to the monitoring process, where the first identification code is used as a change signal of the current upgrade file;
the file updating module is used for restarting the execution process when the monitoring process receives the first identification code so as to load and update the upgrade file;
the lock file updating detection module is used for judging whether the updating time of the lock file created by the monitoring process delays the preset time or not; and when the update time of the lock file is delayed by preset time, operating the execution process to set a state code as a third identification code, and sending the third identification code to the monitoring process to prompt that the lock file is not updated.
8. The apparatus of claim 7, further comprising:
and the lock file detection module is used for operating the execution process to set the state code as a second identification code when detecting that the lock file created by the monitoring process does not exist, and sending the second identification code to the monitoring process so as to prompt that the lock file does not exist.
CN201710480399.1A 2017-06-22 2017-06-22 Automatic loading method and device for upgrade file Active CN107301072B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710480399.1A CN107301072B (en) 2017-06-22 2017-06-22 Automatic loading method and device for upgrade file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710480399.1A CN107301072B (en) 2017-06-22 2017-06-22 Automatic loading method and device for upgrade file

Publications (2)

Publication Number Publication Date
CN107301072A CN107301072A (en) 2017-10-27
CN107301072B true CN107301072B (en) 2021-03-23

Family

ID=60135902

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710480399.1A Active CN107301072B (en) 2017-06-22 2017-06-22 Automatic loading method and device for upgrade file

Country Status (1)

Country Link
CN (1) CN107301072B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110737454A (en) * 2019-10-17 2020-01-31 腾讯科技(深圳)有限公司 Software project updating method and device, computer equipment and storage medium
CN110764805B (en) * 2019-10-28 2024-01-23 腾讯科技(深圳)有限公司 Client non-inductive upgrading method, device, terminal and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101697133A (en) * 2009-10-26 2010-04-21 中兴通讯股份有限公司 Software upgrading method, software upgrading system and client
CN101996106A (en) * 2010-12-17 2011-03-30 南京中兴力维软件有限公司 Method for monitoring software running state
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN103870300A (en) * 2012-12-13 2014-06-18 国际商业机器公司 Method and system for DYNAMICALLY UPDATING CODE WITHOUT REQUIRING PROCESSES TO RESTART
CN106055350A (en) * 2016-05-19 2016-10-26 北京金山安全软件有限公司 Upgrade processing method and device for configuration file
CN106789191A (en) * 2016-12-06 2017-05-31 微梦创科网络科技(中国)有限公司 A kind of automatic method for restarting of distributed deployment service processes and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7529914B2 (en) * 2004-06-30 2009-05-05 Intel Corporation Method and apparatus for speculative execution of uncontended lock instructions
US20110138377A1 (en) * 2010-05-04 2011-06-09 Phat Energy Corporation Renewable Energy Monitoring System & Method
CN105335472B (en) * 2015-09-30 2019-03-26 北京京东尚科信息技术有限公司 A kind of method and device updating data query engine configured list

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101697133A (en) * 2009-10-26 2010-04-21 中兴通讯股份有限公司 Software upgrading method, software upgrading system and client
CN101996106A (en) * 2010-12-17 2011-03-30 南京中兴力维软件有限公司 Method for monitoring software running state
CN102521099A (en) * 2011-11-24 2012-06-27 深圳市同洲视讯传媒有限公司 Process monitoring method and process monitoring system
CN103870300A (en) * 2012-12-13 2014-06-18 国际商业机器公司 Method and system for DYNAMICALLY UPDATING CODE WITHOUT REQUIRING PROCESSES TO RESTART
CN106055350A (en) * 2016-05-19 2016-10-26 北京金山安全软件有限公司 Upgrade processing method and device for configuration file
CN106789191A (en) * 2016-12-06 2017-05-31 微梦创科网络科技(中国)有限公司 A kind of automatic method for restarting of distributed deployment service processes and device

Also Published As

Publication number Publication date
CN107301072A (en) 2017-10-27

Similar Documents

Publication Publication Date Title
KR101689450B1 (en) Method and apparatus for enhancing a hibernate and resume process using user space synchronization
EP2998861B1 (en) Implementing and deleting method and device for intelligent terminal multi-operation system
CN107809324B (en) Vehicle-mounted automatic diagnosis system equipment and upgrading method thereof
US20140310698A1 (en) Apparatus and method for upgrading firmware of mobile terminal
CN108228810B (en) Form linkage configuration method and system and form updating method and system
US8782643B2 (en) Device and method for controlling communication between BIOS and BMC
CN101882085A (en) System starting method and embedded equipment
EP3153968B1 (en) Multi-system terminal system updating method, updating device and terminal
CN106095621B (en) The restoration methods and system that Launcher is operating abnormally in a kind of Android system
CN107301072B (en) Automatic loading method and device for upgrade file
CN104636217A (en) Root file system automatic backup and exception recovery method and partition structure
CN103970564A (en) Automatic repairing and upgrading method of embedded operating system and embedded operating system with automatic repairing and upgrading functions
WO2020199027A1 (en) Method for starting system, electronic device, and machine readable storage medium
CN104156279A (en) Backup method for configuration data of router
CN112527322A (en) System upgrading method, device, equipment and storage medium in Internet of things equipment
CN103514014A (en) Method for designing boot system of embedded terminal equipment
CN104317685A (en) Starting method of calculator system
CN112416411A (en) Upgrading method and device, equipment terminal, server and computer readable medium
RU2009105127A (en) CHANGES IN THE CONDITION OF THE ENVIRONMENT FOR CHANGE OF FUNCTIONAL CAPABILITIES
CN111459508B (en) BootLoader self-upgrading method and system
CN109408145B (en) Processor starting method, device, system and computer readable storage medium
CN109032649B (en) OTA (over the air) upgrading method, device, equipment and storage medium
CN111061537A (en) Method, system and device for updating Tools of virtual machine and readable storage medium
CN107844395B (en) Reboot test control method and system
CN106445601A (en) Device and method for plugin upgrading

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

Effective date of registration: 20210205

Address after: Building 9, No.1, guanpu Road, Guoxiang street, Wuzhong Economic Development Zone, Wuzhong District, Suzhou City, Jiangsu Province

Applicant after: SUZHOU LANGCHAO INTELLIGENT TECHNOLOGY Co.,Ltd.

Address before: Room 1601, floor 16, 278 Xinyi Road, Zhengdong New District, Zhengzhou City, Henan Province

Applicant before: ZHENGZHOU YUNHAI INFORMATION TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant