CN110874445A - Webpage loading method, client and business service center - Google Patents

Webpage loading method, client and business service center Download PDF

Info

Publication number
CN110874445A
CN110874445A CN201811010401.XA CN201811010401A CN110874445A CN 110874445 A CN110874445 A CN 110874445A CN 201811010401 A CN201811010401 A CN 201811010401A CN 110874445 A CN110874445 A CN 110874445A
Authority
CN
China
Prior art keywords
service
offline
target
resource
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201811010401.XA
Other languages
Chinese (zh)
Inventor
吴杰
王继春
赵巍
陈磊
陆屹
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Mobile Communications Group Co Ltd
China Mobile Group Zhejiang Co Ltd
Original Assignee
China Mobile Communications Group Co Ltd
China Mobile Group Zhejiang 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 China Mobile Communications Group Co Ltd, China Mobile Group Zhejiang Co Ltd filed Critical China Mobile Communications Group Co Ltd
Priority to CN201811010401.XA priority Critical patent/CN110874445A/en
Publication of CN110874445A publication Critical patent/CN110874445A/en
Pending legal-status Critical Current

Links

Images

Abstract

According to the webpage loading method, the client and the business service center provided by the embodiment of the invention, when a user clicks a certain offline service in the client APP, if an offline resource packet corresponding to the offline service is locally stored and the offline resource packet is updated to the latest version, the offline resource packet is directly loaded from the local, and dynamic data corresponding to the offline service is loaded from the business service center; and finally, rendering and displaying are carried out according to the offline resource packet and the dynamic data corresponding to the offline service to obtain the webpage corresponding to the offline service, and the resource file corresponding to the service does not need to be temporarily loaded from a service center, so that the webpage loading speed is increased to a certain extent, the user flow loss is saved to a certain extent, and the user experience is favorably improved.

Description

