CN102402613A - System and method for filtering text information of webpage - Google Patents

System and method for filtering text information of webpage Download PDF

Info

Publication number
CN102402613A
CN102402613A CN2011104309701A CN201110430970A CN102402613A CN 102402613 A CN102402613 A CN 102402613A CN 2011104309701 A CN2011104309701 A CN 2011104309701A CN 201110430970 A CN201110430970 A CN 201110430970A CN 102402613 A CN102402613 A CN 102402613A
Authority
CN
China
Prior art keywords
text
information
source code
filtering
acting server
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN2011104309701A
Other languages
Chinese (zh)
Inventor
朱一群
徐涛
刘兰保
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shanghai Dianji University
Original Assignee
Shanghai Dianji University
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 Shanghai Dianji University filed Critical Shanghai Dianji University
Priority to CN2011104309701A priority Critical patent/CN102402613A/en
Publication of CN102402613A publication Critical patent/CN102402613A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a system and a method for filtering the text information of a webpage. The system comprises a webpage browsing terminal, a proxy server, a network host and a text filtering center module, wherein the webpage browsing terminal receives, analyzes and sends a target request through a browser; the proxy server receives the target request, sends the target request to the network host, acquires returned source code information and sends the source code information to the text filtering center module for filtering; meanwhile, the proxy server is used for receiving a filtering result which is returned by the text filtering center module; the network host is used for receiving the target request and returning the source code information; and the text filtering center module is used for analyzing, filtering and determining the source code information and returning the filtering result. The invention has the advantages that: by using an object-oriented programming idea, a text is filtered and developed; by combining various data structures, the system is fully optimized; modules are independent of one another; and the reusability and the expandability of the system are greatly improved.

Description

