CN103577603A - Webpage loading method, device and system - Google Patents

Webpage loading method, device and system Download PDF

Info

Publication number
CN103577603A
CN103577603A CN201310583018.4A CN201310583018A CN103577603A CN 103577603 A CN103577603 A CN 103577603A CN 201310583018 A CN201310583018 A CN 201310583018A CN 103577603 A CN103577603 A CN 103577603A
Authority
CN
China
Prior art keywords
webpage
web page
visibility region
url
page element
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
CN201310583018.4A
Other languages
Chinese (zh)
Other versions
CN103577603B (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.)
Beijing Jingdong three hundred and sixty degree e-commerce Co., Ltd.
Original Assignee
Beijing Jingdong Shangke Information Technology 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 Beijing Jingdong Shangke Information Technology Co Ltd filed Critical Beijing Jingdong Shangke Information Technology Co Ltd
Priority to CN201310583018.4A priority Critical patent/CN103577603B/en
Publication of CN103577603A publication Critical patent/CN103577603A/en
Application granted granted Critical
Publication of CN103577603B publication Critical patent/CN103577603B/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
    • 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/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]

Abstract

The invention provides a webpage loading method, device and system. The webpage loading method comprises the steps that according to an AJAX request carrying a loaded url and sent by a user side, webpage elements which change are obtained, wherein the webpage elements are located in a webpage corresponding to the url carried in the AJAX request; monitoring is conducted on the visible area of a webpage browser of the user side; when the part, located in the visible area, of the webpage corresponding to the url is loaded and webpage elements located in the part, located in the visible area, of the webpage corresponding to the url exist in the webpage elements which change, reloading is conducted on the webpage elements in the visible area of the webpage browser of the user side to enable a server to reload the webpage elements in the visible area of the webpage browser of the user side, unnecessary information is prevented from being loaded, and therefore loads of a network in the webpage loading process are further relieved.

Description

