CN102480397A - Method and equipment for accessing internet pages - Google Patents

Method and equipment for accessing internet pages Download PDF

Info

Publication number
CN102480397A
CN102480397A CN2010105610509A CN201010561050A CN102480397A CN 102480397 A CN102480397 A CN 102480397A CN 2010105610509 A CN2010105610509 A CN 2010105610509A CN 201010561050 A CN201010561050 A CN 201010561050A CN 102480397 A CN102480397 A CN 102480397A
Authority
CN
China
Prior art keywords
page
version number
data
server
accessing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2010105610509A
Other languages
Chinese (zh)
Inventor
姚俊松
张利军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Kingdee Software China Co Ltd
Original Assignee
Kingdee Software China 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 Kingdee Software China Co Ltd filed Critical Kingdee Software China Co Ltd
Priority to CN2010105610509A priority Critical patent/CN102480397A/en
Publication of CN102480397A publication Critical patent/CN102480397A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for accessing internet pages, which includes steps of using client equipment to generate a page access request, acquiring the version number, which is generated when a server updates the page, of the requested page according to the page access request, determining whether to acquire data of the requested page from local storage or the server according to the page access request and the version number, and setting up the page according to the data of the requested page. An embodiment of the invention further provides the corresponding client equipment and the server. By means of the version number strategy, updating of both static contents and dynamic contents of web pages can be determined timely to decide whether to download data from the server or not.

Description