Web page text information filtering system and method
Technical field
The present invention relates to a kind of info web filtering system and method, but particularly relate to the web page text information filtering system and the method for harmful content in a kind of filtering web page text message.
Background technology
On web page contents is differentiated, mainly contain four kinds of filtering techniques both at home and abroad at present, promptly filter (IP storehouse, URL storehouse), keyword filtration and intelligent content and understand filtration based on internet content classification platform (PICS) filtration, database.
Because it is the lawless person generally is can be initiatively not labelled according to the PICS standard to the flame content of its propagation, so little based on PICS filtration effect in practical application; The database filter method can't filter many flames that colonize in the comprehensive website, and some are changed IP, URL regularly, or takes containing the flame website and also can't filtering of multistage agent way; Flame filtering technique based on key word can obtain filter velocity faster; But often do not consider contextual relevance; Fail to report, misrepresent deliberately the rate height, and key word is the normal speech that use of present people, the publisher of some information content possibly have a mind to avoid using these speech; Speech or picture with other substitute, and make and can not discern based on the information filtering mechanism of keyword; Intelligent content is understood the filtering technique immature development, calculated amount is big, filter velocity is slow.
Summary of the invention
For overcoming the deficiency that above-mentioned existing web page contents filtering technique exists; Fundamental purpose of the present invention is to provide a kind of web page text information filtering system and method; It utilizes thoughts of object-oriented programming that text is filtered exploitation; And combine various data structures that system is fully optimized, and separate between the module, improved the reusability and the extensibility of the present invention's system greatly.
For reaching above-mentioned and other purpose, the present invention provides a kind of web page text information filtering system, comprises at least:
The web page browsing terminal receives and the request of parsing target through a browser, and with its transmission;
Acting server; Receive this target request and send it to network host; And after obtaining the source code information that this network host returns, this source code information is sent to a text filtering center module and carries out text content filtering; Simultaneously, this acting server also is used to receive the filter result that text filter center module is returned, and this filter result is back to this web page browsing terminal;
Network host is used to receive the target request that this acting server sends, and returns this source code information; And
The text filtering center module is responsible for this source code information analysis and is filtered judgement, and filter result is back to this acting server.
Further; This acting server is before being sent to this network host with this target request; This target request is sent to the text filtering center module; And, rebuild the target request in receiving after text filter center module parses goes out real access to netwoks address, required parameter information, again the target request that rebuilds is sent to this network host.
Further; Text filter center module comprises business module, filtering module and database; Wherein, this business module is used to receive the target request that this acting server sends, and parses real access to netwoks address, required parameter information and it is back to acting server; This filtering module is used to receive this source code information that this acting server sends, and according to the sensitive word information that from this database, loads this source code information is resolved filtration, writes down illegal request simultaneously; This database is used to store sensitive word information.
Further, this filtering module comprises:
Load module, the sensitive word information that is used for loading and storing this database;
Source code receives module, be used to receive the source code information from this acting server, and the source code information after will filtering is returned to acting server;
Resolve module, be used for parsing the content of text of this source code information;
Detect module, whether the content of text that is used for detecting this source code information needs to filter; And
The filtration treatment module carries out filtration treatment according to the sensitive word information that loads to this source code information.
Further, this loads module after loading sensitive word information, and sensitive word is stored in the binary tree data structure.
Further, text filter center module or be arranged at this network host or integrated by this acting server.
Further, this web page browsing terminal is a mobile phone terminal.
For reaching above-mentioned and other purposes, the present invention also provides a kind of web page text information filtering, comprises the steps:
The web page browsing terminal receives and resolves a target request, and this target request is sent to acting server;
This acting server is sent to network host with this target request, and obtains the source code information that network host returns;
This acting server is sent to the text filtering center module with this source code information and filters, and writes down illegal request;
Text filter center module is back to this acting server with filter result; And
Source code information after acting server will filter is handled, and the final page is back to this web page browsing terminal shows.
Further, before this acting server was sent to this network host with this target request, this method also comprised the steps:
This acting server is sent to this target request the business module of text filter center module;
This business module parses real access to netwoks address, required parameter information, and these information are returned; And
These information that this acting server will obtain rebuild the target request.
Further, the text filter center module step of filtering comprises the steps:
From database, load sensitive word, and be stored in the binary tree data structure;
Receive this source code information;
Parse the content of text in this source code information;
Whether the content of text that detects in this source code information needs to filter;
If need to filter, then the content of text in this source code information carried out filtration treatment, and return filter result to this acting server according to the sensitive word in this binary tree data structure.
Compared with prior art; A kind of web page text information filtering system of the present invention and method utilize thoughts of object-oriented programming that text is filtered exploitation; And combine various data structures that system is fully optimized; Separate between the module, improved the reusability and the extensibility of the present invention's system greatly.
Description of drawings
Fig. 1 is the system architecture diagram of a kind of web page text information filtering system of the present invention;
Fig. 2 is the system architecture diagram of the preferred embodiment of a kind of web page text information filtering system of the present invention;
Fig. 3 is the information processing sequential chart of Fig. 2;
Fig. 4 is the theory diagram of the filtering module 42 of Chinese version of the present invention filter center module;
Fig. 5 is the data structure synoptic diagram of sensitive word in the present invention's the preferred embodiment;
Fig. 6 is the flow chart of steps of a kind of web page text information filtering method of the present invention;
Fig. 7 is the concrete steps process flow diagram of step 603 in the preferred embodiment of a kind of web page text information filtering method of the present invention;
Fig. 8 for mobile phone terminal access under the situation of no the present invention's web page text information filtering system to webpage and the webpage effect comparison synoptic diagram that the mobile phone terminal access is arrived under the present invention's the situation of web page text information filtering system is being arranged;
Fig. 9 is the log information synoptic diagram of the present invention's web page text information filtering system generation.
Embodiment
Below through specific instantiation and accompanying drawings embodiment of the present invention, those skilled in the art can understand other advantage of the present invention and effect easily by the content that this instructions disclosed.The present invention also can implement or use through other different instantiation, and each item details in this instructions also can be based on different viewpoints and application, carries out various modifications and change under the spirit of the present invention not deviating from.
Fig. 1 is the system architecture diagram of a kind of web page text information filtering system of the present invention.As shown in Figure 1, a kind of web page text information filtering system of the present invention, web page browsing terminal 10, acting server 20, network host 30 and text filtering center module 40 at least.
Wherein web page browsing terminal 10 is the output layer of target information input layer and Query Result; It adopts the interactive interface of web browser as the user; Receive the URL (target request) of user's input when browser after; Browser is with the target Request Interception and resolve this target request, sends it to acting server 20 then; Acting server 20 is used for this target request is sent to network host 30; And after obtaining the source code information that network host returns, this source code information is sent to text filtering center module 40 and carries out text filtering; Simultaneously, this acting server 20 also is used to receive text filtering center module 40 and filters the filter result of returning after accomplishing, and filter result is back to web page browsing terminal 10 appears; Preferable; Acting server 20 can send to text filtering center module 40 with this target request before the target request is sent to network host 30, and in receiving after text filtering center module 40 parses information such as real access to netwoks address, required parameter; Rebuild the target request, again the target request that rebuilds is sent to network host 30; Network host 30 is all kinds main frame that distributes in the internet, and the inside comprises bulk information, and it has higher computational power, and network host uses to the client user through network; Text filtering center module 40; Have the text resolution filtration capacity, be responsible for source code and resolve and filter judgement and the result is returned to acting server 20, can realize the self-optimizing of system; Text filtering center module 40 comprises business module 41, filtering module 42 and database 43; Wherein, business module 41 is used to receive the target request that acting server 20 sends, and parses information such as real access to netwoks address, required parameter and it is back to acting server 20; Filtering module 42 is used to receive the source code information that acting server 20 sends; And this source code information is resolved filtration according to the sensitive word information in the database 43, and writing down illegal request and filter the sensitive information in this source code information, database 43 is used to store sensitive word information.
Fig. 2 is the system architecture diagram of the preferred embodiment of a kind of web page text information filtering system of the present invention.In preferred embodiment of the present invention; Web page browsing terminal 10 is a mobile phone terminal; Because it is faster, with better function that the UC browser browses web sites, mobile phone terminal adopts the UC browser; Mobile phone terminal mainly utilizes wireless network to pass through acting server 20 and downloads html source code from network host 30, and this moment, acting server 20 was equivalent to a text filtering fire wall.
(1) mobile phone terminal is the target information input layer of information inquiry and the output layer of Query Result.Adopt the interactive interface of web browser (UC browser) as the user.
(2) acting server 20; When the user behind the browser of mobile phone terminal input URL; Browser is with Request Interception analysis request then; Proxy requests is sent to acting server 20 then, and proxy requests is sent to network host 30 with this request, after HTML code returns, this HTML code is sent to the text filtering center module 40 of this locality or network again; The page after after text filter center module 40 is resolved filtration, will handling again returns to acting server 20, and acting server 20 is back to mobile phone terminal with the result again.
(3) all kinds main frame of network host 30 for distributing in the internet, the inside comprises bulk information.Be a kind of higher computational power that has, can offer the computing machine that a plurality of users use, network host uses to the client user through network.
(4) text filtering center module 40 comprises business module 41, filtering module 42 and database 43, is responsible for HTML code and resolves and filter judgement and the result is returned to acting server 20.
Fig. 3 is the information processing sequential chart of Fig. 2, below will cooperate Fig. 3 to further specify the present invention's information processing sequential.In preferred embodiment of the present invention, information processing was accomplished through following 7 steps: (1) " mobile phone terminal " solicited message (URL request) sends to " acting server "; (2) " acting server " will ask (URL request) to distribute to " business module " of text filtering center module 40; (3) " business module " parses information such as real access to netwoks address, required parameter, and these information are returned; (4) " acting server " obtains these information and rebuilds request, and the request that will rebuild sends to " network host " in the internet, thereby obtains the html source code of visit; (5) " acting server " obtains behind the html source code " filtering module " that this html source code is sent to text filtering center module 40, sensitive information by " filtering module " illegal request of record and in the middle of filtering; (6) after " filtering module " accomplished and filtered the result is returned " acting server ", (7) " acting server " recompression html source code also returns final webpage to " mobile phone terminal ", to be presented on the mobile phone browser.What this need explain be, the text filtering center module 40 among the present invention can be arranged on " network host ", also can be that " acting server " is integrated.
Fig. 4 is the theory diagram of the filtering module 42 of Chinese version of the present invention filter center module.As shown in Figure 4, filtering module 42 comprises that loading module 420, source code receive module 430, resolve module 440, detect module 450 and filtration treatment module 460, wherein load module 420 and are used for loading the also sensitive word information of stored data base 43; Source code receives module 430 and is used to receive the source code information from acting server 20, and the source code information after 460 processing of filtration treatment module is returned to acting server 20; Parsing module 440 is used for parsing the content of text of source code information; Detect module 450 and whether be used for detecting whether the content of text of source code information needs to filter; This is to realize according to the buffer memory at web page browsing terminal; The content of buffer memory comprises detected illegal request; The present invention also can preserve illegal request with html format document, be convenient to do in the future data analysis; 460 sensitive word information according to loading of filtration treatment module are carried out filtration treatment to source code information.
In preferred embodiment of the present invention; For improving efficient of the present invention, reduce algorithm complex, load module 420 after loading sensitive word information; Can sensitive word be stored in the binary tree data structure; When external system was called the filtration interface, filtering module can filter according to the source code information of input, and concrete database table structure is as shown in Figure 5.In preferred embodiment of the present invention, as shown in table 1 to the description of sensitive word data structure:
Figure BDA0000122702690000081
Table 1 sensitive word data structure is described
At this, the priority level that sensitive word rank height is used to establish filtration, the preferential filtration that sensitive word is high is 5 such as the rank of " Chinese Communist Party ", the rank of " China " is 3, then preferentially filters out " Chinese Communist Party ".
Fig. 6 is the flow chart of steps of a kind of web page text information filtering method of the present invention.As shown in Figure 6, a kind of web page text information filtering method of the present invention comprises the steps:
Step 601, the web page browsing terminal receives and resolves a target request (URL request), and this target request is sent to acting server;
Step 602, acting server is sent to network host with this target request, and obtains the source code information (HTML code) that network host returns;
Step 603, acting server is sent to the text filtering center module with this source code information and filters, and at this, is mainly according to the sensitive word information in the sensitive word information filtering source code information that loads, and writes down illegal request;
Step 604, the result after the text filtering center module will be filtered is back to acting server; And
Step 605, the recompression of source code information after acting server will filter is handled, and the final page is back to the web page browsing terminal shows.
Preferable, before step 602, the present invention can also may further comprise the steps:
Acting server is sent to this target request the business module of text filtering center module;
Business module parses information such as real access to netwoks address, required parameter, and these information are returned; And
These information that acting server will obtain rebuild the target request.
Fig. 7 is the concrete steps process flow diagram of step 603 in the preferred embodiment of a kind of web page text information filtering method of the present invention.As shown in Figure 7, step 603 further comprises the steps:
Step 701 loads sensitive word from database, and is stored in the binary tree data structure;
Step 702, the reception sources code information is like html source code;
Step 703 parses the content of text in this source code information;
Step 704, whether the content of text that detects in this source code information needs to filter;
Step 705 if need to filter, is then carried out filtration treatment according to the sensitive word in the binary tree data structure to the content of text in this source code information, and is returned filter result to acting server.
Below will build based on Java language, the acting server in the simple declaration preferred embodiment of the present invention obtains the target request code, loads sensitive word and is saved in the code in the data structure and filters and realize code.
(1) it is following that acting server obtains the requested part code:
Figure BDA0000122702690000101
It is thus clear that above code at first through get parms tabulation and parse real URL of ServletRequest, is downloaded and filter request with agent client then, these operations all are encapsulated among the HttpClient.
(2) load sensitive word and the partial code that is saved in the data structure following:
Figure BDA0000122702690000102
Above-mentioned code has encapsulated and from database, has obtained keyword, forms the function of binary tree, and loading data is realized through type DBManager, forms binary tree and realizes through calling the insertWord method.
(3) filtration implementation part code is following:
Figure BDA0000122702690000112
The algorithm complex of above-mentioned code is O (n 2), what sensitive word was searched employing is binary tree data structure, efficiency ratio is higher.
Fig. 8 for mobile phone terminal access under the situation of no the present invention's web page text information filtering system to webpage and the webpage effect comparison synoptic diagram that the mobile phone terminal access is arrived under the present invention's the situation of web page text information filtering system is being arranged.As shown in Figure 8, the sensitive word in the webpage " is paid homage to Yasukuni Shrine ", " bombarding Tian An-men " is filtered.The log information that the present invention's web page text information filtering system generates comprises information such as commit time and intercepted content, and is as shown in Figure 9.
It is thus clear that; A kind of web page text information filtering system of the present invention and method utilize thoughts of object-oriented programming that text is filtered exploitation; And combine various data structures that system is fully optimized, and separate between the module, improved the reusability and the extensibility of the present invention's system greatly.
The foregoing description is illustrative principle of the present invention and effect thereof only, but not is used to limit the present invention.Any those skilled in the art all can be under spirit of the present invention and category, and the foregoing description is modified and changed.Therefore, rights protection scope of the present invention should be listed like claims.

