CN104765622A - Page resource loading method and device - Google Patents

Page resource loading method and device Download PDF

Info

Publication number
CN104765622A
CN104765622A CN201410003001.1A CN201410003001A CN104765622A CN 104765622 A CN104765622 A CN 104765622A CN 201410003001 A CN201410003001 A CN 201410003001A CN 104765622 A CN104765622 A CN 104765622A
Authority
CN
China
Prior art keywords
resource
page
local
line application
application cache
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.)
Granted
Application number
CN201410003001.1A
Other languages
Chinese (zh)
Other versions
CN104765622B (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 CN201410003001.1A priority Critical patent/CN104765622B/en
Publication of CN104765622A publication Critical patent/CN104765622A/en
Application granted granted Critical
Publication of CN104765622B publication Critical patent/CN104765622B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a page resource loading method and device, relating to the field of information technology; with respect to the same resource, a resource request is prevented from being repeatedly sent to a network server, thus the waste of network resource is reduced. The method comprises the steps: firstly, starting a page parsing thread; secondly, judging whether to-be-loaded resources in the page are cached in a local off-line application cache and resources acquired by parsing a manifest document are cached in the local off-line application cache; if the to-be-loaded resources in the page are cached in the local off-line application cache, reading the to-be-loaded resources in the page from the local off-line application cache.

Description

The loading method of page resource and device
Technical field
The present invention relates to areas of information technology, particularly a kind of loading method of page resource and device.
Background technology
Along with popularizing of mobile terminal device, the function of Html5 technology also from strength to strength.Wherein, increasing Web applies the off-line application technology bringing into use Html5 to provide.By off-line application technology can be implemented in network disconnect condition under the display web page page.
At present, browser, when by off-line application technology load page, comprises page parsing and manifest(inventory usually) document analysis two processes.In the process of carrying out page parsing, when being resolved to js(java script, script) or css(Cascading Style Sheet) etc. resource time, need to the webserver send resource request; And in manifest file, also can comprise the resources such as js or css, therefore in the process of carrying out manifest document analysis, when being resolved to the resources such as js or css, need for resources such as js or css identical with the process of page parsing, repeat to send resource request to the webserver, thus cause the waste of Internet resources.
Summary of the invention
The embodiment of the present invention provides a kind of loading method and device of page resource, can reduce the waste of Internet resources.
The technical scheme that the embodiment of the present invention adopts is:
A loading method for page resource, comprising:
Start page parsing thread;
Judging whether to be cached with in the described page in local off-line application cache the resource needing to load, in described local off-line application cache, being cached with the resource by resolving inventory manifest file acquisition;
Need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.
A charger for page resource, comprising:
Start unit, for starting page parsing thread;
Judging unit, for judging whether to be cached with in the described page in local off-line application cache the resource needing to load, is cached with the resource by resolving inventory manifest file acquisition in described local off-line application cache;
Reading unit, if judge to be cached with in the described page in described local off-line application cache the resource needing to load for described judging unit, then reads in the described page resource needing to load from described local off-line application cache.
The loading method of the page resource that the embodiment of the present invention provides and device, first page parsing thread is started, then judge whether to be cached with in the described page in local off-line application cache the resource needing to load, need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.Compare with the process of manifest document analysis is separate with current page parsing, the embodiment of the present invention is after startup page parsing thread, by first will the resource conservation of manifest file acquisition be resolved in local off-line application cache, and then from local off-line application cache, obtain the resource needing to load, thus can avoid repeating to send resource request to the webserver for same resource, reduce the waste of Internet resources.
Accompanying drawing explanation
In order to be illustrated more clearly in the technical scheme in the embodiment of the present invention, be briefly described to the accompanying drawing used required in embodiment or description of the prior art below, apparently, accompanying drawing in the following describes is only some embodiments of the present invention, for those of ordinary skill in the art, under the prerequisite not paying creative work, other accompanying drawing can also be obtained according to these accompanying drawings.
The loading method process flow diagram of a kind of page resource that Fig. 1 provides for the embodiment of the present invention;
The loading method process flow diagram of the another kind of page resource that Fig. 2 provides for the embodiment of the present invention;
The charger structural representation of a kind of page resource that Fig. 3 provides for the embodiment of the present invention;
The charger structural representation of the another kind of page resource that Fig. 4 provides for the embodiment of the present invention.
Embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, be clearly and completely described the technical scheme in the embodiment of the present invention, obviously, described embodiment is only the present invention's part embodiment, instead of whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art, not making other embodiments all obtained under creative work prerequisite, belong to the scope of protection of the invention.
For making the advantage of technical solution of the present invention clearly, below in conjunction with drawings and Examples, the present invention is elaborated.
The embodiment of the present invention provides a kind of loading method of page resource, and as shown in Figure 1, described method comprises:
101, page parsing thread is started.
Wherein, page parsing thread is used for carrying out the top-down parsing of the page and playing up.
102, judge whether to be cached with in the described page in local off-line application cache the resource needing to load.
Wherein, be cached with the resource needing in the described page by resolving manifest file acquisition to load in local off-line application cache, described resource can be js(java script, client-side scripting language) or css(Cascading Style Sheet) etc. resource.Can find out, after the embodiment of the present invention starts page parsing thread, acquisition request conforms is not sent immediately to the webserver, but first judge whether to be cached with in the described page in local off-line application cache the resource needing to load, thus can avoid for same asset, repeat with the process sending resource request to the webserver in manifest document analysis, decrease the waste of Internet resources.
Need the resource loaded if be cached with in the described page in 103 described local off-line application caches, then from described local off-line application cache, read in the described page resource needing to load.
Further, read in the described page from described local off-line application cache need load resource and after loading, if also there is the resource do not loaded, the request of the resource do not loaded then now is sent again to the webserver, thus can avoid repeating to send resource request to the webserver for same asset, decrease the waste of Internet resources.
The loading method of a kind of page resource that the embodiment of the present invention provides, first page parsing thread is started, then judge whether to be cached with in the described page in local off-line application cache the resource needing to load, need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.Compare with the process of manifest document analysis is separate with current page parsing, the embodiment of the present invention is after startup page parsing thread, by first by manifest document analysis obtain resource conservation in local off-line application cache, and then from local off-line application cache, obtain the resource needing to load, thus can avoid repeating to send resource request to the webserver for same resource, reduce the waste of Internet resources.
Further, the embodiment of the present invention provides the loading method of another kind of page resource, and as shown in Figure 1, described method comprises:
201, page parsing thread is started.
Wherein, page parsing thread is used for carrying out the top-down parsing of the page and playing up.
202, manifest document analysis thread is started.
Wherein, the identification information needing the resource loaded is included in the described page in described manifest file.The identification information of the resource loaded is needed to be specifically as follows the identification information of the resources such as js, css in the page.
203a, to the webserver send resource request.
Wherein, described identification information is carried in described resource request.
204a, receive the described webserver feedback the resource corresponding with described identification information.
205a, by the caching resource corresponding with described identification information in described local off-line application cache.
206a, detect the resource corresponding with described identification information of preserving in the described webserver and whether there is renewal.
If there is renewal in 207a, then the resource from the described webserver after down loading updating, and upgrade resource corresponding in described local off-line application cache.
For the embodiment of the present invention, by when carrying out page parsing each time, first manifest document analysis is carried out, thus whether the resource corresponding with described identification information of preserving in Sampling network server exists renewal, can ensure that the resource shown in the page is up-to-date resource, improve Consumer's Experience.
Need the resource loaded if be cached with in the described page in the described local off-line application cache of 208a, then from described local off-line application cache, read in the described page resource needing to load.
Further, read in the described page from described local off-line application cache need load resource and after loading, if also there is the resource do not loaded, the request of the resource do not loaded then now is sent again to the webserver, thus can avoid repeating to send resource request to the webserver for same asset, decrease the waste of Internet resources.
The step 203b arranged side by side with step 203a, detect described manifest document analysis thread and whether there is exception.
Wherein, there is abnormal can comprising in manifest document analysis thread: and the network connection interruption between the webserver; Network between the webserver connects normal, but there is the abnormal problems such as communication failure.
If also comprising 204b described manifest document analysis thread after step 203b exists abnormal, then from the described webserver, download in the described page resource needing to load.
For the embodiment of the present invention, when manifest document analysis thread exists abnormal, the resource loaded cannot be needed to be kept in local off-line application cache in advance the page by resolving manifest file, now, passing through to initiate resource request to the webserver, the resource needing to load is obtained from the webserver, thus can ensure that the process of page parsing is normally carried out, simultaneously, can avoid for same resource, the network request of initiating with manifest document analysis process produces and repeats, and decreases the waste of Internet resources.
The loading method of the another kind of page resource that the embodiment of the present invention provides, first page parsing thread is started, then judge whether to be cached with in the described page in local off-line application cache the resource needing to load, need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.Compare with the process of manifest document analysis is separate with current page parsing, the embodiment of the present invention is after startup page parsing thread, by first by manifest document analysis obtain resource conservation in local off-line application cache, and then from local off-line application cache, obtain the resource needing to load, thus can avoid repeating to send resource request to the webserver for same resource, reduce the waste of Internet resources.
Further, as the specific implementation of method shown in Fig. 1, the embodiment of the present invention provides a kind of charger of page resource, as shown in Figure 3, described device can be applied in browser, and described device comprises: start unit 31, judging unit 32, reading unit 33.
Start unit 31, may be used for starting page parsing thread.
Judging unit 32, may be used for judging whether to be cached with in the described page in local off-line application cache the resource needing to load.
Wherein, the resource by resolving manifest file acquisition is cached with in described local off-line application cache.
Reading unit 33, if may be used for described judging unit 32 to judge to be cached with in the described page in described local off-line application cache the resource needing to load, then reads in the described page resource needing to load from described local off-line application cache.
It should be noted that, other of each functional unit involved by the charger of the page resource that the embodiment of the present invention provides are corresponding, and describe can corresponding description in reference diagram 1, does not repeat them here.
The charger of a kind of page resource that the embodiment of the present invention provides, first page parsing thread is started, then judge whether to be cached with in the described page in local off-line application cache the resource needing to load, need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.Compare with the process of manifest document analysis is separate with current page parsing, the embodiment of the present invention is after startup page parsing thread, by first by manifest document analysis obtain resource conservation in local off-line application cache, and then from local off-line application cache, obtain the resource needing to load, thus can avoid repeating to send resource request to the webserver for same resource, reduce the waste of Internet resources.
Again further, as the specific implementation of method shown in Fig. 2, embodiments provide the charger of another kind of page resource, as shown in Figure 4, described device can be applied in browser, and described device comprises: start unit 41, judging unit 42, reading unit 43, transmitting element 44, receiving element 45, buffer unit 46, detecting unit 47, download unit 48, updating block 49.
Start unit 41, may be used for starting page parsing thread.
Judging unit 42, may be used for judging whether to be cached with in the described page in local off-line application cache the resource needing to load.
Wherein, the resource by resolving manifest file acquisition is cached with in described local off-line application cache.
Reading unit 43, if may be used for described judging unit 42 to judge to be cached with in the described page in described local off-line application cache the resource needing to load, then reads in the described page resource needing to load from described local off-line application cache.
Start unit 41, can also be used for starting manifest document analysis thread, includes in the described page identification information needing the resource loaded in described manifest file.
Transmitting element 44, may be used for sending resource request to the webserver, carries described identification information in described resource request.
Receiving element 45, may be used for the resource corresponding with described identification information receiving described webserver feedback.
Buffer unit 46, may be used for the caching resource corresponding with described identification information in described local off-line application cache.
Detecting unit 47, may be used for detecting the resource corresponding with described identification information of preserving in the described webserver and whether there is renewal.
Download unit 48, if may be used for described detecting unit 47 to detect existence renewal, then the resource from the described webserver after down loading updating.
Updating block 49, may be used for upgrading the resource in described local off-line application cache.
Detecting unit 47, can also be used for detecting described manifest document analysis thread and whether there is exception.
Download unit 48, exists abnormal if can also be used for described manifest document analysis thread, then from the described webserver, downloads in the described page resource needing to load.
It should be noted that, other of each functional unit involved by the charger of the page resource that the embodiment of the present invention provides are corresponding, and describe can corresponding description in reference diagram 2, does not repeat them here.
The charger of the another kind of page resource that the embodiment of the present invention provides, first page parsing thread is started, then judge whether to be cached with in the described page in local off-line application cache the resource needing to load, need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.Compare with the process of manifest document analysis is separate with current page parsing, the embodiment of the present invention is after startup page parsing thread, by first by manifest document analysis obtain resource conservation in local off-line application cache, and then from local off-line application cache, obtain the resource needing to load, thus can avoid repeating to send resource request to the webserver for same resource, reduce the waste of Internet resources.
The charger of the page resource that the embodiment of the present invention provides can realize the above-mentioned embodiment of the method provided, and concrete function realizes the explanation referred in embodiment of the method, does not repeat them here.The loading method of the page resource that the embodiment of the present invention provides and device go for areas of information technology, but are not limited only to this.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-Only Memory, ROM) or random store-memory body (Random Access Memory, RAM) etc.
The above; be only the specific embodiment of the present invention, but protection scope of the present invention is not limited thereto, is anyly familiar with those skilled in the art in the technical scope that the present invention discloses; the change that can expect easily or replacement, all should be encompassed within protection scope of the present invention.Therefore, protection scope of the present invention should be as the criterion with the protection domain of claim.