A kind of webpage loading method, Apparatus and system
Technical field
The present invention relates to network technology, relate in particular to a kind of webpage loading method, Apparatus and system.
Background technology
In traditional webpage loading method, server is that user side loads after a webpage, and server allows user side to fill in list to upgrade this webpage.When user side sends page refreshment request by submission form to server.Server receives and processes the list that user side sends, and then to this user side, returns to a new webpage, reloads webpage.But, because the new webpage returning is identical often with the most of HTML code in the webpage loading before, make to have transmitted many duplicate contents between server and user side, caused increasing unnecessary network load.
In order to address the above problem, in existing webpage loading method, adopted asynchronous JavaScript and XML(Asynchronous JavaScript and XML, be called for short AJAX) technology.Particularly, when user side will upgrade a certain webpage, to server, send AJAX request, when server receives AJAX request, only to user side, send the web page contents changing in this webpage, alleviated network load.
But prior art cannot further alleviate network load.
Summary of the invention
The object of the invention is to propose a kind of webpage loading method, Apparatus and system, further to alleviate the load of network in webpage loading procedure.
For reaching this object, the present invention by the following technical solutions:
The invention provides a kind of webpage loading method, comprising:
The AJAX request that carries the url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding;
Visibility region to the web browser of described user side is monitored;
When the part of webpage corresponding to described url in described visibility region was loaded, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, by being positioned at the webpage that described url is corresponding, at the web page element of the part of described visibility region, send to described user side, with the web page element in the visibility region of the web browser of described user side, reload.
The present invention provides again a kind of webpage charger, comprising:
Request-response unit, for the AJAX request that carries the url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding;
Browser monitoring unit, for monitoring the visibility region of the web browser of described user side;
Page loading unit, for being loaded when the part of webpage corresponding to described url in described visibility region, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, by being positioned at the webpage that described url is corresponding, at the web page element of the part of described visibility region, send to described user side, with the web page element in the visibility region of the web browser of described user side, reload.
The present invention also provides a kind of server, and described server comprises: above-mentioned webpage charger.
The present invention also provides a kind of webpage loading system, comprise: user side and above-mentioned server, described user side is for sending the AJAX request that carries the url being loaded, the AJAX request that carry the url that be loaded of described server for sending according to described user side, loads the page in the browser of described user side.
Method provided by the invention, Apparatus and system, by obtaining the web page element changing in the webpage that the url that carries in AJAX request is corresponding and the visibility region of the web browser of user side being monitored, server is reloaded the web page element in the visibility region of the web browser of user side, avoid loading unnecessary information, thereby further alleviated the load of network in webpage loading procedure.
Accompanying drawing explanation
By reading the detailed description that non-limiting example is done of doing with reference to the following drawings, it is more obvious that other features, objects and advantages of the present invention will become:
Fig. 1 is the process flow diagram of a kind of webpage loading method of providing of the embodiment of the present invention;
Fig. 2 is a kind of position view of web page element in the webpage loading method that provides of the embodiment of the present invention;
Fig. 3 is the another kind of position view of web page element in the webpage loading method that provides of the embodiment of the present invention;
Fig. 4 is another position view of web page element in the webpage loading method that provides of the embodiment of the present invention;
Fig. 5 is the structural representation of a kind of webpage charger of providing of the embodiment of the present invention;
Fig. 6 is the structural representation of a kind of webpage loading system of providing of the embodiment of the present invention.
Embodiment
Below in conjunction with drawings and Examples, the present invention is described in further detail.Be understandable that, specific embodiment described herein is only for explaining the present invention, but not limitation of the invention.It also should be noted that, for convenience of description, in accompanying drawing, only show part related to the present invention but not full content.
Fig. 1 is the process flow diagram of a kind of webpage loading method of providing of the embodiment of the present invention.Method shown in the present embodiment can realize by server.As shown in Figure 1, webpage loading method, can comprise:
Step 11, the AJAX request that carries the url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding.
For example, in the browser of user side, be loaded a webpage that url is corresponding, and this webpage is a large page, it is the full content that browser can not demonstrate this webpage, in the time of can only showing a part of content in the visibility region of browser, the content that user can check each several part by controlling the scroll bar scroll-up/down of browser.User is when accessing this webpage for the first time, in order to improve the loading velocity of webpage, server may be only for user side have loaded the non-load whole pages of partial page in browser visibility region, when now user if desired upgrades this page, conventionally can send AJAX request, server is received after this request and can be obtained in described AJAX request and take the web page element changing in the webpage of answering, for example this webpage is a big form, user may fill in some content and submit to server, to upgrade the other guide of this form, and in this form, also have most contents can not be updated, the update request that this process user submits to is AJAX request, server can obtain the content that wherein can be updated so, and can not process the content not wherein being updated.
Step 12, monitors the visibility region of the web browser of described user side.
For example, the visibility region of the web browser of server meeting monitoring users end, server will be known the current visibility region scope of web browser of this user side, for follow-up treatment step is prepared.
Step 13, when the part of webpage corresponding to described url in described visibility region was loaded, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, by being positioned at the webpage that described url is corresponding, at the web page element of the part of described visibility region, send to described user side, with the web page element in the visibility region of the web browser of described user side, reload.
Like this, when server has been known the current visibility region scope of web browser of user side, and it is out-of-date before the content of pages in this visibility region, to be loaded, when if user sends again the request of upgrading the web page element in whole webpage, server is only for user side upgrades its request web page element that upgrade and in browser visibility region.
Exemplary, when webpage corresponding to described url is not loaded out-of-dately in the part beyond described visibility region, finish.
If server only loaded the content in visibility region for user side web browser, it is out-of-date that the content beyond visibility region is never loaded, and so all not web page elements in visibility region will can not be updated.For example user accesses a big form webpage, while accessing first, the browser of user side has only shown the first half of this form, and user never controls browser scroll bar and watches other partial contents, content beyond browser visibility region was never loaded, then user has sent AJAX request, some web page element is upgraded in request, these web page elements may be the contents of this form various piece, wherein some content may be positioned at beyond the visibility region of browser, server will not upgrade being positioned at visibility region web page element in addition so, this method can be for the treatment of some the webpage with automatically updating function, while avoiding webpage automatically to upgrade, upgrade some unnecessary contents.
Exemplary, the webpage corresponding as described url was loaded in the part beyond described visibility region, and described in while there is the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region in the web page element that changes, for being positioned at the web page element of webpage that described url the is corresponding part beyond described visibility region, sign is set, described sign is used to indicate the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region and is not loaded.
If being user side web browser, server loaded the content in visibility region, and also loaded the content beyond part visibility region, under default situations, server can upgrade the visibility region web page element in addition that is positioned at that is positioned at the web page element of visibility region and be loaded.The present invention can arrange a kind of sign for being positioned at visibility region web page element in addition, server will can not load the web page element that is provided with this sign for user side, this method can be for making server upgrade selectively web page element, for the content beyond user browser visibility region, server can force not upgrade wherein some element.
Exemplary, the visibility region of the web browser of described user side is monitored, comprising:
In the web page element changing described in monitoring, whether exist and be positioned at webpage that described url is corresponding at the web page element of the part of described visibility region:
Work as 0<A iduring-B<C, i web page element is in described visibility region;
Work as A i-B<0 or A iduring-B>C, i web page element is outside described visibility region;
Wherein, A ifor the distance of described i the web page element changing to the top of webpage corresponding to described url, B is the distance between the top of the webpage that described url is corresponding and the top of described visibility region, the height that C is described visibility region.
For example, when the position of the web page element changing as shown in Figure 2, a web page element 25 that needs upgrade in a big form webpage 21, i.e. i web page element, this web page element is 5 apart from the distance 26 at form top, i.e. A i=5; Now the top of the visibility region 22 of user browser and the distance at this form top 23 are 3, i.e. B=3; Now the height 24 of the visibility region of user side browser is 3, i.e. C=3; According to above-mentioned formula, calculate: 0<A i-B=2<C, this element is in the visibility region 22 of user side browser.
When the position of the web page element changing as shown in Figure 3, a big form webpage 31, one of them web page element that need to upgrade 35, i.e. i web page element, this web page element is 1 apart from the distance 36 at form top, i.e. A i=1; Now the top of the visibility region 32 of user browser and the distance at this form top 33 are 3, i.e. B=3; Now the height 34 of the visibility region of user side browser is 3, i.e. C=3; According to above-mentioned formula, calculate: A i-B=-2<0, this element is beyond the visibility region 32 of user side browser.
When the position of the web page element changing as shown in Figure 4, a big form webpage 41, one of them web page element that need to upgrade 45, i.e. i web page element, this web page element is 8 apart from the distance 46 at form top, i.e. A i=8; Now the top of the visibility region 42 of user browser and the distance at this form top 43 are 3, i.e. B=3; Now the height 34 of the visibility region of user side browser is 3, i.e. C=3; According to above-mentioned formula, calculate: A i-B=5>C, this element is beyond the visibility region 32 of user side browser.
In sum, known A iduring-B=0, be the critical localisation at visibility region top, represent that i web page element is positioned at the top of visibility region, works as A iduring-B<0, i web page element be not among visibility region and above this visibility region; A iduring-B=C, be visibility region bottom critical localisation, represent that i web page element is positioned at the bottom margin of visibility region, works as A iduring-B>C, i web page element be not among visibility region and below this visibility region.Generally, visibility region top and the bottom of the browser of user side also have back gauge, while calculating according to the method described above in practical application, also should consider the height of back gauge.
The method that the present embodiment provides is by obtaining the web page element changing in the webpage that the url that carries in AJAX request is corresponding and the visibility region of the web browser of user side being monitored, web page element in the visibility region of the web browser of user side is reloaded, avoid loading unnecessary information, thereby further alleviated the load of network in webpage loading procedure.
Fig. 5 is the structural representation of a kind of webpage charger of providing of the embodiment of the present invention.Device shown in the present embodiment can be server for realizing the method shown in Fig. 1.As shown in Figure 5, webpage charger 51, comprising:
Request-response unit 511, for the AJAX request that carries the url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding;
Browser monitoring unit 512, for monitoring the visibility region of the web browser of described user side;
Page loading unit 513, when the part of webpage corresponding to described url in described visibility region was loaded, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, for sending to described user side by being positioned at the webpage that described url is corresponding at the web page element of the part of described visibility region, with the web page element in the visibility region of the web browser of described user side, reload.
Exemplary, described page territory loading unit 513 is also out-of-date for not being loaded in the part beyond described visibility region when webpage corresponding to described url, finishes to load.
Exemplary, described webpage charger 51 also comprises:
Mark setting unit, for being loaded in the part beyond described visibility region when webpage corresponding to described url, and described in while there is the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region in the web page element that changes, for being positioned at the web page element of webpage that described url the is corresponding part beyond described visibility region, sign is set, described sign is used to indicate the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region and is not loaded.
Exemplary, described browser monitoring unit 512 is positioned at webpage that described url is corresponding at the web page element of the part of described visibility region specifically for whether existing in the web page element changing described in monitoring:
Work as 0<A iduring-B<C, i web page element is in described visibility region;
Work as A i-B<0 or A iduring-B>C, i web page element is outside described visibility region;
Wherein, A ifor the distance of described i the web page element changing to the top of webpage corresponding to described url, B is the distance between the top of the webpage that described url is corresponding and the top of described visibility region, the height that C is described visibility region.
The webpage charger that the embodiment of the present invention provides, the AJAX that carries the url being loaded that obtains user side transmission by request-response unit asks, and by browser monitoring unit, the visibility region of the web browser of user side is monitored, page loading unit is reloaded the web page element in the visibility region of the web browser of user side, avoid loading unnecessary information, thereby further alleviated the load of network in webpage loading procedure.
The server that the embodiment of the present invention provides can comprise any webpage charger that said apparatus embodiment provides, also be that any webpage charger that said apparatus embodiment provides can be arranged in server, any server with above-mentioned any webpage charger all can be used for realizing the method shown in Fig. 1.
Fig. 6 is the structural representation of a kind of webpage loading system of providing of the embodiment of the present invention.System shown in the present embodiment is for realizing the method shown in Fig. 1.As shown in Figure 6, webpage loading system comprises: user side 61 and server 62.Server 62 can be above-mentioned any webpage charger, also can be the server that comprises above-mentioned any webpage charger.User side 61 is for sending the AJAX request that carries the url being loaded, and the AJAX request that carry the url that be loaded of described server 62 for sending according to described user side 61, loads the page in the browser of described user side 61.
This webpage loading system that embodiment provides, the AJAX that carries the url being loaded that obtains user side transmission by server asks, and by server, the visibility region of the web browser of user side is monitored, finally by server, the web page element in the visibility region of the web browser of user side is reloaded, avoid loading unnecessary information, thereby further alleviated the load of network in webpage loading procedure.
Above are only preferred embodiment of the present invention and institute's application technology principle.Skilled person in the art will appreciate that and the invention is not restricted to specific embodiment described here, can carry out for a person skilled in the art various obvious variations, readjust and substitute and can not depart from protection scope of the present invention.Therefore, although the present invention is described in further detail by above embodiment, the present invention is not limited only to above embodiment, in the situation that not departing from the present invention's design, can also comprise more other equivalent embodiment, and scope of the present invention is determined by appended claim scope.

