CN106357831A - Method and device for acquiring domain suffix - Google Patents

Method and device for acquiring domain suffix Download PDF

Info

Publication number
CN106357831A
CN106357831A CN201510411936.8A CN201510411936A CN106357831A CN 106357831 A CN106357831 A CN 106357831A CN 201510411936 A CN201510411936 A CN 201510411936A CN 106357831 A CN106357831 A CN 106357831A
Authority
CN
China
Prior art keywords
caching
configuration data
suffix
domain suffix
domain
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
CN201510411936.8A
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.)
Alibaba Group Holding Ltd
Original Assignee
Alibaba Group Holding Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Alibaba Group Holding Ltd filed Critical Alibaba Group Holding Ltd
Priority to CN201510411936.8A priority Critical patent/CN106357831A/en
Priority to PCT/CN2016/088520 priority patent/WO2017008659A1/en
Publication of CN106357831A publication Critical patent/CN106357831A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming
    • H04L61/45Network directories; Name-to-address mapping
    • H04L61/4505Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols
    • H04L61/4511Network directories; Name-to-address mapping using standardised directories; using standardised directory access protocols using domain name system [DNS]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/901Indexing; Data structures therefor; Storage structures
    • G06F16/9014Indexing; Data structures therefor; Storage structures hash tables
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L61/00Network arrangements, protocols or services for addressing or naming

Abstract

The invention discloses a method and device for acquiring a domain suffix. The method comprises the following steps: reading configuration data, and updating cache by the acquired configuration data; and inquiring in the cache to obtain the corresponding domain suffix according to an inputted inquiring parameter and domain suffix grades in the cache. The device comprises a cache updating module and a suffix inquiring module. According to the method and device, the domain suffix in a configuration item is cached in a hash table of a memory, meanwhile, the domain suffix which corresponds to the inquiring parameter is acquired through a regular expression, the speed of acquisition of the domain suffix is increased on the whole, a whole application system does not require to be issued again by periodically updating the cache, and maintainability is high.

Description

