CN103699674A - Webpage storing method, webpage opening method, webpage storing device, webpage opening device and webpage browsing system - Google Patents

Webpage storing method, webpage opening method, webpage storing device, webpage opening device and webpage browsing system Download PDF

Info

Publication number
CN103699674A
CN103699674A CN201310749825.9A CN201310749825A CN103699674A CN 103699674 A CN103699674 A CN 103699674A CN 201310749825 A CN201310749825 A CN 201310749825A CN 103699674 A CN103699674 A CN 103699674A
Authority
CN
China
Prior art keywords
ajax
resource
webpage
request
caching
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
CN201310749825.9A
Other languages
Chinese (zh)
Other versions
CN103699674B (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.)
Alibaba China Co Ltd
Original Assignee
Ucweb Inc
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 Ucweb Inc filed Critical Ucweb Inc
Priority to CN201310749825.9A priority Critical patent/CN103699674B/en
Publication of CN103699674A publication Critical patent/CN103699674A/en
Application granted granted Critical
Publication of CN103699674B publication Critical patent/CN103699674B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching

Abstract

The invention discloses a webpage storing method, a webpage opening method, a webpage storing device and a webpage opening device. The webpage storing method includes after receiving a command of storing a webpage, storing page data of the webpage in an MHTML (messaging hypertext markup language) format; when the webpage contains an AJAX (asynchronous javascript and extensible markup language) request, correlatively storing AJAX resources and the AJAX request in a local database. When the webpage is opened, the corresponding AJAX resources are acquired locally if the AJAX request is generated during webpage loading. By the webpage storing method, when the webpage is opened, even if the webpage is offline, the AJAX resources can be acquired locally due to the fact that the AJAX resources are kept locally, so that the problem that part of webpage functions are not available due to incapability of acquiring the AJAX resources of the AJAX request on offline conditions is solved.

Description

