CN109800005B - Client hot update method and device - Google Patents

Client hot update method and device Download PDF

Info

Publication number
CN109800005B
CN109800005B CN201811486897.8A CN201811486897A CN109800005B CN 109800005 B CN109800005 B CN 109800005B CN 201811486897 A CN201811486897 A CN 201811486897A CN 109800005 B CN109800005 B CN 109800005B
Authority
CN
China
Prior art keywords
hot
update
client
resources
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811486897.8A
Other languages
Chinese (zh)
Other versions
CN109800005A (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 Xishanju Network Technology Co ltd
Zhuhai Kingsoft Digital Network Technology Co Ltd
Original Assignee
Guangzhou Seasun Entertainment Network Technology Co ltd
Zhuhai Kingsoft Online Game 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 Seasun Entertainment Network Technology Co ltd, Zhuhai Kingsoft Online Game Technology Co Ltd filed Critical Guangzhou Seasun Entertainment Network Technology Co ltd
Priority to CN201811486897.8A priority Critical patent/CN109800005B/en
Publication of CN109800005A publication Critical patent/CN109800005A/en
Application granted granted Critical
Publication of CN109800005B publication Critical patent/CN109800005B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention relates to a client hot updating method, and belongs to the technical field of computers. The method comprises the following steps: the server generates a hot upgrade patch set and sends related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set; the client receives the push information, searches a hot update patch set corresponding to the version of the push information, and performs difference comparison on the hot update patch set and current client data; the client downloads a corresponding hot update file according to the comparison result to perform hot update processing, and when the code is subjected to hot update, the client replaces the code to be updated with the hot update code and interprets and executes the hot update code; when the resources are updated in a hot mode, the client increases the hot update resources or replaces the resources to be updated with the hot update resources. The method does not need to stop service and update, and basically does not need to interrupt the operation of the user; the problem of update coverage and the like can be prevented by the hot update flag.

Description

Client hot update method and device
Technical Field
The invention relates to a client hot update method and device, and belongs to the technical field of computers.
Background
As the current game is updated more and more frequently, the game company needs client updates 1 or 2 times per week, sometimes meets urgent activities or bugs, and is more likely to update for many times in one day. In the traditional updating mode, when the versions are weekly, the hot update patch of the manufactured code and resource is updated, and before the game is logged in, the code and resource patch are updated. If the resources need to be updated during the non-weekly edition updating period, the method becomes very troublesome, bulletins need to be issued, urgent service stopping maintenance is arranged, new patch is issued, and due to service stopping, the game rhythm of the player is interrupted, and loss is caused. In addition, due to the update time of the weekly version, on a fixed day of the week, the process is cumbersome when the following 2 cases are encountered: 1) if not, a patch time of a resource needs to be issued. In this case, a patch play is temporarily made from the game backbone, and a service stop update is scheduled. 2) If the week version content is merged into the main game stem, the test is completed, but the release is not completed, and the week version patch is covered when a resource patch needs to be released. Weekly versions of patch also require re-production and re-testing if coverage is involved. Although the typical service stop update is in the early morning, some players are also in the game state in the early morning, and if the service stop update is performed, the users may be lost.
Disclosure of Invention
The invention provides a client side hot updating method and device, which are used for designing a set of system on the basis of the existing client side architecture so as to achieve the purposes of not stopping service and updating a patch before logging in when updating codes and resources and simultaneously solving the problem of good patch coverage.
A first aspect of the present invention is a client hot update method, including:
the server generates a hot upgrade patch set and sends related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set;
the client receives the push information, searches a hot update patch set corresponding to the version of the push information, and performs difference comparison on the hot update patch set and current client data;
the client downloads a corresponding hot update file according to the comparison result to perform hot update processing, and when the code is subjected to hot update, the client replaces the code to be updated with the hot update code and interprets and executes the hot update code; when the resources are updated in a hot mode, the client increases the hot update resources or replaces the resources to be updated with the hot update resources.
As a further improvement of the technical solution of the present invention, the server generates a hot update patch set, including: performing separation packaging on the hot upgrade resources: the client starts the running necessary resources and packs the resources into a basic data packet in a patch format, and the client can load the running resources according to the requirement and compress and store the resources into a zip file; and adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark.
As a further improvement of the technical scheme of the invention, the hot update patch set is stored in a hot update area of the server, and the hot update area is a data storage area which is written based on the winhttp or the crul library and can realize dynamic downloading.
As a further improvement of the technical solution of the present invention, the client uses a hot update code to replace a code to be updated and interprets and executes the hot update code, further comprising: and detecting whether the hot update code is a core code which ensures normal operation of the client, if so, requesting the client to restart the update, otherwise, directly replacing the hot update code in the background and explaining and executing the hot update code.
As a further improvement of the technical solution of the present invention, the client adding hot upgrade resources or replacing resources to be upgraded with hot upgrade resources includes: reading hot upgrade resource information and path information thereof; and traversing the data of the current client, replacing and updating the hot update resources of the path corresponding to the client, and if the hot update resources comprise a new path which does not exist in the client, establishing a corresponding path at the client to newly increase the hot update resources.
A second aspect of the present invention is a client hot-update apparatus, including a server and a client, where the server includes:
the hot upgrade patch set issuing module is used for generating a hot upgrade patch set and sending related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set;
the client comprises:
the updating comparison module is used for receiving the push information, searching a hot updating patch set corresponding to the version of the push information, and performing difference comparison on the hot updating patch set and the current client data;
the heat exchange processing module is used for downloading a corresponding heat exchange file according to the comparison result to perform heat exchange processing; the thermal upgrade module comprises: the code hot update module is used for replacing the code to be updated with the hot update code and interpreting and executing the hot update code when the code is subjected to hot update; and the resource heat updating module is used for increasing the heat updating resources or using the heat updating resources to replace the resources to be updated by the client when the resources are subjected to heat updating.
As a further improvement of the technical solution of the present invention, the hot update patch set distribution module includes: a separation packaging module, configured to perform separation packaging on the hot upgrade resources: the client starts the running necessary resources and packs the resources into a basic data packet in a patch format, and the client can load the running resources according to the requirement and compress and store the resources into a zip file; and the generating module is used for adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark.
As a further improvement of the technical solution of the present invention, the server further includes: and the hot update patch set storage module is used for creating a hot update area in the server and storing the hot update patch set to the hot update area, wherein the hot update area is a data storage area which is written based on winhttp or a cul library and can realize dynamic downloading.
As a further improvement of the technical solution of the present invention, the code hot update module includes: the code detection module is used for detecting whether the hot update code is a core code which ensures the normal operation of the client; the core code hot update module is used for requesting the client to restart the update so as to complete the hot update of the core code; and the non-core code hot update module is used for directly performing code replacement and interpretation execution in the background of the client.
As a further improvement of the technical solution of the present invention, the resource heat exchange module includes: the hot upgrade resource reading module is used for reading hot upgrade resource information and path information thereof; the resource replacement module is used for traversing the current client data and replacing and updating the hot update resources of the path corresponding to the client; and the resource adding module is used for newly establishing a corresponding path to newly add the hot upgrade resource when the client does not detect the related hot upgrade resource path.
The invention has the beneficial effects that:
according to the client hot updating method and device disclosed by the invention, the updating is completed without stopping the updating and basically without interrupting the operation of the user, so that the user loss is prevented; the problem of update coverage and the like can be prevented by the hot update flag.
Drawings
Fig. 1 is a flowchart illustrating a client hot-update method according to an embodiment of the present invention;
FIG. 2 is a flow chart of a hot update method according to an embodiment of the invention;
FIG. 3 is a diagram illustrating the coexistence of weekly version updates and a hot update mechanism according to an embodiment of the present invention;
FIG. 4 is a flowchart illustrating a method for preventing repeated resource updates for weekly version updates according to one embodiment of the invention;
fig. 5 is a schematic structural diagram of an apparatus according to an embodiment of the present invention.
Detailed Description
The conception, the specific structure and the technical effects of the present invention will be clearly and completely described in conjunction with the embodiments and the accompanying drawings to fully understand the objects, the schemes and the effects of the present invention.
It should be noted that, as used in this disclosure, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. Furthermore, unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art. The terminology used in the description herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the term "and/or" includes any combination of one or more of the associated listed items. The use of any and all examples, or exemplary language ("e.g.," such as "or the like") provided herein, is intended merely to better illuminate embodiments of the invention and does not pose a limitation on the scope of the invention unless otherwise claimed.
Referring to fig. 1-4, an embodiment of the present invention discloses a client hot-update method, which may perform some urgent updates, such as repairing some small bugs, between weekly version updates, and includes the following steps:
the server generates a hot upgrade patch set and sends related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set;
the client receives the push information, searches a hot update patch set corresponding to the version of the push information, and performs difference comparison on the hot update patch set and current client data;
the client downloads a corresponding hot update file according to the comparison result to perform hot update processing, and when the code is subjected to hot update, the client replaces the code to be updated with the hot update code and interprets and executes the hot update code; when the resources are updated in a hot mode, the client increases the hot update resources or replaces the resources to be updated with the hot update resources.
To realize dynamic downloading, hot update patch sets are required to be separately packaged firstly, and here, the hot update patch sets can be separately packaged through a black-and-white list mechanism, necessary resources for starting operation of a client are added into a white list, necessary resources which can be loaded for operation or not are required to be operated are added into the black list according to needs, then all the resources of the white list are packaged into a basic data packet in a patch format, all the resources of the black list are stored by keeping an original path (for example, an audio file of a.bytes is stored into Res/sound/a.bytes; an art resource file of 1.tga is stored into Res/ui/1.tga), and the files are compressed and stored into zip files; adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark; the resource version number can be marked by a resource name, or an 8-bit space is reserved at the tail of a resource file to store the version number, and the resource version number can be used for judging the generation sequence of the hot update patch set, so that the new version is prevented from being covered by the old version.
In order to realize the downloading of partial files in a hot update patch set, the hot update patch set is stored in a hot update area of a server, and the hot update area is a data storage area which is written based on winhttp or a cul library and can realize dynamic downloading; the client can download the required file to the designated path according to the requirement, the whole hot update patch set does not need to be downloaded completely, and the server can select a server with a higher access speed, such as a CDN server for Tencent or a CDN server for Ali.
Because hot updating is carried out, some codes with low efficiency or logic problems need to be optimized and updated sometimes, but the related logic relationship of some codes is complex or codes are necessary for running of a client, and the change of the codes can cause the whole program to crash; if the code needing to be updated is not necessary for the client to run and is not the code being executed, the client can directly replace and explain execution in the background, and when the code is used later, the new code is directly executed.
When resources such as sound and pictures are loaded and have problems, the resources are required to be repaired, the names and the paths of the resources are checked, then the corresponding resources of the corresponding paths are found in a hot patch set of a server, and the resources are downloaded to complete replacement; when some resource files need to be newly added, reading the path information of the resource files to be added in the hot upgrade patch set, checking whether a path exists in a client data packet, if not, newly building a corresponding path and downloading the newly added resources to the path to realize new hot upgrade resources.
If a large weekly version update is performed after a certain thermal update, in order to ensure the integrity of the update, the weekly version update package may include some resources of the thermal update, when the weekly version update is performed, the client performs a resource update traversal first, and performs a difference comparison with the current client data, if repeated resources are detected (the updated resources all include version number markers, and if the resource information, the resource path and the version number markers thereof are the same, the updated resources are indicated as the repeated resources), the repeated resources are not updated any more when the weekly version update is performed.
Referring to fig. 5, another embodiment of the present invention discloses that a second aspect of the technical solution of the present invention is a client hot-update apparatus, including a server and a client, where the server includes:
the hot upgrade patch set issuing module is used for generating a hot upgrade patch set and sending related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set;
the client comprises:
the updating comparison module is used for receiving the push information, searching a hot updating patch set corresponding to the version of the push information, and performing difference comparison on the hot updating patch set and the current client data;
the heat exchange processing module is used for downloading a corresponding heat exchange file according to the comparison result to perform heat exchange processing; the thermal upgrade module comprises: the code hot update module is used for replacing the code to be updated with the hot update code and interpreting and executing the hot update code when the code is subjected to hot update; and the resource heat updating module is used for increasing the heat updating resources or using the heat updating resources to replace the resources to be updated by the client when the resources are subjected to heat updating.
As a further improvement of the technical solution of the present invention, the hot update patch set distribution module includes: a separation packaging module, configured to perform separation packaging on the hot upgrade resources: the client starts the running necessary resources and packs the resources into a basic data packet in a patch format, and the client can load the running resources according to the requirement and compress and store the resources into a zip file; and the generating module is used for adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark.
As a further improvement of the technical solution of the present invention, the server further includes: and the hot update patch set storage module is used for creating a hot update area in the server and storing the hot update patch set to the hot update area, wherein the hot update area is a data storage area which is written based on winhttp or a cul library and can realize dynamic downloading.
As a further improvement of the technical solution of the present invention, the code hot update module includes: the code detection module is used for detecting whether the hot update code is a core code which ensures the normal operation of the client; the core code hot update module is used for requesting the client to restart the update so as to complete the hot update of the core code; and the non-core code hot update module is used for directly performing code replacement and interpretation execution in the background of the client.
As a further improvement of the technical solution of the present invention, the resource heat exchange module includes: the hot upgrade resource reading module is used for reading hot upgrade resource information and path information thereof; the resource replacement module is used for traversing the current client data and replacing and updating the hot update resources of the path corresponding to the client; and the resource adding module is used for newly establishing a corresponding path to newly add the hot upgrade resource when the client does not detect the related hot upgrade resource path.
It should be recognized that embodiments of the present invention can be realized and implemented by computer hardware, a combination of hardware and software, or by computer instructions stored in a non-transitory computer readable memory. The methods may be implemented in a computer program using standard programming techniques, including a non-transitory computer-readable storage medium configured with the computer program, where the storage medium so configured causes a computer to operate in a specific and predefined manner, according to the methods and figures described in the detailed description. Each program may be implemented in a high level procedural or object oriented programming language to communicate with a computer system. However, the program(s) can be implemented in assembly or machine language, if desired. In any case, the language may be a compiled or interpreted language. Furthermore, the program can be run on a programmed application specific integrated circuit for this purpose.
Further, the operations of processes described herein can be performed in any suitable order unless otherwise indicated herein or otherwise clearly contradicted by context. The processes described herein (or variations and/or combinations thereof) may be performed under the control of one or more computer systems configured with executable instructions, and may be implemented as code (e.g., executable instructions, one or more computer programs, or one or more applications) collectively executed on one or more processors, by hardware, or combinations thereof. The computer program includes a plurality of instructions executable by one or more processors.
Further, the method may be implemented in any type of computing platform operatively connected to a suitable interface, including but not limited to a personal computer, mini computer, mainframe, workstation, networked or distributed computing environment, separate or integrated computer platform, or in communication with a charged particle tool or other imaging device, and the like. Aspects of the invention may be embodied in machine-readable code stored on a non-transitory storage medium or device, whether removable or integrated into a computing platform, such as a hard disk, optically read and/or write storage medium, RAM, ROM, or the like, such that it may be read by a programmable computer, which when read by the storage medium or device, is operative to configure and operate the computer to perform the procedures described herein. Further, the machine-readable code, or portions thereof, may be transmitted over a wired or wireless network. The invention described herein includes these and other different types of non-transitory computer-readable storage media when such media include instructions or programs that implement the steps described above in conjunction with a microprocessor or other data processor. The present invention also includes the computer itself when programmed with the asset unique identification code generation method and technique described in accordance with the present invention.
A computer program can be applied to input data to perform the functions described herein to transform the input data to generate output data that is stored to non-volatile memory. The output information may also be applied to one or more output devices, such as a display. In a preferred embodiment of the invention, the transformed data represents physical and tangible objects, including particular visual depictions of physical and tangible objects produced on a display.
The above description is only a preferred embodiment of the present invention, and the present invention is not limited to the above embodiment, and any modifications, equivalent substitutions, improvements, etc. within the spirit and principle of the present invention should be included in the protection scope of the present invention as long as the technical effects of the present invention are achieved by the same means. The invention is capable of other modifications and variations in its technical solution and/or its implementation, within the scope of protection of the invention.

