CN103294717A - Web page opening method and device based on double-kernel browser - Google Patents

Web page opening method and device based on double-kernel browser Download PDF

Info

Publication number
CN103294717A
CN103294717A CN2012100497640A CN201210049764A CN103294717A CN 103294717 A CN103294717 A CN 103294717A CN 2012100497640 A CN2012100497640 A CN 2012100497640A CN 201210049764 A CN201210049764 A CN 201210049764A CN 103294717 A CN103294717 A CN 103294717A
Authority
CN
China
Prior art keywords
network address
kernel
regular expression
white list
webpage
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
CN2012100497640A
Other languages
Chinese (zh)
Other versions
CN103294717B (en
Inventor
张邦华
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Yayue Technology Co ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210049764.0A priority Critical patent/CN103294717B/en
Publication of CN103294717A publication Critical patent/CN103294717A/en
Application granted granted Critical
Publication of CN103294717B publication Critical patent/CN103294717B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

An embodiment of the invention discloses a web page opening method and a web page opening device based on a double-kernel browser, and belongs to the technical field of internet. The method comprises the steps of acquiring an URL (uniform resource locator) of the web page to be visited; searching a kernel corresponding to the URL according to the URL; and opening the web page with the adoption of the searched kernel corresponding to the URL. The device comprises an acquisition module, a search module and an execution module. When a user visits the URL, the browser kernel corresponding to the URL is called according to the URL of the web page, and the called kernel is adopted to open the web page, so that the problem that network flow resource of the user is wasted due to the fact that data is downloaded firstly and which kernel is adopted to open the web page is determined through analyzing the downloaded data is solved, the consumption is reduced, the cost is saved, furthermore, the web page opening method and device are simple and feasible, and performance consumption is reduced.

Description

A kind of webpage deployment method and device based on the dual core browser
Technical field
The present invention relates to Internet technical field, particularly a kind of webpage deployment method and device based on the dual core browser.
Background technology
The kernel of browser, be referred to as typesetting engine, page rendering engine again, it is responsible for obtaining content (HTML (the Hypertext Markup Language of webpage, HTML (Hypertext Markup Language)), XML (Extensible Markup Language, extend markup language), image etc.), organize your messages (for example add CSS (cascading style sheet) single etc.), and the display mode of calculating webpage exports display then to.In order to increase the processing power of browsing content, present browser has dual core usually.
When existing dual core browser is opened webpage, need to obtain the internal information of this webpage, the address of place server etc. according to the webpage website, download earlier, analysis is applicable to the kernel of opening this webpage according to data downloaded then, adopts suitable kernel to open this webpage.
In realizing process of the present invention, the inventor finds that there is following problem at least in prior art:
Existing dual core browser needs the data of download acquisition earlier to judge again and adopts which kernel to open webpage when opening webpage, under the situation of network traffics restriction, can take user's network traffics resource, has increased consumption and cost.
Summary of the invention
Download the acquisition data earlier in order to solve existing browser, judge and adopt which kernel to open webpage, cause waste user network flow problem of resource, the embodiment of the invention provides a kind of webpage deployment method and device based on the dual core browser.Described technical scheme is as follows:
On the one hand, the embodiment of the invention provides a kind of webpage deployment method based on the dual core browser, comprising:
Obtain the network address of webpage to be visited;
According to described network address, search the kernel corresponding with described network address;
The kernel corresponding with described network address that employing finds opened described webpage.
Particularly, described according to described network address, search the kernel corresponding with described network address, specifically comprise:
In default white list, search whether there is the regular expression that is complementary with described network address, described white list comprises that at least one is according to the regular expression of network address definition and the corresponding relation of regular expression and kernel, wherein, the corresponding relation of described regular expression and kernel is: a kernel is corresponding at least one regular expression;
If there is the regular expression that is complementary with described network address in the described white list, then according to the corresponding relation of described regular expression and kernel, determine the kernel corresponding with described network address;
If there is not the regular expression that is complementary with described network address in the described white list, then with the kernel of acquiescence, be defined as the kernel corresponding with described network address.
Preferably, if when not having the regular expression that is complementary with described network address in the described white list, described method also comprises:
Described network address is sent to server to be handled.
Further, described method also comprises: the white list of storing in described default white list and the server is handled synchronously.
Alternatively, described method also comprises: the number of times that is successfully mated according to described regular expression is to the processing of sorting of described white list.
On the other hand, the embodiment of the invention also provides a kind of webpage device for opening based on the dual core browser, comprising:
Acquisition module is for the network address of obtaining webpage to be visited;
Search module, be used for according to described network address, search the kernel corresponding with described network address;
Execution module, be used for to adopt described search module searches to the kernel corresponding with described network address open described webpage.
Particularly, the described module of searching specifically comprises:
Search the unit, be used for searching whether there is the regular expression that is complementary with described network address at default white list, described white list comprises that at least one is according to the regular expression of network address definition and the corresponding relation of regular expression and kernel, wherein, the corresponding relation of described regular expression and kernel is: a kernel is corresponding at least one regular expression;
Determining unit is used for when there is the regular expression that is complementary with described network address in described white list, according to the corresponding relation of described regular expression and kernel, determines the kernel corresponding with described network address; When not having the regular expression that is complementary with described network address in the described white list, the kernel with acquiescence is defined as the kernel corresponding with described network address.
Preferably, described device also comprises:
Sending module is used for described network address being sent to server handling when there is not the regular expression that is complementary with described network address in described white list.
Further, described device also comprises:
Synchronization module is used for the white list that described default white list and server are stored is handled synchronously.
Alternatively, described webpage device for opening also comprises:
Order module is used for the number of times that successfully mated according to described regular expression to the processing of sorting of described white list.
The beneficial effect that the technical scheme that the embodiment of the invention provides is brought is:
By when user's accessed web page, call the browser kernel corresponding with network address according to the network address of webpage, and adopt the kernel that calls to open webpage, thereby first download data have been avoided, adopt which kernel to open the waste user network flow problem of resource that webpage causes by analyzing the data downloaded judgement, reduced consumption, provide cost savings, and the present invention is simple, has reduced the consumption of performance.
Description of drawings
In order to be illustrated more clearly in the technical scheme in the embodiment of the invention, the accompanying drawing of required use is done to introduce simply in will describing embodiment below, apparently, accompanying drawing in describing below only is some embodiments of the present invention, for those of ordinary skills, under the prerequisite of not paying creative work, can also obtain other accompanying drawing according to these accompanying drawings.
Fig. 1 is the process flow diagram of a kind of webpage deployment method based on the dual core browser of providing of the embodiment of the invention 1;
Fig. 2 is the process flow diagram of a kind of webpage deployment method based on the dual core browser of providing of the embodiment of the invention 2;
Fig. 3 is the structured flowchart of a kind of webpage device for opening based on the dual core browser of providing of the embodiment of the invention 3;
Fig. 4 is the structured flowchart of a kind of webpage device for opening based on the dual core browser of providing of the embodiment of the invention 4;
Fig. 5 is the structured flowchart of searching module that the embodiment of the invention 4 provides.
Embodiment
For making the purpose, technical solutions and advantages of the present invention clearer, embodiment of the present invention is described further in detail below in conjunction with accompanying drawing.
Embodiment 1
Referring to Fig. 1, the embodiment of the invention provides a kind of webpage deployment method based on the dual core browser, and this method comprises:
Step 101: the network address of obtaining webpage to be visited;
Step 102: according to this network address, search the kernel corresponding with this network address;
Step 103: adopt the kernel corresponding with the network address that finds to open this webpage.
The embodiment of the invention is by when user's accessed web page, call the browser kernel corresponding with network address according to the network address of webpage, and adopt the kernel that calls to open webpage, thereby first download data have been avoided, adopt which kernel to open the waste user network flow problem of resource that webpage causes by analyzing the data downloaded judgement, reduced consumption, provide cost savings, and the present invention is simple, has reduced the consumption of performance.
Embodiment 2
For convenience of explanation, the dual core with browser in the present embodiment is respectively core A and kernel B, and the acquiescence kernel is example for kernel B, and a kind of webpage deployment method based on the dual core browser that present embodiment is provided is elaborated.
As shown in Figure 2, the embodiment of the invention provides a kind of webpage deployment method based on the dual core browser, and this method comprises:
Step 201: the white list of storing in default white list and the server is handled synchronously.
Concrete, the white list of storing in the server comprises a plurality of regular expressions according to the network address definition and the corresponding relation of regular expression and kernel.Wherein, the corresponding relation of regular expression and kernel is: a kernel is corresponding at least one regular expression.The white list of storing in the server can be human configuration.
Default white list refers to the white list in the portable terminal.When original state, this default white list can be sky.Usually, when moving first, the white list of storing in default white list and the server handled synchronously referring to that portable terminal is downloaded white list from server.In the follow-up operation process, the white list that portable terminal regularly upgrades in the Download Server, thus the white list of storing in default white list and the server is handled synchronously.Know that easily portable terminal also can be under the condition that the user triggers, the white list that upgrades in the Download Server.That is to say, in the present embodiment, the white list of storing in default white list and the server is handled synchronously, comprise and download white list and regular update white list first.
Need to prove that this step need not carried out when portable terminal each run browser, only need regularly or under user's trigger condition, carry out.
Further, when defining the expression formula corresponding with this network address according to network address, this regular expression can generate according to the domain name of network address, and for example the network address when webpage is " http://a.com/view/4294.html ", and its corresponding regular expression is " http://a.com/*.html ".Apparently, can also generate regular expression according to domain name and extension name.In the present embodiment, the mode that generates the regular expression corresponding with network address according to network address is not limited.In the practice, can generate the regular expression corresponding with network address according to actual conditions.
Further, regular expression can be set up in such a way with the corresponding relation of kernel: according to behind network address definition and the corresponding regular expression of this network address, web page contents according to this network address correspondence, setting is suitable for opening the kernel of this webpage, and makes this kernel corresponding with the regular expression that defines.For example when the content of webpage was video, it can only be opened with core A, according to the network address of this webpage, generated corresponding with it regular expression, and with this core A corresponding to this regular expression.
Concrete, default white list can be as shown in table 1.
Table 1
Figure BDA0000139515340000041
Figure BDA0000139515340000051
In table, regular expression http://a.com/*.html is network address " http://a.com/view/4294.html ", or the regular expression of definition such as " http://a.com/view/572.html ", the kernel corresponding with this regular expression is core A.
Step 202: the network address of obtaining webpage to be visited.
When the user passed through the browser access webpage, browser of mobile terminal obtained the network address of user's accessed web page.
Step 203: according to this network address, search the kernel corresponding with this network address.
After browser gets access to the webpage network address, search in default white list whether to have the regular expression that is complementary with this network address, the mode of searching can be according to the regular expression in the white list in the network address traversal browser.
If exist and this network address regular expression matched in the white list, then according to the corresponding relation of this regular expression and kernel, determine the kernel corresponding with this network address.Such as, if the network address of webpage to be visited is http://a.com/view/4294.html, then will go up core A corresponding with this regular expression in the table, be defined as the kernel corresponding with this network address.
If there is not the regular expression that is complementary with this network address in the white list, then with the kernel of acquiescence, be defined as the kernel corresponding with this network address.
Step 204: adopt the kernel corresponding with this network address that finds to open this webpage.
Step 205: if there is not the regular expression that is complementary with this network address in the white list, then this network address sent to server and handle.
Correspondingly, after server is received this network address, can carry out following processing.Server is according to this network address of receiving, for this network address defines corresponding regular expression and sets up the corresponding relation of this regular expression and kernel, and adds in the white list of its storage with the regular expression that defines and with the corresponding relation of kernel.When portable terminal execution in step 201, namely can upgrade the default white list in the portable terminal.
Alternatively, this method also comprises: according to the number of times that regular expression is successfully mated the enterprising line ordering of white list is handled.Concrete, can be by successful matching times from how to few ordering, be about to that the match is successful often regular expression is put into the front of white list, makes that the many regular expressions of successful matching times can preferentially be mated.
The method of present embodiment is described below in conjunction with concrete application.
When the user visits certain webpage, for example the network address of this webpage is " http://a.com/view/4294.html ", browser is according to the regular expression on the default white list of this network address traversal, when traversing regular expression " http://a.com/*.html ", this regular expression is corresponding with the network address of this webpage, then obtain the core A of expression formula correspondence therewith, at this moment, browser is opened this webpage with core A.If traveled through the regular expression on the whole white list, all do not find the regular expression corresponding with this network address, then this browser adopts acquiescence kernel B to open this webpage, and this network address is sent to server handles.
The embodiment of the invention is by when user's accessed web page, call the browser kernel corresponding with network address according to the network address of webpage, and adopt the kernel that calls to open webpage, thereby first download data have been avoided, adopt which kernel to open the waste user network flow problem of resource that webpage causes by analyzing the data downloaded judgement, reduced consumption, provide cost savings, and the present invention is simple, has reduced the consumption of performance.The embodiment of the invention is also carried out fuzzy matching by regular expression to this network address, and a regular expression can mate a plurality of network address, has improved the validity of coupling, and is more efficient.The embodiment of the invention also sorts to regular expression, and the regular expression that the match is successful is often come the front, when mating like this, can save time, and has reduced the consumption of performance.
Embodiment 3
As shown in Figure 3, the embodiment of the invention provides a kind of webpage device for opening based on the dual core browser, this device can be for having the browser of dual core, and this device can be applicable in a kind of webpage deployment method based on the dual core browser that embodiment 1 provides, and this device comprises:
Acquisition module 301 is for the network address of obtaining webpage to be visited;
Search module 302, be used for according to this network address, search the kernel corresponding with this network address;
Execution module 303 is searched module 302 kernels corresponding with this network address that find for employing and is opened this webpage.
The embodiment of the invention is by when user's accessed web page, call the browser kernel corresponding with network address according to the network address of webpage, and adopt the kernel that calls to open webpage, thereby first download data have been avoided, adopt which kernel to open the waste user network flow problem of resource that webpage causes by analyzing the data downloaded judgement, reduced consumption, provide cost savings, and the present invention is simple, has reduced the consumption of performance.
Embodiment 4
Referring to Fig. 4, the embodiment of the invention provides a kind of webpage device for opening based on the dual core browser, this device can be for having the browser of dual core, and this device can be applicable in a kind of webpage deployment method based on the dual core browser that embodiment 2 provides, and this device comprises:
Acquisition module 401 is for the network address of obtaining webpage to be visited;
Search module 402, be used for according to this network address, search the kernel corresponding with this network address;
Execution module 403 is searched module 402 kernels corresponding with this network address that find for employing and is opened this webpage.
Particularly, as shown in Figure 5, search module 402 and specifically comprise:
Search unit 4021, be used for searching whether there is the regular expression that is complementary with this network address at default white list, white list comprises that at least one is according to the regular expression of network address definition and the corresponding relation of regular expression and kernel, wherein, the corresponding relation of regular expression and kernel is: a kernel is corresponding at least one regular expression;
Determining unit 4022 is used for when there is the regular expression that is complementary with this network address in white list, according to the corresponding relation of regular expression and kernel, determines the kernel corresponding with this network address; When not having the regular expression that is complementary with this network address in the white list, the kernel with acquiescence is defined as the kernel corresponding with this network address.
Concrete, in default white list, regular expression can generate according to the domain name of network address, and for example the network address when webpage is " http://a.com/view/4294.html ", and its corresponding regular expression is " http://a.com/*.html ".Apparently, can also generate regular expression according to domain name and extension name.In the present embodiment, the mode that generates the regular expression corresponding with network address according to network address is not limited.In the practice, can generate the regular expression corresponding with network address according to actual conditions.
Further, regular expression can be set up in such a way with the corresponding relation of kernel: according to behind network address definition and the corresponding regular expression of this network address, web page contents according to this network address correspondence, setting is suitable for opening the kernel of this webpage, and makes this kernel corresponding with the regular expression that defines.For example when the content of webpage was video, it can only be opened with core A, according to the network address of this webpage, generated corresponding with it regular expression, and with this core A corresponding to this regular expression.
Further, this device also comprises:
Synchronization module 404, be used for will be default white list and the white list stored of server handle synchronously.
Concrete, the white list of storing in the server comprises a plurality of regular expressions according to the network address definition and the corresponding relation of regular expression and kernel.Wherein, the corresponding relation of regular expression and kernel is: a kernel is corresponding at least one regular expression.The white list of storing in the server can be human configuration.
Default white list refers to the white list in the portable terminal.When original state, this default white list can be sky.Usually, when moving first, the white list of storing in default white list and the server handled synchronously referring to that portable terminal is downloaded white list from server.In the follow-up operation process, the white list that portable terminal regularly upgrades in the Download Server, thus the white list of storing in default white list and the server is handled synchronously.Know that easily portable terminal also can be under the condition that the user triggers, the white list that upgrades in the Download Server.That is to say, in the present embodiment, the white list of storing in default white list and the server is handled synchronously, comprise and download white list and regular update white list first.
Preferably, this device also comprises: sending module 405 is used for this network address being sent to server handling when there is not the regular expression that is complementary with this network address in white list.
Correspondingly, server is according to this network address that receives, for this network address define corresponding regular expression and and set up the corresponding relation of this regular expression and kernel, be updated in the white list of its storage, after synchronization module 404 was handled the white list of storing in default white list and the server synchronously, then the white list of browser of mobile terminal also obtained renewal.
Alternatively, this device also comprises: order module 406 is used for the number of times that successfully mated according to regular expression to the white list processing of sorting.
Concrete, to few ordering, be about to that the match is successful often regular expression is put into the front of white list to the number of times that can mate by success, makes that the many regular expressions of successful matching times can preferentially be mated from how.
The embodiment of the invention is by when user's accessed web page, call the browser kernel corresponding with network address according to the network address of webpage, and adopt the kernel that calls to open webpage, thereby first download data have been avoided, adopt which kernel to open the waste user network flow problem of resource that webpage causes by analyzing the data downloaded judgement, reduced consumption, provide cost savings, and the present invention is simple, has reduced the consumption of performance.The embodiment of the invention is also carried out fuzzy matching by regular expression to this network address, and a regular expression can mate a plurality of network address, has improved the validity of coupling, and is more efficient.Present embodiment also sorts to regular expression, and the regular expression that the match is successful is often come the front, when mating like this, can save time, and has reduced the consumption of performance.
Need to prove: above-described embodiment provide based on the webpage device for opening of dual core browser when opening webpage, only the division with above-mentioned each functional module is illustrated, in the practical application, can as required the above-mentioned functions distribution be finished by different functional modules, the inner structure that is about to device is divided into different functional modules, to finish all or part of function described above.In addition, what above-described embodiment provided belongs to same design based on the webpage device for opening of dual core browser with webpage deployment method embodiment based on the dual core browser, and its specific implementation process sees method embodiment for details, repeats no more here.
The all or part of step that one of ordinary skill in the art will appreciate that realization above-described embodiment can be finished by hardware, also can instruct relevant hardware to finish by program, program can be stored in a kind of computer-readable recording medium, the above-mentioned storage medium of mentioning can be ROM (read-only memory), disk or CD etc.
Below only be preferred embodiment of the present invention, in order to limit the present invention, within the spirit and principles in the present invention not all, any modification of doing, be equal to replacement, improvement etc., all should be included within protection scope of the present invention.

Claims (10)

1. the webpage deployment method based on the dual core browser is characterized in that, described webpage deployment method comprises:
Obtain the network address of webpage to be visited;
According to described network address, search the kernel corresponding with described network address;
The kernel corresponding with described network address that employing finds opened described webpage.
2. the method for claim 1 is characterized in that, and is described according to described network address, searches the kernel corresponding with described network address, specifically comprises:
In default white list, search whether there is the regular expression that is complementary with described network address, described white list comprises that at least one is according to the regular expression of network address definition and the corresponding relation of regular expression and kernel, wherein, the corresponding relation of described regular expression and kernel is: a kernel is corresponding at least one regular expression;
If there is the regular expression that is complementary with described network address in the described white list, then according to the corresponding relation of described regular expression and kernel, determine the kernel corresponding with described network address;
If there is not the regular expression that is complementary with described network address in the described white list, then with the kernel of acquiescence, be defined as the kernel corresponding with described network address.
3. method as claimed in claim 2 is characterized in that, if when not having the regular expression that is complementary with described network address in the described white list, described method also comprises:
Described network address is sent to server to be handled.
4. method as claimed in claim 2 is characterized in that, described method also comprises:
The white list of storing in described default white list and the server is handled synchronously.
5. method as claimed in claim 2 is characterized in that, described method also comprises: the number of times that is successfully mated according to described regular expression is to the processing of sorting of described white list.
6. webpage device for opening based on the dual core browser is characterized in that described device comprises:
Acquisition module is for the network address of obtaining webpage to be visited;
Search module, be used for according to described network address, search the kernel corresponding with described network address;
Execution module, be used for to adopt described search module searches to the kernel corresponding with described network address open described webpage.
7. device as claimed in claim 6 is characterized in that, the described module of searching specifically comprises:
Search the unit, be used for searching whether there is the regular expression that is complementary with described network address at default white list, described white list comprises that at least one is according to the regular expression of network address definition and the corresponding relation of regular expression and kernel, wherein, the corresponding relation of described regular expression and kernel is: a kernel is corresponding at least one regular expression;
Determining unit is used for when there is the regular expression that is complementary with described network address in described white list, according to the corresponding relation of described regular expression and kernel, determines the kernel corresponding with described network address; When not having the regular expression that is complementary with described network address in the described white list, the kernel with acquiescence is defined as the kernel corresponding with described network address.
8. device as claimed in claim 7 is characterized in that, described device also comprises:
Sending module is used for described network address being sent to server handling when there is not the regular expression that is complementary with described network address in described white list.
9. device as claimed in claim 7 is characterized in that, described device also comprises:
Synchronization module is used for the white list that described default white list and server are stored is handled synchronously.
10. device as claimed in claim 7 is characterized in that, described device also comprises:
Order module is used for the number of times that successfully mated according to described regular expression to the processing of sorting of described white list.
CN201210049764.0A 2012-02-29 2012-02-29 Web page opening method and device based on double-kernel browser Active CN103294717B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210049764.0A CN103294717B (en) 2012-02-29 2012-02-29 Web page opening method and device based on double-kernel browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210049764.0A CN103294717B (en) 2012-02-29 2012-02-29 Web page opening method and device based on double-kernel browser

Publications (2)

Publication Number Publication Date
CN103294717A true CN103294717A (en) 2013-09-11
CN103294717B CN103294717B (en) 2015-05-06

Family

ID=49095604

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210049764.0A Active CN103294717B (en) 2012-02-29 2012-02-29 Web page opening method and device based on double-kernel browser

Country Status (1)

Country Link
CN (1) CN103294717B (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103530560A (en) * 2013-09-29 2014-01-22 北京金山网络科技有限公司 Method, device and client side for advertisement blocking
CN103853851A (en) * 2014-03-31 2014-06-11 北京奇虎科技有限公司 Method for downloading files in browsers and browser device
CN104516885A (en) * 2013-09-26 2015-04-15 腾讯科技(深圳)有限公司 Implementation method and device of browse program double-kernel assembly
WO2015062527A1 (en) * 2013-11-01 2015-05-07 北京奇虎科技有限公司 Webpage advertisement interception method, device, and browser
CN106528733A (en) * 2016-10-27 2017-03-22 合网络技术(北京)有限公司 Webpage display method and apparatus
CN107045501A (en) * 2016-02-05 2017-08-15 腾讯科技(深圳)有限公司 A kind of Web access method and device
CN112102909A (en) * 2020-09-22 2020-12-18 合肥易康达医疗卫生信息科技有限公司 Method for automatically drawing body temperature single prescription according to collected data

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101504650A (en) * 2009-01-15 2009-08-12 北京傲游天下科技有限公司 Intelligent network rendering engine switching method
CN101620529A (en) * 2008-07-03 2010-01-06 联想(北京)有限公司 Method and system for intercepting pop-up window
CN101655863A (en) * 2009-04-24 2010-02-24 北京搜狗科技发展有限公司 Method for loading web pages in browser and browser
CN101715004A (en) * 2009-11-12 2010-05-26 中国科学院计算技术研究所 Internet video-oriented distributed acquisition method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101620529A (en) * 2008-07-03 2010-01-06 联想(北京)有限公司 Method and system for intercepting pop-up window
CN101504650A (en) * 2009-01-15 2009-08-12 北京傲游天下科技有限公司 Intelligent network rendering engine switching method
CN101655863A (en) * 2009-04-24 2010-02-24 北京搜狗科技发展有限公司 Method for loading web pages in browser and browser
CN101715004A (en) * 2009-11-12 2010-05-26 中国科学院计算技术研究所 Internet video-oriented distributed acquisition method and system

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104516885A (en) * 2013-09-26 2015-04-15 腾讯科技(深圳)有限公司 Implementation method and device of browse program double-kernel assembly
CN104516885B (en) * 2013-09-26 2019-04-16 腾讯科技(深圳)有限公司 The implementation method and device of browser dual core component
CN103530560A (en) * 2013-09-29 2014-01-22 北京金山网络科技有限公司 Method, device and client side for advertisement blocking
WO2015062527A1 (en) * 2013-11-01 2015-05-07 北京奇虎科技有限公司 Webpage advertisement interception method, device, and browser
CN103853851A (en) * 2014-03-31 2014-06-11 北京奇虎科技有限公司 Method for downloading files in browsers and browser device
CN107045501A (en) * 2016-02-05 2017-08-15 腾讯科技(深圳)有限公司 A kind of Web access method and device
US10733259B2 (en) 2016-02-05 2020-08-04 Tencent Technology (Shenzhen) Company Limited Web page access method and apparatus
CN106528733A (en) * 2016-10-27 2017-03-22 合网络技术(北京)有限公司 Webpage display method and apparatus
CN112102909A (en) * 2020-09-22 2020-12-18 合肥易康达医疗卫生信息科技有限公司 Method for automatically drawing body temperature single prescription according to collected data

Also Published As

Publication number Publication date
CN103294717B (en) 2015-05-06

Similar Documents

Publication Publication Date Title
CN103294717A (en) Web page opening method and device based on double-kernel browser
CN103577597B (en) Keyword search system based on current browse webpage
CN104182408B (en) A kind of webpage offline access method and device
CN102043834B (en) Method for realizing searching by utilizing client and search client
CN102075570B (en) Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords
CN103577595B (en) Keyword method for pushing and device based on current browse webpage
CN103577596B (en) Keyword search methodology and device based on current browse webpage
CN103577392B (en) Keyword method for pushing and device based on current browse webpage
CN103593354A (en) Method, device, server and system for filtering network page advertisements
CN109614569A (en) Page rendering method, apparatus and intelligent terminal
WO2013178094A1 (en) Page display method and device
CN105095280A (en) Caching method and apparatus for browser
CN102662703A (en) Method and device for loading application program plugins
CN101335762A (en) Method, server, terminal and system reflecting historical using behavior of webpage
CN102665127A (en) Browser system of digital television
CN103810176A (en) Pre-fetching accessing method and device of webpage information
US20130305131A1 (en) Method, system and computer storage medium for pre-reading network data
CN102750352A (en) Method and device for classified collection of historical access records in browser
CN108595698A (en) picture loading method, terminal device and medium
CN105335419A (en) Webpage picture loading method and apparatus
WO2008132706A1 (en) A web browsing method and system
WO2014044154A1 (en) Method and apparatus for obtaining information
US20010056497A1 (en) Apparatus and method of providing instant information service for various devices
US20140082484A1 (en) Method and apparatus for obtaining information
CN107291904A (en) A kind of video searching method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20221128

Address after: 1402, Floor 14, Block A, Haina Baichuan Headquarters Building, No. 6, Baoxing Road, Haibin Community, Xin'an Street, Bao'an District, Shenzhen, Guangdong 518133

Patentee after: Shenzhen Yayue Technology Co.,Ltd.

Address before: 2 East 403 room, SEG science and technology garden, Futian District, Guangdong, Shenzhen 518000, China

Patentee before: TENCENT TECHNOLOGY (SHENZHEN) Co.,Ltd.