Claims (10)

1. a loading method for page resource, is characterized in that, comprising:
Start page parsing thread;
Judging whether to be cached with in the described page in local off-line application cache the resource needing to load, in described local off-line application cache, being cached with the resource by resolving inventory manifest file acquisition;
Need the resource loaded if be cached with in the described page in described local off-line application cache, then from described local off-line application cache, read in the described page resource needing to load.
2. the loading method of page resource according to claim 1, is characterized in that, described judge whether to be cached with in the described page in local off-line application cache need load resource step before, also comprise:
Start manifest document analysis thread, in described manifest file, include in the described page identification information needing the resource loaded;
Send resource request to the webserver, in described resource request, carry described identification information;
Receive the resource corresponding with described identification information of described webserver feedback;
By the caching resource corresponding with described identification information in described local off-line application cache.
3. the loading method of page resource according to claim 2, is characterized in that, described by after the step of the caching resource corresponding with described identification information in described local off-line application cache, also comprises:
Detect the resource corresponding with described identification information of preserving in the described webserver and whether there is renewal;
Upgrade if exist, then the resource from the described webserver after down loading updating, and upgrade resource corresponding in described local off-line application cache.
4. the loading method of page resource according to claim 2, is characterized in that, after the step of described startup manifest document analysis thread, also comprises:
Detect described manifest document analysis thread and whether there is exception.
5. the loading method of page resource according to claim 4, is characterized in that, described judge whether to be cached with in the described page in local off-line application cache need load resource step after, also comprise:
If described manifest document analysis thread exists abnormal, then from the described webserver, download in the described page resource needing to load.
6. a charger for page resource, is characterized in that, comprising:
Start unit, for starting page parsing thread;
Judging unit, for judging whether to be cached with in the described page in local off-line application cache the resource needing to load, is cached with the resource by resolving inventory manifest file acquisition in described local off-line application cache;
Reading unit, if judge to be cached with in the described page in described local off-line application cache the resource needing to load for described judging unit, then reads in the described page resource needing to load from described local off-line application cache.
7. the charger of page resource according to claim 6, is characterized in that, described device also comprises: transmitting element, receiving element, buffer unit;
Described start unit, also for starting manifest document analysis thread, includes in the described page identification information needing the resource loaded in described manifest file;
Described transmitting element, for sending resource request to the webserver, carries described identification information in described resource request;
Described receiving element, for receiving the resource corresponding with described identification information of described webserver feedback;
Described buffer unit, for by the caching resource corresponding with described identification information in described local off-line application cache.
8. the charger of page resource according to claim 7, is characterized in that, described device also comprises:
Whether detecting unit, exist renewal for detecting the resource corresponding with described identification information of preserving in the described webserver;
Download unit, upgrades if detect to exist for described detecting unit, then the resource from the described webserver after down loading updating;
Updating block, for upgrading resource corresponding in described local off-line application cache.
9. the charger of page resource according to claim 8, is characterized in that,
Whether described detecting unit, also exist exception for detecting described manifest document analysis thread.
10. the charger of page resource according to claim 9, is characterized in that,
Described download unit, if also exist abnormal for described manifest document analysis thread, then downloads in the described page resource needing to load from the described webserver.
CN201410003001.1A 2014-01-03 2014-01-03 Page resource loading method and device Active CN104765622B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410003001.1A CN104765622B (en) 2014-01-03 2014-01-03 Page resource loading method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410003001.1A CN104765622B (en) 2014-01-03 2014-01-03 Page resource loading method and device

