CN116069353B - Update guide preposition method, device, equipment and storage medium - Google Patents

Update guide preposition method, device, equipment and storage medium Download PDF

Info

Publication number
CN116069353B
CN116069353B CN202211515529.8A CN202211515529A CN116069353B CN 116069353 B CN116069353 B CN 116069353B CN 202211515529 A CN202211515529 A CN 202211515529A CN 116069353 B CN116069353 B CN 116069353B
Authority
CN
China
Prior art keywords
updated
software
update
configuration file
server
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
CN202211515529.8A
Other languages
Chinese (zh)
Other versions
CN116069353A (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.)
GUANGZHOU LIQI INTELLIGENT TECHNOLOGY CO LTD
Original Assignee
GUANGZHOU LIQI 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 GUANGZHOU LIQI INTELLIGENT TECHNOLOGY CO LTD filed Critical GUANGZHOU LIQI INTELLIGENT TECHNOLOGY CO LTD
Priority to CN202211515529.8A priority Critical patent/CN116069353B/en
Publication of CN116069353A publication Critical patent/CN116069353A/en
Application granted granted Critical
Publication of CN116069353B publication Critical patent/CN116069353B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management
    • 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/44505Configuring for program initiating, e.g. using registry, configuration files
    • G06F9/4451User profiles; Roaming
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention provides an update guide preposition method, which comprises the following steps: acquiring an identification number and a first version number corresponding to software to be updated; the identification number and the first version number are sent to a server, and the server judges whether the software to be updated needs to be updated or not; and receiving a judging result sent by the server, if the judging result is yes, downloading an update file according to an update file downloading address sent by the server, and decompressing the update file to the peer storage catalog of the software to be updated. The update guide prepositioning method provided by the invention can realize the update of the software to be updated on the basis of not influencing the formed algorithm and flow in the software, can nest any formed software, and can update the software on the basis of not influencing the original functions of the software, thereby obtaining better update experience.

Description