Claims (10)

1. a webpage loading method, is characterized in that, comprising:
The AJAX request that carries the URL(uniform resource locator) url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding;
Visibility region to the web browser of described user side is monitored;
When the part of webpage corresponding to described url in described visibility region was loaded, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, by being positioned at the webpage that described url is corresponding, at the web page element of the part of described visibility region, send to described user side, with the web page element in the visibility region of the web browser of described user side, reload.
2. method according to claim 1, is characterized in that,
When webpage corresponding to described url is not loaded out-of-dately in the part beyond described visibility region, finish to load.
3. method according to claim 1 and 2, is characterized in that,
The webpage corresponding as described url was loaded in the part beyond described visibility region, and described in while there is the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region in the web page element that changes, for being positioned at the web page element of webpage that described url the is corresponding part beyond described visibility region, sign is set, described sign is used to indicate the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region and is not loaded.
4. method according to claim 1 and 2, is characterized in that, the visibility region of the web browser of described user side is monitored, and comprising:
In the web page element changing described in monitoring, whether exist and be positioned at webpage that described url is corresponding at the web page element of the part of described visibility region:
Work as 0<A iduring-B<C, i web page element is in described visibility region;
Work as A i-B<0 or A iduring-B>C, i web page element is outside described visibility region;
Wherein, A ifor the distance of described i the web page element changing to the top of webpage corresponding to described url, B is the distance between the top of the webpage that described url is corresponding and the top of described visibility region, the height that C is described visibility region.
5. a webpage charger, is characterized in that, comprising:
Request-response unit, for the AJAX request that carries the url being loaded sending according to user side, obtains the web page element changing in the webpage that the url that carries in described AJAX request is corresponding;
Browser monitoring unit, for monitoring the visibility region of the web browser of described user side;
Page loading unit, for being loaded when the part of webpage corresponding to described url in described visibility region, and described in exist in the web page element that changes and be positioned at webpage that described url is corresponding when the web page element of the part of described visibility region, by being positioned at the webpage that described url is corresponding, at the web page element of the part of described visibility region, send to described user side, with the web page element in the visibility region of the web browser of described user side, reload.
6. device according to claim 5, is characterized in that,
Described page territory loading unit is also out-of-date for not being loaded in the part beyond described visibility region when webpage corresponding to described url, finishes to load.
7. according to the device described in claim 5 or 6, it is characterized in that, described device also comprises:
Mark setting unit, for being loaded in the part beyond described visibility region when webpage corresponding to described url, and described in while there is the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region in the web page element that changes, for being positioned at the web page element of webpage that described url the is corresponding part beyond described visibility region, sign is set, described sign is used to indicate the web page element that is positioned at webpage that described url the is corresponding part beyond described visibility region and is not loaded.
8. device according to claim 7, is characterized in that, described browser monitoring unit is positioned at webpage that described url is corresponding at the web page element of the part of described visibility region specifically for whether existing in the web page element changing described in monitoring:
Work as 0<A iduring-B<C, i web page element is in described visibility region;
Work as A i-B<0 or A iduring-B>C, i web page element is outside described visibility region;
Wherein, A ifor the distance of described i the web page element changing to the top of webpage corresponding to described url, B is the distance between the top of the webpage that described url is corresponding and the top of described visibility region, the height that C is described visibility region.
9. a server, is characterized in that, described server comprises: the webpage charger described in the claims 5-8.
10. a webpage loading system, it is characterized in that, comprise: the server described in user side and the claims 9, described user side is for sending the AJAX request that carries the url being loaded, the AJAX request that carry the url that be loaded of described server for sending according to described user side, loads the page in the browser of described user side.
CN201310583018.4A 2013-11-19 2013-11-19 A kind of webpage loading method, apparatus and system Active CN103577603B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201310583018.4A CN103577603B (en) 2013-11-19 2013-11-19 A kind of webpage loading method, apparatus and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201310583018.4A CN103577603B (en) 2013-11-19 2013-11-19 A kind of webpage loading method, apparatus and system