A kind of method and device obtaining domain suffix
Technical field
The invention belongs to field of computer technology, more particularly, to a kind of method obtaining domain suffix and dress Put.
Background technology
In the exploitation of computer applied algorithm, particularly Internet application system is it is often necessary to use Domain suffix.As domain name analysis system, need to judge whether system supports this when adding domain name Class domain name is it is necessary to go to obtain the domain suffix that the system is configured with.So-called domain suffix, for example: " alibaba-inc.com ", the suffix of acquisition is " .com ".Domain suffix gets more and more at present, Need in one application program safeguard domain suffix also often change, for domain suffix acquisition and Safeguard all relatively difficult.
Present domain suffix data is all present in the configuration item of application system database, is repairing every time It is required for restarting application system after changing configuration item, safeguard every time and be required for again issuing.Simultaneously existing Domain suffix acquisition modes need to travel through configuration item, from highest order suffix domain name, compare two grades always Domain suffix, TLD suffix, inefficient.
Content of the invention
It is an object of the invention to provide a kind of method and device obtaining domain suffix, it is that application system carries For independent domain suffix service, thus improving the efficiency that application program obtains domain suffix, simultaneously facilitate Safeguard.
To achieve these goals, technical solution of the present invention is as follows:
A kind of method obtaining domain suffix is it is characterised in that include:
Read configuration data, update caching with the configuration data getting;
According to input query argument and caching in domain suffix rank, in the buffer inquiry obtain right The domain suffix answered.
Further, after described reading configuration data, update caching with the configuration data getting Before, also include removing the step caching.
In described reading configuration data, before updating caching with the configuration data getting, also include out Open the step that caching writes lock;
In described reading configuration data, after updating caching with the configuration data getting, also include closing Close the step that caching writes lock.
Write lock by opening before updating caching, and lock is write in closing in the updated, can be delayed with effective protection When there are concurrent operations, confusion will not occur it is ensured that renewal process accurate.
In the present invention, described configuration data includes domain suffix and domain suffix rank.Described using obtains The configuration data arriving updates caching, comprising:
To each domain suffix in configuration data, obtain corresponding cryptographic Hash through Hash calculation;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table;
The maximum domain suffix rank taking all domain suffix in configuration data stores in the buffer.
The present invention adopts Hash table to store domain suffix, easy-to-look-up, only need to be according to domain name when searching Suffix and Hash table array length phase are with the domain suffix finding correspondence position is compared.
Further, reading configuration data of the present invention, updates caching with the configuration data getting For separate threads, described separate threads repeat at periodic or other desired execution.
Further, of the present invention according to input query argument and caching in domain suffix level Not, before inquiry obtains corresponding domain suffix in the buffer, also include the step opening caching read lock;
Domain suffix rank in the described query argument according to input and caching, inquires about in the buffer To after corresponding domain suffix, also include the step closing caching read lock.
Same when operating to caching, also execution unlock and locking operation, favourable with prevent simultaneously Send out operation, and ensure that caching is not mistakenly rewritten.
Further, the domain suffix rank in the described query argument according to input and caching, slow Deposit middle inquiry and obtain corresponding domain suffix, also include: by regular expression from described query argument In match and need the domain name inquired about.
Further, the domain suffix rank in the described query argument according to input and caching, slow Deposit middle inquiry and obtain corresponding domain suffix, comprising:
Obtain the domain suffix rank in caching;
According to the domain suffix rank obtaining, generate regular expression, inquired about with described needs Domain name is mated, and is judged after coupling, judges the result matching whether in the buffer, such as Fruit cache hit, then return matching result, if not in the buffer, make domain suffix rank subtract one, Regenerate regular expression, proceed to mate, until returning matching result or returning empty.
The invention allows for a kind of device obtaining domain suffix, comprising:
Buffer update module, for reading configuration data, updates caching with the configuration data getting;
Suffix enquiry module, for the domain suffix rank in the query argument according to input and caching, Inquiry obtains corresponding domain suffix in the buffer.
Further, described buffer update module is additionally operable to after reading configuration data, with getting Configuration data update caching before, remove caching.
Described buffer update module is additionally operable to:
Reading configuration data, before updating caching with the configuration data getting, opening caching and write lock;
Reading configuration data, after updating caching with the configuration data getting, closing caching and write lock.
Configuration data of the present invention includes domain suffix and domain suffix rank, described buffer update mould When the configuration data with getting updates caching, execution is following to be operated block:
To each domain suffix in configuration data, obtain corresponding cryptographic Hash through Hash calculation;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table;
The maximum domain suffix rank taking all domain suffix in configuration data stores in the buffer.
Further, described buffer update module repeats at periodic or other desired reading configuration data, with joining of getting Put data and update caching.
Further, described suffix enquiry module is additionally operable to:
Domain suffix rank in the query argument according to input and caching, inquiry in the buffer obtains Before corresponding domain suffix, open caching read lock;
According to input query argument and caching in domain suffix rank, in the buffer inquiry obtain right After the domain suffix answered, close caching read lock.
Further, described suffix enquiry module is additionally operable to by regular expression from described query argument In match and need the domain name inquired about.
Wherein, domain suffix in the query argument according to input and caching for the described suffix enquiry module Rank, when inquiry obtains corresponding domain suffix in the buffer, execution is following to be operated:
Obtain the domain suffix rank in caching;
According to the domain suffix rank obtaining, generate regular expression, inquired about with described needs Domain name is mated, and is judged after coupling, judges the result matching whether in the buffer, such as Fruit cache hit, then return matching result, if not in the buffer, make domain suffix rank subtract one, Regenerate regular expression, proceed to mate, until returning matching result or returning empty.
A kind of method and device of acquisition domain suffix that the present invention provides, by joining system database Put the domain suffix in item to be buffered in internal memory Hash table, inquiry ginseng is obtained by regular expression simultaneously The corresponding domain suffix of number, improves the speed obtaining domain suffix on the whole.And by periodically Update caching it is not necessary to again issue whole application system, maintainable high.
Brief description
Fig. 1 obtains the method flow diagram of domain suffix for the present invention;
Fig. 2 is the structural representation of Hash table in present invention caching;
Fig. 3 obtains the apparatus structure schematic diagram of domain suffix for the present invention.
Specific embodiment
With reference to the accompanying drawings and examples technical solution of the present invention is described in further details, real below Apply example and do not constitute limitation of the invention.
The general thought of the present invention is in Internet application system, by there will be data base's configuration item In domain suffix be buffered in internal memory, be easy to application system by regular expression obtain domain name after Sew.
As shown in figure 1, a kind of method obtaining domain suffix of the present embodiment, comprise the steps:
S1, reading configuration data, update caching with the configuration data getting;
The present embodiment to illustrate taking java language as a example, specifically, by the java class of definition, Realize initializingbean interface, after the completion of java object initialization, call afterpropertiest Method, creates and starts the single thread updating caching, and initialization is data cached, to execute and will configure The step of data write caching.
The present embodiment reads configuration data, updates caching with the configuration data getting, and walks including following Rapid:
Lock is write in unlatching;
Configuration data in reading database;
Remove caching;
Traversal configuration data, updates caching with the configuration data getting;
Lock is write in closing.
Configuration data in the present embodiment comprises domain suffix and corresponding domain suffix rank, and such as one Configuration data in individual application system configuration item is as follows:
Unified identifier Creation time Domain suffix Domain suffix rank
1 2015-01-2117:31:00 .ac.cn 2
10 2015-01-2117:31:00 .jl.cn 2
100 2015-02-0310:09:00 .solar 1
1000 2015-02-0310:09:00 .forex 1
1001 2015-02-0310:09:00 .bmw 1
1002 2015-02-0310:09:00 .day 1
1003 2015-02-0310:09:00 .lds 1
1004 2015-02-0310:09:00 .fast 1
1005 2015-02-0310:09:00 .bms 1
1006 2015-02-0310:09:00 .insurance 1
1007 2015-02-0310:09:00 .spreadbetting 1
1008 2015-02-0310:09:00 .edu.cn 2
1009 2015-02-0310:09:00 .farm 1
101 2015-02-0310:09:00 . shopping 1
1010 2015-02-0310:09:00 .weatherchannel 1
1011 2015-02-0310:09:00 .author 1
Table 1
After getting the configuration data of application system configuration item, come more using the configuration data obtaining New caching.In the present embodiment, the concrete form of caching is Hash table, can improve inquiry using Hash table Speed.The present embodiment updates caching with the configuration data getting, and concrete grammar is as follows:
Through Hash calculation, corresponding cryptographic Hash is obtained to each domain suffix;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table.
If it should be noted that cryptographic Hash is identical, domain suffix content differs, then with chained list Form order arranges.After the completion of all domain suffix are all added, obtain data knot as shown in Figure 2 Structure schematic diagram, wherein .ac.cn and .jl.cn order arrangement in the form of chained list .farm and .name .pay In the form of chained list, order arranges.
Simultaneously for the domain suffix rank in table 1, after taking the maximum domain name in above-mentioned domain suffix Sew rank to be stored separately in caching.Because commonly using most 2 grades of domain suffix, therefore this enforcement at present In example, regulation acquiescence domain suffix rank is 2.If after the domain name of configuration data in future data base Sew rank and be more than 2, then, when updating caching, update this maximum domain suffix rank in caching simultaneously.
First opened before updating caching in the present embodiment and write lock, close afterwards and write lock, can effectively keep away Exempt from concurrent problem, do not result in conflict in concurrent operations.
It should be noted that the process that the present embodiment updates caching is separate threads, can be regular Repeat this process, update the configuration data of caching, the repetition period can according to demand depending on.Example As: timed task line is safeguarded by executors.newsinglethreadscheduledexecutor () Journey, thus avoid because the accidental interruption of thread leads to more new thread to stop.
Domain suffix rank in s2, the query argument according to input and caching, inquires about in the buffer To corresponding domain suffix.
After the configuration data with obtaining updates caching, then can enter for the java object of definition The inquiry of row domain suffix, specifically includes following steps:
Open read lock;
Obtain domain suffix;
Close read lock.
Similarly, before obtaining domain suffix caching to be opened read lock, and close afterwards, So can effectively prevent concurrent problem, improve the speed obtaining domain name on the whole.
The query argument of the present embodiment input can be needed the domain name of inquiry or include domain name Character string, such as url.In nslookup suffix, according to domain suffix rank, create canonical Expression formula, searches the part with matching regular expressions in the domain name of input by the method for recurrence, Judge whether do not exist in caching, domain suffix rank is successively decreased and obtained again, until obtaining domain Name suffix or current suffix rank are equal to 0.
It is exemplified below:
In inquiry, if the query argument of input is not domain name, but url, for example: http://www.alibaba-inc.com;Then need according to by regular expression "(http://|https://)?([^:/]+)(/|:)*?" tentatively filtered, matched the domain name needing to be inquired about Part.
The url of such as input is: http://www.alibaba-inc.com;Then match: www.alibaba-inc.com.
If input inquiry parameter is directly domain name, for example: www.alibaba-inc.com, then directly use It is as the domain name needing inquiry.Then domain suffix rank, this domain suffix level are obtained from caching The domain suffix rank reading from caching, i.e. the maximum level of current domain suffix, and cache In domain suffix rank be 2.
Then according to the domain suffix rank (assumption value is n) obtaining from caching, just splicing n time Then expression formula, shape such as (. { 1 } [^.]+"), round bracket interior section repeats n time, using the side of recurrence Method is inquired about.I.e. according to n, splice regular expression, then mated with the domain name of input, Judged after coupling judge the result matching whether in the buffer, if cache hit, Return matching result;If in the buffer, not making n=n-1, regenerate regular expression, Execute above-mentioned query steps again, until there being return value, or n is equal to 0, returns null.
For example as n=2, the regular expression of splicing is: (. { 1 } [^.]+. { 1 } [^.]+);
Match: .alibaba-inc.com it is clear that this result not in the buffer;
Then make n=2-1=1, the regular expression of splicing is: (. { 1 } [^.]+)
Mated again, acquired domain suffix: .com, cache hit, return last knot Really: .com.
As shown in figure 3, the device based on a kind of acquisition domain suffix of said method for the present embodiment, bag Include:
Buffer update module, for reading configuration data, updates caching with the configuration data getting;
Suffix enquiry module, for the domain suffix rank in the query argument according to input and caching, Inquiry obtains corresponding domain suffix in the buffer.
With method accordingly, buffer update module is additionally operable to after reading configuration data, with getting Configuration data update caching before, remove caching.And, described buffer update module is additionally operable to:
Reading configuration data, before updating caching with the configuration data getting, opening caching and write lock;
Reading configuration data, after updating caching with the configuration data getting, closing caching and write lock.
With the inventive method accordingly, the present embodiment configuration data includes domain suffix and domain suffix level Not, then buffer update module, when the configuration data with getting updates caching, executes and operates as follows:
To each domain suffix in configuration data, obtain corresponding cryptographic Hash through Hash calculation;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table;
The maximum domain suffix rank taking all domain suffix in configuration data stores in the buffer.
And, buffer update module repeats at periodic or other desired reading configuration data, use the configuration data getting more New caching.
With the inventive method accordingly, suffix enquiry module is additionally operable to:
Domain suffix rank in the query argument according to input and caching, inquiry in the buffer obtains Before corresponding domain suffix, open caching read lock;
According to input query argument and caching in domain suffix rank, in the buffer inquiry obtain right After the domain suffix answered, close caching read lock.
With the inventive method accordingly, the present embodiment suffix enquiry module is additionally operable to by regular expression The domain name needing to be inquired about is matched from described query argument.
Further, domain suffix in the query argument according to input and caching for the suffix enquiry module Rank, when inquiry obtains corresponding domain suffix in the buffer, execution is following to be operated:
Obtain the domain suffix rank in caching;
According to the domain suffix rank obtaining, generate regular expression, inquired about with described needs Domain name is mated, and is judged after coupling, judges the result matching whether in the buffer, such as Fruit cache hit, then return matching result, if not in the buffer, make domain suffix rank subtract one, Regenerate regular expression, proceed to mate, until returning matching result or returning empty.
By said method and device, can be in the case of again not issuing application system, to data Configuration item in storehouse is configured, and subsequently again updates caching, after improve acquisition domain name on the whole The speed sewed, and maintainable high.
Above example, only in order to technical scheme to be described rather than is limited, is not being carried on the back In the case of present invention spirit and its essence, those of ordinary skill in the art work as can be according to the present invention Make various corresponding changes and deform, but these corresponding changes and deformation all should belong to institute of the present invention Attached scope of the claims.

Claims (18)

1. a kind of method obtaining domain suffix is it is characterised in that include:
Read configuration data, update caching with the configuration data getting;
According to input query argument and caching in domain suffix rank, in the buffer inquiry obtain right The domain suffix answered.
2. method according to claim 1 is it is characterised in that in described reading configuration data Afterwards, before the configuration data with getting updates caching, also include the step removing caching.
3. method according to claim 2 it is characterised in that:
In described reading configuration data, before updating caching with the configuration data getting, also include out Open the step that caching writes lock;
In described reading configuration data, after updating caching with the configuration data getting, also include closing Close the step that caching writes lock.
4. method according to claim 1 is it is characterised in that described configuration data includes domain Name suffix and domain suffix rank.
5. method according to claim 4 is it is characterised in that described use the configuration getting Data updates caching, comprising:
To each domain suffix in configuration data, obtain corresponding cryptographic Hash through Hash calculation;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table;
The maximum domain suffix rank taking all domain suffix in configuration data stores in the buffer.
6. method according to claim 1 is it is characterised in that described reading configuration data, Updating caching with the configuration data getting is separate threads, and described separate threads repeat at periodic or other desired to be held OK.
7. method according to claim 1 it is characterised in that:
Domain suffix rank in the described query argument according to input and caching, inquires about in the buffer To before corresponding domain suffix, also include the step opening caching read lock;
Domain suffix rank in the described query argument according to input and caching, inquires about in the buffer To after corresponding domain suffix, also include the step closing caching read lock.
8. method according to claim 1 it is characterised in that described according to input inquiry Domain suffix rank in parameter and caching, inquiry in the buffer obtains corresponding domain suffix, also wraps Include: the domain name needing to be inquired about is matched from described query argument by regular expression.
9. method according to claim 8 it is characterised in that described according to input inquiry Domain suffix rank in parameter and caching, inquiry in the buffer obtains corresponding domain suffix, comprising:
Obtain the domain suffix rank in caching;
According to the domain suffix rank obtaining, generate regular expression, inquired about with described needs Domain name is mated, and is judged after coupling, judges the result matching whether in the buffer, such as Fruit cache hit, then return matching result, if not in the buffer, make domain suffix rank subtract one, Regenerate regular expression, proceed to mate, until returning matching result or returning empty.
10. a kind of device obtaining domain suffix is it is characterised in that include:
Buffer update module, for reading configuration data, updates caching with the configuration data getting;
Suffix enquiry module, for the domain suffix rank in the query argument according to input and caching, Inquiry obtains corresponding domain suffix in the buffer.
11. devices according to claim 10 are it is characterised in that described buffer update module It is additionally operable to after reading configuration data, before updating caching with the configuration data getting, remove slow Deposit.
12. devices according to claim 11 are it is characterised in that described buffer update module It is additionally operable to:
Reading configuration data, before updating caching with the configuration data getting, opening caching and write lock;
Reading configuration data, after updating caching with the configuration data getting, closing caching and write lock.
13. devices according to claim 10 are it is characterised in that described configuration data includes Domain suffix and domain suffix rank.
14. devices according to claim 13 are it is characterised in that described buffer update module When the configuration data with getting updates caching, execution is following to be operated:
To each domain suffix in configuration data, obtain corresponding cryptographic Hash through Hash calculation;
By cryptographic Hash and Hash table array length phase with obtain corresponding Hash table array position;
According to this Hash table array position, this domain suffix is put in Hash table;
The maximum domain suffix rank taking all domain suffix in configuration data stores in the buffer.
15. devices according to claim 10 are it is characterised in that described buffer update module Repeat at periodic or other desired reading configuration data, update caching with the configuration data getting.
16. devices according to claim 10 are it is characterised in that described suffix enquiry module It is additionally operable to:
Domain suffix rank in the query argument according to input and caching, inquiry in the buffer obtains Before corresponding domain suffix, open caching read lock;
According to input query argument and caching in domain suffix rank, in the buffer inquiry obtain right After the domain suffix answered, close caching read lock.
17. devices according to claim 10 are it is characterised in that described suffix enquiry module It is additionally operable to match, by regular expression, the domain name needing to be inquired about from described query argument.
18. devices according to claim 17 are it is characterised in that described suffix enquiry module Domain suffix rank in the query argument according to input and caching, inquiry in the buffer is corresponded to Domain suffix when, execution is following to be operated:
Obtain the domain suffix rank in caching;
According to the domain suffix rank obtaining, generate regular expression, inquired about with described needs Domain name is mated, and is judged after coupling, judges the result matching whether in the buffer, such as Fruit cache hit, then return matching result, if not in the buffer, make domain suffix rank subtract one, Regenerate regular expression, proceed to mate, until returning matching result or returning empty.
CN201510411936.8A 2015-07-14 2015-07-14 Method and device for acquiring domain suffix Pending CN106357831A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201510411936.8A CN106357831A (en) 2015-07-14 2015-07-14 Method and device for acquiring domain suffix
PCT/CN2016/088520 WO2017008659A1 (en) 2015-07-14 2016-07-05 Domain name postfix obtaining method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510411936.8A CN106357831A (en) 2015-07-14 2015-07-14 Method and device for acquiring domain suffix

Publications (1)

Publication Number Publication Date
CN106357831A true CN106357831A (en) 2017-01-25

Family

ID=57756846

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510411936.8A Pending CN106357831A (en) 2015-07-14 2015-07-14 Method and device for acquiring domain suffix

Country Status (2)

Country Link
CN (1) CN106357831A (en)
WO (1) WO2017008659A1 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110209701A (en) * 2019-06-10 2019-09-06 天津神舟通用数据技术有限公司 A method of the quick paging query access of the data of multi-level buffer based on memory
CN115982311B (en) * 2023-03-21 2023-06-20 广东海洋大学 Method and device for generating linked list, terminal equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1744752A (en) * 2004-08-30 2006-03-08 华为技术有限公司 Method for implementing telephone number to uniform resource identifier mapping business
US20070067416A1 (en) * 2005-09-16 2007-03-22 Advanced Digital Broadcast S. A. Method for referencing remote element of content, method for providing content with remote elements and system for distributing content
CN102187636A (en) * 2008-10-15 2011-09-14 诺基亚公司 Methods, apparatuses, and computer program products for determining a network interface to access a network resource
CN103957239A (en) * 2014-04-04 2014-07-30 上海聚流软件科技有限公司 DNS cache information processing method, device and system

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8103795B2 (en) * 2009-07-09 2012-01-24 International Business Machines Corporation TCP/IP host name resolution on a private network
CN103023864B (en) * 2011-09-28 2015-07-29 中国移动通信集团公司 A kind of domain name method for blocking and equipment
CN103856569B (en) * 2012-11-28 2018-09-11 方正宽带网络服务有限公司 A kind of method and apparatus of synchronous domain name system asset information
CN104378452B (en) * 2013-08-14 2019-02-15 阿里巴巴集团控股有限公司 A kind of method, apparatus and system for domain name mapping
CN104427011B (en) * 2013-09-02 2019-03-22 中兴通讯股份有限公司 The method and domain name cache server of domain name mapping

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1744752A (en) * 2004-08-30 2006-03-08 华为技术有限公司 Method for implementing telephone number to uniform resource identifier mapping business
US20070067416A1 (en) * 2005-09-16 2007-03-22 Advanced Digital Broadcast S. A. Method for referencing remote element of content, method for providing content with remote elements and system for distributing content
CN102187636A (en) * 2008-10-15 2011-09-14 诺基亚公司 Methods, apparatuses, and computer program products for determining a network interface to access a network resource
CN103957239A (en) * 2014-04-04 2014-07-30 上海聚流软件科技有限公司 DNS cache information processing method, device and system

Also Published As

Publication number Publication date
WO2017008659A1 (en) 2017-01-19

Similar Documents

Publication Publication Date Title
CN105426467B (en) A kind of SQL query method and system for Presto
WO2008089156A1 (en) Code optimization across interfaces
CN104423982B (en) The processing method and processing equipment of request
CN109947770A (en) A kind of data base query method, terminal device and storage medium
US20130173509A1 (en) Method and arrangement for processing data
CN106462386B (en) The sort method and processing system for the distributed input data that sorts
CN108037967A (en) A kind of menu loading method and electronic equipment based on more parent-child structures
CN104461929B (en) Distributed data cache method based on blocker
CN106062749B (en) Prevalence rate information is provided using inquiry data
CN106357831A (en) Method and device for acquiring domain suffix
CN107085613A (en) Enter the filter method and device of library file
CN105302551B (en) A kind of method and system of the Orthogonal Decomposition construction and optimization of big data processing system
CN101908985B (en) A kind of method of message checking and device
CN104219271B (en) Based on the asynchronous multiserver synchronous method for downloading the page of multithreading
CN102214214A (en) Method and device for processing data relationship and mobile communication terminal
CN104679740B (en) Data handling system
CN109033158A (en) Data deduplication statistical method and device based on specified time window
US20180157651A1 (en) Auditing Lineage of Consumer Data Through Multiple Phases of Transformation
CN110032664A (en) A method of quickly establishing the full node address index of bit coin block chain
US20150039610A1 (en) Method and system for a data access based on domain models
Burgueno Concurrent and Distributed Model Transformations based on Linda.
CN104361090A (en) Data query method and device
Lai et al. {GLogS}: Interactive Graph Pattern Matching Query At Large Scale
CN101354722B (en) Method, apparatus and system for controlling version
CN109815295A (en) Distributed type assemblies data lead-in method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170125

RJ01 Rejection of invention patent application after publication