Update guide preposition method, device, equipment and storage medium
Technical Field
The invention belongs to the technical field of software development, and particularly relates to a method, a device, equipment and a storage medium for leading update and guide.
Background
In the case of software development, the later updating is not considered, and the software does not contain updating and upgrading functions, so that the later updating of the formed software is difficult. If the code inside the software is directly modified, an update function is added to the software, and some new bugs may be generated for the normal operation of the software.
Therefore, in order to upgrade the already-formed software without affecting the function of the software itself, it is a problem that needs to be solved at present.
It should be noted that the information disclosed in the background section of the present application is only for enhancement of understanding of the general background of the present application and should not be taken as an admission or any form of suggestion that this information forms the prior art already known to a person skilled in the art.
Disclosure of Invention
The invention aims to provide a method for updating the software of the program without affecting the function of the software, so that the software does not need to consider how to update, and the software is prevented from generating new bug, thereby obtaining better upgrading experience.
To achieve the above object, in a first aspect, the present invention provides an update guide preamble method, including:
acquiring an identification number and a first version number corresponding to software to be updated;
the identification number and the first version number are sent to a server, and the server judges whether the software to be updated needs to be updated or not;
and receiving a judging result sent by the server, if the judging result is yes, downloading an update file according to an update file downloading address sent by the server, and decompressing the update file to the peer storage catalog of the software to be updated.
Preferably, the obtaining the identification number and the first version number corresponding to the software to be updated includes:
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
and acquiring the identification number and the first version number from the first configuration file.
Preferably, the obtaining the identification number and the first version number corresponding to the software to be updated includes:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing a first version number corresponding to the software to be updated;
the serial number is obtained from the second configuration file as the identification number and the first version number is obtained from the first configuration file.
Preferably, the obtaining the identification number and the first version number corresponding to the software to be updated includes:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
acquiring the first version number from the first configuration file;
the identification number is obtained from the first configuration file, the serial number read from the second configuration file is used as the identification number when the identification number read from the first configuration file is empty, and the update guide preposition method is stopped when the identification number read from the first configuration file and the serial number read from the second configuration file are both empty.
Preferably, the update guide pre-positioning method further comprises:
receiving a check code sent by the server;
and checking the downloaded updated file, and executing the decompression of the updated file to the peer storage catalog of the software to be updated when the checking result is correct.
Preferably, before decompressing the update file to the peer storage directory of the software to be updated, the method further includes:
and backing up the current version file of the software to be updated.
Preferably, the server determining whether the software to be updated needs to be updated includes:
the server receives the identification number and the first version number;
the server determines whether the updated software to be updated needs to be queried according to the identification number;
and the server compares the latest second version number of the software to be updated with the first version number, and if the latest second version number of the software to be updated is inconsistent with the first version number, the software to be updated is judged to need to be updated.
In a second aspect, the present application further provides an update guide pre-apparatus, including:
the software version acquisition module is configured to acquire an identification number and a first version number corresponding to software to be updated;
the updating result query module is configured to send the identity number and the first version number to a server, so that the server can judge whether the software to be updated needs to be updated or not;
and the decompression updating module is configured to receive the judging result sent by the server, if the judging result is yes, the updating file is downloaded according to the updating file downloading address sent by the server, and the updating file is decompressed to the peer storage catalog of the software to be updated.
In a third aspect, the present application provides an update guide pre-apparatus, including the update guide pre-device provided in the second aspect of the present application.
In a fourth aspect, the present application provides a computer storage medium having stored thereon a computer program which, when executed, enables the update boot preamble method provided in the first aspect of the present application.
Compared with the prior art, the technical scheme of the invention has the following beneficial effects:
the invention provides an update guide preposition method, which comprises the steps of firstly, acquiring an identification number and a first version number corresponding to software to be updated; the second step is to send the identification number and the first version number to a server for the server to judge whether the software to be updated needs to be updated or not; and thirdly, receiving a judging result sent by the server, if the judging result is yes, downloading an updated file according to an updated file downloading address sent by the server, and decompressing the updated file to the peer storage catalog of the software to be updated. According to the update guide prepositioning method provided by the invention, the identity identification number and the first version number of the software to be updated are acquired, whether the appointed software to be updated is updated or not is inquired from a server, if the appointed software to be updated is updated, an update file is downloaded and decompressed to the same-level storage catalog of the software to be updated, the update of the software is realized on the basis that the original function of the software is not affected, the update process is prevented from generating new bug on the software, and therefore better upgrading experience is obtained.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions in the prior art, the drawings that are required in the embodiments or the description of the prior art will be briefly described, it being obvious that the drawings in the following description are only some embodiments of the invention, and that other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a flow chart of the update guide preamble method according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of the update guide pre-device according to an embodiment of the present invention.
Detailed Description
As described in the background art, since the update function is not included in the software for the update of the already formed software, if the update function is added to the software by directly modifying the code in the software, the normal operation of the software may be affected, and some new bugs may be caused.
The core idea of the invention is to provide a method for upgrading and updating software, which can enable the formed software to have an upgrading and updating function under the condition of not affecting the function of the software, thereby obtaining good upgrading and updating experience.
The update guide pre-method proposed by the invention is further described in detail below with reference to the accompanying drawings and specific embodiments. The advantages and features of the present invention will become more apparent from the following description. It should be noted that the drawings are in a very simplified form and are not to scale precisely, but rather merely for the purpose of facilitating and clearly aiding in the description of the embodiments of the invention.
In the description of the present invention, the terms "first," "second," and the like are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or the number of technical features indicated. Thus, a feature defining "a first" or "a second" may explicitly or implicitly include one or more such feature. In the description of the present invention, the meaning of "plurality" means at least two, for example, two, three, etc., unless specifically defined otherwise.
In order to achieve the foregoing concept, an embodiment of the present invention provides an update guide pre-processing method, referring to fig. 1, fig. 1 is a schematic flow chart of the update guide pre-processing method provided by the present invention, and as can be seen from fig. 1, the update guide pre-processing method provided by the embodiment of the present invention includes:
step S102: acquiring an identification number and a first version number corresponding to software to be updated;
step S104: the identification number and the first version number are sent to a server, and the server judges whether the software to be updated needs to be updated or not;
step S106: and receiving a judging result sent by the server, if the judging result is yes, downloading an update file according to an update file downloading address sent by the server, and decompressing the update file to the peer storage catalog of the software to be updated.
In the embodiment of the invention, the identification number is used for specifying which software to be updated needs to be queried whether updating is needed. The software to be updated is specified according to the needs, and the specific software is not limited, and the update guiding prepositive method provided by the embodiment of the invention can nest any formed software to be updated without direct update function inside the software, and realize update and upgrade of the specified software to be updated on the basis of not influencing the original function of the software.
According to the update guide preposition method provided by the invention, the identity identification number and the first version number of the software to be updated are acquired and sent to the server, the server determines the specific type of the software to be updated which needs to be queried and updates whether the received software to be updated corresponding to the identity identification number exists according to the identity identification number, if so, the judgment result of the server is received, the update file is downloaded according to the update file download address sent by the server, and the update file is decompressed to the same-level storage directory stored by the software to be updated, so that the update of the software to be updated is realized. The update guide prepositive method provided by the embodiment of the invention does not modify the formed algorithm or flow in the software to be updated, can realize the update of the formed software on the basis of not affecting the original function, and obtains better upgrading and updating experience.
In some embodiments, in step S102, the obtaining the identification number and the first version number corresponding to the software to be updated specifically includes:
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
and acquiring the identification number and the first version number from the first configuration file.
In some cases, the first configuration file in the software to be updated stores the configured identification number and the first version number, and then the update of the software to be updated can be achieved by directly reading the identification number and the first version number in the first configuration file and then executing the subsequent software update step.
In other embodiments, since the software to be updated may not be configured with an identification number in the first configuration file of the current version, in step S102 of these embodiments, the obtaining the identification number and the first version number corresponding to the software to be updated specifically includes:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing a first version number corresponding to the software to be updated;
the serial number is obtained from the second configuration file as the identification number and the first version number is obtained from the first configuration file.
Through a second configuration file, the second configuration file can store a serial number input by a user, and the embodiment of the invention uses the serial number as the identification number of the software to be updated, so that the specification of the software is realized under the condition that the identification number is not configured in the first configuration file of the software to be updated, the execution of subsequent updating steps is facilitated, and the updating and upgrading of the software to be updated are realized.
In other embodiments, it is not known whether the identification number is configured in the first configuration file, so in these embodiments, the obtaining the identification number and the first version number corresponding to the software to be updated in step S102 includes:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
acquiring the first version number from the first configuration file;
the identification number is obtained from the first configuration file, the serial number read from the second configuration file is used as the identification number when the identification number read from the first configuration file is empty, and the update guide preposition method is stopped when the identification number read from the first configuration file and the serial number read from the second configuration file are both empty.
By reading the first configuration file and the second configuration file, the identification numbers acquired in the first configuration file are prioritized, and when the identification numbers are not configured in the first configuration file, the serial numbers input by the user in the second configuration file are used as the identification numbers corresponding to the software to be updated, so that the update guiding preposition method provided by the embodiment of the invention can still be executed when the identification numbers are not configured in the first configuration file of the software to be updated, and the update of the software to be updated is realized.
In some embodiments, in order to know whether the update file downloaded from the server is consistent with the update file of the software to be updated provided by the server, the update guide pre-processing method provided by the embodiment of the present invention further includes:
receiving a check code sent by the server;
and checking the downloaded updated file, and executing the decompression of the updated file to the peer storage catalog of the software to be updated when the checking result is correct.
And providing a check code to perform consistency verification on the downloaded update file so as to ensure the update file to be correct, so that the software to be updated can be updated normally, and no new bug appears. Specifically, an MD5 check code may be used, and in other embodiments, other check methods may also be used, which is not specifically limited to the application.
In some embodiments, in order to prevent the problem of the software to be updated after the update, before executing the decompressing the update file to the peer storage directory of the software to be updated in the step S106, the method further includes:
and backing up the current version file of the software to be updated.
By backing up the current version of the software to be updated before updating, when the software to be updated has problems after updating, the state before updating can be ensured to be returned, and the updating experience of a user is improved.
In some embodiments, in step S104, the server determines whether the software to be updated needs to be updated, and specifically includes:
the server receives the identification number and the first version number;
the server determines whether the updated software to be updated needs to be queried according to the identification number;
and the server compares the latest second version number of the software to be updated with the first version number, and if the latest second version number of the software to be updated is inconsistent with the first version number, the software to be updated is judged to need to be updated.
The server can distinguish the current version and the latest version of the software to be updated through the first version number and the second version number so as to judge whether the software to be updated is updated or not.
In summary, an embodiment of the present invention provides an update guide pre-method, including: acquiring an identification number and a first version number corresponding to software to be updated; the identification number and the first version number are sent to a server, and the server judges whether the software to be updated needs to be updated or not; and receiving a judging result sent by the server, if the judging result is yes, downloading an update file according to an update file downloading address sent by the server, and decompressing the update file to the peer storage catalog of the software to be updated. The update guide prepositioning method provided by the invention can realize the update of the software to be updated on the basis of not influencing the formed algorithm and flow in the software, can nest any formed software, and can update the software on the basis of not influencing the original functions of the software, thereby obtaining better update experience.
Based on the same inventive concept, the embodiment of the present invention further provides an update guide pre-device, referring to fig. 2, fig. 2 is a schematic structural diagram of the update guide pre-device provided by the embodiment of the present invention, where the update guide pre-device includes: a software version acquisition module 200, an update result query module 210, and a decompression update module 220.
The software version obtaining module 200 is configured to obtain an identification number and a first version number corresponding to software to be updated;
the update result query module 210 is configured to send the identification number and the first version number to a server, so that the server can determine whether the software to be updated needs to be updated;
the decompression updating module 220 is configured to receive the determination result sent by the server, if the determination result is yes, download the update file according to the update file download address sent by the server, and decompress the update file to the peer storage directory of the software to be updated.
It is understood that the software version obtaining module 200, the update result query module 210 and the decompression update module 220 may be combined in one module to be implemented, or any one of the modules may be split into a plurality of sub-modules, or at least part of the functions of one of the software version obtaining module 200, the update result query module 210 and the decompression update module 220 may be combined with at least part of the functions of the other module and implemented in one functional module.
The update guiding front-end device provided by the invention can realize the update of the software to be updated on the basis of not affecting the original functions of the software to be updated, and obtains better update experience.
Based on the same inventive concept, the application also provides update guide pre-device, which comprises the update guide pre-device provided by the embodiment of the invention, and can realize update on the basis of not affecting the original function of the software to be updated, thereby obtaining better upgrading experience.
Based on the same inventive concept, the embodiment of the present invention further provides a computer storage program, where the computer storage program can implement the update guide pre-method of any one of the embodiments provided in the embodiment of the present invention when executed.
The preferred embodiments of the present disclosure have been described in detail above with reference to the accompanying drawings, but the present disclosure is not limited to the specific details of the above embodiments, and various simple modifications may be made to the technical solutions of the present disclosure within the scope of the technical concept of the present disclosure, and all the simple modifications belong to the protection scope of the present disclosure.
In addition, the specific features described in the above embodiments may be combined in any suitable manner without contradiction. The various possible combinations are not described further in this disclosure in order to avoid unnecessary repetition.
Moreover, any combination between the various embodiments of the present disclosure is possible as long as it does not depart from the spirit of the present disclosure, which should also be construed as the disclosure of the present disclosure.

