CN107707584B - Application loading method, terminal and platform server - Google Patents

Application loading method, terminal and platform server Download PDF

Info

Publication number
CN107707584B
CN107707584B CN201610643517.1A CN201610643517A CN107707584B CN 107707584 B CN107707584 B CN 107707584B CN 201610643517 A CN201610643517 A CN 201610643517A CN 107707584 B CN107707584 B CN 107707584B
Authority
CN
China
Prior art keywords
resource
application
information
version number
target application
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
CN201610643517.1A
Other languages
Chinese (zh)
Other versions
CN107707584A (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.)
Shenzhen Yayue Technology Co ltd
Original Assignee
Tencent 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201610643517.1A priority Critical patent/CN107707584B/en
Publication of CN107707584A publication Critical patent/CN107707584A/en
Application granted granted Critical
Publication of CN107707584B publication Critical patent/CN107707584B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • H04L67/63Routing a service request depending on the request content or context
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1095Replication or mirroring of data, e.g. scheduling or transport for data synchronisation between network nodes

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

The embodiment of the invention discloses an application loading method, which comprises the following steps: when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier; sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result; receiving the application resource information of the target application sent by the platform server; and requesting a Content Delivery Network (CDN) associated with the platform server for loading the resource package of the target application according to the application resource information. The embodiment of the invention also discloses a terminal and a platform server. By adopting the embodiment of the invention, the application loading speed can be improved, and the application interface can be quickly accessed.

Description