Claims (8)

1. A client side hot update method, comprising the steps of:
the server generates a hot upgrade patch set and sends related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set; the server generates a hot update patch set comprising: performing separation packaging on the hot upgrade resources: the client starts the running necessary resources and packs the resources into a basic data packet in a patch format, and the client can load the running resources according to the requirement and compress and store the resources into a zip file; adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark;
the client receives the push information, searches a hot update patch set corresponding to the version of the push information, and performs difference comparison on the hot update patch set and current client data;
the client downloads a corresponding hot update file according to the comparison result to perform hot update processing, and when the code is subjected to hot update, the client replaces the code to be updated with the hot update code and interprets and executes the hot update code; when the resources are updated in a hot mode, the client increases the hot update resources or replaces the resources to be updated with the hot update resources.
2. The client hot-update method according to claim 1, characterized in that: the hot update patch set is stored in a hot update area of the server, and the hot update area is a data storage area which is written based on a winhttp or a crul library and can realize dynamic downloading.
3. The client hot-update method according to claim 1, characterized in that: the client replaces the code to be updated with the hot update code and interprets and executes the hot update code, and further comprises:
and detecting whether the hot update code is a core code which ensures normal operation of the client, if so, requesting the client to restart the update, otherwise, directly replacing the hot update code in the background and explaining and executing the hot update code.
4. The client hot-update method according to claim 1, characterized in that: the client adds hot upgrade resources or replaces resources to be upgraded with the hot upgrade resources, and the method comprises the following steps:
reading hot upgrade resource information and path information thereof;
and traversing the data of the current client, replacing and updating the hot update resources of the path corresponding to the client, and if the hot update resources comprise a new path which does not exist in the client, establishing a corresponding path at the client to newly increase the hot update resources.
5. The client-side hot updating device is characterized by comprising a server side and a client side, wherein the server side comprises:
the hot upgrade patch set issuing module is used for generating a hot upgrade patch set and sending related push information to the client, wherein the hot upgrade patch set comprises hot upgrade codes and/or hot upgrade resources, and the push information comprises hot upgrade version requirements and download addresses of the hot upgrade patch set; the hot update patch set distribution module comprises: a separation packaging module, configured to perform separation packaging on the hot upgrade resources: the client starts the running necessary resources and packs the resources into a basic data packet in a patch format, and the client can load the running resources according to the requirement and compress and store the resources into a zip file; the generating module is used for adding the basic data packet and the zip file to a hot update patch set and adding a resource version number mark;
the client comprises:
the updating comparison module is used for receiving the push information, searching a hot updating patch set corresponding to the version of the push information, and performing difference comparison on the hot updating patch set and the current client data;
the heat exchange processing module is used for downloading a corresponding heat exchange file according to the comparison result to perform heat exchange processing; the thermal upgrade module comprises:
the code hot update module is used for replacing the code to be updated with the hot update code and interpreting and executing the hot update code when the code is subjected to hot update;
and the resource heat updating module is used for increasing the heat updating resources or using the heat updating resources to replace the resources to be updated by the client when the resources are subjected to heat updating.
6. The client-side hot-update apparatus according to claim 5, wherein the server-side further comprises:
and the hot update patch set storage module is used for creating a hot update area in the server and storing the hot update patch set to the hot update area, wherein the hot update area is a data storage area which is written based on winhttp or a cul library and can realize dynamic downloading.
7. The client hot-update apparatus of claim 5, wherein the code hot-update module comprises:
the code detection module is used for detecting whether the hot update code is a core code which ensures the normal operation of the client;
the core code hot update module is used for requesting the client to restart the update so as to complete the hot update of the core code;
and the non-core code hot update module is used for directly performing code replacement and interpretation execution in the background of the client.
8. The client thermal update apparatus of claim 5, wherein the resource thermal update module comprises:
the hot upgrade resource reading module is used for reading hot upgrade resource information and path information thereof;
the resource replacement module is used for traversing the current client data and replacing and updating the hot update resources of the path corresponding to the client;
and the resource adding module is used for newly establishing a corresponding path to newly add the hot upgrade resource when the client does not detect the related hot upgrade resource path.
CN201811486897.8A 2018-12-06 2018-12-06 Client hot update method and device Active CN109800005B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811486897.8A CN109800005B (en) 2018-12-06 2018-12-06 Client hot update method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811486897.8A CN109800005B (en) 2018-12-06 2018-12-06 Client hot update method and device