Claims (9)

1. An update-boot preamble method, comprising:
acquiring an identification number and a first version number corresponding to software to be updated, wherein the software to be updated is software which does not contain an upgrading and updating function inside;
the identification number and the first version number are sent to a server, and the server judges whether the software to be updated needs to be updated or not;
and receiving a judging result sent by the server, if the judging result is yes, downloading an update file according to an update file downloading address sent by the server, backing up a current version file of the software to be updated, and finally decompressing the update file to a peer storage catalog of the software to be updated.
2. The method for leading up update in accordance with claim 1, wherein said obtaining the identification number and the first version number corresponding to the software to be updated comprises:
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
and acquiring the identification number and the first version number from the first configuration file.
3. The method for leading up update in accordance with claim 1, wherein said obtaining the identification number and the first version number corresponding to the software to be updated comprises:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing a first version number corresponding to the software to be updated;
the serial number is obtained from the second configuration file as the identification number and the first version number is obtained from the first configuration file.
4. The method for leading up update in accordance with claim 1, wherein said obtaining the identification number and the first version number corresponding to the software to be updated comprises:
reading a second configuration file, wherein the second configuration file is used for storing a serial number input by a user;
reading a first configuration file of the software to be updated, wherein the first configuration file is used for storing an identification number and a first version number corresponding to the software to be updated;
acquiring the first version number from the first configuration file;
the identification number is obtained from the first configuration file, the serial number read from the second configuration file is used as the identification number when the identification number read from the first configuration file is empty, and the update guide preposition method is stopped when the identification number read from the first configuration file and the serial number read from the second configuration file are both empty.
5. The update-boot-strap preamble method of claim 1, wherein the update-boot-strap preamble method further comprises:
receiving a check code sent by the server;
and checking the downloaded updated file, and executing the decompression of the updated file to the peer storage catalog of the software to be updated when the checking result is correct.
6. The update-boot-strap-up method of claim 1 wherein the server determining whether the software to be updated needs to be updated comprises:
the server receives the identification number and the first version number;
the server determines whether the updated software to be updated needs to be queried according to the identification number;
and the server compares the latest second version number of the software to be updated with the first version number, and if the latest second version number of the software to be updated is inconsistent with the first version number, the software to be updated is judged to need to be updated.
7. An update-guide preamble apparatus, comprising:
the software version acquisition module is configured to acquire an identification number and a first version number corresponding to software to be updated;
the updating result query module is configured to send the identity number and the first version number to a server, so that the server can judge whether the software to be updated needs to be updated or not;
and the decompression updating module is configured to receive the judging result sent by the server, if the judging result is yes, the updating file is downloaded according to the updating file downloading address sent by the server, then the current version file of the software to be updated is backed up, and finally the updating file is decompressed to the peer storage catalog of the software to be updated.
8. An update-guide-preamble apparatus comprising the update-guide-preamble apparatus of claim 7.
9. A computer storage medium having stored thereon a computer program, which, when executed, is capable of implementing the update-boot preamble method according to any of claims 1-6.
CN202211515529.8A 2022-11-30 2022-11-30 Update guide preposition method, device, equipment and storage medium Active CN116069353B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211515529.8A CN116069353B (en) 2022-11-30 2022-11-30 Update guide preposition method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211515529.8A CN116069353B (en) 2022-11-30 2022-11-30 Update guide preposition method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN116069353A CN116069353A (en) 2023-05-05
CN116069353B true CN116069353B (en) 2024-02-02