Application loading method, terminal and platform server
Technical Field
The invention relates to the technical field of electronics, in particular to an application loading method, a terminal and a platform server.
Background
When starting an application (such as a game application), a terminal needs to load resources necessary for starting the application first, and can enter a main interface of the application after the loading is successful, however, in the resource loading process, whether the resources of the application need to be updated needs to be checked, if the resources need to be updated, a latest resource packet needs to be requested from an operation network of an application provider, so that the time consumed in the loading process is very long, resource attributes (such as main resources, sub-resources and the like) are not distinguished in the application loading process, incremental resources cannot be supported, all resource packets need to be loaded, and the loading time is also prolonged.
Disclosure of Invention
The embodiment of the invention provides an application loading method, a terminal and a platform server. The technical problem of overlong loading time can be solved.
The embodiment of the invention provides an application loading method, which comprises the following steps:
when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier;
sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information;
receiving the application resource information of the target application sent by the platform server;
and requesting a Content Delivery Network (CDN) associated with the platform server for loading the resource package of the target application according to the application resource information.
The requesting, by the content delivery network CDN associated with the platform server, the resource package of the target application for loading according to the application resource information includes:
sending a data request carrying the latest resource version number to the content delivery network CDN so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number;
receiving the resource packet returned by the CDN;
and updating the resources of the target application by using the resource packet, and loading the target application with the updated resources.
Wherein the domain name information includes a main domain name, and before sending the data request carrying the latest resource version number to the content delivery network CDN, the method further includes:
determining whether the main domain name is matched with a pre-registered network domain name;
and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN.
And the resource packet comprises an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current running version number.
Correspondingly, an embodiment of the present invention provides an application loading method, including:
receiving a service request which is sent by a terminal and carries application information, wherein the application information comprises a current running version number and an application identifier of a target application in the terminal;
determining whether the target application in the terminal needs to be updated or not according to the application information;
and sending application resource information of the target application to the terminal according to the determination result of the target application, wherein the application resource information comprises a resource version number and domain name information, so that the terminal requests a Content Delivery Network (CDN) associated with a platform server for loading a resource package of the target application according to the application resource information.
The resource version number comprises a latest resource version number, and the resource package comprises an incremental resource package between a resource package corresponding to the latest resource version number and a resource package corresponding to the current operation version number;
before the receiving the service request carrying the application information sent by the terminal, the method further includes:
acquiring the incremental resource package;
and uploading the incremental resource package to the content delivery network CDN.
Wherein the obtaining the incremental resource package comprises:
acquiring a resource packet corresponding to the current running version number and a resource packet corresponding to the latest resource version number;
comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number;
and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
Wherein the determining whether the target application in the terminal needs to be updated according to the application information includes:
acquiring the latest resource version number of the target application;
and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number.
Accordingly, an embodiment of the present invention provides a terminal, including:
the information acquisition module is used for acquiring application information of a target application when the target application in the terminal is detected to be started, wherein the application information comprises a current running version number and an application identifier;
a request sending module, configured to send a service request carrying the application information to a platform server, so that the platform server determines, according to the application information, whether the target application needs to be updated and returns, according to a determination result, application resource information of the target application to the terminal, where the application resource information includes a resource version number and domain name information;
the information receiving module is used for receiving the application resource information of the target application sent by the platform server;
and the resource request module is used for requesting the CDN associated with the platform server for loading the resource packet of the target application according to the application resource information.
Wherein the resource version number includes a latest resource version number, and the resource request module is specifically configured to:
sending a data request carrying the latest resource version number to the content delivery network CDN so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number;
receiving the resource packet returned by the CDN;
and updating the resources of the target application by using the resource packet, and loading the target application with the updated resources.
The resource request module is further used for determining whether the main domain name is matched with a pre-registered network domain name; and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN.
And the resource packet comprises an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current running version number.
Accordingly, an embodiment of the present invention provides a platform server, including:
a request receiving module, configured to receive a service request carrying application information sent by a terminal, where the application information includes a current operation version number and an application identifier of a target application in the terminal;
an information determining module, configured to determine whether the target application in the terminal needs to be updated according to the application information;
and the information sending module is used for sending application resource information of the target application to the terminal according to the determination result of the target application, wherein the application resource information comprises a resource version number and domain name information, so that the terminal requests a Content Delivery Network (CDN) associated with a platform server for loading a resource package of the target application according to the application resource information.
Wherein, the resource version number includes a latest resource version number, the resource package includes an incremental resource package between the resource package corresponding to the latest resource version number and the resource package corresponding to the current operation version number, and the platform server further includes:
the resource uploading module is used for acquiring the incremental resource package; and uploading the incremental resource package to the content delivery network CDN.
The resource uploading module is further configured to obtain a resource packet corresponding to the current running version number and a resource packet corresponding to the latest resource version number; comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number; and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
Wherein the information determination module is specifically configured to:
acquiring the latest resource version number of the target application;
and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number.
Accordingly, an embodiment of the present invention provides an application loading apparatus, which includes an interface circuit, a memory, and a processor, where the memory stores a set of program codes, and the processor is configured to call the program codes stored in the memory, and is configured to perform the following operations:
when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier;
sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information;
receiving the application resource information of the target application sent by the platform server;
and requesting a Content Delivery Network (CDN) associated with the platform server for loading the resource package of the target application according to the application resource information.
When the embodiment of the invention is implemented, firstly, when the target application in the terminal is detected to be started, the application information of the target application is acquired; then sending a service request carrying the application information to a platform server, and after the platform server receives the server request, determining whether the target application needs to be updated according to the application information and returning application resource information of the target application to the terminal according to a determination result; secondly, receiving the application resource information of the target application sent by the platform server, wherein the application resource information comprises a resource version number and domain name information; and finally, according to the application resource information, requesting a Content Delivery Network (CDN) associated with the platform server for loading a resource packet of the target application, and loading offline resources from the content delivery network at the application starting stage, so that the application loading speed is increased.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a flowchart of a first embodiment of an application loading method according to the present invention;
FIG. 2 is a flowchart of a second embodiment of an application loading method according to the present invention;
fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention;
fig. 4 is a schematic structural diagram of a platform server according to an embodiment of the present invention;
fig. 5 is a schematic structural diagram of an application loading apparatus according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
Referring to fig. 1, fig. 1 is a flowchart illustrating an application loading method according to a first embodiment of the present invention. As shown in the figure, the method in the embodiment of the present invention includes:
s101, when the target application in the terminal is detected to be started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier.
In a specific implementation, a user may click an application icon of a target application (e.g., a game application), start the target application at this time, and obtain a current running version number and an application identifier of the target application, where the application identifier may be an ID (Identity) of the target application.
S102, sending a service request carrying the application information to a platform server, so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information.
In a specific implementation, after the platform server receives a service request carrying the application information sent by the terminal, the platform server may first search for a latest resource version number of the application corresponding to the application identifier, compare the latest resource version number with a current operation version number, set the resource version number to 0 if the latest resource version number is the same as the current operation version number, send the resource version number 0 to the terminal by the platform server, determine that a target application in the terminal needs to be updated if the latest resource version number is higher than the current operation version number, and send the latest resource version number to the terminal by the platform server.
It should be noted that the application resource information includes application resource information of a main resource, and may also include application resource information of a sub-resource, application start parameters, and operation information, where the main resource is a resource necessary for starting the target application, such as a game background, a main map, and the like, and the sub-resource is a branch resource of the target application, and does not affect application start; the application starting parameters comprise an application engine, an application running address, a sharing address and prompt information, and the operation information comprises the latest activity of the application, a gift bag and the like. In the starting process of the target application, the platform server can send the application resource information and the application starting parameters of the main resource to the terminal so that the target application can be started normally, and after the target application is started, the application resource information and the operation information of the sub-resource are sent to the terminal, so that the resource package and the operation position of the sub-resource are updated after the target application is started without affecting the starting speed of the target application.
S103, receiving the application resource information of the target application sent by the platform server.
And S104, according to the application resource information, requesting a Content Delivery Network (CDN) associated with the platform server for loading the resource packet of the target application.
In a specific implementation, the resource version number includes a latest resource version number or a resource version number 0, and if the terminal receives the latest resource version number, the terminal may send a data request carrying the latest resource version number to the content delivery network CDN, so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number; receiving the resource packet returned by the CDN; using the resource packet to update the resources of the target application, and loading the target application after the resources are updated; if the resource version number received by the terminal is 0, the current running version number in the terminal is the latest resource version number, and the target application does not need to be updated, so that the resource package does not need to be requested to the content delivery network CDN for updating, the CDN is continuously started, and the loading is finally completed.
Optionally, the domain name information includes a main domain name and a download path, and it may be first determined whether the main domain name matches a pre-registered network domain name; and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN. Further, according to the download path, a data request carrying the latest resource version number may be sent to the content delivery network CDN. If the main domain name is not matched with the pre-registered network domain name, the terminal is required to download the resource package to the application provider network, and the loading speed is influenced.
Optionally, the resource packet includes an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current operation version number. If the latest resource version number and the current operation version number are separated by one version, an incremental resource package can be requested to a Content Delivery Network (CDN) associated with the platform server, and if the latest resource version number and the current operation version number are separated by a plurality of versions, all resource packages corresponding to the latest resource version number can be requested to the Content Delivery Network (CDN) associated with the platform server.
Optionally, after receiving the resource package, the encrypted signature of the resource package may be checked first, if the check is passed, the resource package is used to update the resource of the target application, and if the check is not passed, the resource package is requested again from the CND. Further, an information summary MD5 code of the resource package sent by the platform server may be received, after the resource package is received, a new MD5 code is generated according to the resource package, it is determined whether the received MD5 code is the same as the new MD5 code, if so, the check is passed, and if not, the check is not passed.
In the embodiment of the invention, firstly, when the target application in a terminal is detected to be started, the application information of the target application is acquired; then sending a service request carrying the application information to a platform server, and after the platform server receives the server request, determining whether the target application needs to be updated according to the application information and returning application resource information of the target application to the terminal according to a determination result; secondly, receiving the application resource information of the target application sent by the platform server, wherein the application resource information comprises a resource version number and domain name information; and finally, according to the application resource information, requesting a Content Delivery Network (CDN) associated with the platform server for loading a resource packet of the target application, and loading offline resources from the content delivery network at the application starting stage, so that the application loading speed is increased.
Referring to fig. 2, fig. 2 is a flowchart illustrating a second embodiment of an application loading method according to the present invention. As shown in the figure, the method in the embodiment of the present invention includes:
s201, the platform server obtains the resource package.
In a specific implementation, the resource package includes an incremental resource package between the resource package corresponding to the latest resource version number and the resource package corresponding to the current running version number and/or all resource packages corresponding to the latest resource version number. The resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number can be obtained; comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number; and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
For example, the resource package and the application identifier of the latest version may be uploaded to the platform server, the platform server parses the resource package of the latest version to generate resources.list and adds the resources.list to the resource package res _50.zip, and performs encryption signature on the resource package res _50.zip, and finally establishes the corresponding relationship between the application identifier and the resource package res _50. zip; or the platform server acquires the resource packet of the previous version corresponding to the application identifier from the database according to the application identifier, compares the resource packet of the latest version with the resource packet of the previous version to generate a difference resource packet diff.zip, adds the difference resource packet diff.zip into the resource packet res _50.zip, encrypts and signs the resource packet res _50.zip, and finally establishes the corresponding relation between the application identifier and the resource packet res _50. zip. Additionally, message digest MD5 code may be generated from resource package res _50.zip and cryptographically signed by MD5 for resource package res _50. zip.
S202, the platform server uploads the resource packet to the content delivery network CDN.
In a specific implementation, the platform server may upload the incremental resource package and/or the entire resource package to the content delivery network CDN.
S203, when detecting that the target application in the terminal is started, the terminal acquires the application information of the target application, wherein the application information comprises the current running version number and the application identifier.
In a specific implementation, a user may click an application icon of a target application (e.g., a game application), start the target application at this time, and obtain a current running version number and an application identifier of the target application, where the application identifier may be an ID (Identity) of the target application.
And S204, the terminal sends a service request carrying the application information to the platform server.
S205, the platform server determines whether the target application in the terminal needs to be updated according to the application information;
in a specific implementation, after the platform server receives a service request carrying the application information sent by the terminal, the platform server may obtain a latest resource version number of the target application; and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number. Further, the latest resource version number of the application corresponding to the application identifier may be first searched, the latest resource version number is compared with the current operation version number, and if the latest resource version number is the same as the current operation version number, the resource version number is set to 0; and if the latest resource version number is higher than the current running version number, determining that the target application in the terminal needs to be updated.
It should be noted that the application resource information includes application resource information of a main resource, and may also include application resource information of a sub-resource, application start parameters, and operation information, where the main resource is a resource necessary for starting the target application, such as a game background, a main map, and the like, and the sub-resource is a branch resource of the target application, and does not affect application start; the application starting parameters comprise an application engine, an application running address, a sharing address and prompt information, and the operation information comprises the latest activity of the application, a gift bag and the like. In the starting process of the target application, the platform server can send the application resource information and the application starting parameters of the main resource to the terminal so that the target application can be started normally, and after the target application is started, the application resource information and the operation information of the sub-resource are sent to the terminal, so that the resource package and the operation position of the sub-resource are updated after the target application is started without affecting the starting speed of the target application.
S206, the platform server sends the application resource information of the target application to the terminal according to the determination result of the target application, wherein the application resource information comprises a resource version number and domain name information.
In the specific implementation, the resource version number includes a latest resource version number or a resource version number 0, if the resource version number is 0, the platform server determines that the target application in the terminal does not need to be updated, the resource version number 0 is sent to the terminal, and if the target application in the terminal is determined to need to be updated, the platform server sends the latest resource version number and corresponding domain name information to the terminal.
And S207, the terminal sends a data request carrying the latest resource version number to the CDN.
In a specific implementation, if a terminal receives a latest resource version number, a data request carrying the latest resource version number is sent to the content delivery network CDN; if the resource version number received by the terminal is 0, the current running version number in the terminal is the latest resource version number, and the target application does not need to be updated, so that the resource package does not need to be requested to the content delivery network CDN for updating, the CDN is continuously started, and the loading is finally completed.
Optionally, the domain name information includes a main domain name and a download path, and it may be first determined whether the main domain name matches a pre-registered network domain name; and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN. Further, a data request carrying the latest resource version number may be sent to the content delivery network CDN according to the download path; if the main domain name is not matched with the pre-registered network domain name, the terminal is required to download the resource package to the application provider network, and the loading speed is influenced.
Optionally, the resource packet includes an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current operation version number. If the latest resource version number and the current operation version number are separated by one version, an incremental resource package can be requested to a Content Delivery Network (CDN) associated with the platform server, and if the latest resource version number and the current operation version number are separated by a plurality of versions, all resource packages corresponding to the latest resource version number can be requested to the Content Delivery Network (CDN) associated with the platform server.
Optionally, after receiving the resource package, the encrypted signature of the resource package may be checked first, if the check is passed, the resource package is used to update the resource of the target application, and if the check is not passed, the resource package is requested again from the CND. Further, an information summary MD5 code of the resource package sent by the platform server may be received, after the resource package is received, a new MD5 code is generated according to the resource package, it is determined whether the received MD5 code is the same as the new MD5 code, if so, the check is passed, and if not, the check is not passed.
And S208, the CDN sends the resource packet to the terminal.
S209, the terminal uses the resource packet to update the resources of the target application, and loads the target application after the resources are updated.
In the embodiment of the invention, firstly, when the target application in a terminal is detected to be started, the application information of the target application is acquired; then sending a service request carrying the application information to a platform server, and after the platform server receives the server request, determining whether the target application needs to be updated according to the application information and returning application resource information of the target application to the terminal according to a determination result; secondly, receiving the application resource information of the target application sent by the platform server, wherein the application resource information comprises a resource version number and domain name information; and finally, according to the application resource information, requesting a Content Delivery Network (CDN) associated with the platform server for loading a resource packet of the target application, and loading offline resources from the content delivery network at the application starting stage, so that the application loading speed is increased.
Referring to fig. 3, fig. 3 is a schematic structural diagram of a terminal according to an embodiment of the present invention. As shown in the figure, the terminal in the embodiment of the present invention includes:
an information obtaining module 301, configured to obtain application information of a target application when it is detected that the target application in a terminal is started, where the application information includes a current running version number and an application identifier.
In a specific implementation, a user may click an application icon of a target application (e.g., a game application), start the target application at this time, and obtain a current running version number and an application identifier of the target application, where the application identifier may be an ID (Identity) of the target application.
A request sending module 302, configured to send a service request carrying the application information to a platform server, so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, where the application resource information includes a resource version number and domain name information.
In a specific implementation, after the platform server receives a service request carrying the application information sent by the terminal, the platform server may first search for a latest resource version number of the application corresponding to the application identifier, compare the latest resource version number with a current operation version number, set the resource version number to 0 if the latest resource version number is the same as the current operation version number, send the resource version number 0 to the terminal by the platform server, determine that a target application in the terminal needs to be updated if the latest resource version number is higher than the current operation version number, and send the latest resource version number to the terminal by the platform server.
It should be noted that the application resource information includes application resource information of a main resource, and may also include application resource information of a sub-resource, application start parameters, and operation information, where the main resource is a resource necessary for starting the target application, such as a game background, a main map, and the like, and the sub-resource is a branch resource of the target application, and does not affect application start; the application starting parameters comprise an application engine, an application running address, a sharing address and prompt information, and the operation information comprises the latest activity of the application, a gift bag and the like. In the starting process of the target application, the platform server can send the application resource information and the application starting parameters of the main resource to the terminal so that the target application can be started normally, and after the target application is started, the application resource information and the operation information of the sub-resource are sent to the terminal, so that the resource package and the operation position of the sub-resource are updated after the target application is started without affecting the starting speed of the target application.
An information receiving module 303, configured to receive the application resource information of the target application sent by the platform server.
A resource request module 304, configured to request, according to the application resource information, a content delivery network CDN associated with the platform server for loading a resource package of the target application.
In a specific implementation, the resource version number includes a latest resource version number or a resource version number 0, and if the terminal receives the latest resource version number, the terminal may send a data request carrying the latest resource version number to the content delivery network CDN, so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number; receiving the resource packet returned by the CDN; using the resource packet to update the resources of the target application, and loading the target application after the resources are updated; if the resource version number received by the terminal is 0, the current running version number in the terminal is the latest resource version number, and the target application does not need to be updated, so that the resource package does not need to be requested to the content delivery network CDN for updating, the CDN is continuously started, and the loading is finally completed.
Optionally, the domain name information includes a main domain name and a download path, and it may be first determined whether the main domain name matches a pre-registered network domain name; and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN. Further, according to the download path, a data request carrying the latest resource version number may be sent to the content delivery network CDN. If the main domain name is not matched with the pre-registered network domain name, the terminal is required to download the resource package to the application provider network, and the loading speed is influenced.
Optionally, the resource packet includes an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current operation version number. If the latest resource version number and the current operation version number are separated by one version, an incremental resource package can be requested to a Content Delivery Network (CDN) associated with the platform server, and if the latest resource version number and the current operation version number are separated by a plurality of versions, all resource packages corresponding to the latest resource version number can be requested to the Content Delivery Network (CDN) associated with the platform server.
Optionally, after receiving the resource package, the encrypted signature of the resource package may be checked first, if the check is passed, the resource package is used to update the resource of the target application, and if the check is not passed, the resource package is requested again from the CND. Further, an information summary MD5 code of the resource package sent by the platform server may be received, after the resource package is received, a new MD5 code is generated according to the resource package, it is determined whether the received MD5 code is the same as the new MD5 code, if so, the check is passed, and if not, the check is not passed.
In the embodiment of the invention, firstly, when the target application in a terminal is detected to be started, the application information of the target application is acquired; then sending a service request carrying the application information to a platform server, and after the platform server receives the server request, determining whether the target application needs to be updated according to the application information and returning application resource information of the target application to the terminal according to a determination result; secondly, receiving the application resource information of the target application sent by the platform server, wherein the application resource information comprises a resource version number and domain name information; and finally, according to the application resource information, requesting a Content Delivery Network (CDN) associated with the platform server for loading a resource packet of the target application, and loading offline resources from the content delivery network at the application starting stage, so that the application loading speed is increased.
Referring to fig. 4, fig. 4 is a schematic structural diagram of a platform server according to an embodiment of the present invention. As shown in the figure, the platform server in the embodiment of the present invention includes:
a request receiving module 401, configured to receive a service request that is sent by a terminal and carries application information, where the application information includes a current operation version number and an application identifier of a target application in the terminal.
In specific implementation, when detecting that a target application in a terminal is started, the terminal acquires application information of the target application and sends a service request carrying the application information to a platform server.
An information determining module 402, configured to determine whether the target application in the terminal needs to be updated according to the application information.
In a specific implementation, after the platform server receives a service request carrying the application information sent by the terminal, the platform server may obtain a latest resource version number of the target application; and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number. Further, the latest resource version number of the application corresponding to the application identifier may be first searched, the latest resource version number is compared with the current operation version number, and if the latest resource version number is the same as the current operation version number, the resource version number is set to 0; and if the latest resource version number is higher than the current running version number, determining that the target application in the terminal needs to be updated.
It should be noted that the application resource information includes application resource information of a main resource, and may also include application resource information of a sub-resource, application start parameters, and operation information, where the main resource is a resource necessary for starting the target application, such as a game background, a main map, and the like, and the sub-resource is a branch resource of the target application, and does not affect application start; the application starting parameters comprise an application engine, an application running address, a sharing address and prompt information, and the operation information comprises the latest activity of the application, a gift bag and the like. In the starting process of the target application, the platform server can send the application resource information and the application starting parameters of the main resource to the terminal so that the target application can be started normally, and after the target application is started, the application resource information and the operation information of the sub-resource are sent to the terminal, so that the resource package and the operation position of the sub-resource are updated after the target application is started without affecting the starting speed of the target application.
An information sending module 403, configured to send, according to a determination result of the target application, application resource information of the target application to the terminal, where the application resource information includes a resource version number and domain name information, so that the terminal requests, according to the application resource information, a content delivery network CDN associated with a platform server, for loading a resource package of the target application.
In the specific implementation, the resource version number includes a latest resource version number or a resource version number 0, if the resource version number is 0, the platform server determines that the target application in the terminal does not need to be updated, the resource version number 0 is sent to the terminal, and if the target application in the terminal is determined to need to be updated, the platform server sends the latest resource version number and corresponding domain name information to the terminal.
In addition, after the terminal receives the platform server application resource information, the resource version number includes a latest resource version number or a resource version number 0, and if the terminal receives the latest resource version number, a data request carrying the latest resource version number can be sent to the content delivery network CDN, so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number; receiving the resource packet returned by the CDN; using the resource packet to update the resources of the target application, and loading the target application after the resources are updated; if the resource version number received by the terminal is 0, the current running version number in the terminal is the latest resource version number, and the target application does not need to be updated, so that the resource package does not need to be requested to the content delivery network CDN for updating, the CDN is continuously started, and the loading is finally completed.
Optionally, as shown in fig. 4, the platform server in the embodiment of the present invention further includes:
a resource uploading module 404, configured to obtain the incremental resource package; and uploading the incremental resource package to the content delivery network CDN.
In a specific implementation, the resource package includes an incremental resource package between the resource package corresponding to the latest resource version number and the resource package corresponding to the current running version number and/or all resource packages corresponding to the latest resource version number. The resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number can be obtained; comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number; and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
For example, the resource package and the application identifier of the latest version may be uploaded to the platform server, the platform server parses the resource package of the latest version to generate resources.list and adds the resources.list to the resource package res _50.zip, and performs encryption signature on the resource package res _50.zip, and finally establishes the corresponding relationship between the application identifier and the resource package res _50. zip; or the platform server acquires the resource packet of the previous version corresponding to the application identifier from the database according to the application identifier, compares the resource packet of the latest version with the resource packet of the previous version to generate a difference resource packet diff.zip, adds the difference resource packet diff.zip into the resource packet res _50.zip, encrypts and signs the resource packet res _50.zip, and finally establishes the corresponding relation between the application identifier and the resource packet res _50. zip. In addition, an information digest MD5 code may be generated from the resource package res _50.zip, and the resource package res _50.zip may be cryptographically signed by MD5, and finally the platform server may upload the incremental resource package and/or the entire resource package to the content delivery network CDN.
In the embodiment of the invention, a service request which is sent by a terminal and carries application information is received firstly, whether the target application in the terminal needs to be updated or not is determined according to the application information, and finally, application resource information of the target application is sent to the terminal according to a determination result of the target application, so that the terminal requests a Content Delivery Network (CDN) which is associated with a platform server for loading a resource packet of the target application according to the application resource information, and offline resources from a content delivery network are loaded at an application starting stage, thereby improving the application loading rate.
Referring to fig. 5, fig. 5 is a schematic diagram illustrating an architecture of an application loading device according to an embodiment of the present invention. As shown, the apparatus may include: at least one processor 501, such as a CPU, at least one interface circuit 502, at least one memory 503, at least one bus 504. Wherein a communication bus 504 is used to enable the connection communication between these components. The interface circuit 502 in the embodiment of the present invention may be a wired transmitting port, or may also be a wireless device, for example, including an antenna apparatus, and configured to perform signaling or data communication with other node devices. The memory 503 may be a high-speed RAM memory or a non-volatile memory (non-volatile memory), such as at least one disk memory. The memory 503 may optionally be at least one storage device located remotely from the processor 501. A set of program codes is stored in the memory 503 and the processor 501 is used to call the program codes stored in the memory for performing the following operations:
when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier;
sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information;
receiving the application resource information of the target application sent by the platform server;
and requesting a Content Delivery Network (CDN) associated with the platform server for loading the resource package of the target application according to the application resource information.
The processor 501 is configured to perform the following operation steps:
sending a data request carrying the latest resource version number to the content delivery network CDN so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number;
receiving the resource packet returned by the CDN;
and updating the resources of the target application by using the resource packet, and loading the target application with the updated resources.
The processor 501 is configured to perform the following operation steps:
determining whether the main domain name is matched with a pre-registered network domain name;
and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN.
It should be noted that, for simplicity of description, the above-mentioned embodiments of the method are described as a series of acts or combinations, but those skilled in the art will recognize that the present invention is not limited by the order of acts, as some steps may occur in other orders or concurrently in accordance with the invention. Further, those skilled in the art should also appreciate that the embodiments described in the specification are preferred embodiments and that the acts and modules referred to are not necessarily required by the invention.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by associated hardware instructed by a program, which may be stored in a computer-readable storage medium, and the storage medium may include: flash Memory disks, Read-Only memories (ROMs), Random Access Memories (RAMs), magnetic or optical disks, and the like.
The content downloading method, the related device and the system provided by the embodiment of the present invention are described in detail above, and a specific example is applied in the text to explain the principle and the embodiment of the present invention, and the description of the above embodiment is only used to help understanding the method and the core idea of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present invention.