Webpage preservation, webpage deployment method and device and web page browsing system
Technical field
The present invention relates to web page browsing field, more specifically, relate to a kind of webpage is preserved and webpage is opened method and device, and a kind of web page browsing system.
Background technology
Present webpage is preserved form two kinds substantially.
A kind of is the form of HTML+ child resource, exactly current webpage is preserved into a html document, its picture, style sheet and script file etc. all preserve with an independent file separately, and the path of resource in html document all will be correspondingly revised as corresponding to the path that is saved in local file.
Another kind is the form of MHTML, exactly the web data packing of current page is saved in a file, and all data in webpage the inside are all saved in same file, without revising any page data.
The form of HTML+ child resource belongs to a kind of static preservation, can only preserve generated content of current page.If certain partial content is to generate by JS (JavaScript), when opening this html file of preservation, this part content can regenerate, and so just there will be the content of two parts of repetitions.This preservation form also has a lot of problems, and for example, some website, as Sina's microblogging, excellently cruel etc. done domain name restriction, can not preserve webpage by this form.In addition, also have restriction of base (basis) label etc., cause the webpage preserving to follow the discrepancy of original webpage very large.
MHTML form is followed MHTML standard, and the packing of all raw data of webpage is saved in the middle of a file, while opening file, can re-execute the operation that generates the page, so just there will not be the existing problem of form of above-mentioned HTML+ child resource.Because the page is to re-execute generation, thus if the in the situation that of suspension, and this webpage partial content is to depend on AJAX (asynchronous JavaScript and XML) request to generate, the page also cannot be reduced to the appearance of the original page so.And this problem can not exist for the form of HTML+ child resource.
Clearly, MHTML is more outstanding than the form of HTML+ child resource, but also has the insurmountable problem of this form, and that is exactly for the content that relies on AJAX request, the in the situation that of suspension, cannot correctly generate.
Original such problems affect neither be clearly.But along with the expansion of business, it is serious that problem becomes.For example, on iPad2.0, released the combination of reading+off-line video after a while.The preservation form of MHTML form is used in the realization of reading after a while just, can more all webpages be preserved.But added that off-line video has just gone wrong.Video control video (video) label of a lot of websites generates by certain AJAX request.If in suspension situation, this video control cannot generate so, so just cannot play off-line, is saved in local video.Therefore, this function just exists the most great defect because of this problem, and webpage has preserved, and video has also preserved, and but can not play by off-line.
Summary of the invention
In view of the above problems, proposed a kind of webpage store method and device, this webpage store method and device can be in the situation that the webpage that needs are preserved comprise AJAX request, except preserving with MHTML form the page data of described webpage; AJAX resource and the AJAX request of also just based on described AJAX request, obtaining are kept in local data base explicitly.
The invention allows for a kind of webpage deployment method and device, web data and AJAX resource that this webpage deployment method and device can be preserved based on aforesaid way are browsed at local generating web page.
The invention allows for a kind of web page browsing system, this web page browsing system can realize carries out off-line browsing to web page contents.
According to an aspect of the present invention, provide a kind of webpage store method, having comprised: after receiving webpage and holding instruction, with MHTML form, preserved the page data of described webpage; And in the situation that described webpage comprises AJAX request, AJAX resource and the AJAX request of based on described AJAX request, obtaining are kept in local data base explicitly.
In one or more examples aspect above-mentioned, the AJAX resource conservation obtaining based on described AJAX request can be comprised in local data base: in the situation that described webpage comprises AJAX request, in internal memory, create for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request; Described AJAX resource and described AJAX request are kept in described AJAX caching resource explicitly; And by the described AJAX resource of preserving in described AJAX caching resource, with the form of database and described AJAX request, be saved in local data base explicitly.
In one or more examples aspect above-mentioned, described AJAX request can comprise the URL address of AJAX resource, and by described AJAX resource conservation in the step of described AJAX caching resource and local data base, preserve explicitly described AJAX resource and described URL address.
In one or more examples aspect above-mentioned, described described AJAX resource conservation is carried out in network adaptation layer in the step of described AJAX caching resource and local data base.
According to a further aspect in the invention, provide a kind of webpage save set, having comprised: page data storage unit, for after receiving webpage and holding instruction, with MHTML form, preserve the page data of described webpage; And AJAX resource conservation unit, the in the situation that of request for comprise AJAX at described webpage, AJAX resource and the AJAX request of based on described AJAX request, obtaining are kept in local data base explicitly.
In one or more examples aspect above-mentioned, described webpage save set can also comprise: AJAX caching resource creating unit, be used in the situation that described webpage comprises AJAX request, in internal memory, create for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request; AJAX caching resource storage unit, for described AJAX resource and described AJAX request are kept to described AJAX caching resource explicitly, and described AJAX resource conservation unit is configured to the described AJAX resource of preserving in described AJAX caching resource, with form and the described AJAX request of database, be saved in local data base explicitly.
According to a further aspect in the invention, provide a kind of webpage deployment method, having comprised: after receiving the web page browsing instruction of browsing the webpage of preserving as mentioned above, the page data based on preserving with described MHTML form has carried out webpage loading; When producing AJAX request when loading described webpage, from this locality, read with described AJAX and ask corresponding AJAX resource; And the page data based on loaded and the AJAX resource reading, generate described Webpage.
In one or more examples aspect above-mentioned, described reading from this locality with described AJAX asks corresponding AJAX resource to comprise: based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from local data base.
In one or more examples aspect above-mentioned, described reading from this locality with described AJAX asks corresponding AJAX resource to comprise: the in the situation that of there is described AJAX caching resource in this locality, based on described AJAX request, from described AJAX caching resource, read with described AJAX and ask corresponding AJAX resource.
In one or more examples aspect above-mentioned, described AJAX request can comprise the URL address of AJAX resource, and described AJAX resource and described URL address be kept in described local data base explicitly, and described reading from this locality with described AJAX asks corresponding AJAX resource to comprise: the url list that obtains all URL address of the AJAX resource of preserving in local data base or AJAX caching resource; According to the URL address in described AJAX request, described url list is carried out to complete matched and searched; While finding the URL address of mating completely in described url list, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL; While not finding completely the URL address of coupling in described url list, use the regular expression of the URL in described AJAX request to carry out fuzzy matching and search; And when finding a unique matching result, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL address.
In one or more examples aspect above-mentioned, described reading from this locality with described AJAX asks the step of corresponding AJAX resource to be carried out network adaptation layer.
According to a further aspect in the invention, a kind of webpage device for opening is provided, comprise: page data loading unit, for after receiving the web page browsing instruction of browsing the webpage of preserving as mentioned above, the page data based on preserving with described MHTML form carries out webpage loading; AJAX resource reading unit, for when producing AJAX request when loading described webpage, reads from this locality with described AJAX and asks corresponding AJAX resource; And webpage generation unit, for the page data based on loaded and the AJAX resource that reads, generate described Webpage.
In one or more examples aspect above-mentioned, described AJAX resource reading unit is configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from local data base.
In one or more examples aspect above-mentioned, in the situation that there is described AJAX caching resource in this locality, described AJAX resource reading unit is configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from described AJAX caching resource.
In one or more examples aspect above-mentioned, described AJAX request can comprise the URL address of AJAX resource, and described AJAX resource and described URL address are kept in described local data base explicitly, and described AJAX resource reading unit can comprise: url list acquiring unit, for obtaining the url list of all URL address of the AJAX resource that local data base or AJAX caching resource preserve; Matching unit, for according to the URL address of described AJAX request, carries out complete matched and searched to described url list completely; The one AJAX resource acquisition unit when finding completely the URL address of coupling at described url list, reads the AJAX resource corresponding with found URL from described local data base or AJAX caching resource; Fuzzy matching unit, when not finding completely the URL address of coupling at described url list, is used the regular expression of the URL in described AJAX request to carry out fuzzy matching and searches; And the 2nd AJAX resource acquisition unit, when finding a unique matching result when in fuzzy matching, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL.
According to a further aspect in the invention, provide a kind of web page browsing system, comprised display unit, storage unit, webpage save set as above and webpage device for opening as above.
The method and apparatus of the application of the invention, in the situation that browsed Webpage comprises AJAX request, even in suspension state, also can obtain AJAX resource in response to AJAX request in this locality, thereby can realize in this locality offline webpage page browsing.
In order to realize above-mentioned and relevant object, one or more aspects of the present invention comprise below by the feature that describes in detail and particularly point out in the claims.Explanation below and accompanying drawing describe some illustrative aspects of the present invention in detail.Yet, the indication of these aspects be only some modes that can use in the variety of way of principle of the present invention.In addition, the present invention is intended to comprise all these aspects and their equivalent.
Accompanying drawing explanation
According to following detailed description of carrying out with reference to accompanying drawing, above and other object of the present invention, feature and advantage will become more apparent.In the accompanying drawings:
Fig. 1 shows the overview flow chart according to Web browser method of the present invention;
Fig. 2 shows according to the schematic block diagram of web page browsing system of the present invention;
Fig. 3 shows the indicative flowchart of webpage store method according to an embodiment of the invention;
Fig. 4 shows the indicative flowchart of webpage store method according to another embodiment of the present invention;
Fig. 5 shows the schematic block diagram of an embodiment of the webpage save set in Fig. 2;
Fig. 6 shows the schematic block diagram of another embodiment of the webpage save set in Fig. 2;
Fig. 7 is the schematic flow diagram of webpage deployment method according to an embodiment of the invention;
The URL that Fig. 8 schematically shows based in AJAX request reads the process flow diagram of the method example of AJAX resource from local data base;
Fig. 9 has provided the process flow diagram of the modification of the webpage deployment method shown in Fig. 7;
Figure 10 is the schematic block diagram of an embodiment of the webpage device for opening in Fig. 2; With
Figure 11 shows according to the schematic block diagram of an embodiment of AJAX resource reading unit of the present invention.
In institute's drawings attached, identical label is indicated similar or corresponding feature or function.
Embodiment
Various aspects of the present disclosure are described below.Should be understood that, instruction herein can be with varied form imbody, and disclosed any concrete structure, function or both are only representational in this article.Instruction based on herein, those skilled in the art should be understood that, an aspect disclosed herein can be independent of any other side and realize, and the two or more aspects in these aspects can combine according to variety of way.For example, can use the aspect of any number described in this paper, implement device or hands-on approach.In addition, can use other structure, function or except one or more aspects described in this paper or be not the 26S Proteasome Structure and Function of one or more aspects described in this paper, realize this device or put into practice this method.In addition, any aspect described herein can comprise at least one element of claim.
Before embodiments of the invention are elaborated, first the AJAX technology relating in the present invention is carried out to brief description.
AJAX is the asynchronous JavaScript of Asynchronous JavaScript+XML(and XML) abbreviation.AJAX technology is the organic assembling of multiple development technique in fact, comprising: utilize XHTML and CSS technology to realize standard interface; Utilizing Document Object Model technology to realize dynamically shows and interactive function; Utilize XML and XSLT technology to realize exchange and the maintenance of data; Utilize XMLHttpRequest technology to realize asynchronous data retrieval; And utilize JavaScript that all are connected.
Traditional network program workflow is substantially as follows: the operation of client on webpage is converted into HTTP request and passes server back, and server accepts request and related data, resolution data send it to after corresponding processing unit, and the data converting to HTML page returning is returned to client.This workflow always allows user not feel well, because in the time of server process data, user can only wait for.Obvious user does not like every and does after single stepping, all needs waiting for server to return to new webpage, and what user wished is to use smoothly network program, the existence of even imperceptible server.
AJAX technology can be broken away from the network interaction mode of this stop-go, the method realizing is that AJAX inserts AJAX engine between client and server, AJAX engine writes with JavasSript, for be responsible for to draw the interface that client sees and communicate with server.After session starts, browser loads AJAX engine, rather than a webpage.AJAX engine can send to server by user's input by the mode of asynchronous communication, thereby avoids user seeing the response of blank webpage waiting for server.User's operation can be called the javascript function of an AJAX engine; former this conventionally can trigger a HTTP and ask to server; all responses to user's operation do not need to pass through server again; such as simple data check, Update Table searching web pages even, engine can process.If engine must server return data with response user's request, such as needing the data of server process submission or loading new code or data etc., engine can adopt the mode of asynchronous communication to send request, conventionally uses XML, thereby can not affect the mutual of user and program.
Each embodiment of the present invention is described below with reference to accompanying drawings.
Web browser method and system
Fig. 1 shows the overview flow chart of Web browser method according to an embodiment of the invention.
As shown in Figure 1, first, at step S10, for example in response to user, at address field, input URL, or clickthrough on webpage after the page data of Web page loading, is saved in this locality by loaded page data from network, such as having in the storage unit of terminal device of web page browsing function, described terminal device is such as comprising IPad, personal digital assistant of desk-top computer, notebook computer, intelligent mobile terminal, Apple etc.The page loads flow process and can, as usual manner, can for example in WebKit kernel, carry out at browser kernel.Do not repeat them here.About webpage, preserve step, will with reference to Fig. 3 and Fig. 4, be elaborated below.
As above carrying out after webpage preservation, if need to carry out off-line browsing, at step S20, in response to the web page browsing instruction of opening preserved webpage, opening the local webpage of preserving.Hereinafter with reference to Fig. 8 to Fig. 9, illustrate.
Fig. 2 shows the schematic block diagram of web page browsing system according to an embodiment of the invention 1.
As shown in Figure 2, web page browsing system 1 comprises webpage save set 10, webpage device for opening 20, storage unit 30 and display unit 40.
Webpage save set 10 is configured to, after the page data of Web page loading from network, loaded page data is saved in to this locality, such as having in the storage unit 30 of terminal device of web page browsing function.About webpage save set 10, with reference to Fig. 5 and Fig. 6, make a more detailed description as follows.
Webpage device for opening 20 is configured to after receiving the web page browsing instruction of opening preserved webpage, opens the webpage that preserve this locality (in the storage unit of terminal device or the local data base of buffer memory).About webpage device for opening 20, with reference to Figure 10 and Figure 11, more specifically describe as follows.
Storage unit 30 can comprise high-speed random access memory, also can comprise nonvolatile memory, such as one or more magnetic disk memory, flash memory device or other solid-state, non-volatile memory.Storage unit 30 be configured to preserve webpage page data, ask corresponding AJAX resource with the AJAX comprising in webpage.Display unit 40 is for display web page data.
Here be noted that webpage save set 10 and webpage device for opening 20 can utilize hardware to realize, also can utilize software to realize, or can utilize the software and hardware realization that combines.Such as, webpage save set 10 and webpage device for opening 20 can utilize one or more processors to realize.In this case, storage unit 30 is also configured to preserve for carrying out the application program of the function of webpage save set 10 and webpage device for opening 20.One or more processors be configured to receive that webpage is held instruction or webpage OPEN after, call in storage unit 30 corresponding application programs of preserving and realize that webpage is preserved or webpage is opened, thereby realize the function of webpage save set 10 and webpage device for opening 20.
Webpage store method and webpage save set
The webpage specifically describing in Fig. 1 to Fig. 4 below with reference to Fig. 3 is preserved step.Fig. 3 shows the indicative flowchart of webpage store method according to an embodiment of the invention; Fig. 4 shows the indicative flowchart of webpage store method according to another embodiment of the present invention.
As shown in Figure 3, in step S110, when holding instruction receiving webpage from network Web page loading, with MHTML form, the page data of this webpage is kept in local storage unit 30.
Then,, in step S120, whether the webpage that judgement is preserved comprises AJAX request.While not comprising AJAX request in preserved webpage, flow process finishes.Described AJAX request is a request in browser application, and its core is xmlhttprequest, and this request need not refresh the page.
While comprising AJAX request in preserved webpage, at step S130, AJAX resource and the AJAX request of based on described AJAX request, obtaining are kept to this locality explicitly, such as being kept in local storage unit.Described AJAX resource can be when from network Web page loading, and by network, from storing, the web page server of AJAX resource downloads.Or described AJAX resource also can be obtained from web page server by other approach.
Here, AJAX resource can be the data relevant with the broadcasting of content-data.For example, in the situation that content-data is video content, AJAX resource can be video (video) label of video content.Video tab can relate to some attributes of video etc.When displaying video content, need to obtain video tab.
Here, described AJAX request can comprise the URL address of AJAX resource, the network address of described URL address indication for obtaining AJAX resource.Described AJAX resource and described AJAX request can be kept in the local data base of storage unit 30 with the form of database.For an AJAX resource, database has two field key and value, and field key is the URL address of AJAX resource, and field value is corresponding data, i.e. AJAX resource.Like this, in the URL address comprising, just can in local data base, search corresponding AJAX resource in parsing AJAX request.
In addition, above-mentioned webpage store method can be enabled multi-process and realize, and such as utilizing a process to preserve page data, and enables the preservation that another process is carried out AJAX resource.In this case, step S110 can with step S120, S130 executed in parallel, also can carry out successively in any order.
Fig. 4 shows the indicative flowchart of webpage store method according to another embodiment of the present invention.Embodiment shown in Fig. 4 is the improvement to the embodiment shown in Fig. 3.Compare with Fig. 3, the difference of the embodiment shown in Fig. 4 is only to utilize step S131, S133 and S135 to replace the step S130 in Fig. 3, and other step is identical.For illustrative ease, at this, only difference is described.
As shown in Figure 4, while comprising AJAX request in judging preserved webpage, at step S131, in internal memory, create for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request.Then,, at step S133, described AJAX resource and described AJAX request are kept in described AJAX caching resource explicitly.Then, at step S135, by the described AJAX resource of preserving in described AJAX caching resource, with the form of database and described AJAX request, be saved in local data base explicitly.
According to this embodiment, opening the method for the local webpage of preserving in the situation that the new webpage loading comprises AJAX request, in the AJAX buffer memory by the AJAX caching resource obtaining based on AJAX request in internal memory.In one example, can all be buffered in AJAX buffer memory for the AJAX resource based on AJAX acquisition request in all pages.In another example, also can be only in the situation that user has sent webpage and has held instruction, just enable AJAX buffer memory, by these AJAX caching resources in AJAX buffer memory.Like this, can reduce the consumption to internal memory.It can be by directly selecting the instruction of preserving webpage to initiate by user that webpage is held instruction, and also can be in response to other instruction and activate.
Here, take the situation of WebKit is further illustrated as example.The buffer structure of WebKit is such: MemoryCache->AppCache->HTTPC ache.Can between AppCache and HTTPCache, create AJAX buffer memory AJAXCache, for buffer memory AJAX resource.Because being buffered in network layer, realizes this AJAX, so without the code of revising WebKit.
In addition,, in order to save memory headroom, in the embodiment shown in Fig. 3 and Fig. 4, can also comprise AJAX caching resource situation step.Such as, can be after browsing close, empty and allly in AJAX caching resource browse to this AJAX resource that window is relevant.Or, can, by after AJAX resource conservation is in local data base or when advancing in response to webpage or webpage retreats instruction and again networks Web page loading, empty all AJAX resources corresponding to webpage of institute's buffer memory in AJAX buffer memory.
In addition, in step S133, preserve the step of AJAX resource and can in network adaptation layer, carry out, can avoid like this WebKit to modify.What certainly, in said method, comprise also can carry out respectively in other layer.
Fig. 5 shows the schematic block diagram of webpage save set 10 according to an embodiment of the invention.
As shown in Figure 5, webpage save set 10 comprises page data storage unit 110 and AJAX resource conservation unit 120.
Page data storage unit 110, for after receiving webpage and holding instruction, is preserved the page data of described webpage with MHTML form.The in the situation that asking for comprise AJAX at described webpage AJAX resource conservation unit 120, AJAX resource and the AJAX request of based on described AJAX request, obtaining are kept in local data base explicitly.
In another example of the present invention, webpage save set 10 can also comprise the first judging unit (not shown), for judging whether described webpage comprises AJAX request.
Corresponding with the webpage store method shown in Fig. 4, in another embodiment of the present invention, webpage save set 10 can also comprise AJAX caching resource creating unit 130 and AJAX caching resource storage unit 140.
AJAX caching resource creating unit 130, for comprise AJAX request in the situation that at described webpage, creates for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request in internal memory.AJAX caching resource storage unit 140 is for being kept at explicitly described AJAX caching resource by described AJAX resource and described AJAX request.Then, AJAX resource conservation unit is the described AJAX resource of preserving in described AJAX caching resource, with form and the described AJAX request of database, is saved in local data base explicitly.
Similarly, in order to save memory headroom, can also provide in addition AJAX caching resource to empty unit (not shown).Such as, AJAX caching resource empties unit and can be configured to after browsing close, empties allly in AJAX caching resource to browse to this AJAX resource that window is relevant.Or, AJAX caching resource empties unit and can be configured to, by after AJAX resource conservation is in local data base or when advancing in response to webpage or webpage retreats instruction and again networks Web page loading, empty all AJAX resources corresponding to webpage of institute's buffer memory in AJAX buffer memory.
In an example of the present invention, can be only in the situation that user has sent webpage and has held instruction, just enable AJAX buffer memory, by these AJAX caching resources in AJAX buffer memory.Like this, can reduce the consumption to internal memory.It can be by directly selecting the instruction of preserving webpage to initiate by user that webpage is held instruction, and also can be in response to other instruction and activate.In this case, webpage save set 10 can also comprise that webpage is held instruction and activates unit (not shown).Webpage is held instruction and is activated unit and be configured to, in response to the instruction of preserving the content-data in page data, activate the instruction of preserving webpage.
Webpage deployment method and webpage device for opening
Below with reference to Fig. 7 to Figure 11, webpage deployment method and webpage device for opening are according to an embodiment of the invention described.
Fig. 7 is the schematic flow diagram of webpage deployment method according to an embodiment of the invention.
As shown in Figure 7, at step S210, after receiving the web page browsing instruction of the webpage of browsing webpage store method preservation as shown in Figure 3, the page data based on preserving with described MHTML form carries out webpage loading.Then,, at step S220, whether judgement, when loading described webpage, produces AJAX request.If do not produce AJAX request, flow process finishes.
When producing AJAX request when loading described webpage, at step S230, from this locality, read with described AJAX and ask corresponding AJAX resource.Here, in one example, from this locality, read with described AJAX and ask corresponding AJAX resource to comprise: based on described AJAX request, from local data base, read with described AJAX and ask corresponding AJAX resource.Or, in another example, in the situation that this locality exists described AJAX caching resource, described reading from this locality with described AJAX asks corresponding AJAX resource to comprise: based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from described AJAX caching resource.Here, from this locality, read the operation of AJAX resource and can network adaptation layer, carry out, can avoid thus WebKit code to modify.
Then, at step S240, the page data based on loaded and the AJAX resource reading, the generating web page page.
In addition, described AJAX request can comprise the URL address of AJAX resource, and described AJAX resource and described URL address are kept in described local data base explicitly.The URL that Fig. 8 schematically shows based in AJAX request reads the process flow diagram of the method example of AJAX resource from local data base.
As shown in Figure 8, while producing AJAX request when judging Web page loading, first, at step S2310, obtain the url list of all URL address of the AJAX resource of preserving in local data base or AJAX caching resource.Then,, at step S2320 and S2330, according to the URL address in described AJAX request, described url list is carried out to complete matched and searched.
While finding the URL address (result of step S2340 is yes) of mating completely in described url list, at step S2340, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL, and obtained AJAX resource is returned to browser kernel (such as Webkit kernel) play up (step S2350).
While not finding completely the URL address (result of step S2340 is no) of coupling in described url list, use the regular expression of the URL in described AJAX request to carry out fuzzy matching and search, and in step S2370, judge whether to exist matching result.
If there is no matching result (result of step S2370 is no), returns to sky data.If there is matching result (result of step S2370 is yes), at step S2380, judge that whether existing matching result is more than one.
If find a unique matching result (result of step S2380 is no), turn back to step S2340, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL address.If the matching result finding, more than one (result of step S2380 is yes), returns to sky data.
In addition, because AJAX resource itself is the resource of dynamic requests, in most cases, the URL address of request is also dynamic change, so while initiating inquiry, can first carry out domain name judgement, then mate completely, coupling is carried out regular expression fuzzy matching again with raising efficiency and hit rate in not.
By using the AJAX resource from local data base, can carry out the inter-related task that sends corresponding AJAX request in the page.In the situation of the displaying video of mentioning in the above, AJAX resource is video tab.There is video tab, just can play and store local video frequency program into.
Thus, even the in the situation that of suspension, also can respond the AJAX request in webpage by the AJAX resource being kept in local data base, thereby carry out the inter-related task on webpage.In the example of off-line video, in response to AJAX request, from local data base, obtain video tab, thereby the in the situation that of networking not, also normal off-line displaying video.
Being kept at local webpage can open in the situation that not networking, and also can under networking state, open.Under networking state, preferably can obtain AJAX resource from network.Like this, when the AJAX resource on network changes, can use in time the AJAX resource after renewal.
Fig. 9 has provided the process flow diagram of the modification of the webpage deployment method shown in Fig. 7.Compare with Fig. 7, the difference of the embodiment shown in Fig. 9 is only to have increased step S940 and step S950, and other step is identical with Fig. 7.At this, only increased step S940 and step S950 are described.
As shown in Figure 9, judge and when Web page loading, produce after AJAX request in step S220, at step S940, whether the terminal device of web page browsing is carried out in judgement current in networking state.If in networking state, at step S950, by Network Capture AJAX resource.Subsequently, flow process proceeds to step S240.
If in suspension state, proceed to step S230, from this locality, read with AJAX and ask corresponding AJAX resource.Subsequently, flow process proceeds to step S240.
Figure 10 is the schematic block diagram of an embodiment of the webpage device for opening 20 in Fig. 2.As shown in Figure 2, webpage device for opening 20 comprises page data loading unit 210, AJAX resource reading unit 220 and webpage generation unit 230.
Page data loading unit 210 is for after receiving the web page browsing instruction of the webpage of browsing webpage store method preservation as shown in Figure 3, and the page data based on preserving with described MHTML form carries out webpage loading.AJAX resource reading unit 220, for when producing AJAX request when loading described webpage, reads from this locality with described AJAX and asks corresponding AJAX resource.Webpage generation unit 230 is for the page data based on loaded and the AJAX resource that reads, the generating web page page.
In an example of the present invention, described AJAX resource reading unit can be configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource to generate described webpage from local data base.
In another example of the present invention, the in the situation that of there is described AJAX caching resource in this locality, described AJAX resource reading unit can be configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from described AJAX caching resource.
In addition, in another example of the present invention, webpage device for opening 20 can also comprise the second judging unit (not shown), for judgement, whether produces AJAX request when the Web page loading.
In addition, described AJAX request can comprise the URL address of AJAX resource, and described AJAX resource and described URL address are kept in described local data base explicitly.Figure 11 shows according to the schematic block diagram of an embodiment of AJAX resource reading unit 220 of the present invention.
As shown in figure 11, AJAX resource reading unit 220 can comprise url list acquiring unit 2210, complete matching unit 2220, fuzzy matching unit 2230, an AJAX resource acquisition unit 2240 and the 2nd AJAX resource acquisition unit 2250.
Url list acquiring unit 2210 is for the url list of all URL address of the AJAX resource obtaining local data base or AJAX caching resource and preserve.Matching unit 2220, for according to the URL address of described AJAX request, carries out complete matched and searched to described url list completely.While finding the URL address of mating completely in described url list, an AJAX resource acquisition unit 2240 reads the AJAX resource corresponding with found URL from described local data base or AJAX caching resource.
While not finding the URL address of mating completely in described url list, fuzzy matching unit 2230 is used the regular expression of the URL in described AJAX request to carry out fuzzy matching and searches.While finding a unique matching result when in fuzzy matching, the 2nd AJAX resource acquisition unit 2250 reads the AJAX resource corresponding with found URL from described local data base or AJAX caching resource.The matching result that does not find matching result or find when in fuzzy matching, more than one, returns to sky data.
In the present invention, by adding an AJAX buffer, resource to the AJAX request of particular webpage is carried out buffer memory, when preserving webpage, also these AJAX resources are also together preserved, the in the situation that of suspension, this locality is also retaining a piece of data so, just can solve in suspension situation, because obtaining the resource of AJAX request, cause the out of use problem of some webpage function.Like this, also just can solve the defect that off-line video cannot be play in suspension situation.
Example
Below simple an application example of the present invention described.
For iPad2.0, released the combination of reading+off-line video after a while.The preservation form of MHTML form is used in the realization of reading after a while just, can more all webpages be preserved.But added that off-line video has just gone wrong.Video control video (video) label of a lot of websites generates by certain AJAX request, if in suspension situation, this video control cannot generate so, so just cannot play off-line to local video.Therefore, this function just exists the most great defect because of this problem, and webpage has preserved, and video has also preserved, and but can not play by off-line.
According to the present invention, can guarantee also can get AJAX resource the suspension in the situation that by setting up an AJAXCache.
1), at the page with video, as youtube, click small tv off-line foradownloaded video.When downloading off-line video, also current page can be added to after a while and preserve in reading.
2) this page is opened to AJAXCache, the AJAX resource of all requests retains a piece of data in AJAXCache.
3) when the page has loaded on backstage, preserve page data to local, preserve AJAX resource corresponding in AJAXCache to local simultaneously, after preserving successfully, empty these cache resources releasing memories.
4) in suspension situation, open off-line video, can open and read after a while the local page of preserving.The page, in the process loading, can produce AJAX request, and the data cached database of inquiry AJAX, searches corresponding data, if had, returns.
5) local page, the in the situation that of suspension, can get AJAX resource, and all the elements in this page can correctly generate so.
6) like this, can be directly play off-line to local video, because video label can correctly generate being saved on local youtube video page.
By said method, solve the problem that cannot play off-line video under net state of resolving.
In addition, the method according to this invention can also be implemented as the computer program that the processor (such as CPU) in mobile terminal is carried out, and is stored in the storer of mobile terminal.When this computer program is executed by processor, carry out the above-mentioned functions limiting in method of the present invention.
In addition, the method according to this invention can also be embodied as a kind of computer program, this computer program comprises computer-readable medium, stores for carrying out the computer program of the above-mentioned functions that method of the present invention limits on this computer-readable medium.
In addition, said method step and system unit also can utilize controller and realize for storing the computer readable storage devices of the computer program that makes controller realize above-mentioned steps or Elementary Function.
Those skilled in the art will also understand is that, in conjunction with the described various illustrative logical blocks of disclosure herein, module, circuit and algorithm steps, may be implemented as electronic hardware, computer software or both combinations.For this interchangeability of hardware and software is clearly described, with regard to the function of various exemplary components, square, module, circuit and step, it has been carried out to general description.This function is implemented as software or is implemented as hardware and depends on concrete application and the design constraint that imposes on whole system.Those skilled in the art can realize described function in every way for every kind of concrete application, but this realization determines should not be interpreted as causing departing from the scope of the present invention.
Although disclosed content shows exemplary embodiment of the present invention above, it should be noted that under the prerequisite of scope of the present invention that does not deviate from claim restriction, can carry out multiple change and modification.According to the function of the claim to a method of inventive embodiments described herein, step and/or action, need not carry out with any particular order.In addition, although element of the present invention can be with individual formal description or requirement, also it is contemplated that a plurality of, unless be clearly restricted to odd number.
Although described each embodiment according to the present invention above with reference to figure, be described, it will be appreciated by those skilled in the art that each embodiment that the invention described above is proposed, can also on the basis that does not depart from content of the present invention, make various improvement.Therefore, protection scope of the present invention should be determined by the content of appending claims.