Publications (2)

Publication Number Publication Date
CN109800005A CN109800005A (en) 2019-05-24
CN109800005B true CN109800005B (en) 2022-04-05

Family

ID=66556482

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811486897.8A Active CN109800005B (en) 2018-12-06 2018-12-06 Client hot update method and device

Country Status (1)

Country Link
CN (1) CN109800005B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111158722A (en) * 2019-12-27 2020-05-15 无锡中尧网络科技有限公司 Method for updating heat of mobile client
CN113495737A (en) * 2020-04-01 2021-10-12 腾讯科技(深圳)有限公司 Software updating method and related equipment
CN111488169A (en) * 2020-04-07 2020-08-04 网易(杭州)网络有限公司 Method and device for hot updating of application program, storage medium and electronic equipment
CN114637527B (en) * 2022-05-18 2022-08-19 海马云(天津)信息技术有限公司 Hot update resource extraction and update method and device for cloud application
CN115473810A (en) * 2022-09-01 2022-12-13 珠海金山数字网络科技有限公司 Double-end synchronous script hot updating method and device

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090193407A1 (en) * 2008-01-29 2009-07-30 Viasat, Inc. Methods and Systems for Automatic Patch Creation for Client Updates
CN105511889B (en) * 2016-01-15 2020-01-07 珠海金山网络游戏科技有限公司 Universal game version increment updating system and method
CN105867988A (en) * 2016-06-24 2016-08-17 深圳云之家网络有限公司 Method and system for Android App hot update based on Hook technology
CN106569863B (en) * 2016-11-10 2020-01-17 福州智永信息科技有限公司 Resource and code modularization-based android app resource updating and repairing method
CN107608706B (en) * 2017-09-26 2020-05-01 南京哈卢信息科技有限公司 Automatic hot updating method for application program based on functional module
CN108399080A (en) * 2018-03-05 2018-08-14 深圳市华讯方舟软件信息有限公司 A kind of hot update methods of Android App
CN108733400A (en) * 2018-04-27 2018-11-02 新光互联投资管理有限公司 A kind of hot update method of App increments and service system