Publications (2)

Publication Number Publication Date
CN104765622A true CN104765622A (en) 2015-07-08
CN104765622B CN104765622B (en) 2019-12-27

Family

ID=53647472

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410003001.1A Active CN104765622B (en) 2014-01-03 2014-01-03 Page resource loading method and device

Country Status (1)

Country Link
CN (1) CN104765622B (en)

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105471984A (en) * 2015-11-23 2016-04-06 深圳创维-Rgb电子有限公司 Network resource integration platform and method
CN105528452A (en) * 2015-12-23 2016-04-27 北京奇虎科技有限公司 Method and system for loading page data
CN105893425A (en) * 2015-12-04 2016-08-24 乐视致新电子科技(天津)有限公司 Page display method and apparatus
CN105912357A (en) * 2016-03-31 2016-08-31 北京奇艺世纪科技有限公司 Starting method and device for hybrid application
CN106055588A (en) * 2016-05-20 2016-10-26 青岛海信电器股份有限公司 Off-line resource processing method and apparatus
CN106446174A (en) * 2016-09-28 2017-02-22 江西博瑞彤芸科技有限公司 Method for page loading in application
CN106502646A (en) * 2016-09-23 2017-03-15 北京五八信息技术有限公司 The page info processing method and processing device of application
CN106980698A (en) * 2017-04-11 2017-07-25 钟铮 Browser static resource loading method, browser program and readable storage medium storing program for executing
CN107193834A (en) * 2016-03-15 2017-09-22 广州市动景计算机科技有限公司 Computing device, device and method for browsing pages
CN107423394A (en) * 2017-07-25 2017-12-01 北京小米移动软件有限公司 Page display method and device
CN107451182A (en) * 2017-06-15 2017-12-08 彭志勇 file caching method based on Appcache
CN107864066A (en) * 2017-08-24 2018-03-30 平安普惠企业管理有限公司 Offline H5 pages monitoring method, device, equipment and readable storage medium storing program for executing
CN108089894A (en) * 2017-12-15 2018-05-29 福建中金在线信息科技有限公司 Display methods, device and the electronic equipment of the page
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
WO2018129774A1 (en) * 2017-01-16 2018-07-19 网宿科技股份有限公司 Method and device for page processing
CN108762833A (en) * 2018-05-16 2018-11-06 北京安云世纪科技有限公司 Application in Android system starts method and apparatus
CN108846131A (en) * 2018-07-03 2018-11-20 深圳鼎盛电脑科技有限公司 Weex page rendering method, apparatus, terminal and storage medium
CN109213512A (en) * 2018-08-15 2019-01-15 中国平安人寿保险股份有限公司 Offline packet loading method, system, terminal and readable storage medium storing program for executing
CN109819033A (en) * 2019-01-25 2019-05-28 杭州迪普科技股份有限公司 A kind of resource file loading method and system
CN110020278A (en) * 2017-09-08 2019-07-16 阿里巴巴集团控股有限公司 Displaying, providing method, client and the server of page data
CN110298002A (en) * 2019-05-31 2019-10-01 福建新大陆软件工程有限公司 Client WEB method for managing resource and equipment
CN110809036A (en) * 2019-10-25 2020-02-18 无线生活(北京)信息技术有限公司 Resource updating method and device
CN111930452A (en) * 2020-06-30 2020-11-13 龙芯中科(合肥)技术有限公司 Browser language package loading method, browser, electronic device and storage medium
CN113656107A (en) * 2021-08-23 2021-11-16 天津中新智冠信息技术有限公司 Mobile application loading method and device and electronic equipment
CN113900830A (en) * 2021-12-10 2022-01-07 北京达佳互联信息技术有限公司 Resource processing method and device, electronic equipment and storage medium
CN114785859A (en) * 2022-04-20 2022-07-22 中国工商银行股份有限公司 Service registration method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102109989A (en) * 2009-12-29 2011-06-29 阿里巴巴集团控股有限公司 Method, device and system for controlling browser cache
US20120110569A1 (en) * 2006-01-17 2012-05-03 International Business Machines Corporation Installing and Updating Interpreted Programming Language Applications using a Designated Virtual Machine
CN102779128A (en) * 2011-05-10 2012-11-14 北京磊友信息科技有限公司 Method and device for offline running of HTML5 (hypertext markup language 5) application program in mobile terminal
CN103186594A (en) * 2011-12-29 2013-07-03 盛乐信息技术(上海)有限公司 WebAPP dynamic offline memory system and method
CN103324517A (en) * 2012-03-20 2013-09-25 华为终端有限公司 Off-line application generation and call method, terminal and system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20120110569A1 (en) * 2006-01-17 2012-05-03 International Business Machines Corporation Installing and Updating Interpreted Programming Language Applications using a Designated Virtual Machine
CN102109989A (en) * 2009-12-29 2011-06-29 阿里巴巴集团控股有限公司 Method, device and system for controlling browser cache
CN102779128A (en) * 2011-05-10 2012-11-14 北京磊友信息科技有限公司 Method and device for offline running of HTML5 (hypertext markup language 5) application program in mobile terminal
CN103186594A (en) * 2011-12-29 2013-07-03 盛乐信息技术(上海)有限公司 WebAPP dynamic offline memory system and method
CN103324517A (en) * 2012-03-20 2013-09-25 华为终端有限公司 Off-line application generation and call method, terminal and system