Claims (16)

1. a webpage store method, comprising:
After receiving webpage and holding instruction, with MHTML form, preserve the page data of described webpage;
In the situation that described webpage comprises AJAX request, AJAX resource and the AJAX request of based on described AJAX request, obtaining are kept in local data base explicitly.
2. webpage store method according to claim 1, wherein, comprises the AJAX resource conservation obtaining based on described AJAX request at local data base:
In the situation that described webpage comprises AJAX request, in internal memory, create for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request;
Described AJAX resource and described AJAX request are kept in described AJAX caching resource explicitly; And
By the described AJAX resource of preserving in described AJAX caching resource, with the form of database and described AJAX request, be saved in local data base explicitly.
3. according to the webpage store method of claim 2, wherein, described AJAX request comprises the URL address of AJAX resource, and by described AJAX resource conservation in the step of described AJAX caching resource and local data base, preserve explicitly described AJAX resource and described URL address.
4. according to the webpage store method described in any one in claims 1 to 3, wherein, described described AJAX resource conservation is carried out in network adaptation layer in the step of described AJAX caching resource and local data base.
5. a webpage save set, comprising:
Page data storage unit, for after receiving webpage and holding instruction, preserves the page data of described webpage with MHTML form; And
AJAX resource conservation unit, the in the situation that of request, is kept at AJAX resource and the AJAX request of based on described AJAX request, obtaining in local data base explicitly for comprise AJAX at described webpage.
6. according to the webpage save set of claim 5, also comprise:
AJAX caching resource creating unit for comprise AJAX request in the situation that at described webpage, creates for preserving the AJAX caching resource of the AJAX resource of obtaining based on described AJAX request in internal memory;
AJAX caching resource storage unit, for described AJAX resource and described AJAX request are kept to described AJAX caching resource explicitly, and
Described AJAX resource conservation unit is configured to the described AJAX resource of preserving in described AJAX caching resource, with the form of database and described AJAX request, is saved in local data base explicitly.
7. a webpage deployment method, comprising:
After receiving the web page browsing instruction of browsing the webpage of preserving as claimed in claim 1, the page data based on preserving with described MHTML form carries out webpage loading;
When producing AJAX request when loading described webpage, from this locality, read with described AJAX and ask corresponding AJAX resource; And
Page data based on loaded and the AJAX resource reading, the generating web page page.
8. according to the webpage deployment method of claim 7, wherein, described reading from this locality with described AJAX asks corresponding AJAX resource to comprise:
Based on described AJAX request, from local data base, read with described AJAX and ask corresponding AJAX resource.
9. webpage deployment method according to claim 7, wherein, described reading from this locality with described AJAX asks corresponding AJAX resource to comprise:
In the situation that this locality exists described AJAX caching resource, based on described AJAX request, from described AJAX caching resource, read with described AJAX and ask corresponding AJAX resource.
10. webpage deployment method according to claim 8 or claim 9, wherein, described AJAX request comprises the URL address of AJAX resource, and described AJAX resource and described URL address be kept in described local data base explicitly, and
Described reading from this locality with described AJAX asks corresponding AJAX resource to comprise:
Obtain the url list of all URL address of the AJAX resource of preserving in local data base or AJAX caching resource;
According to the URL address in described AJAX request, described url list is carried out to complete matched and searched;
While finding the URL address of mating completely in described url list, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL;
While not finding completely the URL address of coupling in described url list, use the regular expression of the URL in described AJAX request to carry out fuzzy matching and search; And
When finding a unique matching result, from described local data base or AJAX caching resource, read the AJAX resource corresponding with found URL address.
11. according to the webpage deployment method described in any one in claim 7 to 10, and wherein, described reading from this locality with described AJAX asks the step of corresponding AJAX resource to be carried out network adaptation layer.
12. 1 kinds of webpage device for opening, comprising:
Page data loading unit, for after receiving the web page browsing instruction of browsing the webpage of preserving as claimed in claim 1, the page data based on preserving with described MHTML form carries out webpage loading;
AJAX resource reading unit, for when producing AJAX request when loading described webpage, reads from this locality with described AJAX and asks corresponding AJAX resource; And
Webpage generation unit, for the page data based on loaded and the AJAX resource that reads, the generating web page page.
13. according to the webpage device for opening of claim 12, and wherein, described AJAX resource reading unit is configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource to generate described webpage from local data base.
14. webpage device for opening according to claim 12, wherein, in the situation that this locality exists described AJAX caching resource, described AJAX resource reading unit is configured to, based on described AJAX request, read with described AJAX and ask corresponding AJAX resource from described AJAX caching resource.
15. according to the webpage device for opening described in claim 12 or 13, and wherein, described AJAX request comprises the URL address of AJAX resource, and described AJAX resource and described URL address be kept in described local data base explicitly, and
Described AJAX resource reading unit comprises:
Url list acquiring unit, for obtaining the url list of all URL address of the AJAX resource that local data base or AJAX caching resource preserve;
Matching unit, for according to the URL address of described AJAX request, carries out complete matched and searched to described url list completely;
The one AJAX resource acquisition unit when finding completely the URL address of coupling at described url list, reads the AJAX resource corresponding with found URL from described local data base or AJAX caching resource;
Fuzzy matching unit, when not finding completely the URL address of coupling at described url list, is used the regular expression of the URL in described AJAX request to carry out fuzzy matching and searches; And
The 2nd AJAX resource acquisition unit when finding a unique matching result when in fuzzy matching, reads the AJAX resource corresponding with found URL from described local data base or AJAX caching resource.
16. 1 kinds of web page browsing systems, comprising:
Display unit, for display web page content;
Storage unit;
Webpage save set as described in claim 5 or 6; And
As the webpage device for opening as described in any one in claim 12 to 15.
CN201310749825.9A 2013-12-31 2013-12-31 Webpage preservation, webpage deployment method and device and Web browsing system Active CN103699674B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310749825.9A CN103699674B (en) 2013-12-31 2013-12-31 Webpage preservation, webpage deployment method and device and Web browsing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310749825.9A CN103699674B (en) 2013-12-31 2013-12-31 Webpage preservation, webpage deployment method and device and Web browsing system