Claims (18)

1. An application loading method, characterized in that the method comprises:
when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier;
sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information;
receiving the application resource information of the target application sent by the platform server, wherein the application resource information further comprises application resource information of a main resource, application resource information of a sub-resource, application starting parameters and operation information;
acquiring a resource packet of the main resource of the target application from a Content Delivery Network (CDN) associated with the platform server according to the application resource information of the main resource;
receiving an information summary MD5 code of the resource packet of the main resource sent by the platform server, and generating an MD5 code of the resource packet of the main resource, wherein if the generated MD5 code of the resource packet of the main resource is the same as the MD5 code of the resource packet of the main resource sent by the platform server, the normal start of the target application is completed according to the resource packet of the main resource and the application start parameter;
and according to the application resource information and the operation information of the sub-resources, the resource packet of the target application is obtained from the CDN to update the resource packet and the operation position of the sub-resources.
2. The method of claim 1, wherein the resource version number comprises a latest resource version number, and wherein requesting, according to the application resource information, a Content Delivery Network (CDN) associated with the platform server for loading a resource package for the target application comprises:
sending a data request carrying the latest resource version number to the content delivery network CDN so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number;
receiving the resource packet returned by the CDN;
and updating the resources of the target application by using the resource packet, and loading the target application with the updated resources.
3. The method of claim 2, wherein the domain name information comprises a main domain name, and before sending the data request carrying the latest resource version number to the CDN, the method further comprises:
determining whether the main domain name is matched with a pre-registered network domain name;
and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN.
4. The method of claim 2 or 3, wherein the resource package comprises an incremental resource package between a resource package corresponding to the latest resource version number and a resource package corresponding to the current running version number.
5. An application loading method, characterized in that the method comprises:
receiving a service request which is sent by a terminal and carries application information, wherein the application information comprises a current running version number and an application identifier of a target application in the terminal;
determining whether the target application in the terminal needs to be updated or not according to the application information;
sending application resource information of the target application to the terminal according to the determination result of the target application, wherein the application resource information comprises a resource version number and domain name information, and also comprises application resource information of a main resource, application resource information of a sub-resource, application starting parameters and operation information;
sending the MD5 code of the resource packet of the main resource to the terminal, so that after the terminal acquires the resource packet of the main resource of the target application from a Content Delivery Network (CDN) associated with a platform server according to the application resource information of the main resource and generates the MD5 code of the resource packet of the main resource, if the generated MD5 code of the resource packet of the main resource is the same as the received MD5 code of the resource packet of the main resource, finishing the normal start of the target application according to the resource packet of the main resource and the application start parameter, and acquiring the resource packet of the sub resource and the operation position of the sub resource of the target application from the CDN according to the application resource information of the sub resource and the operation information.
6. The method of claim 5, wherein the resource version number comprises a latest resource version number, and the resource packet comprises an incremental resource packet between a resource packet corresponding to the latest resource version number and a resource packet corresponding to the current running version number;
before the receiving the service request carrying the application information sent by the terminal, the method further includes:
acquiring the incremental resource package;
and uploading the incremental resource package to the content delivery network CDN.
7. The method of claim 6, wherein the obtaining the delta resource package comprises:
acquiring a resource packet corresponding to the current running version number and a resource packet corresponding to the latest resource version number;
comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number;
and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
8. The method of claim 5, wherein the determining whether the target application in the terminal needs to be updated according to the application information comprises:
acquiring the latest resource version number of the target application;
and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number.
9. A terminal, characterized in that the terminal comprises:
the information acquisition module is used for acquiring application information of a target application when the target application in the terminal is detected to be started, wherein the application information comprises a current running version number and an application identifier;
a request sending module, configured to send a service request carrying the application information to a platform server, so that the platform server determines, according to the application information, whether the target application needs to be updated and returns, according to a determination result, application resource information of the target application to the terminal, where the application resource information includes a resource version number and domain name information;
the information receiving module is used for receiving the application resource information of the target application sent by the platform server, wherein the application resource information further comprises application resource information of a main resource, application resource information of a sub-resource, application starting parameters and operation information;
the resource request module is used for acquiring a resource package of the main resource of the target application from a Content Delivery Network (CDN) associated with the platform server according to the application resource information of the main resource;
the information receiving module is further configured to receive an information summary MD5 code of the resource packet of the main resource sent by the platform server, generate an MD5 code of the resource packet of the main resource, complete normal start of the target application according to the resource packet of the main resource and the application start parameter if the generated MD5 code of the resource packet of the main resource is the same as the MD5 code of the resource packet of the main resource sent by the platform server, and update the resource packet and the operation slot of the sub-resource of the resource packet of the target application obtained from the CDN according to the application resource information and the operation information of the sub-resource.
10. The terminal of claim 9, wherein the resource version number comprises a latest resource version number, and wherein the resource request module is specifically configured to:
sending a data request carrying the latest resource version number to the content delivery network CDN so that the content delivery network CDN returns a resource packet corresponding to the latest resource version number according to the latest resource version number;
receiving the resource packet returned by the CDN;
and updating the resources of the target application by using the resource packet, and loading the target application with the updated resources.
11. The terminal of claim 10, wherein the domain name information includes a master domain name, and the resource request module is further configured to determine whether the master domain name matches a pre-registered network domain name; and if the main domain name is matched with the pre-registered network domain name, executing the operation step of sending a data request carrying the latest resource version number to the content delivery network CDN.
12. The terminal according to claim 10 or 11, wherein the resource packet comprises an incremental resource packet between the resource packet corresponding to the latest resource version number and the resource packet corresponding to the current running version number.
13. A platform server, the platform server comprising:
a request receiving module, configured to receive a service request carrying application information sent by a terminal, where the application information includes a current operation version number and an application identifier of a target application in the terminal;
an information determining module, configured to determine whether the target application in the terminal needs to be updated according to the application information;
the information sending module is used for sending application resource information of the target application to the terminal according to the determination result of the target application, wherein the application resource information comprises a resource version number and domain name information, and also comprises application resource information of a main resource, application resource information of a sub-resource, application starting parameters and operation information;
the information sending module is further configured to send an MD5 code of the resource package of the main resource to the terminal, so that after the terminal obtains the resource package of the main resource of the target application from a content delivery network CDN associated with a platform server according to the application resource information of the main resource and generates an MD5 code of the resource package of the main resource, if the generated MD5 code of the resource package of the main resource is the same as the received MD5 code of the resource package of the main resource, normal start of the target application is completed according to the resource package of the main resource and the application start parameter, and the resource package and the operation bit of the sub-resource of the resource package of the target application are obtained from the CDN according to the application resource information and the operation information of the sub-resource.
14. The platform server of claim 13, wherein the resource version number comprises a latest resource version number, wherein the resource package comprises an incremental resource package between a resource package corresponding to the latest resource version number and a resource package corresponding to the current running version number, and wherein the platform server further comprises:
the resource uploading module is used for acquiring the incremental resource package; and uploading the incremental resource package to the content delivery network CDN.
15. The platform server according to claim 14, wherein the resource uploading module is further configured to obtain a resource packet corresponding to the current operation version number and a resource packet corresponding to the latest resource version number; comparing the resource packet corresponding to the current running version number with the resource packet corresponding to the latest resource version number; and taking the difference resource between the resource packet corresponding to the current running version number and the resource packet corresponding to the latest resource version number as an incremental resource packet.
16. The platform server of claim 13, wherein the information determination module is specifically configured to:
acquiring the latest resource version number of the target application;
and determining whether the target application in the terminal needs to be updated or not according to a comparison result of the latest resource version number and the current operation version number.
17. An application loading apparatus, comprising an interface circuit, a memory, and a processor, wherein the memory stores a set of program codes, and the processor is configured to call the program codes stored in the memory to perform the following operations:
when detecting that a target application in a terminal is started, acquiring application information of the target application, wherein the application information comprises a current running version number and an application identifier;
sending a service request carrying the application information to a platform server so that the platform server determines whether the target application needs to be updated according to the application information and returns application resource information of the target application to the terminal according to a determination result, wherein the application resource information comprises a resource version number and domain name information;
receiving the application resource information of the target application sent by the platform server, wherein the application resource information further comprises application resource information of a main resource, application resource information of a sub-resource, application starting parameters and operation information;
acquiring a resource packet of the main resource of the target application from a Content Delivery Network (CDN) associated with the platform server according to the application resource information of the main resource;
receiving an information summary MD5 code of the resource packet of the main resource sent by the platform server, and generating an MD5 code of the resource packet of the main resource, wherein if the generated MD5 code of the resource packet of the main resource is the same as the MD5 code of the resource packet of the main resource sent by the platform server, the normal start of the target application is completed according to the resource packet of the main resource and the application start parameter;
and according to the application resource information and the operation information of the sub-resources, the resource packet of the target application is obtained from the CDN to update the resource packet and the operation position of the sub-resources.
18. A computer-readable storage medium storing a plurality of instructions adapted to be loaded by a processor and to perform the method according to any one of claims 1 to 8.
CN201610643517.1A 2016-08-08 2016-08-08 Application loading method, terminal and platform server Active CN107707584B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610643517.1A CN107707584B (en) 2016-08-08 2016-08-08 Application loading method, terminal and platform server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610643517.1A CN107707584B (en) 2016-08-08 2016-08-08 Application loading method, terminal and platform server