Cited By (34)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105471984A (en) * 2015-11-23 2016-04-06 深圳创维-Rgb电子有限公司 Network resource integration platform and method
CN105893425A (en) * 2015-12-04 2016-08-24 乐视致新电子科技(天津)有限公司 Page display method and apparatus
CN105528452A (en) * 2015-12-23 2016-04-27 北京奇虎科技有限公司 Method and system for loading page data
CN107193834A (en) * 2016-03-15 2017-09-22 广州市动景计算机科技有限公司 Computing device, device and method for browsing pages
CN105912357B (en) * 2016-03-31 2021-08-06 北京奇艺世纪科技有限公司 Starting method and device of hybrid application
CN105912357A (en) * 2016-03-31 2016-08-31 北京奇艺世纪科技有限公司 Starting method and device for hybrid application
CN106055588A (en) * 2016-05-20 2016-10-26 青岛海信电器股份有限公司 Off-line resource processing method and apparatus
CN106502646A (en) * 2016-09-23 2017-03-15 北京五八信息技术有限公司 The page info processing method and processing device of application
CN106446174A (en) * 2016-09-28 2017-02-22 江西博瑞彤芸科技有限公司 Method for page loading in application
CN108287839A (en) * 2017-01-09 2018-07-17 阿里巴巴集团控股有限公司 A kind of page loading method and equipment
US10783211B2 (en) 2017-01-16 2020-09-22 Wangsu Science & Technology Co., Ltd. Page processing method and device thereof
WO2018129774A1 (en) * 2017-01-16 2018-07-19 网宿科技股份有限公司 Method and device for page processing
CN106980698A (en) * 2017-04-11 2017-07-25 钟铮 Browser static resource loading method, browser program and readable storage medium storing program for executing
CN107451182A (en) * 2017-06-15 2017-12-08 彭志勇 file caching method based on Appcache
CN107451182B (en) * 2017-06-15 2020-09-29 彭志勇 File caching method based on Appcache
CN107423394A (en) * 2017-07-25 2017-12-01 北京小米移动软件有限公司 Page display method and device
CN107864066A (en) * 2017-08-24 2018-03-30 平安普惠企业管理有限公司 Offline H5 pages monitoring method, device, equipment and readable storage medium storing program for executing
CN110020278B (en) * 2017-09-08 2023-05-02 阿里巴巴集团控股有限公司 Page data display and provision method, client and server
CN110020278A (en) * 2017-09-08 2019-07-16 阿里巴巴集团控股有限公司 Displaying, providing method, client and the server of page data
CN108089894A (en) * 2017-12-15 2018-05-29 福建中金在线信息科技有限公司 Display methods, device and the electronic equipment of the page
CN108762833A (en) * 2018-05-16 2018-11-06 北京安云世纪科技有限公司 Application in Android system starts method and apparatus
CN108846131A (en) * 2018-07-03 2018-11-20 深圳鼎盛电脑科技有限公司 Weex page rendering method, apparatus, terminal and storage medium
CN109213512A (en) * 2018-08-15 2019-01-15 中国平安人寿保险股份有限公司 Offline packet loading method, system, terminal and readable storage medium storing program for executing
CN109819033A (en) * 2019-01-25 2019-05-28 杭州迪普科技股份有限公司 A kind of resource file loading method and system
CN110298002A (en) * 2019-05-31 2019-10-01 福建新大陆软件工程有限公司 Client WEB method for managing resource and equipment
CN110809036A (en) * 2019-10-25 2020-02-18 无线生活(北京)信息技术有限公司 Resource updating method and device
CN110809036B (en) * 2019-10-25 2022-05-10 无线生活(北京)信息技术有限公司 Resource updating method and device
CN111930452A (en) * 2020-06-30 2020-11-13 龙芯中科(合肥)技术有限公司 Browser language package loading method, browser, electronic device and storage medium
CN111930452B (en) * 2020-06-30 2023-12-08 龙芯中科(合肥)技术有限公司 Browser language pack loading method, browser, electronic equipment and storage medium
CN113656107A (en) * 2021-08-23 2021-11-16 天津中新智冠信息技术有限公司 Mobile application loading method and device and electronic equipment
CN113900830A (en) * 2021-12-10 2022-01-07 北京达佳互联信息技术有限公司 Resource processing method and device, electronic equipment and storage medium
CN113900830B (en) * 2021-12-10 2022-04-01 北京达佳互联信息技术有限公司 Resource processing method and device, electronic equipment and storage medium
CN114785859A (en) * 2022-04-20 2022-07-22 中国工商银行股份有限公司 Service registration method, device, equipment and storage medium
CN114785859B (en) * 2022-04-20 2024-01-09 中国工商银行股份有限公司 Service registration method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN104765622B (en) 2019-12-27