Publications (2)

Publication Number Publication Date
CN103699674A true CN103699674A (en) 2014-04-02
CN103699674B CN103699674B (en) 2018-04-13

Family

ID=50361202

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310749825.9A Active CN103699674B (en) 2013-12-31 2013-12-31 Webpage preservation, webpage deployment method and device and Web browsing system

Country Status (1)

Country Link
CN (1) CN103699674B (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104866591A (en) * 2015-05-29 2015-08-26 北京金山安全软件有限公司 Video recommendation method and device
CN104965848A (en) * 2015-02-12 2015-10-07 腾讯科技(深圳)有限公司 Front-end resource loading method and apparatus
CN105138312A (en) * 2014-06-05 2015-12-09 阿里巴巴集团控股有限公司 Table generation method and apparatus
CN105447089A (en) * 2015-11-06 2016-03-30 百度在线网络技术(北京)有限公司 Search result page display method and apparatus
CN105592166A (en) * 2016-03-07 2016-05-18 福建宏天信息产业有限公司 HTML5 video file persistent processing method and HTML5 video file persistent processing system of mobile platform
CN105681380A (en) * 2014-11-20 2016-06-15 阿里巴巴集团控股有限公司 Client offline method and system thereof
CN107193834A (en) * 2016-03-15 2017-09-22 广州市动景计算机科技有限公司 Computing device, device and method for browsing pages
CN107704605A (en) * 2017-10-13 2018-02-16 北京中教在线科技有限公司 It is a kind of based on the user behavior recording method being locally stored
CN107766509A (en) * 2017-10-23 2018-03-06 北京京东尚科信息技术有限公司 A kind of method and apparatus of webpage static backup
CN108153778A (en) * 2016-12-05 2018-06-12 腾讯科技(深圳)有限公司 Webpage store method, webpage read method and device
CN109800369A (en) * 2018-12-14 2019-05-24 平安普惠企业管理有限公司 Hybrid app page loading method, device and computer equipment
CN110709834A (en) * 2017-04-24 2020-01-17 谷歌有限责任公司 Methods, systems, and media for retrieving content associated with a link
CN111316618A (en) * 2018-10-11 2020-06-19 华为技术有限公司 Network page storage method and terminal
CN112286592A (en) * 2020-10-29 2021-01-29 平安普惠企业管理有限公司 Resource data loading method and device, storage medium and computer equipment
CN115982499A (en) * 2022-12-27 2023-04-18 中国电子产业工程有限公司 Page storage method, device, equipment and storage medium

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030105745A1 (en) * 2001-12-05 2003-06-05 Davidson Jason A. Text-file based relational database
CN101140574A (en) * 2006-09-05 2008-03-12 腾讯科技(深圳)有限公司 Web page content revealing method and customer terminal device
JP2008165432A (en) * 2006-12-27 2008-07-17 Fujitsu Ltd Query control program, query control device and query control method
CN101441631A (en) * 2007-11-19 2009-05-27 上海新纳广告传媒有限公司 Data access method for asynchronous web page browsing
CN102662966A (en) * 2012-03-08 2012-09-12 中国科学院计算机网络信息中心 Method and system for obtaining subject-oriented dynamic page content
CN103064989A (en) * 2013-02-03 2013-04-24 广州市动景计算机科技有限公司 Webpage storing and opening method and device
CN103106216A (en) * 2011-11-15 2013-05-15 腾讯科技(深圳)有限公司 Method and device of web page access
CN103186670A (en) * 2013-03-27 2013-07-03 中金数据系统有限公司 Method and system for integrally acquiring webpage information

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030105745A1 (en) * 2001-12-05 2003-06-05 Davidson Jason A. Text-file based relational database
CN101140574A (en) * 2006-09-05 2008-03-12 腾讯科技(深圳)有限公司 Web page content revealing method and customer terminal device
JP2008165432A (en) * 2006-12-27 2008-07-17 Fujitsu Ltd Query control program, query control device and query control method
CN101441631A (en) * 2007-11-19 2009-05-27 上海新纳广告传媒有限公司 Data access method for asynchronous web page browsing
CN103106216A (en) * 2011-11-15 2013-05-15 腾讯科技(深圳)有限公司 Method and device of web page access
CN102662966A (en) * 2012-03-08 2012-09-12 中国科学院计算机网络信息中心 Method and system for obtaining subject-oriented dynamic page content
CN103064989A (en) * 2013-02-03 2013-04-24 广州市动景计算机科技有限公司 Webpage storing and opening method and device
CN103186670A (en) * 2013-03-27 2013-07-03 中金数据系统有限公司 Method and system for integrally acquiring webpage information

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105138312A (en) * 2014-06-05 2015-12-09 阿里巴巴集团控股有限公司 Table generation method and apparatus
CN105138312B (en) * 2014-06-05 2018-07-03 阿里巴巴集团控股有限公司 A kind of table generation method and device
CN105681380A (en) * 2014-11-20 2016-06-15 阿里巴巴集团控股有限公司 Client offline method and system thereof
CN105681380B (en) * 2014-11-20 2019-09-03 阿里巴巴集团控股有限公司 Client off-line method and its system
CN104965848A (en) * 2015-02-12 2015-10-07 腾讯科技(深圳)有限公司 Front-end resource loading method and apparatus
CN104965848B (en) * 2015-02-12 2018-01-23 腾讯科技(深圳)有限公司 A kind of front end resource loading method and device
CN104866591B (en) * 2015-05-29 2020-05-15 珠海豹趣科技有限公司 Video recommendation method and device
CN104866591A (en) * 2015-05-29 2015-08-26 北京金山安全软件有限公司 Video recommendation method and device
CN105447089B (en) * 2015-11-06 2019-05-07 百度在线网络技术(北京)有限公司 Search results pages display methods and device
CN105447089A (en) * 2015-11-06 2016-03-30 百度在线网络技术(北京)有限公司 Search result page display method and apparatus
CN105592166A (en) * 2016-03-07 2016-05-18 福建宏天信息产业有限公司 HTML5 video file persistent processing method and HTML5 video file persistent processing system of mobile platform
CN107193834A (en) * 2016-03-15 2017-09-22 广州市动景计算机科技有限公司 Computing device, device and method for browsing pages
CN108153778A (en) * 2016-12-05 2018-06-12 腾讯科技(深圳)有限公司 Webpage store method, webpage read method and device
CN110709834A (en) * 2017-04-24 2020-01-17 谷歌有限责任公司 Methods, systems, and media for retrieving content associated with a link
CN110709834B (en) * 2017-04-24 2023-10-03 谷歌有限责任公司 Method, system and medium for retrieving content associated with links
CN107704605A (en) * 2017-10-13 2018-02-16 北京中教在线科技有限公司 It is a kind of based on the user behavior recording method being locally stored
CN107766509A (en) * 2017-10-23 2018-03-06 北京京东尚科信息技术有限公司 A kind of method and apparatus of webpage static backup
CN111316618A (en) * 2018-10-11 2020-06-19 华为技术有限公司 Network page storage method and terminal
CN109800369A (en) * 2018-12-14 2019-05-24 平安普惠企业管理有限公司 Hybrid app page loading method, device and computer equipment
CN112286592A (en) * 2020-10-29 2021-01-29 平安普惠企业管理有限公司 Resource data loading method and device, storage medium and computer equipment
CN115982499A (en) * 2022-12-27 2023-04-18 中国电子产业工程有限公司 Page storage method, device, equipment and storage medium
CN115982499B (en) * 2022-12-27 2024-04-05 中国电子产业工程有限公司 Page storage method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN103699674B (en) 2018-04-13

Similar Documents

Publication Publication Date Title
CN103699674A (en) Webpage storing method, webpage opening method, webpage storing device, webpage opening device and webpage browsing system
US10013502B1 (en) Preloading resources of a web page
KR101824222B1 (en) Fast rendering of websites containing dynamic content and stale content
US20190251143A1 (en) Web page rendering method and related device
CN110442811A (en) A kind of processing method of the page, device, computer equipment and storage medium
US8516041B1 (en) Pre-fetching asynchronously requested content
US8453051B1 (en) Dynamic display dependent markup language interface
US20120084346A1 (en) Page Loading Optimization Using Page-Maintained Cache
US8682964B1 (en) Progressively loading network content
CN102799372B (en) A kind of method for uploading of pictorial information and upload device
CN104035753A (en) Double-WebView customized page display method and system
CN108932332A (en) The loading method and device of static resource
CN103034517A (en) Method and device for loading browser control tool
CN105095280A (en) Caching method and apparatus for browser
KR101962301B1 (en) Caching pagelets of structured documents
US8447874B2 (en) Web page data streaming
WO2015062416A1 (en) Method and device for loading webpages based onuiwebview components
US9299030B1 (en) Predictive page loading based on navigation
US20180285458A1 (en) Method and system for generating an offline search engine result page
US8874687B2 (en) System and method for dynamically modifying content based on user expectations
WO2015062292A1 (en) Page layout method and system
US20230409398A1 (en) Resource pre-fetch using age threshold
CN109857966A (en) A kind of optimization method and browser of browser dynamically load web page resources
JP6832584B2 (en) Information processing equipment and computer programs
US20230177103A1 (en) Systems and methods for rendering interactive web pages

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information

Address after: 100083, Haidian District, Beijing, Fu Cheng Road, No. 28 excellent building, block A, floor 12

Applicant after: Excelle View Technology Co., Ltd.

Address before: 100080 Beijing City, Haidian District Suzhou Street No. 29 building 16 room 10-20 Scandinavia

Applicant before: Excelle View Technology Co., Ltd.

COR Change of bibliographic data
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right

Effective date of registration: 20210111

Address after: 310052 room 508, 5th floor, building 4, No. 699 Wangshang Road, Changhe street, Binjiang District, Hangzhou City, Zhejiang Province

Patentee after: Alibaba (China) Co.,Ltd.

Address before: 100083 12 / F, block a, Yousheng building, 28 Chengfu Road, Haidian District, Beijing

Patentee before: UC MOBILE Ltd.

TR01 Transfer of patent right