Webpage loading method, client and business service center
Technical Field
The embodiment of the invention relates to the technical field of webpage loading, in particular to a webpage loading method, a client and a business service center.
Background
In the current world mobile internet's dramatic age, mobile internet technology is developing at a high speed, and super App's such as WeChat, Paibao, Jingdong are appearing in numerous times. At present, the scale of each large App user is continuously increased, the operation activities are greatly increased, the content borne by the activity page is more and more abundant, the visual experience of the user is greatly improved, and the waiting time for page loading is too long due to the abundant and various service contents.
The technical scheme of page loading of the existing client side App is that a client side Web container LoadUrl requests a server to download an HTML entry file for execution, then requests a server to download JS, CSS, IMG and an interface request in sequence, and finally renders and displays. The whole loading process is temporarily executed, so that the whole loading process is long in time consumption and slow in loading speed; especially, in the case of a poor network state, the loading speed is very slow, which seriously affects the user experience.
Disclosure of Invention
The embodiment of the invention provides a webpage loading method, a client and a business service center, aiming at overcoming the problem that the user experience is influenced due to the slow webpage loading speed in the prior art.
According to a first aspect of the embodiments of the present invention, there is provided a method for loading a web page, including:
acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet;
loading a target resource package from the local, loading dynamic data corresponding to a target service from a service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service;
and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
According to a second aspect of the embodiments of the present invention, there is provided a method for loading a web page, including:
sending an offline resource information list to the client so that the client updates an offline resource packet corresponding to the target service to the latest version according to the offline resource information list and takes the offline resource packet as a target resource packet;
and sending the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
According to a third aspect of the embodiments of the present invention, there is provided a client, including:
the service processing module is used for acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to the latest version, using the offline resource packet corresponding to the target service as a target resource packet;
the webpage loading module is used for loading the target resource package from the local, loading the dynamic data corresponding to the target service from the service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service;
and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
According to a fourth aspect of the embodiments of the present invention, there is provided a service center, including:
the first request processing module is used for sending an offline resource information list to the client so that the client updates an offline resource packet corresponding to the target service to the latest version according to the offline resource information list and takes the updated offline resource packet as a target resource packet;
and the second request processing module is used for sending the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
According to a fifth aspect of the embodiments of the present invention, there is also provided an electronic apparatus, including:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor being capable of performing any of the methods described above when invoked by the processor.
According to a sixth aspect of embodiments of the present invention, there is also a non-transitory computer readable storage medium storing computer instructions which cause the computer to perform any of the methods described above.
According to the webpage loading method, the client and the business service center provided by the embodiment of the invention, when a user clicks a certain offline service in the client APP, if an offline resource packet corresponding to the offline service is locally stored and the offline resource packet is updated to the latest version, the offline resource packet is directly loaded from the local, and dynamic data corresponding to the offline service is loaded from the business service center; and finally, rendering and displaying are carried out according to the offline resource packet and the dynamic data corresponding to the offline service to obtain the webpage corresponding to the offline service, and the resource file corresponding to the service does not need to be temporarily loaded from a service center, so that the webpage loading speed is increased to a certain extent, the user flow loss is saved to a certain extent, and the user experience is favorably improved.
Drawings
Fig. 1 is a schematic flowchart of a web page loading method according to an embodiment of the present invention;
fig. 2 is a schematic flowchart of a web page loading method according to another embodiment of the present invention;
fig. 3 is a functional block diagram of a client according to an embodiment of the present invention;
fig. 4 is a functional block diagram of a service center provided in an embodiment of the present invention;
fig. 5 is a block diagram of an electronic device according to an embodiment of the present invention.
Detailed Description
The following describes embodiments of the present invention in further detail with reference to the drawings and examples. The following examples are intended to illustrate the examples of the present invention, but are not intended to limit the scope of the examples of the present invention.
It should be noted that the client APP generally includes a plurality of services, for example, for the chinese mobile client APP, the services include credit exchange, bill inquiry, star-level service, and the like.
In the prior art, when a user clicks a certain service in a client APP, a resource file (including HTML, JS, CSS, IMG file, etc.) and dynamic data corresponding to the service generally need to be loaded online, and then rendering and displaying are performed according to the resource file and the dynamic data, so as to obtain a webpage corresponding to the service. That is, the resource files and dynamic data required for rendering and displaying the web pages need to be temporarily loaded from the service center. Due to the fact that resource files and dynamic data need to be loaded temporarily, webpage loading is slow, and user experience is affected to a certain extent.
In view of this, in the embodiment of the present invention, the service in the client APP is set as an offline service, and if a certain service is set as an offline service, the resource file corresponding to the offline service may be downloaded to the local in advance. Therefore, when the user clicks the offline service, the resource file corresponding to the offline service does not need to be temporarily loaded from the service center, and only the resource file corresponding to the offline service needs to be loaded locally, so that the webpage loading speed is increased to a certain extent. The following method examples will now be specifically described.
Fig. 1 is a schematic flowchart of a web page loading method according to an embodiment of the present invention, and as shown in fig. 1, the embodiment of the present invention provides a web page loading method, which is applied to a client and includes:
s101, acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet;
specifically, for a certain APP of the client, after the user opens the APP, the user often clicks a certain service, that is, a webpage requesting to acquire the certain service. When a user clicks a certain service, the client acquires the service requested by the user and takes the service as a target service. On the basis, the client judges whether the target service is an offline service. It can be understood that, in this embodiment, before a user opens a certain APP of a client, a developer sets some or all of services in the APP to be offline services according to actual requirements, and if a certain service is set to be offline services, the service can support downloading a resource file corresponding to the certain service to the local in advance. For example, for a china mobile client APP, services such as credit exchange service, bill inquiry, star-level service, and the like in the china mobile client APP can be set as offline services, and then the client downloads resource files corresponding to the credit exchange service, the bill inquiry, the star-level service, and the like to the local in advance.
If the target service is an offline service, further judging whether the offline resource packet corresponding to the target service is updated to the latest version. It should be noted that the offline resource package corresponding to a certain service is a compressed package of the resource file corresponding to the service. And if the offline resource packet corresponding to the target service is updated to the latest version, taking the offline resource packet corresponding to the target service as the target resource packet. It can be understood that the target resource package is downloaded locally, and the target resource package is the latest version of the offline resource package corresponding to the target service.
S102, loading the target resource package from the local, loading the dynamic data corresponding to the target service from the service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain the webpage corresponding to the target service.
Specifically, after determining that the offline resource package of the latest version corresponding to the target service is locally stored and taking the offline resource package as the target resource package, directly loading the target resource package from the local, and decompressing the resource file obtained by the target resource package to be used as the resource file required by the webpage rendering corresponding to the target service. And meanwhile, loading dynamic data corresponding to the target service from the service center, and rendering and displaying according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service. It should be noted that when a web page corresponding to a certain service is loaded, a resource file and dynamic data corresponding to the service need to be loaded at the same time, and meanwhile, because the dynamic data corresponding to each service has real-time performance, if the web page corresponding to the certain service needs to be rendered and displayed, the dynamic data corresponding to the service needs to be loaded in real time from a service center.
It can be understood that, in the process of loading the web page corresponding to the target service, since the resource file of the target service is downloaded to the local in advance in the form of the offline resource package, and the offline resource package is updated to the latest version, when the user clicks the target service, the client can directly load the offline resource package corresponding to the target service from the local, and the resource file corresponding to the target service does not need to be temporarily loaded from the service center, so that the web page loading speed is improved to a certain extent, and the user experience is improved. Meanwhile, the resource file corresponding to the target service does not need to be temporarily loaded from the service center, so that the user flow loss caused by online loading can be saved.
In the webpage loading method provided by the embodiment of the invention, when a user clicks a certain offline service in a client APP, if an offline resource package corresponding to the offline service is stored locally and the offline resource package is updated to the latest version, the offline resource package is directly loaded locally, and dynamic data corresponding to the offline service is loaded from a service center; and finally, rendering and displaying according to the offline resource packet and the dynamic data corresponding to the offline service to obtain a webpage corresponding to the offline service. In the method, when a client loads a webpage corresponding to a certain service, the client can directly load the offline resource packet corresponding to the service from the local and decompress to obtain the corresponding resource file, and the resource file corresponding to the service does not need to be temporarily loaded from a service center, so that the webpage loading speed is increased to a certain extent, the user traffic loss is saved to a certain extent, and the user experience is improved.
Based on any of the above embodiments, a method for loading a web page is provided, where the method for obtaining a service requested by a user further includes: and if the fact that the user starts the APP is detected, sending an offline resource information list acquisition request to the service center, and updating the offline resource packet corresponding to each offline service to the latest version according to the offline resource information list returned by the service center.
Specifically, in this embodiment, before a user starts a certain APP of a client, part or all of the services in the APP are set as offline services, and for the offline services, the client downloads resource files corresponding to the offline services from a service center to the local in advance. On this basis, because the same service may have version updates at different times, that is, the resource files corresponding to the same service at different times may have updates. In view of this, in this embodiment, when a user starts a certain APP of a client, the resource file corresponding to each offline service in the APP is updated in real time. The concrete implementation is as follows:
for any APP of the client, when the user starts the APP, the client detects that the user starts the APP, and sends an offline resource information list acquisition request to the service center. The offline resource information list acquisition request carries the url of each offline service in the APP. And the service center determines an offline resource information list requested by the client according to the url of each offline service, and returns the offline resource information list to the client. The offline resource information list stores offline resource information corresponding to each offline service, and the offline resource information corresponding to each offline service comprises the latest version number of the offline resource package corresponding to each offline service and the latest version of the offline resource package downloading url. It should be noted that the offline resource package corresponding to a certain offline service is a compressed package of the resource file corresponding to the offline service.
The client receives the offline resource information list returned by the service center, and after the offline resource information list returned by the service center is received, the latest version number of the offline resource packet corresponding to each offline service and the latest version of the offline resource packet download url are stored in the offline resource information list, so that the offline resource packet corresponding to each offline service can be updated to the latest version according to the offline resource information list.
The webpage loading method provided by the embodiment of the invention sets the service in the client APP as an offline service, and downloads the resource file corresponding to the offline service to the local in advance in the form of an offline resource package; when the client detects that the user starts the APP, the client requests the service center to acquire an offline resource information list corresponding to each offline service, and updates the offline resource packet corresponding to each offline service to the latest version according to the offline resource information list returned by the service center, so that the offline resource packet corresponding to each offline service can be directly loaded from the local during subsequent loading of the webpage corresponding to each offline service, and further the webpage loading speed can be improved.
Based on any of the above embodiments, a method for loading a web page is provided, where the method for loading a target resource package locally further includes: carrying out consistency check on the target resource packet by using a preset check algorithm; correspondingly, the loading of the target resource package from the local site specifically includes: and if the verification is passed, loading the target resource packet from the local.
Specifically, since the target resource package is downloaded to the local from the service center in advance, in order to ensure consistency between the target resource package and the offline resource package of the latest version corresponding to the target service stored in the service center, after the target resource package corresponding to the target service is determined, consistency check is performed on the target resource package by using a preset check algorithm. The specific verification process is as follows:
the target resource package comprises a plurality of folders, the modification time of each folder is obtained, the modification time of each folder is added to obtain an accumulated value, and then a preset verification algorithm is used for calculating the accumulated value to obtain an operation value; meanwhile, the offline resource information corresponding to each offline service also comprises an offline resource packet check value, and on the basis, the offline resource packet check value corresponding to the target resource packet is obtained; and finally, comparing the operation value with an offline resource package check value corresponding to the target resource package, and if the comparison is successful, determining that the target resource package passes consistency check. In this embodiment, the preset verification algorithm may be a preset encryption algorithm, and may be set according to actual requirements, which is not specifically limited herein. After the target resource package passes the consistency check, the consistency between the target resource package and the offline resource package of the latest version corresponding to the target service stored in the service center can be determined, and then the target resource package can be directly loaded from the local to obtain the resource file required by the webpage loading corresponding to the target service.
It should be noted that, if the target resource package passes the consistency check, it may be determined that the folder in the target resource package is not tampered with, which may ensure consistency between the target resource package and the offline resource package of the latest version corresponding to the target service stored in the service center, and may also ensure integrity of the target resource package itself.
According to the webpage loading method provided by the embodiment of the invention, before the target resource package is loaded locally, consistency check is carried out on the target resource package by using a preset check algorithm; and if the verification is passed, loading the target resource packet from the local. The method not only can effectively ensure the consistency of the target resource packet and the latest version of the off-line resource packet corresponding to the target service stored by the service center, but also can ensure the integrity of the target resource packet.
Based on any of the above embodiments, a web page loading method is provided, where a target resource package is loaded locally, and dynamic data corresponding to a target service is loaded from a service center, and specifically: generating a target request according to a service url corresponding to a target service, and sending the target request to a service center, wherein the target request comprises a resource request and an interface request; intercepting the target request, and if the target request is a resource request, loading a target resource packet from the local; and if the target request is an interface request, releasing the interface request, and loading dynamic data corresponding to the target service from the service center according to the interface request.
It should be noted that the dynamic data corresponding to the target service is stored in the service center, and an interface request needs to be sent to the service center to obtain the dynamic data corresponding to the target service. However, since the target resource packet corresponding to the target service is stored locally, the corresponding path and domain name are the local path and local domain name, respectively. Therefore, the url of the interface request points to the local file domain name, which causes the problem of cross-domain interface request. In view of this, in order to solve the problem of interface request cross-domain, in this embodiment, the target resource packet is locally loaded in a request interception manner, and the dynamic data corresponding to the target service is loaded from the service center, which is specifically implemented as follows:
and the client generates a target request according to the service url corresponding to the target service and sends the target request to the service center. The target request comprises a resource request and an interface request, the resource request is used for requesting a resource file corresponding to the target service, and the interface request is used for requesting dynamic data corresponding to the target service. Namely, the resource request and the interface request uniformly adopt the service url corresponding to the target service, and the service url normally points to the service center without changing the service url into the local path url.
After sending the target request to the service center, the client intercepts the target request in a request intercepting mode, judges the specific type of the intercepted target request, and if the target request is judged to be a resource request, determines that the resource request is used for requesting a resource file corresponding to the target service, and directly loads a target resource package corresponding to the target service from the local. If the target request is judged to be the interface request, the interface request can be determined to be used for requesting the dynamic data corresponding to the target service, the interface request is released, and the dynamic data corresponding to the target service is loaded from the service center according to the interface request, namely the dynamic data corresponding to the target service is loaded on line through the interface request.
According to the webpage loading method provided by the embodiment of the invention, a target request is generated according to a business url corresponding to a target business, and the target request is sent to a business service center, wherein the target request comprises a resource request and an interface request; intercepting the target request, and if the target request is a resource request, loading a target resource packet from the local; and if the target request is an interface request, releasing the interface request, and loading dynamic data corresponding to the target service from the service center according to the interface request. The method realizes the local loading of the target resource packet in a request interception mode, and loads the dynamic data corresponding to the target service from the service center, thereby effectively solving the problem of cross-domain interface request.
Based on any of the above embodiments, a method for loading a web page is provided, where an offline resource packet corresponding to each offline service is updated to a latest version according to an offline resource information list returned by a service center, and the method specifically includes: for any one off-line service, acquiring the latest version number of an off-line resource packet corresponding to the off-line service from an off-line resource information list as an on-line version number; judging whether an offline resource packet corresponding to the offline service is stored locally, and if the offline resource packet corresponding to the offline service is stored locally, acquiring the version number of the offline resource packet corresponding to the locally stored offline service as a local version number; and comparing the local version number with the online version number, downloading an increment package corresponding to the offline service from the service center according to the difference between the local version number and the online version number if the local version number is smaller than the online version number, and updating an offline resource package corresponding to the offline service which is locally stored to the latest version according to the increment package.
Specifically, after receiving an offline resource information list returned by a service center, a client updates an offline resource packet corresponding to each offline service to the latest version according to the offline resource information list, and the specific process is as follows:
for any offline service in the APP, acquiring offline resource information corresponding to the offline service from an offline resource information list, acquiring the latest version number of an offline resource packet corresponding to the offline service from the offline resource information corresponding to the offline service, and taking the latest version number as an online version number.
Further, whether an offline resource packet corresponding to the offline service is stored locally is judged, if the offline resource packet corresponding to the offline service is stored locally, the version number of the offline resource packet corresponding to the locally stored offline service is acquired, and the version number is used as a local version number.
Further, the local version number is compared with the online version number, and if the local version number is smaller than the online version number, it indicates that the offline resource packet corresponding to the locally stored offline service is not the latest version of the offline resource packet, so that the offline resource packet corresponding to the locally stored offline service needs to be updated. Specifically, an incremental package between the two versions may be determined according to a difference between the local version number and the online version number, and then downloaded from the service center. Finally, the increment package is merged with the offline resource package corresponding to the locally stored offline service, so that the offline resource package corresponding to the locally stored offline service can be updated to the latest version.
For example, for a certain offline service, if the offline resource package corresponding to the locally stored offline service is the V2 version, and the latest version number of the offline resource package corresponding to the offline service is obtained from the offline resource information list as V3, the increment package can be determined to be V3-2 according to the difference between the two version numbers, the increment package with the version number of V3-2 is finally downloaded from the service center, and the increment package with the V3-2 version and the offline resource package with the local V2 version are merged, so that the locally stored offline resource package corresponding to the offline service can be updated to the latest version V3.
Based on any of the above embodiments, a method for loading a web page is provided, in which a local version number is compared with an online version number, and then: if the local version number is not less than the online version number, the locally stored offline resource packet corresponding to the offline service is reserved as the latest version of offline resource packet corresponding to the offline service.
Specifically, on the basis of the above technical solution, after comparing the local version number with the online version number, if the local version number is not smaller than the online version number, the offline resource packet corresponding to the offline service stored locally is retained, and the offline resource packet is used as the latest version of the offline resource packet corresponding to the offline service. It can be understood that, at this time, the offline resource package corresponding to the locally stored offline service has been updated to the latest version.
Based on any of the above embodiments, a method for loading a web page is provided, where whether an offline resource package corresponding to the offline service is stored locally is determined, and then the method further includes: if the offline resource package corresponding to the offline service is not stored locally, downloading the latest version of the offline resource package corresponding to the offline service from the service center.
Specifically, on the basis of the above technical solution, after determining whether the offline resource package corresponding to the offline service is stored locally, if the offline resource package corresponding to the offline service is not stored locally, the latest version of the offline resource package corresponding to the offline service is directly downloaded from the service center. It can be understood that, since the offline resource information list stores the offline resource information corresponding to the offline service, and the offline resource information corresponding to the offline service includes the latest version number of the offline resource package corresponding to the offline service and the latest version of the offline resource package download url, the latest version of the offline resource package corresponding to the offline service can be downloaded from the service center according to the latest version of the offline resource package download url.
According to the webpage loading method provided by the embodiment of the invention, the offline resource information corresponding to each offline service is obtained according to the offline resource information list returned by the service center, and then the offline resource packet corresponding to each locally stored offline service is updated to the latest version according to the offline resource information corresponding to each offline service and in combination with the actual situation of the offline resource packet corresponding to each locally stored offline service, so that the offline resource packet corresponding to each locally stored offline service can be directly loaded from the local, and the loaded offline resource packet can be ensured to be the latest version; the method not only can effectively improve the speed of webpage loading, but also can achieve the effect of online real-time loading.
Fig. 2 is a schematic flowchart of a web page loading method according to another embodiment of the present invention, and as shown in fig. 2, based on any of the embodiments, a web page loading method is provided, where the method is applied to a service center, and includes:
s201, sending an offline resource information list to the client, so that the client updates an offline resource packet corresponding to the target service to a latest version according to the offline resource information list and takes the updated offline resource packet as a target resource packet;
specifically, when a user starts an APP of a client, the client sends an offline resource information list acquisition request to a service center, where the offline resource information list acquisition request carries urls of requested offline services. And the service center receives the offline resource information list acquisition request, determines an offline resource information list requested by the client according to the url of each offline service, and returns the offline resource information list to the client. Because the latest version number of the offline resource package corresponding to each offline service and the latest version of the offline resource package download url are stored in the offline resource information list, the client can update the offline resource package corresponding to the target service to the latest version according to the offline resource information list, and take the offline resource package corresponding to the target service updated to the latest version as the target resource package. For a specific implementation process of the client updating the offline resource packet corresponding to the target service to the latest version according to the offline resource information list returned by the service center, reference may be made to the above method embodiment corresponding to the client, which is not described herein again.
S202, sending the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
Specifically, when a user clicks a certain service in the APP, the client acquires the service requested by the user and takes the service as a target service. When the client judges that the target service is the offline service and stores the latest version of the offline resource packet corresponding to the target service, the client directly loads the latest version of the offline resource packet corresponding to the target service from the local, namely directly loads the target resource packet from the local; meanwhile, the client sends a loading request of the dynamic data corresponding to the target service to the service center, the service center receives the loading request of the dynamic data corresponding to the target service sent by the client and returns the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
In the webpage loading method provided by the embodiment of the invention, the service center receives an offline resource information list acquisition request sent by the client when detecting that the user starts the APP, and returns the offline resource information list to the client, so that the client updates an offline resource packet corresponding to a target service to a latest version according to the offline resource information list to serve as the target resource packet; and receiving a loading request of the dynamic data corresponding to the target service sent by the client, and returning the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service. In the method, when a client loads a webpage corresponding to a certain service, the client can directly load the offline resource packet corresponding to the service from the local and decompress to obtain the corresponding resource file, and the resource file corresponding to the service does not need to be temporarily loaded from a service center, so that the webpage loading speed is increased to a certain extent, the user traffic loss is saved to a certain extent, and the user experience is improved.
Based on any of the above embodiments, a method for loading a web page is provided, where an offline resource information list is sent to a client, and the method further includes: receiving offline resource information to be newly added sent by an offline platform, updating an offline resource information list according to the offline resource information to be newly added, and obtaining an updated offline resource information list; correspondingly, an offline resource information list is sent to the client, specifically: and sending the updated offline resource information list to the client.
Specifically, the offline resource information list stored by the service center records the offline resource information corresponding to each offline service, and the offline resource information corresponding to each offline service includes the latest version number and the latest version of the offline resource package download url of the offline resource package corresponding to the offline service. For the same offline service, the offline resource packet corresponding to the offline service often needs to be version-updated, that is, the latest version number of the offline resource packet corresponding to the offline service may be updated, that is, the offline resource information list may also be updated.
In order to ensure the real-time effectiveness of the offline resource information list, in this embodiment, when an offline resource packet corresponding to a certain service needs to be version-updated, the service is taken as a service to be updated; an administrator of the offline platform uploads the offline resource packet of the latest version corresponding to the service to be updated to the offline platform, and the offline platform creates offline resource information to be newly added according to the received offline resource packet of the latest version, wherein the offline resource information to be newly added contains the latest version number of the offline resource packet corresponding to the service to be updated. The offline platform sends the offline resource information to be newly added to the service center, and the service center receives the offline resource information to be newly added sent by the offline platform, updates the offline resource information list according to the offline resource information to be newly added, and obtains the updated offline resource information list. And finally, the service center sends the updated offline resource information list to the client, so that the client updates the offline resource packet corresponding to each offline service in the client APP to the latest version according to the updated offline resource information list.
For example, if the latest version number of an offline resource packet corresponding to a certain offline service a in the offline resource information list is V2, if the offline platform receives that the offline resource packet of the latest version corresponding to the offline service a uploaded by the administrator is V3, the offline platform will synchronously send the offline resource information to be newly added, which includes the latest version number V3, to the service center, and the service center can update the latest version number of the offline resource packet corresponding to the offline service a in the offline resource information list to be V3, so as to obtain the updated offline resource information list.
Through the steps of the method, the off-line resource information list stored by the service center can be updated in real time, so that the client can acquire the updated off-line resource information list from the service center and update the off-line resource packet corresponding to each off-line service in the client APP to the latest version according to the off-line resource information list. Finally, when the user starts the client APP and clicks a certain offline service, the client can directly load the latest version of the offline resource package corresponding to the offline service from the local, and there is no need to temporarily perform online loading from the service center.
According to the webpage loading method provided by the embodiment of the invention, the service center receives the offline resource information to be newly added sent by the offline platform, updates the offline resource information list according to the offline resource information to be newly added, and sends the updated offline resource information list to the client, so that the client updates the offline resource packet corresponding to each offline service to the latest version according to the updated offline resource information list, the client is facilitated to directly load the offline resource packet corresponding to the offline service from the local, and the loaded offline resource packet can be ensured to be the latest version; the method not only can effectively improve the speed of webpage loading, but also can achieve the effect of online real-time loading.
Based on any of the above embodiments, a method for loading a web page is provided, where an offline resource information list is sent to a client, and the method further includes: and receiving and storing the offline resource packet and the increment packet of the latest version corresponding to the service to be updated, which are sent by the offline platform.
Specifically, when an offline resource packet corresponding to a certain service needs to be version-updated, the service is taken as a service to be updated; an administrator of the offline platform uploads the offline resource package of the latest version corresponding to the service to be updated to the offline platform, and the offline platform receives and stores the offline resource package of the latest version corresponding to the service to be updated. Meanwhile, the offline platform acquires a historical offline resource packet corresponding to the service to be updated, and compares the offline resource packet of the latest version with the historical offline resource packet to acquire an increment packet corresponding to the service to be updated. When the latest version of offline resource package is compared with the historical offline resource package, the MD5 values of the same file in the latest version of offline resource package and the historical offline resource package can be compared to generate a difference file, and the difference file is packaged to obtain a delta package.
For example, assuming that historical resource packages corresponding to an offline resource package corresponding to a certain offline service a in the offline platform are V1.zip and V2.zip, if the offline platform receives the offline resource package V3.zip of the latest version corresponding to the offline service a uploaded by the administrator at this time, the offline platform compares the V3.zip with the file MD5 value of the same file in the V1.zip and the V2.zip, generates a difference file, and packages the difference file to obtain incremental packages V3-1.zip and V3-2.zip corresponding to the offline service a.
On the basis of the technical scheme, before the service center sends the offline resource information list to the client, the offline platform sends the latest version of the offline resource packet and the latest version of the offline resource packet which are sent by the offline platform and correspond to the service to be updated are received and stored by the service center. Therefore, when the subsequent client updates the offline resource package corresponding to each offline service to the latest version according to the offline resource information list, the latest version of the offline resource package or the incremental package corresponding to the offline service can be downloaded from the service center according to actual requirements.
According to the webpage loading method provided by the embodiment of the invention, before the service center sends the offline resource information list to the client, the latest version of the offline resource package and the increment package corresponding to the service to be updated, which are sent by the offline platform, are received and stored, so that the client can download the latest version of the offline resource package or the increment package corresponding to each offline service from the service center, and the client can be ensured to update the latest version of the offline resource package corresponding to each offline service.
In order to facilitate understanding of the method steps in the above-described method embodiments, the following examples are now specifically described:
suppose that the credit exchange service in the china mobile client APP is set as an offline service, and the client stores an offline resource package v2.zip corresponding to the credit exchange service. At this time, if the version of the point exchange service is updated, the administrator of the offline platform uploads the offline resource package v3.zip of the latest version corresponding to the point exchange service to the offline platform, and after the offline platform receives the offline resource package v3.zip of the latest version corresponding to the point exchange service, the offline platform obtains, by searching, that the offline platform stores the historical offline resource packages v1.zip and v2.zip corresponding to the point exchange service. And the offline platform compares the V3.zip with the V1.zip and the V2.zip respectively to obtain incremental packages V3-1.zip and V3-2.zip, and creates offline resource information to be newly added, wherein the offline resource information to be newly added comprises the latest version number V3 of the offline resource package corresponding to the credit exchange service and the version numbers V3-1 and V3-2 of the incremental packages. And synchronously sending the V3.zip, the V3-1.zip, the V3-2.zip and the offline resource information to be newly added to the service center.
And the business service center receives and stores the V3.zip, the V3-1.zip and the V3-2.zip, and updates the latest version number of an offline resource packet corresponding to the credit exchange business in the offline resource information list to be V3 and the version number of a corresponding incremental packet to be V3-1 and V3-2 according to the offline resource information to be newly added. Therefore, the offline resource information list stored by the business service center can be updated in real time.
When a user starts a client APP, the client requests a service center to acquire an offline resource information list, the service center sends the updated offline resource information list to the client, the client receives the offline resource information list and acquires the latest version number of an offline resource package corresponding to the credit exchange service in the offline resource information list as V3, and the version number of the offline resource package corresponding to the credit exchange service locally stored in the client is V2. After comparing the two version numbers, the client finds that the offline resource package corresponding to the locally stored credit redemption service is not the latest version, and the difference between the two versions is an incremental package V3-2. zip. And finally, downloading the incremental package V3-2.zip from the business service center by the client, and synthesizing the offline resource package V3.zip of the latest version according to the incremental package V3-2.zip and the locally stored V2. zip.
When a user clicks the point exchange service in the client APP, the client judges that the offline resource package V3.zip of the latest version corresponding to the point exchange service is locally stored. Therefore, the client can directly load V3.zip from the local, load dynamic data corresponding to the point exchange business from the business service center, and finally render and display according to the dynamic data and the resource files in the V3.zip to obtain a webpage corresponding to the point exchange business. In the process, the client does not need to temporarily load V3.zip from the service center, and the webpage loading speed is improved to a certain extent.
Fig. 3 is a functional block diagram of a client according to an embodiment of the present invention, and as shown in fig. 3, based on any of the embodiments, a client is provided, which includes:
the service processing module 31 is configured to acquire a service requested by a user and use the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, use the offline resource packet corresponding to the target service as a target resource packet;
the web page loading module 32 is configured to load the target resource package from the local, load dynamic data corresponding to the target service from the service center, and perform rendering display according to the target resource package and the dynamic data corresponding to the target service to obtain a web page corresponding to the target service;
and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
The client provided by the embodiment of the present invention includes a service processing module 31 and a web page loading module 32, and the method in any method embodiment is implemented through cooperation between the modules, and for a specific implementation process, reference may be made to any method embodiment, which is not described herein again.
Based on any one of the above embodiments, there is provided a client, further including: and the offline updating module is used for sending an offline resource information list acquisition request to the service center if the fact that the user starts the APP is detected, and updating the offline resource packet corresponding to each offline service to the latest version according to the offline resource information list returned by the service center.
Based on any one of the above embodiments, there is provided a client, further including: and the checking module is used for carrying out consistency checking on the target resource packet by utilizing a preset checking algorithm.
Based on any of the embodiments, there is provided a client, a web page loading module, further configured to: generating a target request according to a service url corresponding to a target service, and sending the target request to a service center, wherein the target request comprises a resource request and an interface request; intercepting the target request, and if the target request is a resource request, loading a target resource packet from the local; and if the target request is an interface request, releasing the interface request, and loading dynamic data corresponding to the target service from the service center according to the interface request.
Based on any of the embodiments above, there is provided a client, an offline update module, further configured to: for any one off-line service, acquiring the latest version number of an off-line resource packet corresponding to the off-line service from an off-line resource information list as an on-line version number; judging whether an offline resource packet corresponding to the offline service is stored locally, and if the offline resource packet corresponding to the offline service is stored locally, acquiring the version number of the offline resource packet corresponding to the locally stored offline service as a local version number; and comparing the local version number with the online version number, downloading an increment package corresponding to the offline service from the service center according to the difference between the local version number and the online version number if the local version number is smaller than the online version number, and updating an offline resource package corresponding to the offline service which is locally stored to the latest version according to the increment package.
Based on any of the embodiments above, there is provided a client, an offline update module, further configured to: comparing the local version number with the online version number, and then: if the local version number is not less than the online version number, the locally stored offline resource packet corresponding to the offline service is reserved as the latest version of offline resource packet corresponding to the offline service.
Based on any of the embodiments above, there is provided a client, an offline update module, further configured to: judging whether an offline resource packet corresponding to the offline service is stored locally, and then: if the offline resource package corresponding to the offline service is not stored locally, downloading the latest version of the offline resource package corresponding to the offline service from the service center.
In the client provided by the embodiment of the present invention, when a user clicks a certain offline service in a client APP, if an offline resource package corresponding to the offline service is locally stored and the offline resource package is updated to the latest version, the offline resource package is directly loaded from the local, and dynamic data corresponding to the offline service is loaded from a service center; and finally, rendering and displaying according to the offline resource packet and the dynamic data corresponding to the offline service to obtain a webpage corresponding to the offline service. When the client loads a webpage corresponding to a certain service, the client can directly load the offline resource packet corresponding to the service from the local and decompress to obtain the corresponding resource file, the resource file corresponding to the service does not need to be temporarily loaded from a service center, the webpage loading speed is improved to a certain extent, the user flow loss is saved to a certain extent, and the user experience is favorably improved.
Fig. 4 is a functional block diagram of a service center provided in an embodiment of the present invention, and as shown in fig. 4, based on any of the above embodiments, a service center is provided, which includes:
the first request processing module 41 is configured to send an offline resource information list to the client, so that the client updates an offline resource packet corresponding to the target service to the latest version according to the offline resource information list and uses the offline resource packet as the target resource packet;
the second request processing module 42 is configured to send dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
The service center provided in this embodiment of the present invention includes a first request processing module 41 and a second request processing module 42, and the method in any method embodiment described above is implemented through cooperation between the modules, and for a specific implementation process, reference may be made to any method embodiment described above, which is not described herein again.
Based on any of the above embodiments, a service center is provided, further including: and the list updating module is used for receiving the offline resource information to be newly added sent by the offline platform, updating the offline resource information list according to the offline resource information to be newly added, and acquiring the updated offline resource information list.
Based on any of the embodiments above, a service center is provided, and the manifest updating module is further configured to: and receiving and storing the offline resource packet and the increment packet of the latest version corresponding to the service to be updated, which are sent by the offline platform.
The service center provided by the embodiment of the invention receives an offline resource information list acquisition request sent by a client when detecting that a user starts an APP, and returns the offline resource information list to the client, so that the client updates an offline resource packet corresponding to a target service to a latest version according to the offline resource information list to serve as the target resource packet; and receiving a loading request of the dynamic data corresponding to the target service sent by the client, and returning the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service. The business service center can enable the client to directly load the offline resource packet corresponding to a certain business from the local part and decompress to obtain the corresponding resource file when the webpage corresponding to the business is loaded, the resource file corresponding to the business does not need to be temporarily loaded from the business service center, the webpage loading speed is improved to a certain extent, meanwhile, the user flow loss is saved to a certain extent, and the user experience is favorably improved.
Fig. 5 shows a block diagram of an electronic device according to an embodiment of the present invention. Referring to fig. 5, the electronic device includes: a processor (processor)51, a memory (memory)52, and a bus 53; wherein, the processor 51 and the memory 52 complete the communication with each other through the bus 53; the processor 51 is configured to call program instructions in the memory 52 to perform the methods provided by the above-mentioned method embodiments, including: acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet; loading a target resource package from the local, loading dynamic data corresponding to a target service from a service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service; and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
The present embodiment discloses a computer program product comprising a computer program stored on a non-transitory computer readable storage medium, the computer program comprising program instructions which, when executed by a computer, enable the computer to perform the method provided by the above-mentioned method embodiments, for example, comprising: acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet; loading a target resource package from the local, loading dynamic data corresponding to a target service from a service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service; and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
The present embodiments provide a non-transitory computer-readable storage medium storing computer instructions that cause the computer to perform the methods provided by the above method embodiments, for example, including: acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet; loading a target resource package from the local, loading dynamic data corresponding to a target service from a service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service; and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the electronic device and the like are merely illustrative, where the units described as separate parts may or may not be physically separate, and the parts displayed as units may or may not be physical units, may be located in one place, or may also be distributed on multiple network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above-described technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to execute the methods described in the embodiments or some parts of the embodiments.
Finally, the method of the present application is only a preferred embodiment and is not intended to limit the scope of the embodiments of the present invention. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the embodiments of the present invention should be included in the protection scope of the embodiments of the present invention.