Similar Documents

Publication Publication Date Title
CN104765622A (en) Page resource loading method and device
EP3333704B1 (en) Method and apparatus for repairing kernel vulnerability
US10212563B2 (en) Updating web resources
US10282191B2 (en) Updating web resources
KR102294326B1 (en) Prefetching application data for periods of disconnectivity
CN106776761B (en) Method and device for rendering webpage by mobile browser
EP2806357A1 (en) Method and communication device for updating a web application
CN103106205B (en) In the method and apparatus that mobile terminal browses file
CN105022750A (en) Resource file loading method and apparatus
CN107015870B (en) Method and device for realizing communication between web page and local application and electronic equipment
CN105446750B (en) The method and apparatus that WebApp starting runs, generates image file
CN106897095B (en) Method and device for hot repairing application program, readable storage medium and computing equipment
CN104317914A (en) Data acquiring method and device
CN107463613A (en) Page loading method and device
CN102779128A (en) Method and device for offline running of HTML5 (hypertext markup language 5) application program in mobile terminal
CN104539682A (en) Debug method, device, mobile terminal, server and system for mobile webpage
CN101997853A (en) Data downloading method and terminal
CN111212183B (en) Method, device and computer readable medium for running hosted application
CN103440143A (en) System and method for upgrading mobile web application
CN105808282A (en) Method and device for updating webpage contents of application program
CN104978378A (en) Webpage access method and device
US11301227B2 (en) Server apparatus, information processing apparatus, and control method for installing application
CN103354927A (en) Method and apparatus for managing content in a processing device
KR101083189B1 (en) Method, apparatus, system, and recording medium for upgrading application of mobile terminal
CN104111846A (en) Page data loading method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into 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.