Publications (2)

Publication Number Publication Date
CN107707584A CN107707584A (en) 2018-02-16
CN107707584B true CN107707584B (en) 2020-12-29

Family

ID=61168648

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610643517.1A Active CN107707584B (en) 2016-08-08 2016-08-08 Application loading method, terminal and platform server

Country Status (1)

Country Link
CN (1) CN107707584B (en)

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109345365A (en) * 2018-09-11 2019-02-15 航天信息股份有限公司 A kind of tax controlling equipment information remote variation and system
CN109408139A (en) * 2018-09-26 2019-03-01 平安普惠企业管理有限公司 Open method, device, computer equipment and the storage medium of application program
CN109257426B (en) * 2018-09-26 2022-10-14 平安普惠企业管理有限公司 Service line resource loading method and device, computer equipment and storage medium
CN110401631A (en) * 2019-06-19 2019-11-01 深圳壹账通智能科技有限公司 System upgrade information acquisition method, device, storage medium and block chain node
CN110392042A (en) * 2019-06-19 2019-10-29 深圳壹账通智能科技有限公司 System environments resource allocation information acquisition methods, device and block chain node
WO2021226965A1 (en) * 2020-05-14 2021-11-18 深圳市欢太科技有限公司 Resource processing method and apparatus, electronic device and storage medium
CN112994955B (en) * 2021-04-21 2021-08-10 恒生电子股份有限公司 Upgrade package sending management method, incremental upgrade package preparation method and related device
CN113254098A (en) * 2021-05-21 2021-08-13 四川金熊猫新媒体有限公司 Client resource processing method and device and electronic equipment
CN116339767B (en) * 2022-05-10 2024-03-19 广州南天电脑系统有限公司 Application resource allocation method, device, computer equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103648034A (en) * 2013-12-23 2014-03-19 乐视致新电子科技(天津)有限公司 Method and device for playing resources in intelligent television
CN105554091A (en) * 2015-12-11 2016-05-04 电子科技大学 Method for guaranteeing security of source of web application in mobile terminal

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100579122C (en) * 2006-03-14 2010-01-06 中兴通讯股份有限公司 Method for realizing browse service COOKIE of wireless application protocol gateway
US9015343B2 (en) * 2010-11-23 2015-04-21 Centurylink Intellectual Property Llc User control over content delivery
CN102591877A (en) * 2011-01-14 2012-07-18 深圳市同洲电子股份有限公司 Webpage resource request method for embedded browser and browsing device
CN102789494B (en) * 2012-07-11 2015-08-05 深圳市宜搜科技发展有限公司 A kind of disposal route of Internet resources duplicate removal and system
CN102999352B (en) * 2012-11-15 2016-08-10 中国科学院声学研究所 A kind of embedded system component loading method
CN104063236B (en) * 2013-03-20 2017-07-25 联想(北京)有限公司 Using startup method and electronic equipment
CN104104707B (en) * 2013-04-12 2017-02-08 腾讯科技(深圳)有限公司 Webpage data update method, terminal, cache server and system
US9596313B2 (en) * 2013-04-12 2017-03-14 Tencent Technology (Shenzhen) Company Limited Method, terminal, cache server and system for updating webpage data
CN104113567A (en) * 2013-04-18 2014-10-22 腾讯科技(深圳)有限公司 Content distribution network data processing method, device and system
US11023105B2 (en) * 2013-10-02 2021-06-01 Massachusetts Institute Of Technology Systems and methods for composable analytics
CN104657170A (en) * 2013-11-25 2015-05-27 腾讯科技(上海)有限公司 Data updating method, device and system
CN104360871A (en) * 2014-10-12 2015-02-18 厦门雅基软件有限公司 Quick starting method for installation of cell phone games
CN105792182A (en) * 2014-12-18 2016-07-20 博雅网络游戏开发(深圳)有限公司 Resource updating method and system for mobile device
CN104539676B (en) * 2014-12-18 2016-04-13 深圳市腾讯计算机系统有限公司 There is provided, obtain the methods, devices and systems of application installation kit
CN105760405A (en) * 2014-12-19 2016-07-13 阿里巴巴集团控股有限公司 Methods and devices for obtaining network resource for loading web page and method and device for caching network resource
CN104778063A (en) * 2015-04-16 2015-07-15 小米科技有限责任公司 Method and device for updating resource
CN104915239B (en) * 2015-06-30 2018-10-09 北京奇虎科技有限公司 The method and device of multi-process startup is carried out using container

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103648034A (en) * 2013-12-23 2014-03-19 乐视致新电子科技(天津)有限公司 Method and device for playing resources in intelligent television
CN105554091A (en) * 2015-12-11 2016-05-04 电子科技大学 Method for guaranteeing security of source of web application in mobile terminal