Claims (14)

1. A webpage loading method is characterized by comprising the following steps:
acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to a latest version, using the offline resource packet corresponding to the target service as a target resource packet;
loading a target resource package from the local, loading dynamic data corresponding to a target service from a service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service;
and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
2. The method of claim 1, wherein obtaining the service requested by the user further comprises:
and if the fact that the user starts the APP is detected, sending an offline resource information list acquisition request to the service center, and updating the offline resource packet corresponding to each offline service to the latest version according to the offline resource information list returned by the service center.
3. The method of claim 1, wherein loading the target resource package from local further comprises:
carrying out consistency check on the target resource packet by using a preset check algorithm;
correspondingly, the loading of the target resource package from the local site specifically includes:
and if the verification is passed, loading the target resource packet from the local.
4. The method according to claim 1, wherein the loading of the target resource package from the local site and the loading of the dynamic data corresponding to the target service from the service center are specifically:
generating a target request according to a service url corresponding to a target service, and sending the target request to a service center, wherein the target request comprises a resource request and an interface request;
intercepting the target request, and if the target request is a resource request, loading a target resource packet from the local;
and if the target request is an interface request, releasing the interface request, and loading dynamic data corresponding to the target service from the service center according to the interface request.
5. The method according to claim 2, wherein the updating of the offline resource package corresponding to each offline service to the latest version according to the offline resource information list returned by the service center specifically comprises:
for any one off-line service, acquiring the latest version number of an off-line resource packet corresponding to the off-line service from an off-line resource information list as an on-line version number;
judging whether an offline resource packet corresponding to the offline service is stored locally, and if the offline resource packet corresponding to the offline service is stored locally, acquiring the version number of the offline resource packet corresponding to the locally stored offline service as a local version number;
and comparing the local version number with the online version number, downloading an increment package corresponding to the offline service from the service center according to the difference between the local version number and the online version number if the local version number is smaller than the online version number, and updating an offline resource package corresponding to the offline service which is locally stored to the latest version according to the increment package.
6. The method of claim 5, wherein comparing the local version number to the online version number further comprises:
if the local version number is not less than the online version number, the locally stored offline resource packet corresponding to the offline service is reserved as the latest version of offline resource packet corresponding to the offline service.
7. The method of claim 5, wherein determining whether the offline resource packet corresponding to the offline service is stored locally further comprises:
if the offline resource package corresponding to the offline service is not stored locally, downloading the latest version of the offline resource package corresponding to the offline service from the service center.
8. A webpage loading method is characterized by comprising the following steps:
sending an offline resource information list to the client so that the client updates an offline resource packet corresponding to the target service to the latest version according to the offline resource information list and takes the offline resource packet as a target resource packet;
and sending the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
9. The method of claim 8, wherein sending the offline resource information manifest to the client further comprises:
receiving offline resource information to be newly added sent by an offline platform, updating an offline resource information list according to the offline resource information to be newly added, and obtaining an updated offline resource information list;
correspondingly, an offline resource information list is sent to the client, specifically:
and sending the updated offline resource information list to the client.
10. The method of claim 8, wherein sending the offline resource information manifest to the client further comprises:
and receiving and storing the offline resource packet and the increment packet of the latest version corresponding to the service to be updated, which are sent by the offline platform.
11. A client, comprising:
the service processing module is used for acquiring a service requested by a user and using the service as a target service, and if the target service is an offline service and an offline resource packet corresponding to the target service is updated to the latest version, using the offline resource packet corresponding to the target service as a target resource packet;
the webpage loading module is used for loading the target resource package from the local, loading the dynamic data corresponding to the target service from the service center, and rendering and displaying according to the target resource package and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service;
and updating the offline resource packet corresponding to the target service according to an offline resource information list sent by the service center.
12. A business service center, comprising:
the first request processing module is used for sending an offline resource information list to the client so that the client updates an offline resource packet corresponding to the target service to the latest version according to the offline resource information list and takes the updated offline resource packet as a target resource packet;
and the second request processing module is used for sending the dynamic data corresponding to the target service to the client, so that the client performs rendering display according to the target resource packet and the dynamic data corresponding to the target service to obtain a webpage corresponding to the target service.
13. An electronic device, comprising:
at least one processor; and
at least one memory communicatively coupled to the processor, wherein:
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 10.
14. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1 to 10.
CN201811010401.XA 2018-08-31 2018-08-31 Webpage loading method, client and business service center Pending CN110874445A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811010401.XA CN110874445A (en) 2018-08-31 2018-08-31 Webpage loading method, client and business service center

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811010401.XA CN110874445A (en) 2018-08-31 2018-08-31 Webpage loading method, client and business service center