Family

ID=86172418

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211515529.8A Active CN116069353B (en) 2022-11-30 2022-11-30 Update guide preposition method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN116069353B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102955702A (en) * 2011-08-23 2013-03-06 腾讯科技(深圳)有限公司 Method and device for installing and upgrading software
CN107423078A (en) * 2017-02-28 2017-12-01 福建中金在线信息科技有限公司 A kind of Oftware updating method and device
CN111427596A (en) * 2020-03-12 2020-07-17 浙江大华技术股份有限公司 Software upgrading method and device and terminal equipment
CN113342387A (en) * 2021-04-30 2021-09-03 北京房江湖科技有限公司 Automatic software upgrading method, updating client and updating server

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102955702A (en) * 2011-08-23 2013-03-06 腾讯科技(深圳)有限公司 Method and device for installing and upgrading software
CN107423078A (en) * 2017-02-28 2017-12-01 福建中金在线信息科技有限公司 A kind of Oftware updating method and device
CN111427596A (en) * 2020-03-12 2020-07-17 浙江大华技术股份有限公司 Software upgrading method and device and terminal equipment
CN113342387A (en) * 2021-04-30 2021-09-03 北京房江湖科技有限公司 Automatic software upgrading method, updating client and updating server

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
孙秀英等.《路由交换技术与应用》.西安电子科技大学出版社,2009,第71页. *
臧国全.《数字保存的风险型元数据与风险监控研究》.武汉大学出版社,2019,第284-285页. *