Also Published As

Publication number Publication date
CN109800005A (en) 2019-05-24

Similar Documents

Publication Publication Date Title
CN109800005B (en) Client hot update method and device
CN107391104B (en) Client and reactive native code update dependence management method, device and system
US10564959B2 (en) Shared software libraries for computing devices
CN107506221B (en) Application program upgrading method, device and equipment
KR102281052B1 (en) Mobile terminal application update method and apparatus
CN107193607B (en) Method and apparatus for updating code file, storage medium, processor, and terminal
CN105786549B (en) Smart machine and its upgrade method
CN104346184A (en) Application packaging device and application packaging method
KR20200115557A (en) Distributing shaders among client machines for precaching
CN108279912A (en) The more Custom Attributes installation kit automatic generation methods of Android, system and storage medium
WO2021022713A1 (en) Distributed module update method, device, and storage medium
US11036522B2 (en) Remote component loader
CN111740948B (en) Data packet issuing method, dynamic updating method, device, equipment and medium
US10097567B2 (en) Information processing apparatus and identifying method
CN112099800A (en) Code data processing method and device and server
CN104536752A (en) Method and device for automatically generating APK files
CN109471799B (en) Method, device, storage medium and terminal for deploying demand environment
CN114546819A (en) Code processing method and device, electronic equipment and readable medium
CN109857444B (en) Application program updating method and device, electronic equipment and readable storage medium
CN106484375B (en) Instruction block loading method, soft switch equipment and system
EP3346642A1 (en) Method and device for managing network element model
CN110826074A (en) Application vulnerability detection method and device and computer readable storage medium
CN113791809B (en) Application exception handling method and device and computer readable storage medium
CN113360379B (en) Program test environment creation method and program test environment creation apparatus
CN114237654A (en) OTA (over the air) upgrading method and system

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
CP03 Change of name, title or address
CP03 Change of name, title or address

Address after: 4th Floor, No. 6, 8, Jianzhong Road, Tianhe District, Guangzhou City, Guangdong Province, 510000 Room No. 406

Patentee after: Guangzhou Xishanju Network Technology Co.,Ltd.

Patentee after: Zhuhai Jinshan Digital Network Technology Co.,Ltd.

Address before: 3-04-1, No. 309, Huangpu Avenue, Tianhe District, Guangzhou, Guangdong 510000

Patentee before: GUANGZHOU SEASUN ENTERTAINMENT NETWORK TECHNOLOGY Co.,Ltd.

Patentee before: ZHUHAI KINGSOFT ONLINE GAME TECHNOLOGY Co.,Ltd.