Publications (1)

Publication Number Publication Date
CN110874445A true CN110874445A (en) 2020-03-10

Family

ID=69715148

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811010401.XA Pending CN110874445A (en) 2018-08-31 2018-08-31 Webpage loading method, client and business service center

Country Status (1)

Country Link
CN (1) CN110874445A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112612977A (en) * 2020-12-15 2021-04-06 京东数字科技控股股份有限公司 Page display method, system, device, equipment and storage medium
CN113438221A (en) * 2021-06-22 2021-09-24 平安国际智慧城市科技股份有限公司 Local end file loading method and device, electronic equipment and medium
CN114237736A (en) * 2021-11-19 2022-03-25 中国建设银行股份有限公司 Page resource loading method, system, device, computer equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140280691A1 (en) * 2013-03-12 2014-09-18 Sap Ag Updating dynamic content in cached resources
CN104216695A (en) * 2013-06-03 2014-12-17 阿里巴巴集团控股有限公司 Method and system for providing webpage information to be displayed on webpage and displaying webpage information
CN107026884A (en) * 2016-02-02 2017-08-08 阿里巴巴集团控股有限公司 Acquisition methods, client, server and the system of resource file
CN107729352A (en) * 2017-08-30 2018-02-23 上海壹账通金融科技有限公司 page resource loading method and terminal device
CN108123970A (en) * 2016-11-28 2018-06-05 北京神州泰岳软件股份有限公司 Method for exhibiting data and relevant apparatus

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20140280691A1 (en) * 2013-03-12 2014-09-18 Sap Ag Updating dynamic content in cached resources
CN104216695A (en) * 2013-06-03 2014-12-17 阿里巴巴集团控股有限公司 Method and system for providing webpage information to be displayed on webpage and displaying webpage information
CN107026884A (en) * 2016-02-02 2017-08-08 阿里巴巴集团控股有限公司 Acquisition methods, client, server and the system of resource file
CN108123970A (en) * 2016-11-28 2018-06-05 北京神州泰岳软件股份有限公司 Method for exhibiting data and relevant apparatus
CN107729352A (en) * 2017-08-30 2018-02-23 上海壹账通金融科技有限公司 page resource loading method and terminal device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112612977A (en) * 2020-12-15 2021-04-06 京东数字科技控股股份有限公司 Page display method, system, device, equipment and storage medium
CN113438221A (en) * 2021-06-22 2021-09-24 平安国际智慧城市科技股份有限公司 Local end file loading method and device, electronic equipment and medium
CN113438221B (en) * 2021-06-22 2022-04-29 深圳赛安特技术服务有限公司 Local end file loading method and device, electronic equipment and medium
CN114237736A (en) * 2021-11-19 2022-03-25 中国建设银行股份有限公司 Page resource loading method, system, device, computer equipment and storage medium