Also Published As

Publication number Publication date
CN116069353A (en) 2023-05-05

Similar Documents

Publication Publication Date Title
CN110058873B (en) Application page updating method, device, equipment and storage medium
US10694353B2 (en) Updating web resources
CN105867947B (en) Data processing method and device after preset application program updating
US8296758B2 (en) Deployment and versioning of applications
US20050060528A1 (en) Booting and boot code update method and system thereof
CN111263354B (en) OTA differential upgrading method and device
CN111722864A (en) ECU data flashing method and related device
CN111061643A (en) SDK cluster compatibility detection method and device, electronic equipment and storage medium
CN112615747A (en) Method and device for automatically deploying and configuring network equipment
CN110851151B (en) Method, device, terminal, server and storage medium for pre-installing application
CN110750280A (en) Application upgrading method and system based on Android platform and storage medium
CN116069353B (en) Update guide preposition method, device, equipment and storage medium
CN105912357B (en) Starting method and device of hybrid application
CN112256316A (en) Client application updating method and client
CN112328284A (en) Application program upgrading method, system, equipment and storage medium
CN110764809A (en) OTA APN upgrading method, device, equipment and medium
CN110309018B (en) Charging equipment system switching method, charging equipment and readable storage medium
CN113766554A (en) Method and device for acquiring WiFi calibration data and WiFi equipment calibration test system
CN113609526A (en) Method, device and equipment for upgrading operating system
CN110825406A (en) Software upgrading method and related equipment
CN112732301A (en) Vehicle upgrading method and device
CN112416383A (en) Hot updating method and device for golang program and computer equipment
CN108664259B (en) Method and terminal for installing application
CN116107603B (en) Firmware upgrading method and device, storage medium and electronic equipment
CN112416409B (en) Vehicle-mounted computer software upgrading method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant