CN111880826A - Cloud service application upgrading method and device, electronic equipment and storage medium - Google Patents

Cloud service application upgrading method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN111880826A
CN111880826A CN202010739625.5A CN202010739625A CN111880826A CN 111880826 A CN111880826 A CN 111880826A CN 202010739625 A CN202010739625 A CN 202010739625A CN 111880826 A CN111880826 A CN 111880826A
Authority
CN
China
Prior art keywords
fragment
files
service application
cloud service
calculation
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
CN202010739625.5A
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.)
Ping An Technology Shenzhen Co Ltd
Original Assignee
Ping An Technology Shenzhen 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 Ping An Technology Shenzhen Co Ltd filed Critical Ping An Technology Shenzhen Co Ltd
Priority to CN202010739625.5A priority Critical patent/CN111880826A/en
Priority to PCT/CN2020/118328 priority patent/WO2021139238A1/en
Publication of CN111880826A publication Critical patent/CN111880826A/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
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The application discloses a method and a device for upgrading cloud service application, electronic equipment and a storage medium, and relates to the technical field of cloud service. The cloud service application upgrading method comprises the following steps: sending an upgrade request for upgrading the cloud service application to a cloud server, wherein the upgrade request comprises an upgrade version number of the cloud service application; and receiving response information fed back by the cloud server aiming at the upgrading request, wherein the response information comprises identification information of a plurality of fragment files and first file check values which are determined by respectively performing message digest calculation according to the contents of the plurality of fragment files and are used for respectively checking the plurality of fragment files. The fragment file can be acquired from any node in the block chain, the technical scheme provided by the application can effectively reduce the data calculation amount during the data integrity check, further reduce the occupation of system resources, simultaneously reduce the upgrading time of the cloud service application, and improve the upgrading efficiency of the cloud service application.

Description

Cloud service application upgrading method and device, electronic equipment and storage medium
Technical Field
The present application relates to the field of cloud service technologies, and in particular, to a method and an apparatus for upgrading an application based on a cloud service, an electronic device, and a storage medium.
Background
When the client side upgrades the cloud service application, the client side needs to obtain a corresponding installation software package from the cloud server.
In the related art, generally, a client sends an upgrade request to a cloud server, and then the cloud server directly issues a corresponding upgrade installation package to the client. In addition, in order to ensure the success rate of upgrading, generally, message digest calculation needs to be performed according to all contents included in the upgrade installation package, and data integrity needs to be checked according to the calculated message digest.
Disclosure of Invention
Based on the method and device for upgrading the cloud service application, the electronic equipment and the storage medium are provided, the data integrity of the upgrade installation package can be guaranteed, the upgrade time of the cloud service application can be effectively reduced, and the upgrade efficiency of the cloud service application is improved.
In a first aspect, the present application provides a cloud service application upgrade method, including: sending an upgrade request for upgrading the cloud service application to a cloud server, wherein the upgrade request comprises an upgrade version number of the cloud service application; receiving response information fed back by the cloud server according to the upgrade request, wherein the response information comprises identification information of a plurality of fragment files and first file check values which are determined by performing message digest calculation according to the content of the plurality of fragment files and are used for checking the plurality of fragment files respectively, and the plurality of fragment files are generated when the cloud server performs fragment processing on an installation software package corresponding to the upgrade version number; sending a downloading request for downloading the fragment files to the cloud server based on the identification information of the fragment files; receiving a plurality of fragment files fed back by the cloud server aiming at the downloading request; respectively performing message digest calculation according to the received contents of the plurality of fragment files, and determining first calculation check values corresponding to the plurality of fragment files; and if the fact that the first calculation check values corresponding to the plurality of fragmented files are consistent with the first file check values corresponding to the plurality of fragmented files is detected, upgrading the cloud service application according to the plurality of fragmented files.
In a second aspect, the present application provides a cloud service application upgrading apparatus, including: the system comprises a first sending unit, a second sending unit and a third sending unit, wherein the first sending unit is used for sending an upgrading request for upgrading a cloud service application to a cloud server, and the upgrading request comprises an upgrading version number of the cloud service application; a first receiving unit, configured to receive response information fed back by the cloud server for the upgrade request, where the response information includes identification information of a plurality of fragmented files and first file check values determined by performing message digest calculation according to contents of the fragmented files, and the fragmented files are generated when the cloud server performs fragmentation processing on an installation software package corresponding to the upgrade version number; the second sending unit is used for sending a downloading request for downloading the fragment files to the cloud server based on the identification information of the fragment files; the second receiving unit is used for receiving a plurality of fragment files fed back by the cloud server aiming at the downloading request; the computing unit is used for respectively carrying out message digest computation according to the received contents of the fragment files and determining first computation check values corresponding to the fragment files; and the upgrading unit is used for upgrading the cloud service application according to the plurality of fragment files if the first calculation check values corresponding to the plurality of fragment files are detected to be consistent with the first file check values corresponding to the plurality of fragment files.
In a third aspect, the present application provides an electronic device, including a memory and a processor, where the memory stores computer readable instructions, and the computer readable instructions, when executed by the processor, cause the processor to execute the steps of the cloud service application upgrade method.
In a fourth aspect, the present application provides a storage medium storing computer-readable instructions which, when executed by one or more processors, cause the one or more processors to perform the steps of the above cloud service application upgrade method.
The technical scheme provided by the embodiment of the application can have the following beneficial effects: the method comprises the steps of respectively carrying out message digest calculation according to the content of a plurality of fragment files corresponding to a received cloud service application installation software package, determining first calculation check values corresponding to the fragment files, upgrading the cloud service application according to the fragment files if it is detected that the first calculation check values corresponding to the fragment files and the first file check values corresponding to the fragment files are consistent, avoiding directly carrying out message digest calculation according to the whole upgrade installation package while ensuring the data integrity of the upgrade installation package, and reducing the complexity of calculation, so that the data calculation amount during data integrity check can be effectively reduced, the occupation of system resources is reduced, the upgrade time of the cloud service application is reduced, and the upgrade efficiency of the cloud service application is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the application.
Drawings
Fig. 1 shows a schematic diagram of an exemplary system architecture to which the technical solution of the embodiments of the present application can be applied.
Fig. 2 is a flowchart of a cloud service application upgrading method according to an exemplary embodiment of the present application.
Fig. 3 is a flowchart illustrating a cloud service application upgrade method according to an exemplary embodiment of the present application.
Fig. 4 is a specific flowchart of step S230 of a cloud service application upgrading method according to an exemplary embodiment of the present application.
Fig. 5 is a flowchart of a cloud service application upgrade method according to an exemplary embodiment of the present application.
Fig. 6 is a specific flowchart of step S260 of the cloud service application upgrading method according to an exemplary embodiment of the present application.
Fig. 7 is a block diagram of a cloud service application upgrade apparatus according to an exemplary embodiment of the present application.
Fig. 8 is an exemplary block diagram of an electronic device for implementing the cloud service application upgrade method according to an exemplary embodiment of the present application.
Fig. 9 is a computer-readable storage medium for implementing the cloud service application upgrade method according to an exemplary embodiment of the present application.
Detailed Description
Example embodiments will now be described more fully with reference to the accompanying drawings. Example embodiments may, however, be embodied in many different forms and should not be construed as limited to the examples set forth herein; rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the concept of example embodiments to those skilled in the art.
Furthermore, the described features, structures, or characteristics may be combined in any suitable manner in one or more embodiments. In the following description, numerous specific details are provided to give a thorough understanding of embodiments of the application. One skilled in the relevant art will recognize, however, that the subject matter of the present application can be practiced without one or more of the specific details, or with other methods, components, devices, steps, and so forth. In other instances, well-known methods, devices, implementations, or operations have not been shown or described in detail to avoid obscuring aspects of the application.
The block diagrams shown in the figures are functional entities only and do not necessarily correspond to physically separate entities. I.e. these functional entities may be implemented in the form of software, or in one or more hardware modules or integrated circuits, or in different networks and/or processor means and/or microcontroller means.
The flow charts shown in the drawings are merely illustrative and do not necessarily include all of the contents and operations/steps, nor do they necessarily have to be performed in the order described. For example, some operations/steps may be decomposed, and some operations/steps may be combined or partially combined, so that the actual execution sequence may be changed according to the actual situation.
Fig. 1 shows a schematic diagram of an exemplary system architecture to which the technical solution of the embodiments of the present application can be applied.
As shown in fig. 1, the system architecture may include a client 101, a network 102, and a cloud server 103, where the cloud server 103 may be a server providing cloud services and providing cloud service application upgrade services, and the client 101 is a target electronic device that needs to perform cloud service application upgrade. The network 102 serves as a medium for providing a communication link between the client 101 and the cloud server 103. Network 102 may include various connection types, such as wired communication links, wireless communication links, and so forth.
It should be understood that the number of clients 101, networks 102, and cloud servers 103 in fig. 1 is merely illustrative. There may be any number of clients 101, networks 102, and cloud servers 103 according to implementation requirements, for example, the cloud server 103 may be a server cluster composed of multiple servers.
Optionally, the cloud server 103 of the present application may be composed of a plurality of node servers of a blockchain server system, the client 101 may obtain a fragment file corresponding to the installation software package from any one node server of the blockchain server system, and then perform a cloud service application upgrade method, the client 101 further feeds an upgrade result of the cloud service application upgrade back to the plurality of node servers of the blockchain server system, and the upgrade result is stored by the node servers, so that the security and reliability of the cloud service application upgrade are effectively ensured based on the security and the non-modifiable characteristic of blockchain data sharing.
The client 101 in this embodiment sends an upgrade request for upgrading a cloud service application to the cloud server, where the upgrade request includes an upgrade version number of the cloud service application; and receiving response information fed back by the cloud server according to the upgrade request, wherein the response information comprises first file check values which are determined by respectively performing message digest calculation according to the contents of the plurality of fragment files and are respectively used for checking the plurality of fragment files, and the plurality of fragment files are generated when the cloud server performs fragment processing on the installation software package corresponding to the upgrade version number. Sending a downloading request for downloading a plurality of fragment files to a cloud server; receiving a plurality of fragment files fed back by a cloud server aiming at the downloading request; respectively performing message digest calculation according to the received contents of the plurality of fragmented files, and determining first calculation check values corresponding to the plurality of fragmented files; and if the first calculation check values corresponding to the plurality of fragment files are detected to be consistent with the first file check values corresponding to the plurality of fragment files, upgrading the cloud service application according to the plurality of fragment files.
The method comprises the steps of respectively carrying out message digest calculation according to the content of a plurality of fragment files corresponding to a received cloud service application installation software package, determining first calculation check values corresponding to the fragment files, and comparing the first calculation check values corresponding to the fragment files corresponding to the received cloud service application installation software package with the first file check values corresponding to the fragment files, if the first calculation check values corresponding to the fragment files and the first file check values corresponding to the fragment files are detected to be uniform, upgrading the cloud service application according to the fragment files, and avoiding directly carrying out message digest calculation according to the whole upgrade installation package while ensuring the data integrity of the upgrade installation package, reducing the complexity of calculation, thereby effectively reducing the data calculation amount during data integrity check and further reducing the occupation of system resources, meanwhile, the upgrading time of the cloud service application is reduced, and the upgrading efficiency of the cloud service application is improved.
It should be noted that the cloud service application upgrade method provided in the embodiment of the present application is generally executed by the client 101, and accordingly, the cloud service application upgrade apparatus is generally disposed in the client 101. The details of implementation of the technical solution of the embodiments of the present application are set forth in the following.
Referring to fig. 2, fig. 2 is a flowchart of a cloud service application upgrade method according to an exemplary embodiment of the present application, an execution subject of the cloud service application upgrade method in the present embodiment is a client 101, and the cloud service application upgrade method shown in fig. 2 may include the following steps S210 to S260, which are described in detail as follows.
In step S210, an upgrade request for upgrading the cloud service application is sent to the cloud server, where the upgrade request includes an upgrade version number of the cloud service application.
In an embodiment, the cloud service application is used as application software for implementing the cloud service at the client, and when a user needs to upgrade the cloud service application at the client, an upgrade request for upgrading the cloud service application may be sent to the cloud server, where the upgrade request at least carries an upgrade version number that needs to be upgraded for the cloud service application, and of course, the upgrade request may also include unique identification information of the client.
In step S220, response information fed back by the cloud server for the upgrade request is received, where the response information includes identification information of the plurality of fragment files and first file check values respectively checked on the plurality of fragment files determined by performing message digest calculation according to the contents of the plurality of fragment files, and the plurality of fragment files are generated when the cloud server performs fragment processing on the installation software package corresponding to the upgrade version number.
In one embodiment, after receiving an upgrade request from a client, a server feeds back response information for the upgrade request to the client, where the response information includes a plurality of fragment files generated according to installation software package information corresponding to an upgrade version number carried in the upgrade request. Because the data volume corresponding to a single installation software package is large, in order to ensure the smooth transmission of data and the safety of transmission, the cloud server can perform fragmentation processing on the installation software package corresponding to the upgrade version number to generate a plurality of corresponding fragment files, and calculate the contents of the plurality of fragment files through a message digest algorithm respectively to obtain a calculation result, wherein the calculation result is used as a first file check value for performing integrity check on the contents of the plurality of fragment files. It can be understood that the response information further includes identification information of each fragmented file, where the identification information is unique identification information for identifying each fragmented file, and is used by the cloud server and the client to identify the fragmented file.
It should be noted that, for the fragmented files obtained by splitting the installation software package, a single fragmented file cannot be opened, and when the installation software package is subjected to the fragmentation operation, the installation software package may be split specifically by taking a file as a unit, the fragmented files obtained by splitting may include one or more files, and the data volume of each fragmented file is generally within a predetermined data volume size range.
When the contents of the plurality of fragmented files are calculated through a message digest algorithm, a MD5 message digest algorithm or a SHA secure hash algorithm may be specifically adopted to calculate to obtain a corresponding first file check value, so that the integrity of the contents of the installed software package is verified based on the first file check value, and the data integrity of the installed software package is further ensured.
In step S230, a download request for downloading the plurality of segment files is sent to the cloud server based on the identification information of the plurality of segment files.
In an embodiment, after receiving the response information from the cloud server, the client may generate a download request for downloading the plurality of fragmented files according to the identification information of the plurality of fragmented files included in the response information, and send the download request to the cloud server. It will be appreciated that the download request also includes identification information for each fragmented file.
In step S240, a plurality of fragmented files fed back by the cloud server for the download request are received.
In one embodiment, the cloud server feeds back a plurality of corresponding fragmented files to the client according to identification information of the fragmented files included in the download request when receiving the download request from the client, and the client receives the plurality of fragmented files from the cloud server.
In step S250, message digest calculation is performed according to the received contents of the plurality of fragmented files, and first calculated check values corresponding to the plurality of fragmented files are determined.
In an embodiment, the client performs calculation according to the content contained in each received fragmented file by using a message digest algorithm to obtain the first calculated check value corresponding to each fragmented file, that is, the first calculated check value of each fragmented file is generated according to the content contained in each fragmented file.
In step S260, if it is detected that the first calculated check values corresponding to the plurality of fragmented files are consistent with the first file check values corresponding to the plurality of fragmented files, the cloud service application is upgraded according to the plurality of fragmented files.
In one embodiment, after obtaining the first calculated check value corresponding to each fragmented file, the client compares the first calculated check values corresponding to the fragmented files with the first file check values corresponding to the fragmented files to determine whether the first calculated check values and the first file check values are consistent. If the first calculation check value corresponding to each fragment file is detected to be consistent with the first file check value corresponding to the fragment file, it is indicated that each fragment file corresponding to the installation software package of the cloud service application received from the cloud server is complete, in other words, the content of each fragment file is not tampered or the data is not lost in the transmission process, and the client can upgrade the cloud service application according to the plurality of fragment files; otherwise, it is indicated that the fragment file corresponding to the installation software package of the cloud service application received from the cloud server is not complete, and at this time, the client may stop upgrading the cloud service application according to the plurality of fragment files.
As can be seen from the above, by splitting the installation software package into a plurality of fragment files for transmission, when the installation software package is large, the client can also download the installation software package from the cloud server smoothly, so as to reduce the influence of network fluctuation on the upgrade, and in addition, by comparing the first calculation check value corresponding to the plurality of fragment files corresponding to the received cloud service application installation software package with the first file check value corresponding to the plurality of fragment files, if it is detected that the first calculation check value corresponding to the plurality of fragment files is identical to the first file check value corresponding to the plurality of fragment files, the cloud service application is upgraded according to the plurality of fragment files, so as to avoid performing message digest calculation directly according to the whole upgrade installation package while ensuring the data integrity of the upgrade installation package, reduce the complexity of calculation, thereby effectively reducing the data calculation amount during the data integrity check, therefore, the occupation of system resources is reduced, the upgrading time of the cloud service application is shortened, and the upgrading efficiency of the cloud service application is improved.
In an embodiment, the response information fed back by the cloud server may further include a second file check value obtained by the cloud server performing message digest calculation according to the first file check values corresponding to the plurality of fragmented files, and the cloud service application upgrade method in this embodiment further includes: performing message digest calculation according to first calculation check values corresponding to the plurality of fragmented files, and determining a second calculation check value; step S260 in this embodiment may specifically include: and if the first calculation check values corresponding to the plurality of fragment files are consistent with the first file check values corresponding to the plurality of fragment files and the second calculation check values are consistent with the second file check values, upgrading the cloud service application according to the plurality of fragment files.
In this embodiment, after determining that the first file check values corresponding to the plurality of fragmented files are obtained, the cloud server may further use the first file check values corresponding to the plurality of fragmented files as calculation contents, perform message digest calculation on the calculation contents through a message digest algorithm to obtain a calculation result, where the calculation result may be used as a second file check value for further checking the integrity of the contents of the installed software package, and the cloud server adds the second file check value to the response information.
After determining the first calculation check values corresponding to the plurality of fragmented files, the client may further use the first calculation check values corresponding to the plurality of fragmented files as calculation contents, and perform message digest calculation on the calculation contents through a message digest algorithm to obtain a calculation result, which may be used as a second calculation check value for checking the received fragmented files.
When the client detects that the first calculation check values corresponding to the plurality of fragment files are consistent with the first file check values corresponding to the plurality of fragment files, the client can also compare the second calculation check value obtained through calculation with the second file check value contained in the response information, if the second calculation check value obtained through calculation is also consistent with the second file check value contained in the response information, it is indicated that each fragment file corresponding to the installation software package of the cloud service application received from the cloud server is complete, and the cloud service application can be upgraded according to the plurality of fragment files.
In the technical solution of this embodiment, by comparing the calculated second calculated check value with the second file check value included in the response information, the data integrity of the installed software package acquired in the server can be further ensured, and the accuracy of performing data integrity check is improved.
In an embodiment, the response information fed back by the cloud server may further include fragment sequence information corresponding to the plurality of fragment files obtained when the cloud server performs fragment processing on the upgrade software package corresponding to the upgrade version number, and the step of determining the second calculation check value may specifically include: and performing message digest calculation based on the first calculation check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files, and determining a second calculation check value.
In this embodiment, when the fragmentation sequence information corresponding to the multiple fragmentation files is fragmentation processing performed on the upgrade software package corresponding to the upgrade version number by the cloud server, the fragmentation sequence information is identification information used for identifying a fragmentation sequence corresponding to the multiple fragmentation files, specifically, the fragmentation sequence information may be a character string identifying the sequence information, for example, the fragmentation sequence information of a first fragmentation file obtained by fragmentation may be "000000001", the fragmentation sequence information of a second fragmentation file may be "000000010", and so on, which is not limited thereto.
The cloud server can also take the first file check values corresponding to the fragmented files and the fragmented sequence information of the fragmented files as calculation contents, perform message digest calculation on the calculation contents through a message digest algorithm to obtain calculation results, and the calculation results can be taken as second file check values for further checking the content integrity of the installed software package. After determining the first calculation check values corresponding to the plurality of fragmented files, the client may further use the first calculation check values corresponding to the plurality of fragmented files and the fragment sequence information of the plurality of fragmented files as calculation contents, and perform message digest calculation on the calculation contents through a message digest algorithm to obtain a calculation result, which may be used as a second calculation check value for checking the received fragmented files.
Referring to fig. 3, fig. 3 is a flowchart of a cloud service application upgrade method according to an exemplary embodiment of the present application, in which in this embodiment, message digest calculation is performed based on first calculation check values corresponding to a plurality of fragmented files and fragmentation sequence information of the plurality of fragmented files, and the step of determining the second calculation check value may specifically include steps S310 to S330, which are described in detail below.
In step S310, content attribute information corresponding to each fragmented file is generated according to the first computed check value corresponding to each fragmented file and the fragmentation sequence information corresponding to each fragmented file.
In step S320, the content attribute information of each fragmented file is spliced based on the fragmentation sequence information corresponding to each fragmented file, so as to obtain spliced information.
In step S330, a message digest calculation is performed based on the concatenated information, and a second calculated check value is determined.
When the client performs message digest calculation based on the first calculation check value corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files to determine the second calculation check value, content attribute information corresponding to each fragmented file may be generated according to the first calculation check value corresponding to each fragmented file and the fragmentation sequence information corresponding to each fragmented file, for example, when the first calculation check value corresponding to the fragmented file is "ABC 11100 BNQ" and the fragmentation sequence information corresponding to the fragmented file is "000000001", the content attribute information corresponding to the fragmented file may be "ABC 11100BNQ 000000001". The client side carries out splicing processing on the content attribute information of each fragment file based on the fragment sequence information corresponding to each fragment file to obtain spliced information, and if the content attribute information of each fragment file is A1 or A2 … An, the spliced information is (A1, A2, … or An); and finally, performing message digest calculation based on the spliced information, and determining a second calculation check value.
It can be understood that the manner in which the client performs the message digest calculation to determine the second calculated check value based on the first calculated check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files is consistent with the manner in which the cloud server performs the message digest calculation to determine the second file check value based on the first file check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files.
In the technical scheme of the embodiment, the integrity of the fragmented files is checked based on the content of the fragmented files and the fragmentation sequence information of the fragmented files, so that the complexity of message digest calculation can be further improved, the situation that a lawbreaker intercepts the fragmented files of the installation software package and tampers the content of the installation software package can be effectively detected, and the safety of data transmission is improved.
Referring to fig. 4, fig. 4 is a specific flowchart of step S230 of a cloud service application upgrading method according to an exemplary embodiment of the present application. In this embodiment, when the response information fed back by the cloud server includes fragment sequence information corresponding to a plurality of fragment files obtained by fragment processing of the upgrade software package corresponding to the upgrade version number by the cloud server, step S230 may specifically include steps S410 to S430, which are described in detail below.
Step S410, determining a downloading order of the plurality of fragmented files based on the fragmentation order information of the plurality of fragmented files.
When downloading each fragment file from the cloud server, the client may determine a downloading order of the plurality of fragment files based on the fragment order information of the plurality of fragment files. Specifically, the fragment sequence information of the plurality of fragment files may be directly used as the download sequence of the plurality of fragment files, for example, a first fragment file obtained when the installation software package is subjected to fragment processing may be used as a first fragment file to be downloaded according to the fragment sequence information, and so on, thereby determining the download sequence of the plurality of fragment files based on the fragment sequence information of the plurality of fragment files.
Step S420, selecting the segment files to be downloaded based on the downloading order, and generating a downloading request according to the identification information corresponding to the selected segment files.
After the downloading sequence of the plurality of fragmented files is determined, the client can select the fragmented files to be downloaded based on the downloading sequence, specifically, the downloading request can be generated according to the identification information corresponding to the selected fragmented files, so that the fragmentation sequence of the plurality of fragmented files can be conveniently given, and the fragmented files can be downloaded from the cloud server.
Step S430, sending a download request to the cloud server.
The client sends the generated downloading request to the cloud server so as to conveniently download the corresponding fragment file from the cloud server.
In the technical scheme of the embodiment shown in fig. 4, the downloading order of the multiple fragmented files is determined based on the fragmented sequence information of the multiple fragmented files, the fragmented files are downloaded one by one from the cloud server according to the downloading order of the multiple fragmented files, and the downloading of the remaining fragmented files from the cloud server can be stopped when a certain received fragmented file is tampered or data is lost, so that unnecessary data processing can be reduced, the occupation of client system resources is reduced, and the utilization rate of client system resources is improved.
Optionally, referring to fig. 5, fig. 5 is a flowchart of a cloud service application upgrading method according to an exemplary embodiment of the present application, where the cloud service application upgrading method in this embodiment may further include step S510 to step S520, which is described in detail as follows.
In step S510, if the first calculated check value calculated according to the content of the received fragmented file is not consistent with the first file check value corresponding to the received fragmented file, the generation of the download request to the cloud server is stopped, and a failure notification of the failure in downloading the upgrade software package is generated.
The client calculates to obtain a first calculation check value according to the content of the received fragmented file, and compares the first calculation check value obtained by calculation with a first file check value corresponding to the received fragmented file. If the calculated first calculation check value is inconsistent with the first file check value corresponding to the received fragment file, it indicates that the content of the received fragment file is tampered or the received fragment file has data loss, and the client stops generating a download request to the cloud server and becomes a failure request for failing to download the upgrade software package.
Step S520, sending a failure notification to the cloud server.
The client sends the failure notice to the cloud server so that the cloud server can conveniently and again send the upgrading software package, and normal upgrading is guaranteed.
In the technical scheme of the embodiment shown in fig. 5, by comparing the first calculation check value obtained by calculation with the first file check value, when the content of the received fragment file is tampered or the received fragment file has data loss, the client stops generating a download request to the server, unnecessary data processing can be reduced, the client generates a failure request for downloading the upgrade software package at the same time, and sends the failure request to the cloud server, so that the cloud server can timely obtain the condition that the client fails to download the upgrade software package, unnecessary data processing can be reduced for the cloud server, occupation of system resources of the cloud server is reduced, and utilization rate of system resources of the cloud server is improved.
Referring to fig. 6, fig. 6 is a specific flowchart of step S260 of a cloud service application upgrading method according to an exemplary embodiment of the present application. In this embodiment, when the response information fed back by the cloud server includes fragment sequence information corresponding to a plurality of fragment files obtained by fragment processing of the upgrade software package corresponding to the upgrade version number by the cloud server, step S260 may specifically include step S610 to step S620, which are described in detail below.
In step S610, the plurality of fragment files are reassembled according to the fragment sequence information corresponding to the plurality of fragment files, and an upgrade software package is generated.
The client side can recombine the plurality of fragment files according to the fragment sequence information corresponding to the plurality of fragment files under the condition that the fragment files corresponding to the upgrading software package obtained from the cloud server are determined to be complete, and the corresponding upgrading software package is generated.
In step S620, the cloud service application is upgraded based on the upgrade software package.
The client generates a corresponding upgrading software package, executes upgrading operation based on the generated upgrading software package to upgrade the cloud service application, further upgrades the cloud service application based on the cloud service application corresponding to the upgrading version number, and can delete the installation software package with the old version number after complete upgrading.
Referring to fig. 7, fig. 7 schematically shows a block diagram of a cloud service application upgrade apparatus according to an embodiment of the present application, and the cloud service application upgrade apparatus may be integrated in an electronic device, and a cloud service application upgrade apparatus 700 according to an embodiment of the present application may include: a first sending unit 710, a first receiving unit 720, a second sending unit 730, a second receiving unit 740, a first calculating unit 750, and an upgrading unit 760; a first sending unit 710, configured to send an upgrade request for upgrading a cloud service application to a cloud server, where the upgrade request includes an upgrade version number of the cloud service application; the first receiving unit 720 is configured to receive response information fed back by the cloud server for the upgrade request, where the response information includes identification information of the multiple fragment files and first file check values respectively checked on the multiple fragment files, which are determined by performing message digest calculation according to the contents of the multiple fragment files, and the multiple fragment files are generated when the cloud server performs fragment processing on the installation software package corresponding to the upgrade version number; a second sending unit 730, configured to send, based on the identification information of the multiple fragmented files, a download request for downloading the multiple fragmented files to the cloud server; the second receiving unit 740 receives a plurality of fragmented files fed back by the cloud server in response to the download request; the first calculating unit 750 is configured to perform message digest calculation according to the received contents of the plurality of fragmented files, and determine first calculation check values corresponding to the plurality of fragmented files; and the upgrading unit is used for upgrading the cloud service application according to the plurality of fragmented files if the first calculation check values corresponding to the plurality of fragmented files are detected to be consistent with the first file check values corresponding to the plurality of fragmented files.
Optionally, the response information further includes a second file check value obtained by the cloud server performing message digest calculation according to the first file check value corresponding to the plurality of fragmented files, and the cloud service application upgrading apparatus further includes: the second calculation unit is used for performing message digest calculation according to the first calculation check values corresponding to the plurality of fragmented files and determining a second calculation check value; the upgrade unit 760 is configured to: and if the first calculation check values corresponding to the plurality of fragment files are consistent with the first file check values corresponding to the plurality of fragment files and the second calculation check values are consistent with the second file check values, upgrading the cloud service application according to the plurality of fragment files.
Optionally, the response information further includes fragment sequence information corresponding to the plurality of fragment files obtained when the cloud server performs fragment processing on the upgrade software package corresponding to the upgrade version number, and the second computing unit is configured to: and performing message digest calculation based on the first calculation check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files, and determining a second calculation check value.
Optionally, the second computing unit is configured to: generating content attribute information corresponding to each fragment file according to the first calculation check value corresponding to each fragment file and the fragment sequence information corresponding to each fragment file; splicing the content attribute information of each fragment file based on the fragment sequence information corresponding to each fragment file to obtain spliced information; and performing message digest calculation based on the spliced information, and determining a second calculation check value.
Optionally, the second sending unit 730 is configured to: determining the downloading sequence of the plurality of fragment files based on the fragment sequence information of the plurality of fragment files; selecting the fragment files to be downloaded based on the downloading sequence, and generating downloading requests according to the identification information corresponding to the selected fragment files; and sending a downloading request to the cloud server.
Optionally, the cloud service application upgrading apparatus further includes: the execution unit is used for stopping the generation of a downloading request to the cloud server and generating a failure notice of the failure of downloading the upgrading software package if a first calculation check value obtained by calculation according to the content of the received fragment file is inconsistent with a first file check value corresponding to the received fragment file; and the third sending unit is used for sending a failure notice to the cloud server.
Optionally, the upgrade unit is configured to: recombining the plurality of fragment files according to fragment sequence information corresponding to the plurality of fragment files to generate an upgrade software package; and upgrading the cloud service application based on the upgrading software package.
The implementation process of the functions and actions of each module in the device is specifically described in the implementation process of the corresponding step in the cloud-based service application upgrading method, and is not described herein again.
It should be noted that although in the above detailed description several modules or units of the device for action execution are mentioned, such a division is not mandatory. Indeed, the features and functionality of two or more modules or units described above may be embodied in one module or unit, according to embodiments disclosed herein. Conversely, the features and functions of one module or unit described above may be further divided into embodiments by a plurality of modules or units.
Moreover, although the steps of the methods herein are depicted in the drawings in a particular order, this does not require or imply that the steps must be performed in this particular order, or that all of the depicted steps must be performed, to achieve desirable results. Additionally or alternatively, certain steps may be omitted, multiple steps combined into one step execution, and/or one step broken down into multiple step executions, etc.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present application can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to enable a computing device (which can be a personal computer, a server, a mobile terminal, or a network device, etc.) to execute the method according to the embodiments of the present application.
In an exemplary embodiment of the present application, there is also provided an electronic device capable of implementing the above method.
As will be appreciated by one skilled in the art, aspects of the present application may be embodied as a system, method or program product. Accordingly, various aspects of the present application may be embodied in the form of: an entirely hardware embodiment, an entirely software embodiment (including firmware, microcode, etc.) or an embodiment combining hardware and software aspects that may all generally be referred to herein as a "circuit," module "or" system.
Referring to fig. 8, fig. 8 is a block diagram illustrating an example of an electronic device for implementing the cloud service application upgrade method according to an example embodiment of the present application. The electronic device 800 shown in fig. 8 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present application.
As shown in fig. 8, electronic device 800 is in the form of a general purpose computing device. The components of the electronic device 800 may include, but are not limited to: the at least one processing unit 810, the at least one memory unit 820, and a bus 830 that couples the various system components including the memory unit 820 and the processing unit 810.
Wherein the storage unit stores program code that is executable by the processing unit 810 to cause the processing unit 810 to perform steps according to various exemplary embodiments of the present application described in the above section "exemplary methods" of the present specification. For example, the processing unit 810 may perform steps S210 to S240 as shown in fig. 2.
The storage unit 820 may include readable media in the form of volatile memory units such as a random access memory unit (RAM)8201 and/or a cache memory unit 8202, and may further include a read only memory unit (ROM) 8203.
The storage unit 820 may also include a program/utility 8204 having a set (at least one) of program modules 8205, such program modules 8205 including, but not limited to: an operating system, one or more application programs, other program modules, and program data, each of which, or some combination thereof, may comprise an implementation of a network environment.
Bus 830 may be any of several types of bus structures including a memory unit bus or memory unit controller, a peripheral bus, an accelerated graphics port, a processing unit, or a local bus using any of a variety of bus architectures.
The electronic device 800 may also communicate with one or more external devices 1000 (e.g., keyboard, pointing device, bluetooth device, etc.), with one or more devices that enable a user to interact with the electronic device 800, and/or with any devices (e.g., router, modem, etc.) that enable the electronic device 800 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 740. Also, the electronic device 800 may communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the internet) via the network adapter 860. As shown, the network adapter 860 communicates with the other modules of the electronic device 800 via the bus 830. It should be appreciated that although not shown, other hardware and/or software modules may be used in conjunction with the electronic device 800, including but not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data backup storage systems, among others.
Through the above description of the embodiments, those skilled in the art will readily understand that the exemplary embodiments described herein may be implemented by software, or by software in combination with necessary hardware. Therefore, the technical solution according to the embodiments of the present application can be embodied in the form of a software product, which can be stored in a non-volatile storage medium (which can be a CD-ROM, a usb disk, a removable hard disk, etc.) or on a network, and includes several instructions to make a computing device (which can be a personal computer, a server, a terminal device, or a network device, etc.) execute the method according to the embodiments of the present application.
In an exemplary embodiment of the present application, there is also provided a computer-readable storage medium having stored thereon a program product capable of implementing the above-described method of the present specification. In some possible embodiments, various aspects of the present application may also be implemented in the form of a program product comprising program code means for causing an electronic device to carry out the steps according to various exemplary embodiments of the present application described in the above-mentioned "exemplary methods" section of the present description, when said program product is run on a terminal device.
Referring to fig. 9, fig. 9 is a computer-readable storage medium for implementing the above-mentioned data verification method according to an exemplary embodiment of the present application. Fig. 9 depicts a program product 900 for implementing the above-described method according to an embodiment of the present application, which may employ a portable compact disc read-only memory (CD-ROM) and include program code, and may be run on an electronic device, such as a personal computer. However, the program product of the present application is not limited thereto, and in this document, a 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.
The program product may employ any combination of one or more readable media. The readable medium may be a readable signal medium or a readable storage medium. A 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 (a non-exhaustive list) of the readable storage medium include: an electrical connection having one or more wires, a portable disk, 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.
A computer readable signal medium may include a propagated data signal with 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 readable signal medium may also be any readable medium that is not a 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 readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Program code for carrying out operations of the present application may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, C + + or the like and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computing device, partly on the user's device, as a stand-alone software package, partly on the user's computing device and partly on a remote computing device, or entirely on the remote computing device or server. In the case of a remote computing device, the remote computing device may be connected to the user computing device through any kind of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or may be connected to an external computing device (e.g., through the internet using an internet service provider).
Furthermore, the above-described figures are merely schematic illustrations of processes involved in methods according to exemplary embodiments of the present application, and are not intended to be limiting. It will be readily understood that the processes shown in the above figures are not intended to indicate or limit the chronological order of the processes. In addition, it is also readily understood that these processes may be performed synchronously or asynchronously, e.g., in multiple modules.
Other embodiments of the present application will be apparent to those skilled in the art from consideration of the specification and practice of the application disclosed herein. This application is intended to cover any variations, uses, or adaptations of the invention following, in general, the principles of the application and including such departures from the present disclosure as come within known or customary practice within the art to which the invention pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the application being indicated by the following claims.

Claims (10)

1. A cloud service application upgrading method is characterized by comprising the following steps:
sending an upgrade request for upgrading the cloud service application to a cloud server, wherein the upgrade request comprises an upgrade version number of the cloud service application;
receiving response information fed back by the cloud server according to the upgrade request, wherein the response information comprises identification information of a plurality of fragment files and first file check values which are determined by performing message digest calculation according to the content of the plurality of fragment files and are used for checking the plurality of fragment files respectively, and the plurality of fragment files are generated when the cloud server performs fragment processing on an installation software package corresponding to the upgrade version number;
sending a downloading request for downloading the fragment files to the cloud server based on the identification information of the fragment files;
receiving a plurality of fragment files fed back by the cloud server aiming at the downloading request;
respectively performing message digest calculation according to the received contents of the plurality of fragment files, and determining first calculation check values corresponding to the plurality of fragment files;
and if the fact that the first calculation check values corresponding to the plurality of fragmented files are consistent with the first file check values corresponding to the plurality of fragmented files is detected, upgrading the cloud service application according to the plurality of fragmented files.
2. The cloud service application upgrading method according to claim 1, wherein the response information further includes a second file check value obtained by the cloud server performing message digest calculation according to a first file check value corresponding to the plurality of fragmented files, and the cloud service application upgrading method further includes:
performing message digest calculation according to first calculation check values corresponding to the plurality of fragmented files, and determining a second calculation check value;
if it is detected that the first calculation check value corresponding to the plurality of fragmented files is consistent with the first file check value corresponding to the plurality of fragmented files, upgrading the cloud service application according to the plurality of fragmented files, including:
and if the first calculation check value corresponding to the plurality of fragment files is consistent with the first file check value corresponding to the plurality of fragment files and the second calculation check value is consistent with the second file check value, upgrading the cloud service application according to the plurality of fragment files.
3. The cloud service application upgrade method according to claim 2, wherein the response information further includes fragment sequence information corresponding to a plurality of fragment files obtained when the cloud server performs fragment processing on the upgrade software package corresponding to the upgrade version number, and the performing message digest calculation according to a first calculation check value corresponding to the plurality of fragment files to determine a second calculation check value includes:
and performing message digest calculation based on the first calculation check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files, and determining a second calculation check value.
4. The cloud service application upgrading method according to claim 3, wherein the performing message digest calculation based on the first calculation check values corresponding to the plurality of fragmented files and the fragmentation sequence information of the plurality of fragmented files to determine a second calculation check value includes:
generating content attribute information corresponding to each fragment file according to a first calculation check value corresponding to each fragment file and fragment sequence information corresponding to each fragment file;
splicing the content attribute information of each fragment file based on the fragment sequence information corresponding to each fragment file to obtain spliced information;
and performing message digest calculation based on the spliced information, and determining the second calculation check value.
5. The cloud service application upgrading method according to claim 3, wherein the sending a download request for downloading the plurality of fragment files to the cloud server based on identification information of the plurality of fragment files includes:
determining the downloading sequence of the plurality of fragment files based on the fragment sequence information of the plurality of fragment files;
selecting the fragment files to be downloaded based on the downloading sequence, and generating downloading requests according to the identification information corresponding to the selected fragment files;
and sending the downloading request to the cloud server.
6. The cloud service application upgrading method according to claim 5, further comprising:
if the first calculation check value obtained by calculation according to the content of the received fragment file is inconsistent with the first file check value corresponding to the received fragment file, stopping the generation of a downloading request to the cloud server, and generating a failure notice of the failure of downloading the upgrade software package;
and sending the failure notice to the cloud server.
7. The cloud service application upgrading method according to any one of claims 3 to 6, wherein the upgrading the cloud service application according to the plurality of fragmented files includes:
recombining the fragment files according to fragment sequence information corresponding to the fragment files to generate the upgrade software package;
and upgrading the cloud service application based on the upgrading software package.
8. A cloud service application upgrading device is characterized by comprising:
the system comprises a first sending unit, a second sending unit and a third sending unit, wherein the first sending unit is used for sending an upgrading request for upgrading a cloud service application to a cloud server, and the upgrading request comprises an upgrading version number of the cloud service application;
a first receiving unit, configured to receive response information fed back by the cloud server for the upgrade request, where the response information includes identification information of a plurality of fragmented files and first file check values determined by performing message digest calculation according to contents of the fragmented files, and the fragmented files are generated when the cloud server performs fragmentation processing on an installation software package corresponding to the upgrade version number;
the second sending unit is used for sending a downloading request for downloading the fragment files to the cloud server based on the identification information of the fragment files;
the second receiving unit is used for receiving a plurality of fragment files fed back by the cloud server aiming at the downloading request;
the first calculation unit is used for respectively performing message digest calculation according to the received contents of the fragment files and determining first calculation check values corresponding to the fragment files;
and the upgrading unit is used for upgrading the cloud service application according to the plurality of fragment files if the first calculation check values corresponding to the plurality of fragment files are detected to be consistent with the first file check values corresponding to the plurality of fragment files.
9. An electronic device comprising a memory and a processor, the memory having stored therein computer-readable instructions that, when executed by the processor, cause the processor to perform the cloud business application upgrade method of any of claims 1 to 7.
10. A storage medium storing computer readable instructions which, when executed by one or more processors, cause the one or more processors to perform the cloud business application upgrade method of any one of claims 1 to 7.
CN202010739625.5A 2020-07-28 2020-07-28 Cloud service application upgrading method and device, electronic equipment and storage medium Pending CN111880826A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202010739625.5A CN111880826A (en) 2020-07-28 2020-07-28 Cloud service application upgrading method and device, electronic equipment and storage medium
PCT/CN2020/118328 WO2021139238A1 (en) 2020-07-28 2020-09-28 Method and apparatus for upgrading cloud service application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010739625.5A CN111880826A (en) 2020-07-28 2020-07-28 Cloud service application upgrading method and device, electronic equipment and storage medium

Publications (1)

Publication Number Publication Date
CN111880826A true CN111880826A (en) 2020-11-03

Family

ID=73200301

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010739625.5A Pending CN111880826A (en) 2020-07-28 2020-07-28 Cloud service application upgrading method and device, electronic equipment and storage medium

Country Status (2)

Country Link
CN (1) CN111880826A (en)
WO (1) WO2021139238A1 (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113076125A (en) * 2021-04-25 2021-07-06 北京金山云网络技术有限公司 Live broadcast service upgrade processing method, device, medium and server
CN113300875A (en) * 2021-02-10 2021-08-24 阿里巴巴集团控股有限公司 Return source data verification method, server, system and storage medium
CN113330419A (en) * 2021-06-28 2021-08-31 商汤国际私人有限公司 Equipment application installation method and device
CN113515747A (en) * 2021-05-17 2021-10-19 深圳市友华通信技术有限公司 Equipment upgrading method, device, equipment and storage medium
CN113765688A (en) * 2020-12-29 2021-12-07 北京京东尚科信息技术有限公司 Method and system for managing proprietary cloud platform and proprietary cloud platform
CN114363321A (en) * 2021-12-30 2022-04-15 支付宝(杭州)信息技术有限公司 File transmission method, equipment and system
CN114676145A (en) * 2022-03-22 2022-06-28 阿里云计算有限公司 Data processing method and data collation system
CN115412275A (en) * 2022-05-23 2022-11-29 蚂蚁区块链科技(上海)有限公司 Trusted execution environment-based private computing system and method

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103647816A (en) * 2013-12-03 2014-03-19 北京奇虎科技有限公司 Method and device for upgrading application software
CN105867934A (en) * 2016-04-13 2016-08-17 厦门雅迅网络股份有限公司 Method for remote file upgrade based on bisection method and MD5 checking
CN109358883A (en) * 2018-11-05 2019-02-19 珠海格力电器股份有限公司 Programme upgrade method, system and application system, storage medium
CN109358888A (en) * 2018-12-18 2019-02-19 郑州云海信息技术有限公司 Server firmware upgrade method, device, system and computer readable storage medium
CN109522270A (en) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 File storing and reading method, electronic device and readable storage medium storing program for executing based on block chain
CN110008757A (en) * 2019-04-09 2019-07-12 江南大学 Data guard method and system in a kind of internet-of-things terminal firmware update
CN110633092A (en) * 2019-09-09 2019-12-31 北京方研矩行科技有限公司 Server for OTA (over the air) upgrading and embedded equipment upgrading method and device
CN111131450A (en) * 2019-12-23 2020-05-08 北京奇艺世纪科技有限公司 File uploading method, file recombining method and file recombining device

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8522030B2 (en) * 2010-09-24 2013-08-27 Intel Corporation Verification and protection of genuine software installation using hardware super key
CN105183519B (en) * 2015-09-18 2018-08-07 烽火通信科技股份有限公司 The device and method of ONU software version fragments upgrading
CN110704077A (en) * 2018-07-10 2020-01-17 中兴通讯股份有限公司 Firmware remote upgrading method and device, terminal, mobile device and storage medium
CN109683932A (en) * 2018-12-19 2019-04-26 深圳创维数字技术有限公司 Terminal staging method, device and computer readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103647816A (en) * 2013-12-03 2014-03-19 北京奇虎科技有限公司 Method and device for upgrading application software
CN105867934A (en) * 2016-04-13 2016-08-17 厦门雅迅网络股份有限公司 Method for remote file upgrade based on bisection method and MD5 checking
CN109522270A (en) * 2018-10-19 2019-03-26 平安科技(深圳)有限公司 File storing and reading method, electronic device and readable storage medium storing program for executing based on block chain
CN109358883A (en) * 2018-11-05 2019-02-19 珠海格力电器股份有限公司 Programme upgrade method, system and application system, storage medium
CN109358888A (en) * 2018-12-18 2019-02-19 郑州云海信息技术有限公司 Server firmware upgrade method, device, system and computer readable storage medium
CN110008757A (en) * 2019-04-09 2019-07-12 江南大学 Data guard method and system in a kind of internet-of-things terminal firmware update
CN110633092A (en) * 2019-09-09 2019-12-31 北京方研矩行科技有限公司 Server for OTA (over the air) upgrading and embedded equipment upgrading method and device
CN111131450A (en) * 2019-12-23 2020-05-08 北京奇艺世纪科技有限公司 File uploading method, file recombining method and file recombining device

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113765688A (en) * 2020-12-29 2021-12-07 北京京东尚科信息技术有限公司 Method and system for managing proprietary cloud platform and proprietary cloud platform
CN113765688B (en) * 2020-12-29 2024-04-09 北京京东尚科信息技术有限公司 Proprietary cloud platform management method and system and proprietary cloud platform
CN113300875A (en) * 2021-02-10 2021-08-24 阿里巴巴集团控股有限公司 Return source data verification method, server, system and storage medium
CN113076125A (en) * 2021-04-25 2021-07-06 北京金山云网络技术有限公司 Live broadcast service upgrade processing method, device, medium and server
CN113076125B (en) * 2021-04-25 2024-04-12 北京金山云网络技术有限公司 Live broadcast service upgrading processing method, device, medium and server
CN113515747A (en) * 2021-05-17 2021-10-19 深圳市友华通信技术有限公司 Equipment upgrading method, device, equipment and storage medium
CN113515747B (en) * 2021-05-17 2024-02-09 深圳市友华通信技术有限公司 Equipment upgrading method, device, equipment and storage medium
CN113330419A (en) * 2021-06-28 2021-08-31 商汤国际私人有限公司 Equipment application installation method and device
CN114363321A (en) * 2021-12-30 2022-04-15 支付宝(杭州)信息技术有限公司 File transmission method, equipment and system
CN114676145A (en) * 2022-03-22 2022-06-28 阿里云计算有限公司 Data processing method and data collation system
CN115412275A (en) * 2022-05-23 2022-11-29 蚂蚁区块链科技(上海)有限公司 Trusted execution environment-based private computing system and method

Also Published As

Publication number Publication date
WO2021139238A1 (en) 2021-07-15

Similar Documents

Publication Publication Date Title
CN111880826A (en) Cloud service application upgrading method and device, electronic equipment and storage medium
CN110825479A (en) Page processing method and device, terminal equipment, server and storage medium
CN110995825B (en) Intelligent contract issuing method, intelligent node equipment and storage medium
CN109995523B (en) Activation code management method and device and activation code generation method and device
CN110851471A (en) Distributed log data processing method, device and system
CN111598575A (en) Business process control method and device, electronic equipment and readable storage medium
CN112363938A (en) Data processing method and device, electronic equipment and storage medium
CN110928571A (en) Business program development method and device
CN111917856A (en) Mirror image file delivery method and related equipment
CN109325002B (en) Text file processing method, device and system, electronic equipment and storage medium
CN113037850A (en) Application program upgrading method and device, electronic equipment and storage medium
CN113779004A (en) Data verification method and device
CN112882743A (en) Software upgrading method
CN112416395A (en) Hot repair updating method and device
CN109600722B (en) Short message receiving verification method and device, electronic equipment and storage medium
CN112751782B (en) Flow switching method, device, equipment and medium based on multi-activity data center
CN110968497A (en) Tree-shaped interceptor-based request verification method, device, medium and electronic equipment
CN114924742A (en) Hot patch making and applying method and device for virtual machine simulation software
CN114579167A (en) Method, device and storage medium for downloading application upgrade file
CN111782523B (en) Cloud service deployment testing method and device, electronic equipment and storage medium
CN112379973A (en) Heavy loading method and device
CN112783903A (en) Method and device for generating update log
CN114640585B (en) Resource updating method and device, electronic equipment and storage medium
CN110781188B (en) Form information processing method and device, electronic equipment and storage medium
CN116400988B (en) Target parameter returning method, storage medium and electronic equipment

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20201103