Similar Documents

Publication Publication Date Title
CN106445583B (en) Page display method, equipment and system
CN110058873B (en) Application page updating method, device, equipment and storage medium
CN108037946B (en) Method, system and server for hot updating of application program
CN106415494B (en) Enhanced updating of digital content
CN108228282A (en) For the method and device of Website page loading
CN106209925A (en) Page loading method, client and system
CN110825479A (en) Page processing method and device, terminal equipment, server and storage medium
CN107357890B (en) Webpage file processing method, device and system and storage equipment
CN109992406B (en) Picture request method, picture request response method and client
EP3528474B1 (en) Webpage advertisement anti-shielding methods and content distribution network
CN110874445A (en) Webpage loading method, client and business service center
CN106528578B (en) Information display method and device
CN104541262A (en) System and method for transparent in-network adaptation of rich internet applications
CN105743945A (en) Method and system for downloading files on the basis of switching download sources
CN113312032B (en) Front-end project resource updating method and device, electronic equipment and storage medium
CN109104368B (en) Connection request method, device, server and computer readable storage medium
CN113411404A (en) File downloading method, device, server and storage medium
JP2019511060A5 (en)
CN113900907A (en) Mapping construction method and system
CN111783005B (en) Method, device and system for displaying web page, computer system and medium
CN106569841B (en) File loading method and device
CN113779458B (en) Method and device for accelerating application loading, electronic equipment and storage medium
CN107343042B (en) Browser traffic hijacking method and device and mobile terminal
CN113536168B (en) Component processing method and device
CN107423367B (en) Web page loading method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20200310