Claims (10)

1. web page text information filtering system comprises at least:
The web page browsing terminal receives and the request of parsing target through a browser, and with its transmission;
Acting server; Receive this target request and send it to network host; And after obtaining the source code information that this network host returns, this source code information is sent to a text filtering center module and carries out text content filtering; Simultaneously, this acting server also is used to receive the filter result that text filter center module is returned, and with being back to this web page browsing terminal after this filter result processing;
Network host is used to receive the target request that this acting server sends, and returns this source code information; And
The text filtering center module is responsible for this source code information analysis and is filtered judgement, and filter result is back to this acting server.
2. web page text information filtering system as claimed in claim 1; It is characterized in that: this acting server is before being sent to this network host with this target request; This target request is sent to the text filtering center module; And, rebuild the target request in receiving after text filter center module parses goes out real access to netwoks address, required parameter information, again the target request that rebuilds is sent to this network host.
3. web page text information filtering system as claimed in claim 2; It is characterized in that: text filter center module comprises business module, filtering module and database; Wherein, This business module is used to receive the target request that this acting server sends, and parses real access to netwoks address, required parameter information and it is back to acting server; This filtering module is used to receive this source code information that this acting server sends, and according to the sensitive word information that from this database, loads this source code information is resolved filtration, writes down illegal request simultaneously; This database is used to store sensitive word information.
4. web page text information filtering system as claimed in claim 3 is characterized in that, this filtering module comprises:
Load module, the sensitive word information that is used for loading and storing this database;
Source code receives module, be used to receive the source code information from this acting server, and the source code information after will filtering is returned to acting server;
Resolve module, be used for parsing the content of text of this source code information;
Detect module, whether the content of text that is used for detecting this source code information needs to filter; And
The filtration treatment module carries out filtration treatment according to the sensitive word information that loads to this source code information.
5. web page text information filtering system as claimed in claim 4 is characterized in that: this loading module is stored in sensitive word in one binary tree data structure after loading sensitive word information.
6. web page text information filtering system as claimed in claim 1 is characterized in that: text filter center module or be arranged at this network host or integrated by this acting server.
7. web page text information filtering system as claimed in claim 1 is characterized in that: this web page browsing terminal is a mobile phone terminal.
8. a web page text information filtering comprises the steps:
The web page browsing terminal receives and resolves a target request, and this target request is sent to acting server;
This acting server is sent to network host with this target request, and obtains the source code information that network host returns;
This acting server is sent to the text filtering center module with this source code information and filters, and writes down illegal request;
Text filter center module is back to this acting server with filter result; And
Source code information after acting server will filter is handled, and the final page is back to this web page browsing terminal shows.
9. web page text information filtering method as claimed in claim 8 is characterized in that, before this acting server was sent to this network host with this target request, this method also comprised the steps:
This acting server is sent to this target request the business module of text filter center module;
This business module parses real access to netwoks address, required parameter information, and these information are returned; And
These information that this acting server will obtain rebuild the target request.
10. web page text information filtering method as claimed in claim 8 is characterized in that, the step that text filter center module is filtered comprises the steps:
From database, load sensitive word, and be stored in the binary tree data structure;
Receive this source code information;
Parse the content of text in this source code information;
Whether the content of text that detects in this source code information needs to filter;
If need to filter, then the content of text in this source code information carried out filtration treatment, and return filter result to this acting server according to the sensitive word in this binary tree data structure.
CN2011104309701A 2011-12-20 2011-12-20 System and method for filtering text information of webpage Pending CN102402613A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN2011104309701A CN102402613A (en) 2011-12-20 2011-12-20 System and method for filtering text information of webpage

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN2011104309701A CN102402613A (en) 2011-12-20 2011-12-20 System and method for filtering text information of webpage

