WO2016127625A1 - 地址过滤方法及装置 - Google Patents
地址过滤方法及装置 Download PDFInfo
- Publication number
- WO2016127625A1 WO2016127625A1 PCT/CN2015/088632 CN2015088632W WO2016127625A1 WO 2016127625 A1 WO2016127625 A1 WO 2016127625A1 CN 2015088632 W CN2015088632 W CN 2015088632W WO 2016127625 A1 WO2016127625 A1 WO 2016127625A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- url address
- address
- cache list
- webpage
- url
- Prior art date
Links
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/02—Network architectures or network communication protocols for network security for separating internal from external traffic, e.g. firewalls
- H04L63/0227—Filtering policies
- H04L63/0236—Filtering by address, protocol, port number or service, e.g. IP-address or URL
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/60—Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
- H04L67/63—Routing a service request depending on the request content or context
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/953—Querying, e.g. by the use of web search engines
- G06F16/9535—Search customisation based on user profiles and personalisation
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L61/00—Network arrangements, protocols or services for addressing or naming
- H04L61/58—Caching of addresses or names
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/02—Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
Definitions
- the present disclosure relates to the field of Internet technologies, and in particular, to an address filtering method and apparatus.
- the inventory displayed on the web page not only affects the user's browsing experience, but also wastes user traffic.
- the related technology filters the advertisement resources, firstly constructs a filter matching table by using a preset matching algorithm, and then, according to at least one regular expression in the filtering matching table, a URL (Uniform Resource Locator) address corresponding to the webpage material resource. Matching is performed. When the matching is successful, the URL address is determined to be an advertisement address to be filtered and filtered. Since the URLs corresponding to the same advertisements in the same webpage are usually the same, when two identical URLs are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes calculations. Resources.
- An embodiment of the present disclosure provides an address filtering method and apparatus.
- the technical solution is as follows:
- an address filtering method comprising:
- the webpage material resource comprises at least one of a picture resource, an audio resource, a video resource, and a text resource;
- the URL address is not stored in the address cache list, it is matched according to a preset matching algorithm whether the URL address is a URL address to be filtered.
- an address filtering apparatus comprising:
- the first obtaining module is configured to obtain a URL address corresponding to the webpage material resource, where the webpage material resource comprises at least one of a picture resource, an audio resource, a video resource, and a text resource;
- the search module is configured to search whether the URL address is stored in the address cache list, and the address cache list is used to store the URL address that has been matched by the preset matching algorithm;
- the matching module is configured to match, when the URL address is not stored in the address cache list, whether the URL address is a URL address to be filtered according to a preset matching algorithm.
- an address filtering apparatus comprising:
- a memory for storing executable instructions of the processor
- processor is configured to:
- the webpage material resource comprises at least one of a picture resource, an audio resource, a video resource, and a text resource;
- the URL address is not stored in the address cache list, it is matched according to a preset matching algorithm whether the URL address is a URL address to be filtered.
- the URL matching needs to use the preset matching algorithm to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources; it only needs to use the preset matching algorithm pair and is not stored in the address cache list.
- the URL addresses are matched to improve the efficiency of filtering and save computing resources.
- FIG. 1 is a schematic diagram of an environment of an implementation environment involved in various embodiments of the present disclosure
- 2A is a flowchart of a method of an address filtering method according to an exemplary embodiment
- 2B is a flowchart of a method of an address filtering method according to an exemplary embodiment
- 2C is a flowchart of a method of an address filtering method according to an exemplary embodiment
- 2D is a flowchart of a method of an address filtering method according to an exemplary embodiment
- FIG. 3A is a flowchart of a method of an address filtering method according to another exemplary embodiment
- FIG. 3B is a flowchart of a method for obtaining a URL address process involved in an address filtering method according to another exemplary embodiment
- FIG. 4 is a flowchart of a method of an address filtering method according to still another exemplary embodiment
- FIG. 5 is a flowchart of a method of an address filtering method according to still another exemplary embodiment
- FIG. 6 is a block diagram showing the structure of an address filtering apparatus according to an exemplary embodiment
- FIG. 7 is a block diagram showing the structure of an address filtering apparatus according to another exemplary embodiment.
- FIG. 8 is a block diagram of an address filtering apparatus, according to an exemplary embodiment.
- FIG. 1 is a schematic diagram of an environment of an implementation environment involved in various embodiments of the present disclosure, including an electronic device 110, a web resource server 120, and a server 130.
- the electronic device 110 can be implemented by an electronic device on which a web browsing client is installed.
- the electronic device can be a smartphone, a tablet, an e-book reader, and a laptop portable computer (camera, video camera), and the like.
- the electronic device 110 and the web resource server 120 are connected by a wired or wireless network.
- the web resource server 120 can be a server, or a server cluster consisting of several servers, or a cloud computing service center.
- the webpage resource server 120 is configured to return a corresponding webpage code according to the webpage access request sent by the electronic device 120, and return a corresponding webpage material according to the webpage material resource acquisition request sent by the electronic device 120.
- the server 130 and the electronic device 120 are connected by a wired or wireless network.
- Server 130 can be a server, or a cluster of servers consisting of several servers, or a cloud computing service center.
- the server 130 is configured to receive and send a list of address caches sent by the plurality of electronic devices 120.
- FIG. 2A is a flowchart of a method for an address filtering method according to an exemplary embodiment.
- the address filtering method is used for installing an electronic device with a web browsing client.
- the address filtering method may include the following steps.
- the URL address corresponding to the webpage material resource is acquired, and the webpage material resource includes at least one of a picture resource, an audio resource, a video resource, and a text resource;
- step 202 the address cache list is searched for whether the URL address is stored, and the address cache list is used to store a URL address that has been matched by a preset matching algorithm.
- the address cache list includes at least one of a first cache list and a second cache list, where the first cache list is used to store a URL address that needs to be filtered that is matched by a preset matching algorithm, and the second cache list is used to store a preset.
- the matching algorithm matches the URL address that does not need to be filtered.
- step 203 when the URL address is not stored in the address cache list, matching according to a preset matching algorithm Whether the URL address is a URL address that needs to be filtered.
- the address filtering method searches for the obtained URL address by searching the address cache list.
- the URL matching address is matched according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources;
- the preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- the client may store each URL address in the address cache list by using a hash table, thereby improving the efficiency of finding the URL address in the address cache list.
- the address filtering method may further include the following steps:
- each URL address in the address cache list is stored in a hash table.
- the client may perform a lookup priority order on each URL address according to the number of times the URL addresses in the address cache list are searched, so that the client can access the frequently visited webpage faster. Find in the address cache list to improve the efficiency of filtering URL addresses.
- the address filtering method may further include the following steps:
- step 205 the number of times that each URL address in the address cache list is searched is obtained; the search priority order is performed on each URL address in the address cache list according to the number of times, and the search priority is used to identify the search order of each URL address in the search. order.
- the client may also send the generated address cache list to the server, and the server generates update information for different clients according to the address cache list sent by different clients, so that different clients can This update information improves the efficiency of filtering by improving the URL address stored in the address cache list.
- the address filtering method may further include the following steps:
- the address cache list is sent to the server, and the server is configured to analyze the client's access habit according to the address cache list, and generate update information according to the client's access habits and the address cache list sent by other clients;
- step 207 the update information is received, and the address cache list is updated based on the update information.
- the client preferentially searches whether the URL address corresponding to the obtained web material resource is stored in the first cache list, and when the URL address is not stored in the first cache list, The URL is matched by a preset matching algorithm; and in order to improve the filtering efficiency, each URL address in the first cache list is stored in a hash table.
- FIG. 3A is a flowchart of a method for the address filtering method according to another exemplary embodiment.
- the address filtering method is used for the electronic device 110 shown in FIG. 1 , and the address filtering method may include the following steps. .
- the URL address corresponding to the webpage material resource is obtained, and the webpage material resource includes a picture resource, At least one of an audio resource, a video resource, and a text resource.
- a web page contains a large number of web assets, which can be text, video, images, audio, and more on a web page. However, these web assets contain some of the inventory. Displaying these inventory on the webpage will affect the user’s browsing experience, so the client needs to filter the inventory in the webpage assets.
- the client can obtain the URL address in the webpage material resource, and determine whether the webpage material resource is an advertisement resource according to the URL address.
- the step may include the following steps:
- a webpage access request is sent to the webpage resource server, where the webpage access request carries the webpage of the webpage, and the webpage resource server is configured to search the webpage code corresponding to the webpage according to the webpage.
- the user When the user browses the webpage through the client, the user needs to input a corresponding web address in the address bar, and the client generates a webpage access request carrying the webpage according to the webpage, and sends the webpage access request to the corresponding webpage resource server.
- the webpage resource server After receiving the webpage access request, the webpage resource server sends the webpage code of the webpage of the webpage to the client, where the webpage code may be a code written by HTML (HyperText Markup language).
- HTML HyperText Markup language
- step 301B the webpage code sent by the webpage resource server is received, and the webpage code includes a URL address corresponding to at least one webpage material resource.
- the webpage code contains a large number of URL addresses corresponding to the webpage material resources.
- step 301C the URL address of the webpage material resource included in the webpage code is obtained.
- the client obtains the URL address of the webpage material resource in the webpage code one by one, and judges whether the corresponding webpage material resource is an advertisement resource through the address.
- step 302 the URL address is hashed to obtain the URL address after the hashing operation.
- the table structure of the first cache list can be as shown in Table 1:
- the key code value is obtained after the URL address is hashed.
- the client After obtaining the URL address in the webpage resource, the client obtains the key code value corresponding to the URL address by performing a hashing operation. It should be noted that, in this embodiment, only the corresponding key code value obtained after the hashing operation of the URL address is used as an example, and the present disclosure is not limited.
- step 303 it is found in the first cache list whether the URL address is stored according to the URL address of the hashing operation.
- step 304 When the URL address is found in the first cache list according to the URL address of the hashing operation, step 304 is performed; when the URL address according to the hashing operation is not found in the first cache list, the URL is not found in the first cache list. When the address is reached, step 305 is performed.
- step 304 when the URL address is stored in the first cache list, the URL address is directly filtered according to the record of the first cache list.
- the client may determine that the URL address is a URL address that needs to be filtered by the preset matching algorithm, that is, the webpage resource corresponding to the URL address is an advertisement resource, and the client is Filter the URL address.
- the client performs a hash operation on the obtained URL address, obtains a key value of “Hash B”, and searches according to the key value in the first cache list shown in Table 1, and finds the first The key value exists in the cache list, that is, the URL address is stored in the first cache list. At this time, the client does not need to match the URL address according to the preset matching algorithm, but directly filters the URL address. .
- step 305 when the URL address is not stored in the first cache list, whether the URL address is a URL address to be filtered is matched according to a preset matching algorithm.
- the client cannot determine whether the URL address is a URL address to be filtered, so the URL address needs to be matched according to a preset matching algorithm.
- the client constructs a filter matching table according to a preset matching algorithm, where the filtering matching table stores at least one regular expression, and the client matches the obtained URL address with the regular expression in the filtering matching table, when the URL When the address matches the regular expression in the filter matching table, the URL is determined to be the URL address to be filtered, and step 306 is performed.
- the filter matching table can be as shown in Table 2.
- the obtained URL is "http://example.com/adv/123"
- it matches the regular expression in the filter matching table and finds that the URL address matches the regular expression numbered 2, that is, Make sure the URL address is the URL address that needs to be filtered.
- step 306 when the URL address is detected as a URL address to be filtered according to a preset matching algorithm, the URL address is filtered.
- the client determines that the webpage asset is an advertisement resource, and filters the URL request.
- step 307 the URL address is added to the first cache list.
- the client Since the URL address is a URL address that needs to be filtered by the preset matching algorithm, the client adds the URL address to the first cache list. It should be noted that, since each URL address in the first cache list is stored in a hash table, the client needs to perform a hash operation on the URL address and then store the URL in the first cache list.
- the client When the client obtains the URL address again, since the URL address is already stored in the first cache list, the client directly filters the URL address, and no longer needs to be matched by a preset matching algorithm, thereby saving calculations. Resources.
- the address filtering method searches for the obtained URL address by searching the address cache list.
- the URL matching address is matched according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources;
- the preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- the address filtering method provided by the embodiment further stores the URL address to be filtered that is matched by the preset matching algorithm in the first cache list, and searches whether the URL corresponding to the web material resource is stored in the first cache list.
- An address when the URL address is stored in the first cache list, directly filtering the URL address, and when the URL address is not stored in the first cache list, matching is performed by using a preset matching algorithm, thereby reducing the algorithm.
- the process of matching URL addresses saves computing resources and improves filtering efficiency.
- the address filtering method provided in this embodiment improves the filtering efficiency by using the hash table storage for each URL address in the address cache list, thereby improving the search efficiency of the client in the address cache list.
- the client preferentially searches whether the URL address corresponding to the obtained web material is stored in the second cache list, and when the URL address is not stored in the second cache list, The URL is matched by a preset matching algorithm; and in order to improve the filtering efficiency, the client may also search for each URL address in the second cache list according to the number of times the URL addresses in the second cache list are searched out.
- Priority ordering The following description will be made using an exemplary embodiment.
- FIG. 4 is a flowchart of a method for an address filtering method according to still another exemplary embodiment.
- the address filtering method is used for the electronic device 110 shown in FIG. 1 , and the address filtering method may include the following steps.
- step 401 the number of times each URL address in the second cache list is found is obtained.
- the second cache list is used to store the URL address that is not filtered by the preset matching algorithm, and the number of times the client addresses the URL address corresponding to the URL address in the second cache list is found once. plus one. Obviously, the more times the URL address is found, the more times the user obtains the URL address corresponding to the webpage resource. Therefore, the client may determine the number of times the user obtains the corresponding webpage material resource according to the number of times the URL address is found in the obtained second cache list.
- step 402 the search priority order is performed on each URL address in the second cache list according to the number of times.
- the lookup priority is used to identify the order in which each URL address is searched.
- the client performs a lookup priority ordering on the URL addresses stored in the second cache list according to the number of times the obtained URL addresses are searched.
- the second cache list may be as shown in Table 3.
- the client searches for the URL address in the second cache list
- the client searches in order from the largest to the smallest according to the search priority.
- different URL addresses may also correspond to the same search priority. This example is only described by taking different URL addresses corresponding to different search priorities as an example, and does not limit the present disclosure.
- the webpage resource included therein has a higher priority for the URL address, and when the user accesses the frequently visited webpage, the search efficiency in the second cache list is also higher. Thereby improving the efficiency of web resource acquisition.
- the URL address corresponding to the webpage material resource is acquired, and the webpage material resource includes at least one of a picture resource, an audio resource, a video resource, and a text resource.
- the client obtains a URL address corresponding to the webpage material resource, and determines whether the webpage material resource is an advertisement resource according to the URL address.
- step 404 it is looked up in the second cache list to see if the URL address is stored.
- the client obtains the search priority of each URL in the second cache list, and compares the URL address with each URL address in the second cache list according to the order of the search priority, thereby determining the second cache list. Whether the URL address is stored.
- step 405 When the URL address is stored in the second cache list, step 405 is performed; when the URL address is not stored in the second cache list, step 406 is performed.
- step 405 when the URL address is stored in the second cache list, the web material resource acquisition request is sent to the web resource server according to the URL address.
- the URL address is determined to be a URL address that does not need to be filtered, and the client generates a webpage material resource acquisition request according to the URL address, and sends the webpage resource resource to the webpage resource server. Get the request.
- step 406 when the URL address is not stored in the second cache list, whether the URL address is a URL address to be filtered is matched according to a preset matching algorithm.
- the client cannot determine whether the URL address is a URL address to be filtered, so the URL address needs to be further matched according to a preset matching algorithm.
- the step of matching the URL address according to the preset matching algorithm is similar to the foregoing step 305, and details are not described herein again.
- step 407 when it is detected according to the preset matching algorithm that the URL address is a URL address that does not need to be filtered, the webpage resource resource acquisition request is sent to the webpage resource server according to the URL address.
- the client determines that the webpage material resource is not an advertisement resource, and sends a webpage material resource acquisition request to the webpage resource server.
- the webpage resource server returns a corresponding webpage material resource according to the webpage material resource acquisition request.
- step 408 the URL address is added to the second cache list.
- the client Since the URL address is a URL address that is not filtered by the preset matching algorithm, the client adds the URL address to the second cache list. It should be noted that after the URL address is added to the second cache list, the client needs to detect whether the lookup priority needs to be changed, and adjusts when the lookup priority changes, thereby ensuring the second cache list. Find the timeliness of priority.
- the client When the client obtains the URL address again, since the URL address is already stored in the second cache list, the client no longer needs to use the preset matching algorithm to match the URL address, thereby saving computing resources.
- the address filtering method searches for the obtained URL address by searching the address cache list.
- the URL matching address is matched according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources;
- the preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- the address filtering method provided by the embodiment further stores the URL address that is not filtered by the preset matching algorithm in the second cache list, and searches for the corresponding cache material in the second cache list.
- a URL address when the URL address is stored in the second cache list, sending a webpage material resource acquisition request to the webpage resource server, and when the URL address is not stored in the second cachelist, matching is performed by using a preset matching algorithm. The process of matching the URL address by the algorithm is reduced, thereby saving computing resources and improving filtering efficiency.
- the address filtering method provided in this embodiment further performs search priority ranking on each URL address according to the number of times the URL addresses in the address cache list are searched, thereby improving the search efficiency of the client in the address cache list, thereby improving Filtration efficiency.
- the client may also store the matched URL address to be filtered into the first cache list, and store the matched URL address that does not need to be filtered into the second cache list.
- the first cache is sequentially The search is performed in the list and the second cache list.
- the matching is performed by using a preset matching algorithm; and in order to improve the filtering efficiency, the client caches the address list.
- Sending to the server the server generates update information according to the client's access habits and other address cache lists sent by the client, and sends the update information to the client, and the address cache list is further supplemented, thereby further improving the filtering efficiency. .
- the following description will be made using an exemplary embodiment.
- FIG. 5 is a flowchart of a method for an address filtering method according to still another exemplary embodiment. This embodiment uses the address.
- the filtering method is used for the electronic device 110 shown in FIG. 1, and the address filtering method may include the following steps.
- step 501 the first cache list and the second cache list are sent to the server, and the server is configured to analyze the client's access habit according to the first cache list and the second cache list, and according to the client's access habits and other clients.
- a cache list and a second cache list generate update information.
- the client may send the first cache list and the second cache list to the server every predetermined time interval, and the predetermined time intervals may be the same or different. For example, the client may send the first cache list and the second cache list to the server every 24 hours, or may send the first cache list and the second cache list to the server on the 1st of each month. It should be noted that, when the client adds a new URL address to the first cache list or the second cache list, the client may send the first cache list and the second cache list to the server, which is not limited by the disclosure. .
- the server After receiving the first cache list and the second cache list, the server analyzes the client's access habit according to the URL address stored in the first cache list and the second cache list. For example, the client may frequently access the stored URL address according to the stored URL address. Website.
- the server may according to the access habits of the client and the first cache list sent by the other client and the URL address stored in the second cache list. Generate update information.
- the server analyzes the first cache list A sent by the client A, and the website frequently accessed by the client A is the website A, and the “URL A” and the “URL B” in the first cache list A belong to the website A;
- the server The first cache list B sent by the client B is analyzed, and the website frequently accessed by the client B is the website A, and the “URL B” and the “URL C” in the first cache list A belong to the website A;
- the server is about to “URL” C" is determined as the update information corresponding to the client A, and "URL A" is determined as the update information corresponding to the client B.
- the server sends the generated update information to the corresponding client.
- step 502 update information is received, and the first cache list and the second cache list are updated according to the update information.
- the client adds the URL address included in the update information to the corresponding address cache table.
- the URL address corresponding to the webpage material resource is acquired, and the webpage material resource includes at least one of a picture resource, an audio resource, a video resource, and a text resource.
- the client obtains the URL address corresponding to the webpage material resource, and determines whether the webpage material resource is an advertisement resource according to the URL address.
- step 504 it is detected whether the URL address is stored in the first cache list.
- the client detects whether the URL address is stored in the first cache list. When it is detected that the URL address is stored in the first cache list, the URL address is determined to be a URL address to be filtered, and is filtered; when the first cache list is used When the URL address is not stored, step 505 is performed.
- step 505 when the URL address is not stored in the first cache list, it is detected whether the URL address is stored in the second cache list.
- the client detects whether the URL address is stored in the second cache list. When it is detected that the URL address is stored in the second cache list, the URL address is determined to be a URL address that does not need to be filtered; when the second cache list is not stored When the URL address is stored, step 506 is performed.
- step 506 when the URL address is not stored in the second cache list, whether the URL address is a URL address to be filtered is matched according to a preset matching algorithm.
- the step of matching the URL address to the URL address to be filtered according to the preset matching algorithm is similar to the step 305 described above, and details are not described herein again.
- step 507 when the URL address is matched to the URL address to be filtered according to the preset matching algorithm, the URL address is filtered; and the URL address is added to the first cache list.
- the client When detecting, by the preset matching algorithm, that the URL address is a URL address that needs to be filtered, the client determines that the webpage asset is an advertisement resource, filters the URL address, and adds the URL address to the first cache list.
- step 508 when the URL address is matched to the URL address that does not need to be filtered according to the preset matching algorithm, the webpage resource resource obtaining request is sent to the webpage resource server according to the URL address; and the URL address is added to the second cache list.
- the client determines that the webpage material resource is not an advertisement resource request, sends a webpage material resource acquisition request to the webpage resource server, and adds the URL address. Go to the second cache list.
- the address filtering method searches for the obtained URL address by searching the address cache list.
- the URL matching address is matched according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources;
- the preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- the address filtering method provided by the embodiment further sends the address cache list to the server, and the server generates update information according to the address cache list and the address cache list sent by other clients, and sends the update information to the client, the client.
- the terminal updates the address cache list according to the update information, so that the address cache list of the client with the same access habit is supplemented and improved, and the filtering efficiency is improved.
- FIG. 6 is a block diagram showing the structure of an address filtering apparatus according to an exemplary embodiment.
- the address filtering apparatus may be implemented as part or all of the electronic device 110 shown in FIG. 1 by software, hardware, or a combination of both.
- the address filtering device can include:
- the first obtaining module 601 is configured to obtain a URL address corresponding to the webpage material resource, where the webpage material resource comprises at least one of a picture resource, an audio resource, a video resource, and a text resource;
- the searching module 602 is configured to: in the address cache list, to search whether a URL address is stored, where the address cache list is used to store a URL address that has been matched by a preset matching algorithm;
- the matching module 603 is configured to match, when the URL address is not stored in the address cache list, whether the URL address is a URL address to be filtered according to a preset matching algorithm.
- the address filtering apparatus searches for the URL address in the address cache list by searching whether the obtained URL address is not found, and then matching the URL address according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources; The preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- FIG. 7 is a block diagram showing the structure of an address filtering apparatus according to another exemplary embodiment.
- the address filtering apparatus may be implemented as part or all of the electronic device 110 shown in FIG. 1 by software, hardware, or a combination of both.
- the address filtering device can include:
- the first obtaining module 701 is configured to acquire a URL address corresponding to the webpage material resource, where the webpage material resource comprises at least one of a picture resource, an audio resource, a video resource, and a text resource;
- the searching module 702 is configured to search, in the address cache list, whether a URL address is stored, where the address cache list is used to store a URL address that has been matched by a preset matching algorithm;
- the matching module 703 is configured to match, when the URL address is not stored in the address cache list, whether the URL address is a URL address to be filtered according to a preset matching algorithm.
- the first obtaining module 701 includes:
- the request sending sub-module 701A is configured to send a webpage access request to the webpage resource server, where the webpage access request carries the webpage of the webpage, and the webpage resource server is configured to search the webpage code corresponding to the webpage according to the webpage;
- the code receiving sub-module 701B receives the webpage code sent by the webpage resource server, and the webpage code includes a URL address corresponding to the at least one webpage material resource;
- the obtaining submodule 701C is configured to obtain a URL address of a webpage material resource included in the webpage code.
- each URL address in the address cache list is stored in a hash table
- the finding module 702 includes:
- the operation sub-module 702A is configured to perform a hash operation on the URL address to obtain a URL address after the hash operation;
- the lookup submodule 702B is configured to look up in the address cache list whether a URL address is stored according to the URL address of the hashing operation.
- the device further includes:
- the second obtaining module 704 is configured to obtain the number of times each URL address in the address cache list is searched out;
- the sorting module 705 is configured to perform a lookup priority row for each URL address in the address cache list according to the number of times The priority is used to identify the order in which each URL address is searched.
- the address cache list includes a first cache list, where the first cache list is used to store a URL address that needs to be filtered by the preset matching algorithm.
- the device also includes:
- the first filtering module 706 is configured to filter the URL address when the URL address is a URL address that needs to be filtered according to the preset matching algorithm.
- the first adding module 707 is configured to add the URL address to the first cache list.
- the address cache list includes a second cache list, where the second cache list is used to store a URL address that is not filtered by the preset matching algorithm.
- the device also includes:
- the first sending module 708 is configured to: when detecting, according to the preset matching algorithm, that the URL address is a URL address that does not need to be filtered, sending a webpage resource resource obtaining request to the webpage resource server according to the URL address;
- the second adding module 709 is configured to add the URL address to the second cache list.
- the address cache list includes a first cache list and a second cache list, where the first cache list is used to store a URL address that needs to be filtered that is matched by the preset matching algorithm, and the second cache list is used to store a preset matching algorithm match. a URL address that does not need to be filtered,
- the finding module 702 includes:
- the first detecting submodule 702C is configured to detect whether a URL address is stored in the first cache list
- the second detecting sub-module 702D is configured to detect whether the URL address is stored in the second cache list when the URL address is not stored in the first cache list;
- the second detecting sub-module 702D is further configured to, when the URL address is not stored in the second cache list, perform a step of matching whether the URL address is a URL address to be filtered according to a preset matching algorithm;
- the device also includes:
- the second filtering module 710 is configured to: when the URL address is selected as the URL address to be filtered according to the preset matching algorithm, filter the URL address; add the URL address to the first cache list;
- the second sending module 711 is configured to: when the URL address is a URL address that does not need to be filtered according to the preset matching algorithm, send a webpage material resource obtaining request to the webpage resource server according to the URL address; and add the URL address to the second cache. List.
- the device further includes:
- the list sending module 712 is configured to send an address cache list to the server, and the server is configured to analyze the client's access habit according to the address cache list, and generate update information according to the client's access habits and the address cache list sent by other clients;
- the receiving module 713 is configured to receive the update information and update the address cache list according to the update information.
- the device further includes:
- the third filtering module 714 is configured to cache the column according to the address when the URL address is stored in the address cache list
- the record of the table directly filters the URL address, or sends a web material resource acquisition request to the web resource server according to the URL address.
- the address filtering apparatus searches for the URL address in the address cache list by searching whether the obtained URL address is not found, and then matching the URL address according to a preset matching algorithm. Whether it is a URL address that needs to be filtered; if two identical URL addresses are received, the same matching operation is required to perform the same matching operation twice, which not only affects the filtering efficiency, but also wastes the problem of computing resources; The preset matching algorithm only needs to match the URL addresses not stored in the address cache list, thereby improving the filtering efficiency and saving the computing resources.
- the address filtering apparatus further stores the URL address to be filtered that is matched by the preset matching algorithm in the first cache list, and searches whether the URL corresponding to the webpage resource is stored in the first cache list.
- An address when the URL address is stored in the first cache list, directly filtering the URL address, and when the URL address is not stored in the first cache list, matching is performed by using a preset matching algorithm, thereby reducing the algorithm.
- the process of matching URL addresses saves computing resources and improves filtering efficiency.
- the address filtering apparatus provided in this embodiment further improves the search efficiency of the client in the address cache list by using the hash table storage for each URL address in the address cache list, thereby improving the filtering efficiency.
- the address filtering device provided by the embodiment further stores the URL address that is not filtered by the preset matching algorithm in the second cache list, and searches for the corresponding cache material in the second cache list.
- a URL address when the URL address is stored in the second cache list, sending a webpage material resource acquisition request to the webpage resource server, and when the URL address is not stored in the second cachelist, matching is performed by using a preset matching algorithm. The process of matching the URL address by the algorithm is reduced, thereby saving computing resources and improving filtering efficiency.
- the address filtering apparatus provided in this embodiment further performs search priority ranking on each URL address according to the number of times the URL addresses in the address cache list are searched, thereby improving the search efficiency of the client in the address cache list, thereby improving Filtration efficiency.
- the address filtering apparatus provided in this embodiment further generates update information according to the address cache list and the address cache list sent by other clients by sending the address cache list to the server, and sends the update information to the client, the client.
- the terminal updates the address cache list according to the update information, so that the address cache list of the client with the same access habit is supplemented and improved, and the filtering efficiency is improved.
- FIG. 8 is a block diagram of an address filtering device 800, according to an exemplary embodiment.
- device 800 can be electronic device 110 as shown in FIG.
- device 800 can include one or more of the following components: processing component 802, memory 804, power component 806, multimedia component 808, audio component 810, input/output (I/O) interface 812, sensor component 814, And a communication component 816.
- Processing component 802 typically controls the overall operation of device 800, such as operations associated with display, telephone calls, data communications, camera operations, and recording operations.
- Processing component 802 can include one or more processors 820 to execute the fingers Order to complete all or part of the steps of the above method.
- processing component 802 can include one or more modules to facilitate interaction between component 802 and other components.
- processing component 802 can include a multimedia module to facilitate interaction between multimedia component 808 and processing component 802.
- Memory 804 is configured to store various types of data to support operation at device 800. Examples of such data include instructions for any application or method operating on device 800, contact data, phone book data, messages, pictures, videos, and the like.
- the memory 804 can be implemented by any type of volatile or non-volatile storage device, or a combination thereof, such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable.
- SRAM static random access memory
- EEPROM electrically erasable programmable read only memory
- EPROM Electrically erasable programmable read only memory
- PROM Programmable Read Only Memory
- ROM Read Only Memory
- Magnetic Memory Flash Memory
- Disk Disk or Optical Disk.
- Power component 806 provides power to various components of device 800.
- Power component 806 can include a power management system, one or more power sources, and other components associated with generating, managing, and distributing power for device 800.
- the multimedia component 808 includes a screen between the device 800 and the user that provides an output interface.
- the screen can include a liquid crystal display (LCD) and a touch panel (TP). If the screen includes a touch panel, the screen can be implemented as a touch screen to receive input signals from the user.
- the touch panel includes one or more touch sensors to sense touches, slides, and gestures on the touch panel. The touch sensor may sense not only the boundary of the touch or sliding action, but also the duration and pressure associated with the touch or slide operation.
- the multimedia component 808 includes a front camera and/or a rear camera. When the device 800 is in an operation mode, such as a shooting mode or a video mode, the front camera and/or the rear camera can receive external multimedia data. Each front and rear camera can be a fixed optical lens system or have focal length and optical zoom capabilities.
- the audio component 810 is configured to output and/or input an audio signal.
- the audio component 810 includes a microphone (MIC) that is configured to receive an external audio signal when the device 800 is in an operational mode, such as a call mode, a recording mode, and a voice recognition mode.
- the received audio signal may be further stored in memory 804 or transmitted via communication component 816.
- the audio component 810 also includes a speaker for outputting an audio signal.
- the I/O interface 812 provides an interface between the processing component 802 and the peripheral interface module, which may be a keyboard, a click wheel, a button, or the like. These buttons may include, but are not limited to, a home button, a volume button, a start button, and a lock button.
- Sensor assembly 814 includes one or more sensors for providing device 800 with a status assessment of various aspects.
- sensor assembly 814 can detect an open/closed state of device 800, relative positioning of components, such as the display and keypad of device 800, and sensor component 814 can also detect a change in position of one component of device 800 or device 800. The presence or absence of user contact with device 800, device 800 orientation or acceleration/deceleration, and temperature variation of device 800.
- Sensor assembly 814 can include a proximity sensor configured to detect the presence of nearby objects without any physical contact.
- Sensor assembly 814 may also include a light sensor, such as a CMOS or CCD image sensor, for use in imaging applications.
- the sensor assembly 814 can also include an acceleration sensor, a gyro sensor, a magnetic sensor, a pressure sensor, or a temperature sensor.
- Communication component 816 is configured to facilitate wired or wireless communication between device 800 and other devices.
- the device 800 can access a wireless network based on a communication standard, such as WiFi, 2G or 3G, or a combination thereof.
- communication component 816 receives broadcast signals or broadcast associated information from an external broadcast management system via a broadcast channel.
- the communication component 816 also includes a near field communication (NFC) module to facilitate short range communication.
- NFC near field communication
- the NFC module can be implemented based on radio frequency identification (RFID) technology, infrared data association (IrDA) technology, ultra-wideband (UWB) technology, Bluetooth (BT) technology, and other technologies.
- RFID radio frequency identification
- IrDA infrared data association
- UWB ultra-wideband
- Bluetooth Bluetooth
- device 800 may be implemented by one or more application specific integrated circuits (ASICs), digital signal processors (DSPs), digital signal processing devices (DSPDs), programmable logic devices (PLDs), field programmable A gate array (FPGA), controller, microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- ASICs application specific integrated circuits
- DSPs digital signal processors
- DSPDs digital signal processing devices
- PLDs programmable logic devices
- FPGA field programmable A gate array
- controller microcontroller, microprocessor, or other electronic component implementation for performing the above methods.
- non-transitory computer readable storage medium comprising instructions, such as a memory 804 comprising instructions executable by processor 820 of apparatus 800 to perform the above method.
- the non-transitory computer readable storage medium may be a ROM, a random access memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, and an optical data storage device.
- a non-transitory computer readable storage medium when instructions in the storage medium are executed by a processor of apparatus 800, enables apparatus 800 to perform an address filtering method applied to electronic device 110 as shown in FIG.
Landscapes
- Engineering & Computer Science (AREA)
- Databases & Information Systems (AREA)
- Signal Processing (AREA)
- Computer Networks & Wireless Communication (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Data Mining & Analysis (AREA)
- Computer Hardware Design (AREA)
- Computer Security & Cryptography (AREA)
- Computing Systems (AREA)
- Information Transfer Between Computers (AREA)
Abstract
Description
关键码值 | URL地址 |
Hash A | http://example.com/ads/110 |
Hash B | http://example.com/ads/120 |
Hash C | http://example.com/ads/130 |
编号 | 正则表达式 |
1 | http://example.com/ads/* |
2 | http://example.com/adv/* |
3 | http://example.com/banner*.gif |
查找优先级 | URL地址 | 被查找出的次数 |
4 | URL A | 100 |
3 | URL B | 80 |
2 | URL C | 60 |
1 | URL D | 20 |
Claims (19)
- 一种地址过滤方法,其特征在于,所述方法包括:获取网页素材资源所对应的统一资源定位符URL地址,所述网页素材资源包括图片资源、音频资源、视频资源和文字资源中的至少一种;在地址缓存列表中查找是否存储有所述URL地址,所述地址缓存列表用于存储已经经过预设匹配算法匹配的URL地址;当所述地址缓存列表中未存储有所述URL地址时,根据所述预设匹配算法匹配所述URL地址是否为需要过滤的URL地址。
- 根据权利要求1所述的方法,其特征在于,所述获取网页素材资源所对应的统一资源定位符URL地址,包括:向网页资源服务器发送网页访问请求,所述网页访问请求携带有所述网页的网址,所述网页资源服务器用于根据所述网址查找所述网页对应的网页代码;接收所述网页资源服务器发送的所述网页代码,所述网页代码包括至少一个所述网页素材资源所对应的URL地址;获取所述网页代码中包括的所述网页素材资源的URL地址。
- 根据权利要求1所述的方法,其特征在于,所述地址缓存列表中的各个URL地址采用哈希表存储;所述在地址缓存列表中查找是否存储有所述URL地址,包括:将所述URL地址进行哈希化操作,得到哈希化操作后的URL地址;根据经过所述哈希化操作的URL地址在所述地址缓存列表中查找是否存储有所述URL地址。
- 根据权利要求1所述的方法,其特征在于,所述方法,还包括:获取所述地址缓存列表中各个URL地址被查找出的次数;根据所述次数对所述地址缓存列表中各个URL地址进行查找优先级排序,所述查找优先级用于标识各个URL地址在查找时的查找先后顺序。
- 根据权利要求1所述的方法,其特征在于,所述地址缓存列表包括第一缓存列表,所述第一缓存列表用于存储所述预设匹配算法匹配出的需要过滤的URL地址,所述方法,还包括:当根据所述预设匹配算法检测到所述URL地址是所述需要过滤的URL地址时,过滤所述URL地址;将所述URL地址添加到所述第一缓存列表中。
- 根据权利要求1所述的方法,其特征在于,所述地址缓存列表包括第二缓存列表,所述第二缓存列表用于存储所述预设匹配算法匹配出的不需要过滤的URL地址,所述方法,还包括:当根据所述预设匹配算法检测到所述URL地址是所述不需要过滤的URL地址时,根据所述URL地址向网页资源服务器发送网页素材资源获取请求;将所述URL地址添加到所述第二缓存列表中。
- 根据权利要求1所述的方法,其特征在于,所述地址缓存列表包括第一缓存列表和第二缓存列表,所述第一缓存列表用于存储所述预设匹配算法匹配出的需要过滤的URL地址,所述第二缓存列表用于存储所述预设匹配算法匹配出的不需要过滤的URL地址,所述在地址缓存列表中查找是否存储所述URL地址,包括:检测所述第一缓存列表中是否存储有所述URL地址;当所述第一缓存列表中未存储所述URL地址时,检测所述第二缓存列表中是否存储所述URL地址;当所述第二缓存列表中未存储所述URL地址时,执行所述根据所述预设匹配算法匹配所述URL地址是否为需要过滤的URL地址的步骤;所述方法,还包括:当根据所述预设匹配算法匹配出所述URL地址为所述需要过滤的URL地址时,过滤所述URL地址;将所述URL地址添加到所述第一缓存列表;当根据所述预设匹配算法匹配出所述URL地址为所述不需要过滤的URL地址时,根据所述URL地址向网页资源服务器发送网页素材资源获取请求;将所述URL地址添加到所述第二缓存列表。
- 根据权利要求5至7任一所述的方法,其特征在于,所述方法,还包括:向服务器发送所述地址缓存列表,所述服务器用于根据所述地址缓存列表分析客户端的访问习惯,并根据所述客户端的访问习惯和其它客户端发送的所述地址缓存列表生成更新信息;接收所述更新信息,并根据所述更新信息更新所述地址缓存列表。
- 根据权利要求1至7任一所述的方法,其特征在于,所述方法,还包括:当所述地址缓存列表中存储有所述URL地址时,根据所述地址缓存列表的记录直接过滤所述URL地址,或,根据所述URL地址向所述网页资源服务器发送所述网页素材资源获取请求。
- 一种地址过滤装置,其特征在于,所述装置包括:第一获取模块,被配置为获取网页素材资源所对应的统一资源定位符URL地址,所述网页素材资源包括图片资源、音频资源、视频资源和文字资源中的至少一种;查找模块,被配置为在地址缓存列表中查找是否存储有所述URL地址,所述地址缓存列表用于存储已经经过预设匹配算法匹配的URL地址;匹配模块,被配置为当所述地址缓存列表中未存储有所述URL地址时,根据所述预设匹配算法匹配所述URL地址是否为需要过滤的URL地址。
- 根据权利要求10所述的装置,其特征在于,所述第一获取模块,包括:请求发送子模块,被配置为向网页资源服务器发送网页访问请求,所述网页访问请求携带有所述网页的网址,所述网页资源服务器用于根据所述网址查找所述网页对应的网页代码;代码接收子模块,接收所述网页资源服务器发送的所述网页代码,所述网页代码包括至少一个所述网页素材资源所对应的URL地址;获取子模块,被配置为获取所述网页代码中包括的所述网页素材资源的URL地址。
- 根据权利要求10所述的装置,其特征在于,所述地址缓存列表中的各个URL地址采用哈希表存储;所述查找模块,包括:操作子模块,被配置为将所述URL地址进行哈希化操作,得到哈希化操作后的URL地址;查找子模块,被配置为根据经过所述哈希化操作的URL地址在所述地址缓存列表中查找是否存储有所述URL地址。
- 根据权利要求10所述的装置,其特征在于,所述装置,还包括:第二获取模块,被配置为获取所述地址缓存列表中各个URL地址被查找出的次数;排序模块,被配置为根据所述次数对所述地址缓存列表中各个URL地址进行查找优先级排序,所述查找优先级用于标识各个URL地址在查找时的查找先后顺序。
- 根据权利要求10所述的装置,其特征在于,所述地址缓存列表包括第一缓存列表,所述第一缓存列表用于存储所述预设匹配算法匹配出的需要过滤的URL地址,所述装置,还包括:第一过滤模块,被配置为当根据所述预设匹配算法检测到所述URL地址是所述需要过滤的URL地址时,过滤所述URL地址;第一添加模块,被配置为将所述URL地址添加到所述第一缓存列表中。
- 根据权利要求10所述的装置,其特征在于,所述地址缓存列表包括第二缓存列表,所述第二缓存列表用于存储所述预设匹配算法匹配出的不需要过滤的URL地址,所述装置,还包括:第一发送模块,被配置为当根据所述预设匹配算法检测到所述URL地址是所述不需要过滤的URL地址时,根据所述URL地址向网页资源服务器发送网页素材资源获取请求;第二添加模块,被配置为将所述URL地址添加到所述第二缓存列表中。
- 根据权利要求10所述的装置,其特征在于,所述地址缓存列表包括第一缓存列表和第二缓存列表,所述第一缓存列表用于存储所述预设匹配算法匹配出的需要过滤的URL地址,所述第二缓存列表用于存储所述预设匹配算法匹配出的不需要过滤的URL地址,所述查找模块,包括:第一检测子模块,被配置为检测所述第一缓存列表中是否存储所述URL地址;第二检测子模块,被配置为当所述第一缓存列表中未存储所述URL地址时,检测所述第二缓存列表中是否存储所述URL地址;所述第二检测子模块,还被配置为当所述第二缓存列表中未存储所述URL地址时,执行所述根据所述预设匹配算法匹配所述URL地址是否为需要过滤的URL地址的步骤;所述装置,还包括:第二过滤模块,被配置为当根据所述预设匹配算法匹配出所述URL地址为所述需要过滤的URL地址时,过滤所述URL地址;将所述URL地址添加到所述第一缓存列表;第二发送模块,被配置为当根据所述预设匹配算法匹配出所述URL地址为所述不需要过滤的URL地址时,根据所述URL地址向网页资源服务器发送网页素材资源获取请求;将所述URL地址添加到所述第二缓存列表。
- 根据权利要求14至16任一所述的装置,其特征在于,所述装置,还包括:列表发送模块,被配置为向服务器发送所述地址缓存列表,所述服务器用于根据所述地址缓存列表分析客户端的访问习惯,并根据所述客户端的访问习惯和其它客户端发送的所述地址缓存列表生成更新信息;接收模块,被配置为接收所述更新信息,并根据所述更新信息更新所述地址缓存列表。
- 根据权利要求10至16任一所述的装置,其特征在于,所述装置,还包括:第三过滤模块,被配置为当所述地址缓存列表中存储有所述URL地址时,根据所述地址缓存列表的记录直接过滤所述URL地址,或,根据所述URL地址向所述网页资源服 务器发送所述网页素材资源获取请求。
- 一种地址过滤装置,其特征在于,包括:处理器;用于存储所述处理器的可执行指令的存储器;其中,所述处理器被配置为:获取网页素材资源所对应的统一资源定位符URL地址,所述网页素材资源包括图片资源、音频资源、视频资源和文字资源中的至少一种;在地址缓存列表中查找是否存储有所述URL地址,所述地址缓存列表用于存储已经经过预设匹配算法匹配的URL地址;当所述地址缓存列表中未存储有所述URL地址时,根据所述预设匹配算法匹配所述URL地址是否为需要过滤的URL地址。
Priority Applications (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2016574327A JP6302098B2 (ja) | 2015-02-13 | 2015-08-31 | アドレスフィルタリング方法、装置、プログラム及び記録媒体 |
MX2015015404A MX357349B (es) | 2015-02-13 | 2015-08-31 | Método y dispositivo de filtrado de direcciones. |
RU2015147593A RU2630746C2 (ru) | 2015-02-13 | 2015-08-31 | Способ и устройство фильтрации адреса |
BR112015028941A BR112015028941A2 (pt) | 2015-02-13 | 2015-08-31 | método e dispositivo de filtragem de endereço |
KR1020157031176A KR101777035B1 (ko) | 2015-02-13 | 2015-08-31 | 주소 필터링 방법, 장치, 프로그램 및 기록매체 |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510079200.5 | 2015-02-13 | ||
CN201510079200.5A CN104683496B (zh) | 2015-02-13 | 2015-02-13 | 地址过滤方法及装置 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2016127625A1 true WO2016127625A1 (zh) | 2016-08-18 |
Family
ID=53318060
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/CN2015/088632 WO2016127625A1 (zh) | 2015-02-13 | 2015-08-31 | 地址过滤方法及装置 |
Country Status (9)
Country | Link |
---|---|
US (1) | US20160241674A1 (zh) |
EP (1) | EP3057006A1 (zh) |
JP (1) | JP6302098B2 (zh) |
KR (1) | KR101777035B1 (zh) |
CN (1) | CN104683496B (zh) |
BR (1) | BR112015028941A2 (zh) |
MX (1) | MX357349B (zh) |
RU (1) | RU2630746C2 (zh) |
WO (1) | WO2016127625A1 (zh) |
Families Citing this family (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104683496B (zh) * | 2015-02-13 | 2018-06-19 | 小米通讯技术有限公司 | 地址过滤方法及装置 |
CN107888981B (zh) * | 2017-11-16 | 2020-12-18 | 北京小米移动软件有限公司 | 音视频预加载方法、装置、设备及存储介质 |
CN110825987B (zh) * | 2019-11-07 | 2023-06-23 | 北京博睿宏远数据科技股份有限公司 | 一种流媒体资源地址获取方法、装置、设备和存储介质 |
CN112861030B (zh) * | 2019-11-27 | 2024-04-05 | 北京金山云网络技术有限公司 | Cdn的刷新方法和装置、缓存服务器以及存储介质 |
CN112286592A (zh) * | 2020-10-29 | 2021-01-29 | 平安普惠企业管理有限公司 | 资源数据的加载方法及装置、存储介质、计算机设备 |
Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1475930A (zh) * | 2002-08-15 | 2004-02-18 | 联想(北京)有限公司 | 基于状态检测的链路层资源定位信息过滤的方法 |
WO2009091483A1 (en) * | 2008-01-15 | 2009-07-23 | Google Inc. | Bloom filter for storing file access history |
US20120016897A1 (en) * | 2010-07-16 | 2012-01-19 | Altruik, Inc. | System and method for improving webpage indexing and optimization |
CN103428196A (zh) * | 2012-12-27 | 2013-12-04 | 北京安天电子设备有限公司 | 一种基于url白名单的web应用入侵检测方法和装置 |
CN103544316A (zh) * | 2013-11-06 | 2014-01-29 | 苏州大拿信息技术有限公司 | Url过滤的系统及其实现方法 |
CN103838728A (zh) * | 2012-11-21 | 2014-06-04 | 腾讯科技(深圳)有限公司 | 网页信息的处理方法及浏览器 |
CN104683496A (zh) * | 2015-02-13 | 2015-06-03 | 小米科技有限责任公司 | 地址过滤方法及装置 |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5822759A (en) * | 1996-11-22 | 1998-10-13 | Versant Object Technology | Cache system |
US7194464B2 (en) * | 2001-12-07 | 2007-03-20 | Websense, Inc. | System and method for adapting an internet filter |
US20080086555A1 (en) * | 2006-10-09 | 2008-04-10 | David Alexander Feinleib | System and Method for Search and Web Spam Filtering |
GB2445764A (en) * | 2007-01-22 | 2008-07-23 | Surfcontrol Plc | Resource access filtering system and database structure for use therewith |
JP4939562B2 (ja) * | 2009-03-19 | 2012-05-30 | ヤフー株式会社 | Webサーバ、広告再表示方法 |
JP5003742B2 (ja) * | 2009-10-15 | 2012-08-15 | Necアクセステクニカ株式会社 | コンテンツフィルタリングシステム、コンテンツフィルタリング方法及びゲートウェイ |
JP5723306B2 (ja) * | 2012-02-22 | 2015-05-27 | 日本電信電話株式会社 | フィルタリング装置、および、フィルタリング方法 |
CN104021126B (zh) * | 2013-02-28 | 2020-02-07 | 深圳市世纪光速信息技术有限公司 | 网页内容的过滤方法及服务器 |
CN104144170A (zh) * | 2014-08-25 | 2014-11-12 | 网神信息技术(北京)股份有限公司 | 网页地址的过滤方法、装置和系统 |
-
2015
- 2015-02-13 CN CN201510079200.5A patent/CN104683496B/zh active Active
- 2015-08-31 MX MX2015015404A patent/MX357349B/es active IP Right Grant
- 2015-08-31 RU RU2015147593A patent/RU2630746C2/ru active
- 2015-08-31 BR BR112015028941A patent/BR112015028941A2/pt not_active Application Discontinuation
- 2015-08-31 JP JP2016574327A patent/JP6302098B2/ja active Active
- 2015-08-31 WO PCT/CN2015/088632 patent/WO2016127625A1/zh active Application Filing
- 2015-08-31 KR KR1020157031176A patent/KR101777035B1/ko active IP Right Grant
- 2015-11-25 EP EP15196172.9A patent/EP3057006A1/en not_active Ceased
- 2015-12-07 US US14/960,446 patent/US20160241674A1/en not_active Abandoned
Patent Citations (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN1475930A (zh) * | 2002-08-15 | 2004-02-18 | 联想(北京)有限公司 | 基于状态检测的链路层资源定位信息过滤的方法 |
WO2009091483A1 (en) * | 2008-01-15 | 2009-07-23 | Google Inc. | Bloom filter for storing file access history |
US20120016897A1 (en) * | 2010-07-16 | 2012-01-19 | Altruik, Inc. | System and method for improving webpage indexing and optimization |
CN103838728A (zh) * | 2012-11-21 | 2014-06-04 | 腾讯科技(深圳)有限公司 | 网页信息的处理方法及浏览器 |
CN103428196A (zh) * | 2012-12-27 | 2013-12-04 | 北京安天电子设备有限公司 | 一种基于url白名单的web应用入侵检测方法和装置 |
CN103544316A (zh) * | 2013-11-06 | 2014-01-29 | 苏州大拿信息技术有限公司 | Url过滤的系统及其实现方法 |
CN104683496A (zh) * | 2015-02-13 | 2015-06-03 | 小米科技有限责任公司 | 地址过滤方法及装置 |
Also Published As
Publication number | Publication date |
---|---|
RU2015147593A (ru) | 2017-05-11 |
KR20160110064A (ko) | 2016-09-21 |
RU2630746C2 (ru) | 2017-09-12 |
CN104683496A (zh) | 2015-06-03 |
EP3057006A1 (en) | 2016-08-17 |
JP2017511556A (ja) | 2017-04-20 |
JP6302098B2 (ja) | 2018-03-28 |
MX2015015404A (es) | 2017-03-15 |
MX357349B (es) | 2018-07-05 |
KR101777035B1 (ko) | 2017-09-19 |
BR112015028941A2 (pt) | 2017-07-25 |
CN104683496B (zh) | 2018-06-19 |
US20160241674A1 (en) | 2016-08-18 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
WO2018032271A1 (zh) | 信息搜索方法、装置、电子设备及服务器 | |
CN104133852B (zh) | 网页访问方法、装置、服务器及终端 | |
WO2017157040A1 (zh) | 搜索方法、装置以及用于搜索的装置 | |
RU2604420C2 (ru) | Способ, устройство и терминал для обновления облегченных приложений в офлайновом режиме | |
WO2016127625A1 (zh) | 地址过滤方法及装置 | |
WO2017181663A1 (zh) | 一种为搜索信息匹配图片的方法及装置 | |
CN106896991B (zh) | 一种更新信息的方法及装置 | |
CN117390330A (zh) | 网页访问方法及装置 | |
WO2017185567A1 (zh) | 资源搜索方法及装置 | |
US20160006787A1 (en) | Methods and devices for visiting a webpage | |
CN104111979A (zh) | 搜索推荐方法和装置 | |
CN107798011A (zh) | 一种搜索方法和装置、一种用于搜索的装置 | |
CN104050236B (zh) | 网站内容更新提示方法、服务器和客户端 | |
JP6239188B2 (ja) | 情報フィルタリング方法、装置、プログラム及び記録媒体 | |
CN107491453B (zh) | 一种识别作弊网页的方法及装置 | |
CN110020082B (zh) | 一种搜索方法及装置 | |
CN107239462B (zh) | 一种搜索方法和装置以及浏览器 | |
CN105630948A (zh) | 网络页面显示方法和装置 | |
CN106302002B (zh) | 测试方法及装置 | |
CN104991901A (zh) | 网页访问方法和装置 | |
CN114077712B (zh) | 一种搜索结果排序方法及装置 | |
CN111832060B (zh) | 一种信息保护方法、装置和电子设备 | |
CN110020244B (zh) | 一种对网址信息进行纠错的方法及装置 | |
CN106528700B (zh) | 信息处理的方法、装置及设备 | |
CN108804482A (zh) | 一种网页收藏方法及装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2016574327 Country of ref document: JP Kind code of ref document: A Ref document number: 20157031176 Country of ref document: KR Kind code of ref document: A |
|
ENP | Entry into the national phase |
Ref document number: 2015147593 Country of ref document: RU Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2015/015404 Country of ref document: MX |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 15881780 Country of ref document: EP Kind code of ref document: A1 |
|
REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112015028941 Country of ref document: BR |
|
ENP | Entry into the national phase |
Ref document number: 112015028941 Country of ref document: BR Kind code of ref document: A2 Effective date: 20151118 |
|
NENP | Non-entry into the national phase |
Ref country code: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 15881780 Country of ref document: EP Kind code of ref document: A1 |