The method and apparatus of the access internet page
Technical field
The present invention relates to Internet technical field, be specifically related to a kind of method and apparatus of the access internet page.
Background technology
In the existing internet page access technique, the Webpage of the browser access server of ustomer premises access equipment, in the time of page loading data, browser can download data to local disk as page cache.
When visiting this Webpage once more:
For the static content of this page, browser preferentially directly obtains data from local cache, thereby can improve the speed of accessed web page greatly.For guaranteeing to upgrade in time, can in web data, insert timestamp, browser is judged when this static content part has been upgraded, from server data download again.
But; Dynamic content for this page; Therefore browser can't judge whether it upgrades, and will adopt the asynchronous mode such as peek that repeats, again from the server data download; And do not consider on the server whether this partial data upgrades and whether this locality stores this partial data, this will cause on the network traffics and temporal unnecessary consumption.And for the dynamic content of this page, browser can preferentially directly be stored in data in the internal memory of ustomer premises access equipment, rather than be stored in the hard disk, and this will cause the memory consumption of client device to increase, and influence the performance of client device.
In addition, for the static content of this page, because browser preferentially directly obtains data from local cache, this just causes a problem, after promptly corresponding contents upgrades in server, and browser this static content that possibly not upgrade in time.And Enterprise Resources Plan commonly used (Enterprise Resource Planning, ERP) system require can not upgrade in time the problem of data of the matched well of client and service end, this client will have a strong impact on the performance of ERP system.
Summary of the invention
The embodiment of the invention provides a kind of method and apparatus of the access internet page, can judge in time whether the dynamic content of the page and static content upgrade, to avoid on the network traffics and temporal unnecessary consumption.
A kind of method of the access internet page comprises:
Client device generates accessing page request;
Obtain the version number of requested page according to this accessing page request, this version number generates when being the server update page;
Store the data of perhaps obtaining requested page from this locality according to this accessing page request and version number's decision from server;
The data construct page according to requested page.
A kind of method of the access internet page comprises:
Server generates the version number of the page when upgrading the page;
Receive the accessing page request that client device is submitted to;
Judge the version number that whether comprises requested page in the accessing page request, if then data and the version number with requested page returns to client device, otherwise only the version number with requested page returns to client device.
A kind of client device comprises:
Request unit is used to generate accessing page request;
First acquiring unit is used for obtaining according to accessing page request the version number of requested page, and this version number generates when being the server update page;
Second acquisition unit is used for storing the data of perhaps obtaining requested page from server from this locality according to this accessing page request and version number's decision;
Construction unit is used for the data construct page according to requested page.
A kind of server comprises:
Updating block is used for when upgrading the page, generating the version number of the page;
Receiving element is used to receive the accessing page request that client device is submitted to;
Judging unit is used for judging whether accessing page request comprises the version number of requested page;
Transmitting element is used for the judged result according to judging unit, and the data and the version number of requested page returned to client device, perhaps only the version number of requested page is returned to client device.
It is that the page that upgrades each time generates a version number that the embodiment of the invention adopts by server; Client device is at accession page; When generating accessing page request, obtain this version number earlier, decision is storage or obtain the technical scheme of data from server from this locality then.Whether no matter adopt this technical scheme, be static content or the dynamic content for webpage, can both judge in time whether it upgrades, to determine from the server data download.Thereby when there are the data of this version webpage in local storage,, thereby can avoid on the network traffics and temporal unnecessary consumption even if, also need not from server data download again for the dynamic content of webpage; And, adopt this version number's strategy for the static content of webpage, when making each server update webpage, client can both upgrade in time.
Description of drawings
Fig. 1 is the flow chart of the method for the access internet page that provides of the embodiment of the invention one;
Fig. 2 is the flow chart of the method for the access internet page that provides of the embodiment of the invention two;
Fig. 3 is the building-block of logic of the client device that provides of the embodiment of the invention three;
Fig. 4 is the server logical structure chart that the embodiment of the invention four provides.
Embodiment
The embodiment of the invention provides a kind of method of the access internet page; Employing is that the page that upgrades each time generates a version number by server; Client device when generating accessing page request, obtains this version number at accession page earlier; Decision is to obtain data from this locality storage or from server then, last technical scheme according to the data construct webpage that obtains.No matter adopt this technical scheme, be static content or the dynamic content for webpage, can both judge in time whether it upgrades, thereby whether decision is from the server data download.Thereby when there are the data of this version webpage in local storage,, thereby can avoid on the network traffics and temporal unnecessary consumption even if, also need not from server data download again for the dynamic content of webpage; And, adopt this version number's strategy for the static content of webpage, when making each server update webpage, client can both upgrade in time.The embodiment of the invention also provides corresponding client device and server.Below be elaborated respectively.
Embodiment one,
Please refer to Fig. 1, present embodiment provides a kind of method of the access internet page, comprises step:
101, client device generates accessing page request.
This accessing page request can comprise the address of the requested page that the user imports, and also can comprise the link of being clicked.Client can generate the frame structure of Webpage earlier simultaneously when generating accessing page request, after data are obtained in wait, make up complete webpage again.
102, obtain the version number of requested page according to accessing page request, this version number generates when being the server update page.
The browser of client device can directly obtain version number from server, in the time of also can in the storage of this locality, having this version number, obtains version number from this locality.This version number is that server upgrades the page each time and produces, and the page of each version all can generate a version number.This version number can be a sequence number, as 001,002...... etc., also can be update time, can be accurate to second since the time, as 20101112083547.Because this version number is the data of several bytes only, is far smaller than the data of webpage, so submit to accessing page request to obtain in the process of this version number, network traffics can be very little, thereby significantly reduce expense, improves access speed.This step specifically can comprise:
1021, judge the version number that whether has requested page in the local storage according to accessing page request,, then obtain version number,, then accessing page request is submitted to server if do not exist if exist;
1022, the version number of the requested page that returns of reception server is stored in this version number in the local storage.
Preferred browser is stored in version number in the internal memory of the shared client device of browser, and each like this browser of cutting out all will empty this internal memory.Thereby,, when opening certain page first, will submit to accessing page request to obtain version number to server if can there be any version number in user's open any browser first in the browser internal memory; And when in opened browser, opening the webpage of once browsing once more, browser can directly obtain version number from internal memory.This just makes user's open any browser first during accessed web page, can to judge webpage whether renewal be arranged in time to server requests version number; And when in opened browser, opening the webpage of once browsing once more; Can from local internal memory, obtain version number, reduce network traffics, raising speed.
103, store the data of perhaps obtaining requested page from this locality according to accessing page request and version number's decision from server.
The web data that the user once browsed will be buffered in the local storage, and when the user browsed this webpage once more, browser can directly be stored from this locality and obtain data.But in the prior art, for the static content of webpage, browser can directly be stored from this locality and obtain; For the dynamic content of webpage, browser all can be downloaded from server at every turn again.In this step,, just can judge whether dynamic content upgrades, thereby whether decision downloads again owing to when requests for page, increased version number information; And, also can in time judge whether to upgrade, thereby guarantee the content behind the timely down loading updating for static content.This step specifically can comprise:
1031, version number is added in the accessing page request.
1032, judge the data that whether have requested page in the local storage according to the accessing page request of having added version number, if exist, then this data are obtained in storage from this locality, otherwise the accessing page request of having added version number is submitted to server.
1033, the data of the requested page that returns of reception server, and with this storage in the storage of this locality.
It is thus clear that the browser of client device can directly obtain page data from server, in the time of also can in the storage of this locality, having the data of this version page, obtain data from this locality.Preferred browser is stored in page data in the local hard drive, even close browser like this, data also will be preserved.
The version number of the requested page of supposing from internal memory, to obtain is 2.0; Is the request address of accessing page request http://www.abc.com? Key=0; Can this version number be added in the request address so; Do you generate new request address http://www.abc.com? Key=0&ver=2.0, browser will this new request address as keyword, whether inquiry exists the data cached of this version page in the storage of this locality.If exist, obtain directly that this is data cached, otherwise to the server requests data.This request address that has increased version number has only increased the data volume of several bytes, with the reciprocal process of server in, can significantly reduce network traffics.
104, according to the data construct page of requested page.
The data construct page that this step basis is obtained can adopt the method for prior art, repeats no more.
No matter adopt the method for the access internet page of present embodiment, be static content or the dynamic content for webpage, can both judge in time whether it upgrades, thereby whether decision is from the server data download.Thereby, for the dynamic content of webpage, need not to visit all from server data download again at every turn, thereby can avoid on the network traffics and temporal unnecessary consumption; For the static content of webpage, client is the down loading updating content in time.The automatic download of residual quantity resource in the time of can taking into account network traffics, time loss and edition upgrading.And the data volume of the version number that is adopted is quite little, can save network traffics.
Embodiment two,
Please refer to Fig. 2, present embodiment provides a kind of method of the access internet page, comprises step:
201, server generates the version number of the page when upgrading the page.
The version number that server generates can adopt various signs, can be sequence number, as 001,002...... etc., also can be update time, can be accurate to second since the time, as 20101112083547.In preferred version, can generate a version number with regard to each page, several group of web symphysis that also can just be associated become a version number, can also generate a version number with regard to each the relatively independent part in the page.
202, receive the accessing page request that client device is submitted to.
The accessing page request that client device is submitted to has two kinds, and the accessing page request of for example submitting to first after the open any browser will not comprise version number, and the accessing page request of the same page of submitting to once more afterwards will comprise version number.For these two kinds of different situations, will tackle by Different Strategies.
203, judge the version number that whether comprises requested page in the accessing page request, if then data and the version number with requested page returns to client device, otherwise only the version number with requested page returns to client device.
It is thus clear that, for the accessing page request that does not comprise version number, only return version number and give client, at first inquire about the data cached of the local page that whether has this version to make things convenient for client, just can directly obtain and needn't be if exist again from the server data download.For the accessing page request that comprises version number, explain that there are not the data of the page of this version in client terminal local, so can the data and the version number of the page be sent to client device simultaneously.
In preferred version, server judges whether the version number that client device submits to is identical with latest edition this shop, as if identical, the data and the version number of this page is sent to client device; If inequality, judge again whether client device exists the last revision data, if exist, can be only the latest edition of this page be sent to client device with respect to last revision change partial data; If do not exist, then data and the version number with this page latest edition sends to client device.Judge whether client device exists the last revision data can adopt following manner, for example client is submitted to server behind the version number's mark with the local version that exists of requested page simultaneously.Adopt this preferred version, can significantly reduce the network traffics in the data interaction of server and client side's equipment, raise the efficiency.
No matter adopt the method for the access internet page of present embodiment, be static content or the dynamic content for webpage, can both judge in time whether it upgrades, thereby whether decision is from the server data download.Thereby, for the dynamic content of webpage, need not to visit all from server data download again at every turn, thereby can avoid on the network traffics and temporal unnecessary consumption; For the static content of webpage, client is the down loading updating content in time.The automatic download of residual quantity resource in the time of can taking into account network traffics, time loss and edition upgrading.And the data volume of the version number that is adopted is quite little, can save network traffics.
Embodiment three,
Please refer to Fig. 3, present embodiment provides a kind of client device, comprising: request unit 301, first acquiring unit 302, second acquisition unit 303 and construction unit 304.Wherein
Request unit 301 is used to generate accessing page request.
First acquiring unit 302 is used for obtaining according to accessing page request the version number of requested page, and this version number generates when being the server update page.
Second acquisition unit 303 is used for storing the data of perhaps obtaining requested page from server from this locality according to accessing page request and version number's decision.
Construction unit 304 is used for the data construct page according to requested page.
No matter adopt the client device of present embodiment, when the access internet page, be static content or the dynamic content for webpage, can both judge in time whether it upgrades, thereby whether decision is from the server data download.Thereby, for the dynamic content of webpage, need not to visit all from server data download again at every turn, thereby can avoid on the network traffics and temporal unnecessary consumption; For the static content of webpage, client is the down loading updating content in time.The automatic download of residual quantity resource in the time of can taking into account network traffics, time loss and edition upgrading.
Embodiment four,
Please refer to Fig. 4, present embodiment provides a kind of server, comprising: updating block 401, receiving element 402, disconnected unit 403 and transmitting element 404.Wherein
Updating block 401 is used for when upgrading the page, generating the version number of the page.
Receiving element 402 is used to receive the accessing page request that client device is submitted to.
Judging unit 403 is used for judging whether accessing page request comprises the version number of requested page.
Transmitting element 404 is used for the judged result according to judging unit, and the data and the version number of requested page returned to client device, perhaps only the version number of requested page is returned to client device.
Adopt the server of present embodiment, when the client device access internet page, can decide the downloaded resources that provides according to whether comprising version number in the accessing page request.Thereby can avoid on the network traffics and temporal unnecessary consumption, can also guarantee client down loading updating content in time.The automatic download of residual quantity resource in the time of can taking into account network traffics, time loss and edition upgrading.
To sum up; The method of the access internet page that the embodiment of the invention provides; No matter in accessing page request, increase the versioned management that version number realizes Internet resources, when the access internet page, be static content or the dynamic content for webpage; Can both judge in time whether it upgrades, thereby whether decision is from the server data download.Adopt this method; Can reduce network flow consumption and improve page loading performance, when server-side page had version to change, the browser of client device can be downloaded the content that changes part automatically; When the server-side page version does not change; Browser directly obtains data from local cache, thereby has reduced network traffics greatly, has guaranteed the download that upgrades in time to internet page simultaneously.
One of ordinary skill in the art will appreciate that all or part of step in the whole bag of tricks of the foregoing description is to instruct relevant hardware to accomplish through program; This program can be stored in the computer-readable recording medium, and storage medium can comprise read-only memory, random access memory, disk or CD etc.
More than method and corresponding client device and the server of a kind of access internet page that the embodiment of the invention is provided carried out detailed introduction; Used concrete example among this paper principle of the present invention and execution mode are set forth, the explanation of above embodiment just is used for helping to understand method of the present invention and core concept thereof; Simultaneously, for one of ordinary skill in the art, according to thought of the present invention, the part that on embodiment and range of application, all can change, in sum, this description should not be construed as limitation of the present invention.