Publications (1)

Publication Number Publication Date
CN102402613A true CN102402613A (en) 2012-04-04

Family

ID=45884813

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2011104309701A Pending CN102402613A (en) 2011-12-20 2011-12-20 System and method for filtering text information of webpage

Country Status (1)

Country Link
CN (1) CN102402613A (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765786A (en) * 2014-09-30 2015-07-08 贵阳朗玛信息技术股份有限公司 Filtering system for key words and application method thereof
CN104899320A (en) * 2015-06-18 2015-09-09 安一恒通(北京)科技有限公司 Webpage repair method, terminal, server and system
CN105426305A (en) * 2015-11-03 2016-03-23 上海斐讯数据通信技术有限公司 Control attribute analysis system and method
CN105468684A (en) * 2015-11-17 2016-04-06 贵阳朗玛信息技术股份有限公司 Sensitive word filtering system and communication method thereof
CN105812417A (en) * 2014-12-29 2016-07-27 国基电子(上海)有限公司 Remote server, router and bad webpage information filtering method
CN105989136A (en) * 2015-02-27 2016-10-05 阿里巴巴集团控股有限公司 Web page information recognition method and device
CN106326734A (en) * 2015-06-30 2017-01-11 阿里巴巴集团控股有限公司 Method and device for detecting sensitive information
CN107071017A (en) * 2017-03-31 2017-08-18 武汉斗鱼网络科技有限公司 Network request for Android system acts on behalf of instrument and Proxy Method
CN107645524A (en) * 2016-07-21 2018-01-30 腾讯科技(深圳)有限公司 A kind of message push processing method and device
CN110209945A (en) * 2019-06-10 2019-09-06 南威互联网科技集团有限公司 A kind of sensitive word remittance management method of HTTP interface
CN111460307A (en) * 2020-04-03 2020-07-28 渭南双盈未来科技有限公司 Mobile terminal accurate searching method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101132404A (en) * 2007-09-14 2008-02-27 腾讯科技(深圳)有限公司 Web page contents step presentation system and method thereof
CN201867808U (en) * 2010-09-09 2011-06-15 北京开心人信息技术有限公司 System for rapidly matching keywords based on a plurality of word lists

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101132404A (en) * 2007-09-14 2008-02-27 腾讯科技(深圳)有限公司 Web page contents step presentation system and method thereof
CN201867808U (en) * 2010-09-09 2011-06-15 北京开心人信息技术有限公司 System for rapidly matching keywords based on a plurality of word lists

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104765786A (en) * 2014-09-30 2015-07-08 贵阳朗玛信息技术股份有限公司 Filtering system for key words and application method thereof
CN105812417B (en) * 2014-12-29 2019-05-03 国基电子(上海)有限公司 Remote server, router and bad webpage information filtering method
CN105812417A (en) * 2014-12-29 2016-07-27 国基电子(上海)有限公司 Remote server, router and bad webpage information filtering method
CN105989136A (en) * 2015-02-27 2016-10-05 阿里巴巴集团控股有限公司 Web page information recognition method and device
CN104899320A (en) * 2015-06-18 2015-09-09 安一恒通(北京)科技有限公司 Webpage repair method, terminal, server and system
CN106326734A (en) * 2015-06-30 2017-01-11 阿里巴巴集团控股有限公司 Method and device for detecting sensitive information
CN105426305B (en) * 2015-11-03 2017-10-31 上海斐讯数据通信技术有限公司 A kind of control property analysis system and method
CN105426305A (en) * 2015-11-03 2016-03-23 上海斐讯数据通信技术有限公司 Control attribute analysis system and method
CN105468684A (en) * 2015-11-17 2016-04-06 贵阳朗玛信息技术股份有限公司 Sensitive word filtering system and communication method thereof
CN105468684B (en) * 2015-11-17 2019-06-11 贵阳朗玛信息技术股份有限公司 Filtering sensitive words system and its communication means
CN107645524A (en) * 2016-07-21 2018-01-30 腾讯科技(深圳)有限公司 A kind of message push processing method and device
CN107645524B (en) * 2016-07-21 2020-09-01 腾讯科技(深圳)有限公司 Message pushing processing method and device
CN107071017A (en) * 2017-03-31 2017-08-18 武汉斗鱼网络科技有限公司 Network request for Android system acts on behalf of instrument and Proxy Method
CN107071017B (en) * 2017-03-31 2020-06-16 武汉斗鱼网络科技有限公司 Network request agent tool and agent method for android system
CN110209945A (en) * 2019-06-10 2019-09-06 南威互联网科技集团有限公司 A kind of sensitive word remittance management method of HTTP interface
CN111460307A (en) * 2020-04-03 2020-07-28 渭南双盈未来科技有限公司 Mobile terminal accurate searching method and device
CN111460307B (en) * 2020-04-03 2020-11-06 渭南双盈未来科技有限公司 Mobile terminal accurate searching method and device

Similar Documents

Publication Publication Date Title
CN102402613A (en) System and method for filtering text information of webpage
CN103336774B (en) By sandbox from retrieved web content
CN102436513B (en) Distributed search method and system
WO2015043428A1 (en) Method, system, browser and proxy server for loading webpage
US20150066886A1 (en) Native application search results
CN105122237A (en) Sharing application states
CN104063460A (en) Method and device for loading webpage in browser
CN107590145A (en) A kind for the treatment of method and apparatus of page static resource
CN105721538A (en) Data access method and apparatus
WO2015200600A1 (en) Deep links for native applications
WO2014055197A1 (en) Data augmentation
US10007731B2 (en) Deduplication in search results
CN103577392A (en) Keyword pushing method and device based on current browse webpage
CN106126693A (en) The sending method of the related data of a kind of webpage and device
CN103810268A (en) Search result recommendation information loading method, device and system and URL detection method, device and system
CN102567339A (en) Method, device and system for acquiring start page
CN106980698A (en) Browser static resource loading method, browser program and readable storage medium storing program for executing
CN104346345A (en) Data storage method and device
WO2020092135A1 (en) Extracting web api endpoint data from source code
CN104050292A (en) Traffic-saving mode search service method, server, client and system
CN111339057A (en) Method, apparatus and computer readable storage medium for reducing back-to-source requests
CN103793508A (en) Method, device and system for loading recommend information and detecting websites
CN103561083A (en) Internet of things data processing method
CN102982012A (en) Method and device used for obtaining target character strings in disorder text
CN107291826A (en) File search processing method and processing 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
C02 Deemed withdrawal of patent application after publication (patent law 2001)
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20120404