Publications (2)

Publication Number Publication Date
CN103577603A true CN103577603A (en) 2014-02-12
CN103577603B CN103577603B (en) 2017-11-17

Family

ID=50049379

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201310583018.4A Active CN103577603B (en) 2013-11-19 2013-11-19 A kind of webpage loading method, apparatus and system

Country Status (1)

Country Link
CN (1) CN103577603B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103886036A (en) * 2014-03-06 2014-06-25 百度在线网络技术(北京)有限公司 Method and device for presenting webpage
CN104090979A (en) * 2014-07-23 2014-10-08 上海天脉聚源文化传媒有限公司 Method and device for editing webpage
CN104133869A (en) * 2014-07-21 2014-11-05 深圳市金立通信设备有限公司 Webpage page refreshing method
CN104144214A (en) * 2014-07-21 2014-11-12 深圳市金立通信设备有限公司 Network device and system
CN105022756A (en) * 2014-04-29 2015-11-04 腾讯科技(深圳)有限公司 Web page display method and web page display device
WO2016082586A1 (en) * 2014-11-27 2016-06-02 广州市动景计算机科技有限公司 Webpage update method and apparatus
CN105787036A (en) * 2016-02-25 2016-07-20 广州神马移动信息科技有限公司 Method and device for controlling page content to update
WO2018076795A1 (en) * 2016-10-31 2018-05-03 华为技术有限公司 Page refreshing method and device
CN110134831A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 A kind of tree structures node retrieval display method and device based on cloud server
CN110134893A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 A kind of multimachine structure retrieval display method and device based on cloud information issuing system
CN110134888A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 Tree structures node search method, device, storage medium and server
CN111898049A (en) * 2020-06-16 2020-11-06 广州市玄武无线科技股份有限公司 Table implementation method and device, computer terminal equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815013A (en) * 2009-12-24 2010-08-25 航天恒星科技有限公司 Method for monitoring operation of satellite application system based on Ajax and Web service technology
US7921353B1 (en) * 2007-04-09 2011-04-05 Oracle America, Inc. Method and system for providing client-server injection framework using asynchronous JavaScript and XML
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7921353B1 (en) * 2007-04-09 2011-04-05 Oracle America, Inc. Method and system for providing client-server injection framework using asynchronous JavaScript and XML
CN101815013A (en) * 2009-12-24 2010-08-25 航天恒星科技有限公司 Method for monitoring operation of satellite application system based on Ajax and Web service technology
CN102760133A (en) * 2011-04-28 2012-10-31 腾讯科技(深圳)有限公司 Webpage loading method, webpage loading system, browser, terminal and server

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
沈昱: "基于web2.0技术的教学计划系统研究", 《中国优秀硕士学位论文全文数据库 信息科技辑》 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103886036B (en) * 2014-03-06 2017-12-26 百度在线网络技术(北京)有限公司 A kind of method and apparatus for the page to be presented
CN103886036A (en) * 2014-03-06 2014-06-25 百度在线网络技术(北京)有限公司 Method and device for presenting webpage
CN105022756A (en) * 2014-04-29 2015-11-04 腾讯科技(深圳)有限公司 Web page display method and web page display device
CN105022756B (en) * 2014-04-29 2019-06-21 腾讯科技(深圳)有限公司 A kind of Webpage display process and device
CN104133869A (en) * 2014-07-21 2014-11-05 深圳市金立通信设备有限公司 Webpage page refreshing method
CN104144214A (en) * 2014-07-21 2014-11-12 深圳市金立通信设备有限公司 Network device and system
CN104144214B (en) * 2014-07-21 2017-12-29 深圳市金立通信设备有限公司 A kind of network equipment and system
CN104090979A (en) * 2014-07-23 2014-10-08 上海天脉聚源文化传媒有限公司 Method and device for editing webpage
WO2016082586A1 (en) * 2014-11-27 2016-06-02 广州市动景计算机科技有限公司 Webpage update method and apparatus
CN105701106A (en) * 2014-11-27 2016-06-22 广州市动景计算机科技有限公司 Web page refreshment method and device
CN105787036B (en) * 2016-02-25 2019-08-09 广州神马移动信息科技有限公司 A kind of method and device that control content of pages updates
CN105787036A (en) * 2016-02-25 2016-07-20 广州神马移动信息科技有限公司 Method and device for controlling page content to update
WO2018076795A1 (en) * 2016-10-31 2018-05-03 华为技术有限公司 Page refreshing method and device
CN110134831A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 A kind of tree structures node retrieval display method and device based on cloud server
CN110134893A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 A kind of multimachine structure retrieval display method and device based on cloud information issuing system
CN110134888A (en) * 2019-04-03 2019-08-16 广州朗国电子科技有限公司 Tree structures node search method, device, storage medium and server
CN110134831B (en) * 2019-04-03 2021-08-10 广州朗国电子科技有限公司 Tree structure node retrieval display method and device based on cloud server
CN110134888B (en) * 2019-04-03 2022-05-31 广州朗国电子科技股份有限公司 Tree structure node retrieval method, device, storage medium and server
CN110134893B (en) * 2019-04-03 2022-05-31 广州朗国电子科技股份有限公司 Multi-mechanism retrieval display method and device based on cloud information publishing system
CN111898049A (en) * 2020-06-16 2020-11-06 广州市玄武无线科技股份有限公司 Table implementation method and device, computer terminal equipment and storage medium