Claims (10)

1. the method for an access internet page is characterized in that, comprising:
Client device generates accessing page request;
Obtain the version number of requested page according to said accessing page request, said version number generates when being the server update page;
Store the data of perhaps obtaining requested page from this locality according to said accessing page request and the decision of said version number from server;
The data construct page according to said requested page.
2. method according to claim 1 is characterized in that, the said version number that obtains requested page according to said accessing page request comprises:
Judge the version number that whether has requested page in the local storage according to said accessing page request,, then obtain said version number,, then said accessing page request is submitted to server if do not exist if exist;
The version number of the requested page that reception server returns is stored in this version number in the local storage.
3. method according to claim 1 is characterized in that, and is said according to said accessing page request and said version number decision storage or comprise from the data that server obtains requested page from this locality:
Said version number is added in the said accessing page request;
Judge the data that whether have requested page in the local storage according to the accessing page request of having added version number, if exist, then this data are obtained in storage from this locality, otherwise said accessing page request of having added version number is submitted to server;
The data of the requested page that reception server returns, and with this storage in this locality storage.
4. method according to claim 2 is characterized in that, said this version number is stored in the local storage is specially: this version number is stored in the internal memory of client device.
5. method according to claim 3 is characterized in that, said said version number is added in the said accessing page request is specially: said version number is added in the request address of said accessing page request.
6. the method for an access internet page is characterized in that, comprising:
Server generates the version number of the page when upgrading the page;
Receive the accessing page request that client device is submitted to;
Judge the version number that whether comprises requested page in the said accessing page request, if then data and the version number with requested page returns to client device, otherwise only the version number with requested page returns to client device.
7. method according to claim 6 is characterized in that, the data of said requested page comprise: the data or the latest edition of the latest edition of requested page change partial data with respect to last revision.
8. method according to claim 6 is characterized in that:
Said version number is specially the update time of the page.
9. a client device is characterized in that, comprising:
Request unit is used to generate accessing page request;
First acquiring unit is used for obtaining according to said accessing page request the version number of requested page, and said version number generates when being the server update page;
Second acquisition unit is used for storing the data of perhaps obtaining requested page from server from this locality according to said accessing page request and the decision of said version number;
Construction unit is used for the data construct page according to requested page.
10. a server is characterized in that, comprising:.
Updating block is used for when upgrading the page, generating the version number of the page;
Receiving element is used to receive the accessing page request that client device is submitted to;
Judging unit is used for judging whether said accessing page request comprises the version number of requested page;
Transmitting element is used for the judged result according to said judging unit, and the data and the version number of requested page returned to client device, perhaps only the version number of requested page is returned to client device.
CN2010105610509A 2010-11-26 2010-11-26 Method and equipment for accessing internet pages Pending CN102480397A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2010105610509A CN102480397A (en) 2010-11-26 2010-11-26 Method and equipment for accessing internet pages

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2010105610509A CN102480397A (en) 2010-11-26 2010-11-26 Method and equipment for accessing internet pages

