WO2012097701A1 - 网络数据预读方法及系统、计算机存储介质 - Google Patents
网络数据预读方法及系统、计算机存储介质 Download PDFInfo
- Publication number
- WO2012097701A1 WO2012097701A1 PCT/CN2012/070290 CN2012070290W WO2012097701A1 WO 2012097701 A1 WO2012097701 A1 WO 2012097701A1 CN 2012070290 W CN2012070290 W CN 2012070290W WO 2012097701 A1 WO2012097701 A1 WO 2012097701A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- page turning
- webpage
- page
- link
- turning 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.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/10—Text processing
- G06F40/12—Use of codes for handling textual entities
- G06F40/14—Tree-structured documents
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/957—Browsing optimisation, e.g. caching or content distillation
- G06F16/9574—Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
Definitions
- the present invention relates to the field of Internet technologies, and in particular, to a network data pre-reading method and system, and a computer storage medium.
- the Internet data is generally processed by the relay server for paging conversion.
- the user browses the webpage in the mobile communication terminal, the user usually sees the partial page after paging, in order to browse the complete content of the webpage,
- One of the most common operations for users is to click on an element like 'next page'. Therefore, the operation of reading the corresponding page network data in advance before the user actually clicks on the 'next page' is called pre-reading.
- the traditional intelligent read-ahead function is based on the pre-reading of limited fixed page turning elements, can not adapt to different types of websites, can not meet the needs of different user differentiation, and pre-reads some network data that users do not need, Causes waste of network resources.
- a network data read-ahead method includes the following steps:
- the method further comprises the step of acquiring a static set of page turning elements
- the method further includes:
- the method further comprises the steps of:
- the method further includes the steps of: acquiring a webpage element with a link clicked by the user, and updating the webpage element with the link clicked by the user to the dynamic page turning element set.
- the step of updating the linked webpage element clicked by the user to the dynamic page turning element set comprises the following steps:
- the method further includes uploading the identification number of the user and the updated set of dynamic page turning elements to the server; acquiring the user identification number, and downloading the dynamic page turning element set from the server according to the user identification number.
- the step of acquiring the dynamic page turning element set is: dynamically collecting a domain name of the user browsing the webpage and a webpage element with a link operated when browsing the webpage, and accumulating, forming a dynamic page turning element set of the user.
- a network data read-ahead system includes:
- An information acquisition module configured to obtain a dynamic page turning element set
- the query module is configured to obtain a domain name of the browsed webpage, and query the corresponding page flipping element from the dynamic page flipping element set according to the domain name;
- a matching module configured to search, from the browsing webpage, the webpage element with a link that matches the page turning element according to the page turning element;
- the page pull module is configured to pull the page data corresponding to the webpage element and perform pre-read processing.
- the information obtaining module is further configured to acquire a static page turning element set
- the network data pre-reading system further includes:
- a judging module configured to determine whether the found page flipping element in the dynamic page flipping element set matches the webpage element with the link is successful
- the page pull module is further configured to: when the page turning element in the dynamic page turning element set matches the web page element with the link, the page data corresponding to the web page element is pulled, and the pre-reading process is performed;
- the query module is further configured to: when the page turning element in the dynamic page turning element set matches the web page element with the link is unsuccessful, query the corresponding page turning from the static page turning element set according to the domain name; element;
- the matching module is configured to search, from the browsed webpage, the webpage element with the link that matches the page turning element according to the page turning element in the set of the static page turning elements.
- the information obtaining module is further configured to obtain a weight value of a page turning element corresponding to the domain name in the dynamic page turning element set;
- the matching module is further configured to search, according to the weight value of the page turning element, a matching webpage element with a link from the browsing webpage, and the page turning element matches the element to obtain a weight value.
- the information obtaining module is further configured to acquire a webpage element with a link that the user clicks;
- the system also includes:
- an update module configured to update the webpage element with the link clicked by the user to the dynamic page turning element set.
- the updating module is further configured to search, according to the webpage domain name of the webpage element with the link that the user clicks, the list of page turning elements corresponding to the domain name in the dynamic page turning element set, and read the user Whether the clicked webpage element with the link is in the page flipping element list, and if so, the weight value of the flipping element is added 1. If no, the webpage element with the link is added to the list of page turning elements.
- the method further includes an uploading module, where the uploading module uploads the user's identification number and the updated dynamic page turning element set to the server; the information acquiring module is further configured to obtain the user identification number, according to the user identifier. The number of the dynamic page turning element collection is downloaded from the server.
- the information obtaining module is further configured to dynamically collect a domain name of a user browsing a webpage and a webpage element with a link operated when browsing the webpage, and accumulate to form a dynamic page turning element set of the user.
- One or more computer storage media containing computer executable instructions for performing a network data prefetching method, the method comprising the steps of:
- the method further comprises the step of acquiring a static set of page turning elements
- the method further includes:
- the method further comprises the steps of:
- the method further includes the steps of: acquiring a webpage element with a link clicked by the user, and updating the webpage element with the link clicked by the user to the dynamic page turning element set.
- the step of updating the linked webpage element clicked by the user to the dynamic page turning element set comprises the following steps:
- the step of acquiring the dynamic page turning element set is: dynamically collecting a domain name of the user browsing the webpage and a webpage element with a link operated when browsing the webpage, and accumulating, forming a dynamic page turning element set of the user.
- the network data pre-reading method and system obtain a dynamic page turning element set, obtain a webpage domain name, find a corresponding page turning element from the dynamic page turning element set, and then search for the page according to the page turning element.
- the matched webpage element with the link is pre-readed according to the webpage element pulling the corresponding page data, and the dynamic flipping element collection has the page turning element required by the user, and the pre-reading operation is performed according to the flipping element, thereby improving
- the accuracy of pre-reading content reduces the chance of sending unnecessary network data to users, and improves the utilization of network resources.
- FIG. 1 is a flow chart of a network data pre-reading method in an embodiment
- FIG. 2 is a flow chart of a network data pre-reading method in another embodiment
- FIG. 3 is a schematic structural diagram of a network data pre-reading system in an embodiment
- FIG. 4 is a schematic structural diagram of a network data pre-reading system in another embodiment.
- a network data pre-reading method includes the following steps:
- Step S100 Acquire a dynamic page turning element set.
- the set of dynamic page turning elements includes a domain name, a page turning element corresponding to the domain name, and the like.
- the page turning element is the keyword for turning pages, which can be like 'next page', 'next chapter', 'next ', can also be pictures and so on.
- the data can be empty.
- the client collects the elements corresponding to the user's click to page, dynamically updates the data in the dynamic page turning element set, and can The data is uploaded to the server so that the client and the set of dynamic page flipping elements on the server are consistent.
- the step of obtaining the dynamic page flipping element set is: dynamically collecting the domain name of the user browsing the webpage and the webpage element with the link operated when browsing the webpage, and accumulating, forming a dynamic page turning element set of the user.
- Collecting the domain name of the user browsing the webpage, and collecting the webpage element with the link operated by the user that is, collecting the operational behavior characteristic data when the user browses the webpage, and analyzing the collected operational behavior characteristic data to obtain the page turning element, forming the user's dynamic
- the page flipping element collection, the user's dynamic page flipping element set reflects the user's operating habits, and can more accurately meet the user's needs.
- the dynamic page flipping element set also updates the internal data in real time.
- the operational behavior characteristic data refers to webpage data that the user clicks when browsing the webpage.
- a webpage element with a link refers to a node in a webpage with a pointing webpage address, including a text node, a picture node, etc., wherein the text node can be displayed as 'next page', 'next chapter', etc., picture node display A hand icon indicating the page turning, etc.
- the page data of the webpage address pointed to by the link is pulled.
- Web pages are classified by domain name, such as abc.com and def.net Wait. Different users browse different web pages and different operations.
- the dynamically collected webpage elements with links are also different. For example, A user pays attention to the image, and the collected webpage elements can be pictures, and the image is turned into page elements to form A.
- the user's dynamic page flipping element collection such as the B user's attention to the English webpage, the collected webpage element may be next, etc., forming a B user's dynamic page flipping element set.
- step S100 The step of obtaining the dynamic page turning element set is: obtaining a user identification number, and downloading a corresponding dynamic page turning element set from the server according to the user identification number.
- the server can store the corresponding dynamic page turning element set by the user identification number as an index, and the dynamic page turning element set stored by different users will be different, so that different user requirements can be met.
- Step S110 Obtain a domain name of the browsing webpage, and query the corresponding page turning element from the dynamic page turning element set according to the domain name.
- the domain name of the webpage browsed by the user is obtained.
- the domain name corresponding to the domain name and the page turning element corresponding to the domain name may be obtained according to the domain name of the webpage, and the page turning element corresponding to the domain name may be queried according to the domain name of the webpage.
- the weighting value of the page turning element corresponding to the domain name in the dynamic page turning element set may also be obtained.
- the dynamic page turning element set may include a weighting value and a time stamp of the page turning element in addition to the domain name and the page turning element corresponding to the domain name.
- the page turning element can be 'next page', 'next chapter', ' Next ', can also be pictures and so on.
- the weight value of the page turning element can be the number of times the collected user clicks on the page turning element.
- the timestamp is the time at which the paged element was last updated.
- the set of dynamic page turning elements is as shown in Table 1. Shown.
- Step S120 searching for the webpage element with the link matching the page turning element according to the page turning element in the dynamic page turning element set.
- the weight value of the page turning element corresponding to the domain name in the dynamic page turning element set is also obtained, and then step S120
- the specific process is as follows: according to the weight value of the page turning element, the page element searches for the webpage element with the link matching the page turning element, and the page turning element matches the webpage element, and the weight value is the largest.
- the page element with the link corresponding to the page turning element After obtaining the weight value of the page turning element corresponding to the domain name in the dynamic page turning element set, searching for the webpage element with the link from the webpage according to the weight value to match, the priority of the weight value is matched first, and matching After success, the page element with the link corresponding to the page turning element with the largest weight value is obtained.
- the domain name of the webpage is pic.abc.com, first find the webpage element with the link matching the page turning element 'next' from the webpage.
- step S130 the page data corresponding to the webpage element is pulled, and the pre-reading process is performed.
- Web page element corresponding URL Universal Resource Locator , web address
- the client background processing program is started to pull the URL corresponding to the webpage element.
- Page data The pre-reading process is to pre-read the page data of the next page from the server before the user clicks to browse the next page, and parse the rendering layout process.
- the page network data pointed to by the webpage element matched by the user browsing the current page and the pull page element is parallel, and when the user clicks to browse the next page, the most time-consuming network interaction link is omitted, and according to the dynamic Page turning elements are matched to reduce the chance of pre-reading unnecessary network data and improve the utilization of network resources.
- the webpage element with the link corresponding to the page turning element with the largest weight value is obtained, then step S130 Specifically, the page data corresponding to the webpage element corresponding to the page turning element with the largest weight value after the matching is pulled, and the pre-reading process is performed.
- the webpage element corresponding to the page turning element with the largest weight value is obtained, and the corresponding page data is pulled according to the webpage element, and the pre-reading process is performed.
- the network data pre-reading method further includes: acquiring a webpage element with a link clicked by the user, and updating the webpage element with the link clicked by the user to the dynamic page turning element set.
- the page flipping element list corresponding to the domain name is searched from the dynamic page turning element set according to the webpage domain name of the webpage element with the link clicked by the user.
- the list of page turning elements corresponding to the domain name is searched from the dynamic page turning element set according to the domain name of the web page where the linked web page element is clicked by the user.
- the list of page turning elements includes a domain name, a page turning element, a page turning element weight value, and the like.
- the network data pre-reading method further includes the step of uploading the user's identification number and the updated dynamic page turning element set to the server. Uploading the updated dynamic page flipping element collection to the server, so that when the user replaces different mobile communication terminals, the user can still browse the network data required by the user according to personal usage habits, thereby saving network resources.
- a network data pre-reading method includes the following steps:
- Step S200 Acquire a dynamic page turning element set and a static page turning element set.
- Multiple fixed page turning elements are set in the static page turning element collection, such as 'next page', 'next page', 'next chapter', 'next chapter' and so on.
- the priority of various page turning elements can be set, and the priority of the page turning elements is recorded in the static page turning element set.
- the specific steps of obtaining the dynamic page turning element set are: dynamically collecting the domain name of the user browsing the webpage and the webpage element with the link when the webpage is browsed, and accumulating, forming a personalized dynamic page turning element set of the user.
- Collecting the domain name of the user browsing the webpage, and collecting the webpage element with the link operated by the user that is, collecting the operational behavior characteristic data when the user browses the webpage, and analyzing the collected operational behavior characteristic data to obtain the page turning element, and forming the user's Personalized dynamic page flipping element collection
- the personalized dynamic page flipping element set reflects the user's operating habits and can more accurately meet the user's needs.
- the dynamic page flipping element set also updates the internal data in real time.
- the operational behavior characteristic data refers to webpage data that the user clicks when browsing the webpage.
- a webpage element with a link refers to a node in a webpage with a pointing webpage address, including a text node, a picture node, etc., wherein the text node can be displayed as 'next page', 'next chapter', etc., picture node display A hand icon indicating the page turning, etc.
- the page data of the webpage address pointed to by the link is pulled.
- Step S210 Obtain a domain name of the browsing webpage, and query the corresponding page turning element from the dynamic page turning element set according to the domain name.
- Step S220 Find, according to the page turning element, the webpage element with the link that matches the page turning element from the browsing webpage.
- step S230 it is determined whether the matching is successful. If yes, step S260 is performed, and if no, step S240 is performed.
- Step S240 Query the corresponding page turning element from the static page turning element set according to the domain name.
- Step S250 And searching for a webpage element with a link that matches the page turning element according to the page turning element in the static page turning element set that is queried.
- step S260 the page data corresponding to the webpage element is pulled, and the pre-reading process is performed.
- the corresponding page turning element in the static page turning element set After querying the corresponding page turning element in the static page turning element set, according to the priority of the page turning element from high to low, searching for the matching webpage element with the link from the browsing webpage, the higher the priority, the more the priority is matched.
- the corresponding page data is pulled according to the pointing address of the link of the webpage element, and the pre-reading process is performed.
- the present invention provides one or more computer storage media containing computer executable instructions for performing a network data prefetching method, computer executable instructions in a computer storage medium executing network data
- the specific steps of the pre-reading method are as described in the above method, and are not described herein again.
- a network data pre-reading system includes an information acquiring module 10 and a query module 20 , matching module 30 and page pull module 40.
- the information acquisition module 10 Used to get a collection of dynamic page flipping elements.
- the dynamic page turning element set includes a domain name, a page turning element corresponding to the domain name, and the like.
- the page turning element is the keyword for turning pages, which can be like 'next page', 'next chapter', 'next ', can also be pictures and so on.
- the data can be empty.
- the client collects the elements corresponding to the user's click to page, dynamically updates the data in the dynamic page turning element set, and can The data is uploaded to the server so that the client and the set of dynamic page flipping elements on the server are consistent.
- the specific process of obtaining the dynamic page turning element set is: dynamically collecting the domain name of the user browsing the webpage and the webpage element with the link operated when browsing the webpage, and accumulating, forming a personalized personalized page turning element set.
- Collecting the domain name of the user browsing the webpage, and collecting the webpage element with the link operated by the user that is, collecting the operational behavior characteristic data when the user browses the webpage, and analyzing the collected operational behavior characteristic data to obtain the page turning element, forming the user's personality
- the set of dynamic page flipping elements, the personalized dynamic page flipping element set reflects the user's operating habits, and can more accurately meet the user's needs.
- the dynamic page flipping element set also updates the internal data in real time.
- the operational behavior characteristic data refers to webpage data that the user clicks when browsing the webpage.
- a webpage element with a link refers to a node in a webpage with a pointing webpage address, including a text node, a picture node, etc., wherein the text node can be displayed as 'next page', 'next chapter', etc., picture node display A hand icon indicating the page turning, etc.
- the page data of the webpage address pointed to by the link is pulled.
- the information acquisition module 10 Obtain a user identification number, and download a corresponding dynamic page turning element set from the server according to the user identification number.
- the server can store the corresponding dynamic page turning element set by the user identification number as an index, and the dynamic page turning element set stored by different users will be different, so that different user requirements can be met.
- the domain name used to obtain the browsing webpage, and the corresponding page turning element is queried from the dynamic page turning element set according to the domain name. Because there is a domain name in the dynamic page turning element collection and a page turning element corresponding to the domain name, the page turning element of the domain name is queried according to the domain name of the web page.
- the page turning element can be 'next page', 'next chapter', ' Next ', can also be pictures and so on.
- the matching module 30 is configured to search for a webpage element with a link that matches the page turning element from the browsing webpage according to the page turning element.
- the page pull module 40 is configured to pull the page data corresponding to the matched webpage element and perform pre-read processing.
- Web page element corresponding URL ( Universal Resource Locator , web address) connection address after the current page pulls and parses the rendering layout, etc., the client background processing program is started to pull the URL corresponding to the webpage element.
- Page data The pre-reading process is to pre-read the page data of the next page from the server before the user clicks to browse the next page, and parse the rendering layout process.
- the page network data pointed to by the user browsing the current page and the page element matching the page turning element is parallel.
- the most time-consuming network interaction link is omitted, and the page is dynamically translated. Matching elements reduces the chances of pre-reading unnecessary network data and improves the utilization of network resources.
- the information acquisition module 10 It is also used to obtain the weight value of the page turning element corresponding to the domain name in the dynamic page turning element set.
- the weighting value of the page turning element corresponding to the domain name in the dynamic page turning element set may also be obtained.
- the dynamic page turning element set may include a weighting value and a time stamp of the page turning element in addition to the domain name and the page turning element corresponding to the domain name.
- the page turning element can be 'next page', 'next chapter', ' Next ', can also be pictures and so on.
- the weight value of the page turning element can be the number of times the collected user clicks on the page turning element.
- the timestamp is the time at which the paged element was last updated.
- the set of dynamic page turning elements is as shown in Table 1. Shown.
- the utility model is further configured to search for a webpage element with a link that matches a page turning element according to a weight value of the page turning element from a large to a small point, and the page turning element matches the webpage element, and the maximum weight value is obtained.
- the page elements in the web page are searched for matching according to the weight value from large to small, and the weight value is matched first.
- the domain name of the webpage is pic.abc.com, first find the webpage element with the link matching the page turning element 'next' from the webpage.
- the page pull module 40 is further configured to pull the page data corresponding to the matched webpage element and perform pre-read processing. Matching module 30 The page pull module 40 extracts the corresponding page data according to the webpage element and performs pre-read processing.
- the network data pre-reading system includes an information acquiring module 10 and a query module 20
- the matching module 30 and the page pull module 40 further include a determining module 50, an updating module 60, and an uploading module 70.
- the information obtaining module 10 is further configured to obtain a static page turning element set.
- Information acquisition module 10 Obtaining a set of static page turning elements while obtaining a set of static page turning elements, wherein a plurality of fixed page turning elements are set in the static page turning element set, such as 'next page', 'next page', 'next Chapter ', 'the next chapter' and so on.
- the priority of various page turning elements can be set, and the priority of the page turning elements is recorded in the static page turning element set.
- the determining module 50 The method for determining whether the page turning element in the found dynamic page turning element set matches the web page element with the link is successful, and the page pull module 40 And when the page turning element in the found dynamic page turning element set matches the web page element with the link successfully, the page data corresponding to the web page element is pulled, and the pre-reading process is performed.
- the matching module 30 The method further comprises: searching for a webpage element with a link matching the page turning element according to the page turning element in the static page turning element set of the query; the page pulling module 40 The pre-reading process is performed according to the page data corresponding to the webpage element.
- the matching module 30 After querying the corresponding page turning element in the static page turning element set, the matching module 30 According to the priority of the page turning element from high to low, the matching webpage element with the link is searched from the browsing webpage, the higher the priority, the more the priority is matched, and after the matching to the webpage element, the pointing address according to the link of the webpage element , pull the corresponding page data, and perform pre-read processing.
- the information obtaining module 10 is further configured to obtain a webpage element with a link clicked by the user, and the update module 60 Update the webpage element with the link clicked by the user to the dynamic pager element collection.
- the update module 60 The method is further configured to search for a page element list corresponding to the domain name in the dynamic page turning element set according to the webpage domain name of the webpage element with the link clicked by the user, and determine whether the webpage element with the link clicked by the user is in the page turning element. In the list, if yes, add the weight value of the page turning element 1. If no, add the webpage element with the link to the list of paged elements. If the page element clicked by the user is in the page turning element list, the weight value of the corresponding page turning element is increased by 1, such as 'next', in table 1. If found, the value of the page turning element 'next' is increased by 1 to 9 .
- the page element clicked by the user is not in the page element list, the page element is added to the page element list and the weight value is set to 1 , as shown in Table 1, add the page turning element next , the weight value is 1 . This updates the dynamic page flipping element collection.
- the upload module 70 uploads the user's identification number and the updated dynamic page flip element set to the server.
- Upload module 70 The updated dynamic page flipping element set is uploaded to the server, so that when the user replaces different mobile communication terminals, the user can still browse the network data required by the user according to the personal use, thereby saving network resources.
- the network data pre-reading method and system obtain a dynamic page turning element set, obtain a webpage domain name, find a corresponding page turning element from the dynamic page turning element set, and then search for the page according to the page turning element.
- the matched webpage element with the link is pre-readed according to the webpage element pulling the corresponding page data, and the dynamic flipping element collection has the page turning element required by the user, and the pre-reading operation is performed according to the flipping element, thereby improving
- the accuracy of pre-reading content reduces the chance of sending unnecessary network data to users, and improves the utilization of network resources.
- matching the webpage elements according to the weighting values of the page turning elements increases the matching efficiency and satisfies the maximum possible satisfaction of the user, further reduces the probability of sending invalid network data to the user, and improves network resources.
- the collection of elements further provides the accuracy of matching the user's needs; uploading the updated dynamic page turning element set to the server, so that when the user uses different mobile communication terminals, the user's needs are still satisfied, even if the mobile communication terminal is replaced, Can make reasonable use of network resources.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Health & Medical Sciences (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- Computational Linguistics (AREA)
- General Health & Medical Sciences (AREA)
- Information Transfer Between Computers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
| 动态翻页元素集合 | |||
| 域名 | 关键字 | 权重 | 时间戳 |
| pic.abc.com | 下一张 | 8 | 1234556 |
| 下张 | 3 | 2312317 | |
| … | … | ... | |
| book.abc.com | 下一章 | 15 | 1231234 |
| 下章 | 3 | 1233335 | |
| … | … | ... | |
| news.abc.com | 下一页 | 22 | 2313133 |
| 下页 | 5 | 1231233 | |
| … | … | ... | |
| … | … | … | … |
Claims (20)
- 一种网络数据预读方法,包括以下步骤:获取动态翻页元素集合;获取浏览网页的域名,根据所述域名从所述动态翻页元素集合中查询对应的翻页元素;根据所述翻页元素从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素;读取所述网页元素对应的页面数据,进行预读处理。
- 根据权利要求 1 所述的网络数据预读方法,其特征在于,所述方法还包括获取静态翻页元素集合的步骤;根据所述翻页元素从所述浏览网页中查找相匹配的带有链接的网页元素的步骤之后还包括:判断匹配是否成功,若是,则拉取匹配后的带有链接的网页元素对应的翻页页面,进行预读处理;若否,则根据所述域名从所述静态翻页元素集合中查询对应的翻页元素,并根据查询到的所述静态翻页元素集合中的翻页元素从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素,再拉取匹配后的带有链接的网页元素对应的页面数据,进行预读处理。
- 根据权利要求 1 所述的网络数据预读方法,其特征在于,还包括步骤:获取动态翻页元素集合中与域名相对应的翻页元素的权重值;根据所述翻页元素的权重值从大到小从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素,翻页元素与网页元素相匹配后,得出权重值最大的翻页元素所对应的带有链接的网页元素。
- 根据权利要求 3 所述的网络数据预读方法,其特征在于,还包括步骤:获取用户点击的带有链接的网页元素,将所述用户点击的带有链接的网页元素更新到所述动态翻页元素集合。
- 根据权利要求 4 所述的网络数据预读方法,其特征在于,将所述用户点击的带有链接的网页元素更新到所述动态翻页元素集合的步骤包括:根据所述用户点击的带有链接的网页元素所在的网页的域名从所述动态翻页元素集合中查找与所述域名对应的翻页元素列表;判断所述用户点击的带有链接的网页元素是否在所述翻页元素列表内,若是,则将该翻页元素的权重值加 1 ,若否,则将所述带有链接的网页元素加入到所述翻页元素列表内。
- 根据权利要求 4 或 5 所述的网络数据预读方法,其特征在于,所述方法还包括将用户标识号及更新后的所述动态翻页元素集合上传到服务器;获取用户标识号,根据用户标识号从服务器下载所述动态翻页元素集合。
- 根据权利要求 1 所述的网络数据预读方法,其特征在于,所述获取动态翻页元素集合的具体步骤为:动态采集用户浏览网页的域名以及在浏览网页时操作的带有链接的网页元素,并累计,形成用户的动态翻页元素集合。
- 一种网络数据预读系统,其特征在于,包括:信息获取模块,用于获取动态翻页元素集合;查询模块,用于获取浏览网页的域名,根据所述域名从所述动态翻页元素集合中查询对应的翻页元素;匹配模块,用于根据所述翻页元素从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素;页面拉取模块,用于拉取所述网页元素对应的页面数据,进行预读处理。
- 根据权利要求 8 所述的网络数据预读系统,其特征在于,所述信息获取模块还用于获取静态翻页元素集合;所述网络数据预读系统还包括:判断模块,用于判断所述动态翻页元素集合中的翻页元素与带有链接的网页元素匹配是否成功;所述页面拉取模块还用于当所述动态翻页元素集合中的翻页元素与带有链接的网页元素匹配成功时,拉取所述网页元素对应的页面数据,进行预读处理;所述查询模块还用于当所述动态翻页元素集合中的翻页元素与带有链接的网页元素匹配不成功时,根据所述域名从所述静态翻页元素集合中查询对应的翻页元素;所述匹配模块用于根据查询到的所述静态翻页元素集合中的翻页元素从浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素。
- 根据权利要求 8 所述的网络数据预读系统,其特征在于,所述信息获取模块还用于获取动态翻页元素集合中与域名相对应的翻页元素的权重值;所述匹配模块还用于根据所述翻页元素的权重值从大到小从所述浏览网页中查找相匹配的带有链接的网页元素,翻页元素与网页元素相匹配后,得出权重值最大的翻页元素所对应的带有链接的网页元素。
- 根据权利要求 10 所述的网络数据预读系统,其特征在于,所述信息获取模块还用于获取用户点击的带有链接的网页元素;所述系统还包括:更新模块,用于将所述用户点击的带有链接的网页元素更新到所述动态翻页元素集合。
- 根据权利要求 10 所述的网络数据预读系统,其特征在于,所述更新模块还用于根据所述用户点击的带有链接的网页元素所在的网页域名查找所述动态翻页元素集合中与所述域名对应的翻页元素列表,判读所述用户点击的带有链接的网页元素是否在所述翻页元素列表内,若是,则将该翻页元素的权重值加 1 ,若否,则将所述带有链接的网页元素加入到所述翻页元素列表内。
- 根据权利要求 11 或 12 所述的网络数据预读系统,其特征在于,还包括上传模块,所述上传模块将所述用户的标识号及更新后的所述动态翻页元素集合上传到服务器;所述信息获取模块还用于获取用户标识号,根据用户标识号从服务器下载所述动态翻页元素集合。
- 根据权利要求 8 所述的网络数据预读系统,其特征在于,所述信息获取模块还用于动态采集用户浏览网页的域名以及在浏览网页时操作的带有链接的网页元素,并累计,形成用户的动态翻页元素集合。
- 一个或多个包含计算机可执行指令的计算机存储介质,所述计算机可执行指令用于执行一种网络数据预读方法,其特征在于,所述方法包括以下步骤:获取动态翻页元素集合;获取浏览网页的域名,根据所述域名从所述动态翻页元素集合中查询对应的翻页元素;根据所述翻页元素从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素;拉取所述网页元素对应的页面数据,进行预读处理。
- 根据权利要求 15 所述的计算机存储介质,其特征在于,所述方法还包括获取静态翻页元素集合的步骤;根据所述翻页元素从所述浏览网页中查找相匹配的带有链接的网页元素的步骤之后还包括:判断匹配是否成功,若是,则拉取匹配后的带有链接的网页元素对应的翻页页面,进行预读处理;若否,则根据所述域名从所述静态翻页元素集合中查询对应的翻页元素,并根据查询到的所述静态翻页元素集合中的翻页元素从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素,再拉取匹配后的带有链接的网页元素对应的页面数据,进行预读处理。
- 根据权利要求 15 所述的计算机存储介质,其特征在于,还包括步骤:获取动态翻页元素集合中与域名相对应的翻页元素的权重值;根据所述翻页元素的权重值从大到小从所述浏览网页中查找与所述翻页元素相匹配的带有链接的网页元素,翻页元素与网页元素相匹配后,得出权重值最大的翻页元素所对应的带有链接的网页元素。
- 根据权利要求 17 所述的计算机存储介质,其特征在于,还包括步骤:获取用户点击的带有链接的网页元素,将所述用户点击的带有链接的网页元素更新到所述动态翻页元素集合。
- 根据权利要求 18 所述的计算机存储介质,其特征在于,将所述用户点击的带有链接的网页元素更新到所述动态翻页元素集合的具体包括步骤:根据所述用户点击的带有链接的网页元素所在的网页的域名从所述动态翻页元素集合中查找与所述域名对应的翻页元素列表;判断所述用户点击的带有链接的网页元素是否在所述翻页元素列表内,若是,则将该翻页元素的权重值加 1 ,若否,则将所述带有链接的网页元素加入到所述翻页元素列表内。
- 根据权利要求 15 所述的计算机存储介质,其特征在于,所述获取动态翻页元素集合的具体步骤为:动态采集用户浏览网页的域名以及在浏览网页时操作的带有链接的网页元素,并累计,形成用户的动态翻页元素集合。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US13/937,114 US20130305131A1 (en) | 2011-01-18 | 2013-07-08 | Method, system and computer storage medium for pre-reading network data |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110020228.3 | 2011-01-18 | ||
| CN201110020228.3A CN102591887B (zh) | 2011-01-18 | 2011-01-18 | 网络数据预读方法及系统 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US13/937,114 Continuation US20130305131A1 (en) | 2011-01-18 | 2013-07-08 | Method, system and computer storage medium for pre-reading network data |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2012097701A1 true WO2012097701A1 (zh) | 2012-07-26 |
Family
ID=46480556
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2012/070290 Ceased WO2012097701A1 (zh) | 2011-01-18 | 2012-01-12 | 网络数据预读方法及系统、计算机存储介质 |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US20130305131A1 (zh) |
| CN (1) | CN102591887B (zh) |
| WO (1) | WO2012097701A1 (zh) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103577439A (zh) * | 2012-07-27 | 2014-02-12 | 北京搜狗信息服务有限公司 | 网页预读取方法及系统 |
Families Citing this family (8)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103577461A (zh) * | 2012-08-02 | 2014-02-12 | 中国移动通信集团公司 | 一种图片作为翻页链接的识别方法及装置 |
| CN102833633B (zh) * | 2012-09-04 | 2016-01-20 | 深圳创维-Rgb电子有限公司 | 一种电视机语音控制系统及方法 |
| CN103810176B (zh) * | 2012-11-07 | 2018-01-05 | 腾讯科技(深圳)有限公司 | 一种网页信息的预取访问方法和装置 |
| CN103177080B (zh) * | 2013-02-07 | 2016-03-30 | 华为技术有限公司 | 文件预读的方法和装置 |
| CN104794118B (zh) * | 2014-01-17 | 2019-03-26 | 腾讯科技(深圳)有限公司 | 一种网页信息处理方法、装置和系统 |
| CN107451160B (zh) * | 2016-06-01 | 2020-10-16 | 阿里巴巴(中国)有限公司 | 一种页面预读方法及装置 |
| CN112579850A (zh) * | 2019-09-29 | 2021-03-30 | 北京国双科技有限公司 | 断点恢复方法及装置 |
| CN113392351B (zh) * | 2021-06-17 | 2025-02-21 | 北京沃东天骏信息技术有限公司 | 一种信息处理方法及装置、存储介质 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101116075A (zh) * | 2005-06-30 | 2008-01-30 | 卡西欧计算机株式会社 | 具有Web页面浏览功能的电子设备 |
| US20080114773A1 (en) * | 2006-11-09 | 2008-05-15 | Samsung Electronics Co., Ltd. | Apparatus and method for prefetching web page |
| CN101325602A (zh) * | 2008-07-30 | 2008-12-17 | 广州市动景计算机科技有限公司 | 一种微浏览器智能预读网页的方法及系统 |
| CN101369280A (zh) * | 2008-10-10 | 2009-02-18 | 深圳市茁壮网络技术有限公司 | 一种数字电视终端网页浏览的方法和装置 |
Family Cites Families (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5878223A (en) * | 1997-05-07 | 1999-03-02 | International Business Machines Corporation | System and method for predictive caching of information pages |
| US6819339B1 (en) * | 2000-02-24 | 2004-11-16 | Eric Morgan Dowling | Web browser with multilevel functions |
| US20050055426A1 (en) * | 2000-06-12 | 2005-03-10 | Kim Smith | System, method and computer program product that pre-caches content to provide timely information to a user |
| US7483941B2 (en) * | 2004-01-13 | 2009-01-27 | International Business Machines Corporation | System and method for dynamically inserting prefetch tags by the web server |
| CN101460945B (zh) * | 2004-09-27 | 2012-03-28 | Bt网络解决方案有限责任公司 | 用于增进式浏览的方法和装置 |
| US20060230030A1 (en) * | 2005-04-12 | 2006-10-12 | Volpa Peter J | Method and system for accessing and viewing files on mobile devices |
-
2011
- 2011-01-18 CN CN201110020228.3A patent/CN102591887B/zh active Active
-
2012
- 2012-01-12 WO PCT/CN2012/070290 patent/WO2012097701A1/zh not_active Ceased
-
2013
- 2013-07-08 US US13/937,114 patent/US20130305131A1/en not_active Abandoned
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN101116075A (zh) * | 2005-06-30 | 2008-01-30 | 卡西欧计算机株式会社 | 具有Web页面浏览功能的电子设备 |
| US20080114773A1 (en) * | 2006-11-09 | 2008-05-15 | Samsung Electronics Co., Ltd. | Apparatus and method for prefetching web page |
| CN101325602A (zh) * | 2008-07-30 | 2008-12-17 | 广州市动景计算机科技有限公司 | 一种微浏览器智能预读网页的方法及系统 |
| CN101369280A (zh) * | 2008-10-10 | 2009-02-18 | 深圳市茁壮网络技术有限公司 | 一种数字电视终端网页浏览的方法和装置 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103577439A (zh) * | 2012-07-27 | 2014-02-12 | 北京搜狗信息服务有限公司 | 网页预读取方法及系统 |
| CN103577439B (zh) * | 2012-07-27 | 2017-02-08 | 北京搜狗信息服务有限公司 | 网页预读取方法及系统 |
Also Published As
| Publication number | Publication date |
|---|---|
| US20130305131A1 (en) | 2013-11-14 |
| CN102591887A (zh) | 2012-07-18 |
| CN102591887B (zh) | 2016-07-06 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2012097701A1 (zh) | 网络数据预读方法及系统、计算机存储介质 | |
| WO2012091360A2 (ko) | 유저 맞춤형 컨텐츠 제공 방법 및 시스템 | |
| US20020107847A1 (en) | Method and system for visual internet search engine | |
| CN103744856B (zh) | 联动性扩展搜索方法及装置、系统 | |
| WO2012149845A1 (zh) | 一种微博消息的显示方法、系统、微博终端、微博服务器端及存储介质 | |
| WO2015066995A1 (zh) | 一种智能收藏与分享的方法及移动终端 | |
| JP2009500719A (ja) | 画像によるクエリ探索(query−by−imagesearch)及び検索システム | |
| WO2011097992A1 (zh) | 实现网页访问的方法、系统及前端服务器 | |
| WO2017146437A1 (en) | Electronic device and method for operating the same | |
| JP6781330B2 (ja) | 検索キャッシュを更新する方法および装置 | |
| WO2015068965A1 (en) | Display apparatus and method of controlling the same | |
| WO2011007935A1 (ko) | 홈페이지 통합 서비스 제공 시스템 및 방법 | |
| CN101192240A (zh) | 情报处理装置、图像登录方法以及程序 | |
| WO2014178536A1 (ko) | 추천 아이템 제공 방법, 이를 위한 프로그램을 기록한 기록 매체 및 장치 | |
| CN110442343A (zh) | 一种页面转换方法及页面转换装置 | |
| CN101025740B (zh) | 图片搜索结果自动播放方法 | |
| CN101004684A (zh) | 基于嵌入式浏览器的焦点记忆方法和装置 | |
| WO2011155736A2 (ko) | 모든 자연어 표현의 각각의 의미마다 별도의 용어를 동적으로 생성하는 방법 및 이를 기반으로 하는 사전 관리기,문서작성기, 용어 주석기, 검색 시스템 및 문서정보체계 구축장치 | |
| CN100504877C (zh) | 一种Web页面动作收藏方法和装置 | |
| WO2015037815A1 (ko) | 스마트 기기 내 시맨틱 검색 시스템 및 검색방법 | |
| KR20090058042A (ko) | 이동통신 시스템에서 컨텐츠 메타데이터를 이용한 컨텐츠검색 방법 및 장치 | |
| JPH10171818A (ja) | 通信制御装置及び記憶媒体 | |
| CN104933045A (zh) | 网络信息浏览方法及网络信息浏览装置 | |
| WO2018151458A1 (ko) | 키워드 기반 데이터 관리 시스템 및 방법 | |
| JP2010176387A (ja) | 電子スクラップシステム、電子スクラップ方法、電子スクラップサーバ、および利用者端末 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12736225 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 1301003902 Country of ref document: TH |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 13.01.2014) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 12736225 Country of ref document: EP Kind code of ref document: A1 |