Also Published As

Publication number Publication date
CN107707584A (en) 2018-02-16

Similar Documents

Publication Publication Date Title
CN107707584B (en) Application loading method, terminal and platform server
EP3726868B1 (en) Profile download method and system, and related device
CN107797817B (en) Application updating method and device
US9519654B2 (en) Method, device, processing center and system for desktop synchronization
CN107733847B (en) Method and device for platform login website, computer equipment and readable storage medium
CN109995866B (en) Distributed file verification method and device, computer device and storage medium
CN109391673B (en) Method, system and terminal equipment for managing update file
CN107911222B (en) Digital signature generating method, digital signature verifying method, digital signature generating apparatus, digital signature verifying apparatus, and storage medium storing digital signature verifying program
US20140082154A1 (en) File sharing method, terminal and relay server
KR102147026B1 (en) Application download method and device
CN106899563B (en) Authentication method and device, authentication code generation method and device and authentication system
CN108683668A (en) Resource checksum method, apparatus, storage medium and equipment in content distributing network
CN109257426B (en) Service line resource loading method and device, computer equipment and storage medium
CN111399756A (en) Data storage method, data downloading method and device
CN104699511A (en) Plug-in upgrading method and plug-in upgrading device
CN113709530A (en) Resource downloading method, system, electronic equipment and storage medium
CN113342419B (en) Push system loading method and device, electronic equipment and storage medium
CN107509097B (en) Video sharing method and device and sharing server
CN111279312A (en) Alternative service paths for service applications
CN110741617B (en) Resource updating method and device, computer equipment and storage medium
CN111404897A (en) Message distribution method and device, storage medium and electronic equipment
CN114237736A (en) Page resource loading method, system, device, computer equipment and storage medium
CN114912097A (en) Certificate verification method and device, electronic equipment and storage medium
CN111654398B (en) Configuration updating method and device, computer equipment and readable storage medium
CN112491956A (en) Method and device for upgrading communication module in Internet of things equipment and computer 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
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221118

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518133

Patentee after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 2, 518000, East 403 room, SEG science and Technology Park, Zhenxing Road, Shenzhen, Guangdong, Futian District

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.