Publications (1)

Publication Number Publication Date
CN102480397A true CN102480397A (en) 2012-05-30

Family

ID=46092884

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2010105610509A Pending CN102480397A (en) 2010-11-26 2010-11-26 Method and equipment for accessing internet pages

Country Status (1)

Country Link
CN (1) CN102480397A (en)

Cited By (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102831237A (en) * 2012-09-03 2012-12-19 深圳市茁壮网络股份有限公司 Web application access method and device
US20130346960A1 (en) * 2012-06-25 2013-12-26 Infosys Limited Method and system for updating an application
CN103488761A (en) * 2013-09-26 2014-01-01 北京奇虎科技有限公司 Dynamic distribution method and system for navigation data and client unit
CN103778150A (en) * 2012-10-23 2014-05-07 英业达科技有限公司 Webpage browsing system and method
CN103873502A (en) * 2012-12-11 2014-06-18 阿里巴巴集团控股有限公司 Cache updating method and system, and update resource providing method and system
CN103916373A (en) * 2013-01-07 2014-07-09 腾讯科技(深圳)有限公司 Data updating method, server, client side and system
CN104022997A (en) * 2013-03-01 2014-09-03 联想(北京)有限公司 Resource access method, device and system
CN104243582A (en) * 2014-09-15 2014-12-24 厦门福旺达信息科技股份有限公司 Online shopping platform concurrent access optimizing device and method
CN104394182A (en) * 2014-03-21 2015-03-04 贵阳朗玛信息技术股份有限公司 Method for realizing content delivery network acceleration and source server
WO2015055090A1 (en) * 2013-10-17 2015-04-23 Tencent Technology (Shenzhen) Company Limited Method, device, and system for obtaining web page data
CN104657118A (en) * 2013-11-18 2015-05-27 中国移动通信集团公司 Native + Web mixed mobile application achieving method and device
CN104735112A (en) * 2013-12-23 2015-06-24 阿里巴巴集团控股有限公司 Resource file sending method and resource file caching method and device
CN104980464A (en) * 2014-04-08 2015-10-14 北京奇虎科技有限公司 Network request processing method, network server and network system
CN105049486A (en) * 2015-06-16 2015-11-11 腾讯科技(北京)有限公司 Version management and file pulling control methods for static files, version management and file pulling control devices, and version control system
CN105068806A (en) * 2015-08-07 2015-11-18 北京思特奇信息技术股份有限公司 Browser cache control method and system
CN105550357A (en) * 2015-12-29 2016-05-04 小米科技有限责任公司 Web page refreshing method and device
CN105786844A (en) * 2014-12-22 2016-07-20 金蝶软件(中国)有限公司 Page data acquiring method and device
CN105930364A (en) * 2016-04-12 2016-09-07 无锡天脉聚源传媒科技有限公司 Page loading method and device
CN106021512A (en) * 2016-05-24 2016-10-12 乐视控股(北京)有限公司 Page refresh method and apparatus
CN106156291A (en) * 2016-06-29 2016-11-23 深圳市彬讯科技有限公司 The caching method of static resource and system thereof based on Localstroage
CN106202104A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 The correlation technique of the opening speed of the optimization aim page and device
CN106649792A (en) * 2016-12-28 2017-05-10 北京奇虎科技有限公司 Page visiting method and apparatus
CN106682176A (en) * 2016-12-29 2017-05-17 北京五八信息技术有限公司 Page loading method, equipment and device
CN106708900A (en) * 2015-11-17 2017-05-24 北大方正集团有限公司 Webpage content loading method and device
CN106775668A (en) * 2016-11-30 2017-05-31 广东亿迅科技有限公司 The mobile applications Development Framework and implementation method of cross operating system
CN106933865A (en) * 2015-12-31 2017-07-07 北京五八信息技术有限公司 The resource loading method and device of mobile applications web application
CN107196998A (en) * 2017-04-28 2017-09-22 华中科技大学 Mobile Web request processing method, equipment and system based on data deduplication
CN107357876A (en) * 2017-07-06 2017-11-17 校脸科技(北京)有限公司 A kind of web access methods and device
CN107423302A (en) * 2016-05-24 2017-12-01 北京京东尚科信息技术有限公司 Buffering updating method and device
CN107682431A (en) * 2017-09-28 2018-02-09 成都路行通信息技术有限公司 A kind of more data synchronization between devices optimization methods and system
CN109165369A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 Webpage display process and device
CN109325205A (en) * 2018-09-25 2019-02-12 中国建设银行股份有限公司 A kind of page generation method and device
CN109324858A (en) * 2018-09-20 2019-02-12 郑州云海信息技术有限公司 The acquisition methods and device of content are shown in webpage
CN110020288A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 A kind of page furbishing method and device
CN110650182A (en) * 2019-08-30 2020-01-03 深圳壹账通智能科技有限公司 Network caching method and device, computer equipment and storage medium
CN111666517A (en) * 2020-05-07 2020-09-15 曙光信息产业股份有限公司 Webpage access method and device and computer equipment
CN112995723A (en) * 2019-12-12 2021-06-18 中兴通讯股份有限公司 EPG data management method, server and readable storage medium
CN113158110A (en) * 2016-07-08 2021-07-23 创新先进技术有限公司 Data processing method and equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6687792B2 (en) * 2001-09-27 2004-02-03 Siemens Information & Communication Networks, Inc. Method and system for selectively caching web elements
CN101488135A (en) * 2008-01-14 2009-07-22 盛大计算机(上海)有限公司 Designing and acquiring method for delayed personalized web page
US7698321B2 (en) * 2005-09-30 2010-04-13 At&T Intellectual Property I, L.P. Methods, systems, and products for updating web content
US7805670B2 (en) * 2005-12-16 2010-09-28 Microsoft Corporation Partial rendering of web pages

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6687792B2 (en) * 2001-09-27 2004-02-03 Siemens Information & Communication Networks, Inc. Method and system for selectively caching web elements
US7698321B2 (en) * 2005-09-30 2010-04-13 At&T Intellectual Property I, L.P. Methods, systems, and products for updating web content
US7805670B2 (en) * 2005-12-16 2010-09-28 Microsoft Corporation Partial rendering of web pages
CN101488135A (en) * 2008-01-14 2009-07-22 盛大计算机(上海)有限公司 Designing and acquiring method for delayed personalized web page

Cited By (48)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20130346960A1 (en) * 2012-06-25 2013-12-26 Infosys Limited Method and system for updating an application
CN102831237B (en) * 2012-09-03 2016-12-21 深圳市茁壮网络股份有限公司 A kind of web application access method and device
CN102831237A (en) * 2012-09-03 2012-12-19 深圳市茁壮网络股份有限公司 Web application access method and device
CN103778150A (en) * 2012-10-23 2014-05-07 英业达科技有限公司 Webpage browsing system and method
CN103873502A (en) * 2012-12-11 2014-06-18 阿里巴巴集团控股有限公司 Cache updating method and system, and update resource providing method and system
CN103916373A (en) * 2013-01-07 2014-07-09 腾讯科技(深圳)有限公司 Data updating method, server, client side and system
CN104022997A (en) * 2013-03-01 2014-09-03 联想(北京)有限公司 Resource access method, device and system
CN104022997B (en) * 2013-03-01 2017-05-24 联想(北京)有限公司 resource access method, device and system
CN103488761A (en) * 2013-09-26 2014-01-01 北京奇虎科技有限公司 Dynamic distribution method and system for navigation data and client unit
WO2015055090A1 (en) * 2013-10-17 2015-04-23 Tencent Technology (Shenzhen) Company Limited Method, device, and system for obtaining web page data
CN104657118A (en) * 2013-11-18 2015-05-27 中国移动通信集团公司 Native + Web mixed mobile application achieving method and device
CN104735112B (en) * 2013-12-23 2018-08-03 阿里巴巴集团控股有限公司 Send method, the method and apparatus of cache resource file of resource file
CN104735112A (en) * 2013-12-23 2015-06-24 阿里巴巴集团控股有限公司 Resource file sending method and resource file caching method and device
CN104394182A (en) * 2014-03-21 2015-03-04 贵阳朗玛信息技术股份有限公司 Method for realizing content delivery network acceleration and source server
CN104980464B (en) * 2014-04-08 2019-07-23 北京奇虎科技有限公司 A kind of network request processing method, network server and network system
CN104980464A (en) * 2014-04-08 2015-10-14 北京奇虎科技有限公司 Network request processing method, network server and network system
WO2015154682A1 (en) * 2014-04-08 2015-10-15 北京奇虎科技有限公司 Network request processing method, network server, and network system
CN104243582A (en) * 2014-09-15 2014-12-24 厦门福旺达信息科技股份有限公司 Online shopping platform concurrent access optimizing device and method
CN105786844A (en) * 2014-12-22 2016-07-20 金蝶软件(中国)有限公司 Page data acquiring method and device
CN106202104A (en) * 2015-05-07 2016-12-07 阿里巴巴集团控股有限公司 The correlation technique of the opening speed of the optimization aim page and device
CN105049486B (en) * 2015-06-16 2019-03-26 腾讯科技(北京)有限公司 Method for edition management, the apparatus and system of static file
CN105049486A (en) * 2015-06-16 2015-11-11 腾讯科技(北京)有限公司 Version management and file pulling control methods for static files, version management and file pulling control devices, and version control system
CN105068806B (en) * 2015-08-07 2018-07-17 北京思特奇信息技术股份有限公司 A kind of browser rs cache control method and system
CN105068806A (en) * 2015-08-07 2015-11-18 北京思特奇信息技术股份有限公司 Browser cache control method and system
CN106708900A (en) * 2015-11-17 2017-05-24 北大方正集团有限公司 Webpage content loading method and device
CN105550357A (en) * 2015-12-29 2016-05-04 小米科技有限责任公司 Web page refreshing method and device
CN106933865A (en) * 2015-12-31 2017-07-07 北京五八信息技术有限公司 The resource loading method and device of mobile applications web application
CN105930364A (en) * 2016-04-12 2016-09-07 无锡天脉聚源传媒科技有限公司 Page loading method and device
CN106021512A (en) * 2016-05-24 2016-10-12 乐视控股(北京)有限公司 Page refresh method and apparatus
CN107423302A (en) * 2016-05-24 2017-12-01 北京京东尚科信息技术有限公司 Buffering updating method and device
CN106156291A (en) * 2016-06-29 2016-11-23 深圳市彬讯科技有限公司 The caching method of static resource and system thereof based on Localstroage
CN113158110A (en) * 2016-07-08 2021-07-23 创新先进技术有限公司 Data processing method and equipment
CN106775668A (en) * 2016-11-30 2017-05-31 广东亿迅科技有限公司 The mobile applications Development Framework and implementation method of cross operating system
CN106649792A (en) * 2016-12-28 2017-05-10 北京奇虎科技有限公司 Page visiting method and apparatus
CN106682176A (en) * 2016-12-29 2017-05-17 北京五八信息技术有限公司 Page loading method, equipment and device
CN107196998A (en) * 2017-04-28 2017-09-22 华中科技大学 Mobile Web request processing method, equipment and system based on data deduplication
CN107196998B (en) * 2017-04-28 2020-07-10 华中科技大学 Mobile Web request processing method, equipment and system based on data deduplication
CN107357876A (en) * 2017-07-06 2017-11-17 校脸科技(北京)有限公司 A kind of web access methods and device
CN107682431A (en) * 2017-09-28 2018-02-09 成都路行通信息技术有限公司 A kind of more data synchronization between devices optimization methods and system
CN110020288A (en) * 2017-09-30 2019-07-16 北京国双科技有限公司 A kind of page furbishing method and device
CN109165369A (en) * 2018-07-12 2019-01-08 北京猫眼文化传媒有限公司 Webpage display process and device
CN109324858A (en) * 2018-09-20 2019-02-12 郑州云海信息技术有限公司 The acquisition methods and device of content are shown in webpage
CN109325205A (en) * 2018-09-25 2019-02-12 中国建设银行股份有限公司 A kind of page generation method and device
CN110650182A (en) * 2019-08-30 2020-01-03 深圳壹账通智能科技有限公司 Network caching method and device, computer equipment and storage medium
CN110650182B (en) * 2019-08-30 2023-03-07 深圳壹账通智能科技有限公司 Network caching method and device, computer equipment and storage medium
CN112995723A (en) * 2019-12-12 2021-06-18 中兴通讯股份有限公司 EPG data management method, server and readable storage medium
CN112995723B (en) * 2019-12-12 2023-09-22 中兴通讯股份有限公司 EPG data management method and EPG server
CN111666517A (en) * 2020-05-07 2020-09-15 曙光信息产业股份有限公司 Webpage access method and device and computer equipment

Similar Documents

Publication Publication Date Title
CN102480397A (en) Method and equipment for accessing internet pages
CN101147145B (en) Embedded web-based management method
KR101841311B1 (en) Directory leasing
US11914881B2 (en) Data migration method and apparatus
CN102075570B (en) Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords
CN103139279B (en) file access method and system
US20140337484A1 (en) Server side data cache system
WO2016026384A1 (en) Client page display method, device and system
KR20190044134A (en) Website access method, apparatus, and website system
CA2836151C (en) Local networked storage linked to remote networked storage system
CN106446174A (en) Method for page loading in application
CN104714965A (en) Static resource weight removing method, and static resource management method and device
CN102081650A (en) Method for rapidly displaying user interface of embedded type platform
CN100446004C (en) Method for displaying gate home page by memory buffer
CN103152367A (en) Cache dynamic maintenance updating method and system
CN105335170A (en) Distributed system and incremental data updating method
US20200387541A1 (en) Remote virtualized asset delivery and local provisioning
US20200320154A1 (en) A webpage loading method, webpage loading system and server
CN104239509A (en) Multi-version GIS slicing service system
KR102098415B1 (en) Cache management
CN103701929A (en) Method and device for realizing business data caching
EP3049940A1 (en) Data caching policy in multiple tenant enterprise resource planning system
KR101104039B1 (en) Apparatus and method for transmitting file and apparatus and method for receiving file
US8335760B1 (en) Grid computing system to manage utility service content
CN107968807A (en) Automatically update the method and device of local cache resource

Legal Events

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

Application publication date: 20120530