Also Published As

Publication number Publication date
CN103577603B (en) 2017-11-17

Similar Documents

Publication Publication Date Title
CN103577603A (en) Webpage loading method, device and system
US10013502B1 (en) Preloading resources of a web page
EP2916243B1 (en) Method, apparatus, server and system for implementing web application
US11055085B2 (en) Method, apparatus, and system for hot-deploying application
CN104933078B (en) A kind of Web five application pages rendering optimization method
CN102799654B (en) A kind of online method for previewing of the document for intelligent terminal, system and intelligent terminal
WO2015004722A1 (en) Server, terminal, service method, and program
CN105260229A (en) Method and device for pulling mirror image files of virtual machines
CN106294658A (en) The quick methods of exhibiting of webpage and device
CN104657118A (en) Native + Web mixed mobile application achieving method and device
US8548205B2 (en) Image processing device, and recording medium storing image processing program
US20200067803A1 (en) Information processing terminal and control method
CN106649299B (en) Method and device for lazy loading of webpage block
CN105871961B (en) A kind of method and device of gray scale publication routing
US10095791B2 (en) Information search method and apparatus
US20190306222A1 (en) Download progress information for composite files
CN104461509A (en) Information interaction framework and method
US20170315971A1 (en) Program for displaying webpage, terminal device, and server device
US9680967B2 (en) Method of using application, gateway using the method, terminal using the method, and terminal system using the method
CN104978181B (en) Page display method, terminal and device
KR101408734B1 (en) Method and apparatus for controlling movement of asynchronous communication type web page
US20150127719A1 (en) Information processing system, proxy apparatus, information processing method, and computer program product
US10516750B2 (en) Display control method, display control device, and recording medium
US20190108317A1 (en) Method And System For Prescription Durable Medical Equipment Searching And Management
US11816307B1 (en) Method for providing service of configuring UI on a display of an in-vehicle infotainment device and UI configuration server using the same

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20191126

Address after: 100176 room 222, 2f, building C, No. 18, Kechuang 11th Street, Beijing Economic and Technological Development Zone, Daxing District, Beijing

Patentee after: Beijing Jingdong three hundred and sixty degree e-commerce Co., Ltd.

Address before: 100080, Beijing, Suzhou Street, No. 20, building 2, No. 2, Haidian District

Patentee before: Beijing Jingdong Shangke Information Technology Co., Ltd.