CN102902780A - Dynamic matching method and dynamic matching device of uniform resource locator (URL) - Google Patents

Dynamic matching method and dynamic matching device of uniform resource locator (URL) Download PDF

Info

Publication number
CN102902780A
CN102902780A CN2012103714697A CN201210371469A CN102902780A CN 102902780 A CN102902780 A CN 102902780A CN 2012103714697 A CN2012103714697 A CN 2012103714697A CN 201210371469 A CN201210371469 A CN 201210371469A CN 102902780 A CN102902780 A CN 102902780A
Authority
CN
China
Prior art keywords
url
url address
address
parameter
controller
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN2012103714697A
Other languages
Chinese (zh)
Other versions
CN102902780B (en
Inventor
刘冬军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuba Co Ltd
Original Assignee
Wuba Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuba Co Ltd filed Critical Wuba Co Ltd
Priority to CN201210371469.7A priority Critical patent/CN102902780B/en
Publication of CN102902780A publication Critical patent/CN102902780A/en
Application granted granted Critical
Publication of CN102902780B publication Critical patent/CN102902780B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

The invention discloses a dynamic matching method and a dynamic matching device of a uniform resource locator (URL). The method includes utilizing a single controller to take over all URL addresses, classifying all URL addressed according to a preset regular rube base, utilizing the regular rule base to conduct parameter mapping on the URL addresses in each class, storing the mapping result into a URL parameter base and screening the URL parameter according to page display requirements based on the URL parameter base to generate required URL addresses to conduct page display. The method and the device reduce the number of the controller in the system, simplify code complexity, conduct screening and combination on conditions that the parameter corresponds to according to business requirements when a new URL is generated, retain required condition, remove needless conditions, conduct automatic arrangement and splicing according to regular rule definition sequence in combination, dynamically generate a unique URL address, improve code reuse rate and page display flexibility and reduce maintenance cost.

Description

A kind of uniform resource position mark URL dynamic matching method and device
Technical field
The present invention relates to technical field of data processing, be specifically related to a kind of URL dynamic matching method and device.
Background technology
URL(Uniform Resource Locator, URL(uniform resource locator)) is the resource address of standard on the Internet, be used for intactly describing webpage and other resources on the Internet, also can identify local resource, utilize each webpage or the resource of URL energy unique identification on the Internet.URL is comprised of a series of characters, and form is: protocol: // [username:password] host[:port] [/path] [? query] [#fragment].Wherein, protocol territory given transmission agreement, for example: http protocol, File Transfer Protocol etc.; Username and password territory are specified and are connected to the required username and password of server; Host name or the IP address of the server of depositing resource specified in the host territory; Port specifies in the territory port numbers of above-mentioned host-host protocol; The address of catalogue or file on the given host of path territory; The query territory is assigned to the parameter that dynamic web page transmits; Segment in the specified network resource of fragment territory.In addition, in the above-mentioned URL form, the territory of band square bracket [] is option.When client-side program utilizes the information resources of URL request access Internet server, the information such as the identifier of the agreement that the definite request of needs is used, the server of request, request resource and store path, above-mentioned information is all provided by the URL address, and a page is pointed in a URL address mapping.
In existing URL address process, point to a plurality of pages or the same page with eurypalynous URL mapping, wherein the URL of each type is with different controller controller separate managements, the URL address that generates occurs mainly with the form of fixing filename, this processing mode not only code is complicated, expansion inconvenience, and be unfavorable for SEO(Search Engine Optimization, search engine optimization) searches record, especially when facing the URL mapping problems of many complicated conditions, be have the querying condition of One's name is legion in the URL page can be for when screening, the problems referred to above are more outstanding, can not provide good user to experience.
Summary of the invention
For solve URL in the prior art safeguard in the problem of code complexity, the invention provides a kind of URL dynamic matching method and device.
On the one hand, URL dynamic matching method provided by the invention comprises: take over whole URL address with single controller controller, according to the regularity storehouse that sets in advance classified in described whole URL address; To each class URL address, utilize described regularity storehouse to carry out Parameter Mapping, mapping result is deposited in the URL parameter library; And based on described URL parameter library, according to page displaying demand selection URL parameter, generate the URL address that needs and carry out page displaying.
Further, described each class URL address has unique key feature symbol, described whole URL address comprises one or more key feature symbols, and for the URL address that does not have arbitrary key feature symbol in described one or more key feature symbol, before described single controller controller takes over whole URL address, take over other controller, perhaps after described single controller controller takes over whole URL address, processed by the branch of described single controller.
Further, comprise one or more regular expressions in the described regularity storehouse that sets in advance, be divided into different classes from one or more URL address that different regular expression is complementary.
Further, when occurring with all regular expressions all during unmatched URL address in described whole URL address, perhaps when the URL address that occurs in described whole URL address with the matching regular expressions mistake, tackle this and do not mate or the URL address of matching error.
Further, when the demand of showing based on described URL parameter library, according to the page is screened described URL parameter, the putting in order and they sequence consensus in corresponding regular expression of the different URL parameter that filters out.
On the other hand, URL Dynamic Matching device provided by the invention comprises: URL takes over the classification processing module, is used for taking over whole URL address with single controller controller, according to the regularity storehouse that sets in advance is classified in described whole URL address; URL Parameter Mapping processing module is used for each class URL address, utilizes described regularity storehouse to carry out Parameter Mapping, and mapping result is deposited in the URL parameter library; And URL generation processing module, be used for based on described URL parameter library, select the URL parameter according to page displaying demand, generate the URL address that needs and carry out page displaying.
Beneficial effect of the present invention is as follows:
1. the present invention takes over whole URL with single controller, and all kinds of URL are carried out unified management, and unified classification and dissection process have reduced the quantity of controller in the system, have simplified the complexity of code, are conducive to expansion and the maintenance of program.For some special URL, be about to its minute at the controller layer and send out otherwise processed, by the quantity of reasonable increase controller, the farthest relation between balanced system resource and the actual treatment demand.
2. the parameter that all kinds of URL parsing mappings is obtained puts together, when generating new URL, according to business demand the corresponding condition of parameter is screened combination, keep the condition that needs, get rid of unwanted condition, splice according to the order auto arrangement of regularity definition during combination, dynamically generate unique URL address, be used for displayed page, improved the rate of reusing of code and the dirigibility that the page shows, reduced maintenance cost.
3. utilizing regularity URL to be mated in the process of parsing, the URL that it fails to match is being tackled to intervene process, can optimize SEO and search record; Also can utilize greedy pattern and the lazy-mode of regular expression to carry out suitable loose coupling, can improve Fault Tolerance.
Description of drawings
Fig. 1 is URL dynamic matching method FB(flow block) of the present invention.
Fig. 2 is the URL dynamic matching method overall procedure schematic diagram in the embodiment of the invention.
Fig. 3 is the structural representation of URL Dynamic Matching device of the present invention.
Embodiment
Below in conjunction with accompanying drawing and embodiment, the present invention is further elaborated.Should be appreciated that specific embodiment described herein only in order to explain the present invention, does not limit the present invention.
Fig. 1 is URL dynamic matching method FB(flow block) of the present invention, comprising:
S101 takes over whole URL address with single controller controller, according to the regularity storehouse that sets in advance is classified in described whole URL address;
S102 to each class URL address, utilizes the described regularity storehouse that sets in advance to carry out Parameter Mapping, and mapping result is deposited in the URL parameter library;
S103 based on described URL parameter library, according to the demand selection URL parameter that the page is showed, generates the URL address that needs and carries out page displaying.
Different from the past to one or controller of a class URL address assignment, the present invention utilizes above-mentioned steps that whole URL address is processed, the URL address is all utilized with single controller that asterisk wildcard (*) is unified take over (following this controller is called trunk controller), the URL address of later use regularity storehouse butt tube is distributed and is processed, reduced the number of the controller that needs, saved system resource, simplify program code, be conducive to unified management and the maintenance of URL address.
Fig. 2 is the URL dynamic matching method overall procedure schematic diagram in the embodiment of the invention, it takes over all URL addresses with trunk controller, for all URL addresses, following situation may occur: wherein the URL of some meets key feature symbol (i.e. preassigned certain part in site parameter host or catalogue layer path, characterize the attribute of URL, indispensable part among the URL) coupling, the key feature symbol that is them is identical, unique, has exclusive key feature symbol, then these URL can form a likeness in form tabulation that the key feature symbol is identical at least, according to such rule, all URL addresses may obtain a plurality of key feature symbols, form a plurality of likeness in form tabulations, carry out subsequent treatment; The URL address that may also have some and all key feature symbols all not to be inconsistent, these URL addresses do not belong to arbitrary likeness in form tabulation.For these situations, can before or after taking over all URL addresses, implement trunk controller the distribution processor of URL address.
On the one hand, for take over all URL addresses at trunk controller before, implement distribution, can be according to self-defining regulation, will be less than the URL of the upper crucial character symbol of coupling, the URL otherwise allocated that does not namely belong to the tabulation of arbitrary likeness in form is taken over and is processed to the controller of other appointment, and does not take over trunk controller.For example, for open especially url list (such as the application programming interfaces of opening, the details page or leaf helps page or leaf etc.) as required, utilize the zero wide assertion method in the regular expression that it is got rid of in trunk controller, assign in other controller, to take over and process.And for the URL that mates upper crucial character symbol, then process under same branch according to corresponding flow process, in the different pages, show.The benefit of processing like this is: for those obviously can not with unified URL address of processing, other URL address, namely separately process at the controller layer, reach the purpose to the preliminary distribution in URL address.
On the other hand, for take over all URL addresses at trunk controller after, implement distribution, can set up corresponding branch otherwise processed by trunk controller.For example, for the URL that does not have the upper crucial character symbol of coupling, need self-defined its branch process, as define same hierarchical directory and distinguished, process branch such as the api interface of setting up " openapi " catalogue level representative opening, set up " help " catalogue level and represent processing branch of Help Center etc.; URL for the upper crucial character symbol of coupling processes under same branch according to corresponding flow process, shows in the different pages to get final product.
The regularity storehouse is the set of regular expression, regularity of the present invention comprises one or more regular expressions in the storehouse, whole URL address that trunk controller takes over and the regular expression in the regularity storehouse are complementary, be assigned to different classes from the URL address that different regular expression is complementary, process the raising overall treatment efficiency to realize the classification after unified the adapter.Regular expression (regular expression) refers to describe a feature with one " character string ", whether meets this feature to verify another " character string ".For example expression formula " mn* " is described the feature of a character string, and this is characterized as one " m " and arbitrarily individual " n " forms, if character string to be verified is " mn ", " mnn " or " mnnnnnn ", then these character strings all meet this feature.Therefore, regular expression can be used for verifying whether character string meets the feature of appointment, if meet then for being complementary, can also be used to search, the substitute character string, etc.Regular expression in the present embodiment can be self-defining, also can arrange with reference to existing matching regular expressions rule, for example accords with as matching principle with key feature; Can for whole URL addresses corresponding to some regular expressions, or certain several URL address is corresponding to some regular expressions, or some URL address is corresponding to some regular expressions.
Wherein, when occurring with all default regular expressions all during unmatched URL address in the URL address, perhaps when the URL address that occurs in the URL address with corresponding matching regular expressions mistake, this should not be mated or the URL address of matching error is tackled, intervene processing, avoid occurring the 404 miscue pages, optimize SEO and search record, improve the user and experience.For example, if the parameter of coupling is merchandise classification, then in the situation that can not find the coupling merchandise classification, can directly show with open arms the not merchandise news of Problem with Some Constrained Conditions, or other friendly prompting etc., rather than jump out the 404 miscue pages, can improve fault-tolerant ability, improve user's experience.
In addition, in the process that mate regular expression and URL address, can utilize greedy pattern and lazy-mode in the regular expression to carry out suitable loose coupling, improve fault-tolerant ability.
Match smoothly the URL address of regular expression for those, it is carried out the Parameter analysis of electrochemical mapping, mapping result is deposited in the URL parameter library, for example, for URL:http: //domain/a1b1c1/, corresponding regular expression is/(a d{1}) (b d{1}) (c d{1})/, can shine upon and obtain condition arg1=a1, arg2=b1 and arg3=c1, the three is saved in the URL parameter library.Here, the URL parameter library is the set that generates the screening conditions of URL address, convert screening conditions to discernible querying condition and carry out page displaying, for example convert arg1=a1 to price=1100, expression a1 represents the situation that price is 1-100 unit, can also convert the querying conditions such as zone, classification, commercial circle to.
In above-mentioned parsing mapping process, can implement interception to certain or certain class URL address arbitrarily, otherwise processed, the conversion of the expired URL that includes for some search engine or the URL of current inefficacy has flexibly processing power.
Based on the URL parameter library that obtains, according to the demand screening URL parameter that the page is showed, generate the URL address that needs and carry out page displaying.Specifically, because different users has different demands to the URL displayed page, therefore before generating the page, to screen the URL parameter library according to business demand, select those options that need and be converted to querying condition, combination producing URL address shows displayed page then.It is emphasized that when the querying condition that filters out carried out combination producing URL address the front and back of each querying condition order and they sequence consensus in corresponding regular expression.By way of example, suppose that the current querying condition that has selected has " domain name ", " zone ", " classification ", " price ", " configuration " and " service entry ", the URL address that is generated by these conditions is: http: // { domain name }/{ zone }/{ classification }/{ price } { configuration } { service entry }/; At this moment, want in current page, to get rid of " zone " condition, adding " terrestrial reference " condition, so should be with following combination producing URL address: http: // { domain name }/{ terrestrial reference }/{ classification }/{ price } { configuration } { service entry }/, wherein " zone " condition is excluded, " terrestrial reference " condition be inserted into " domain name " afterwards, " classification " before; And for example, wanting increases " commercial circle " condition on the basis of the former page, then can make up like this: http: // { domain name }/{ zone }/{ commercial circle }/{ classification }/{ price } { configuration } { service entry }/, " commercial circle " be inserted into after " zone " condition, before " classification " condition, this is to be determined by their orderings in regular expression, can generate unique URL address by automatic arranging after the selected condition that needs.The dynamic combined that realizes according to the method described above the URL address generates, and can manage neatly the URL address, and the code readability is concentrated, and can expand, and maintenance cost is low.
On the other hand, the present invention also provides a kind of URL Dynamic Matching device, as shown in Figure 3, comprising: URL takes over classification processing module 201, be used for taking over whole URL address with single controller controller, according to the regularity storehouse that sets in advance classified in described whole URL address; URL Parameter Mapping processing module 202 is used for each class URL address, utilizes described regularity storehouse to carry out Parameter Mapping, and mapping result is deposited in the URL parameter library; And URL generation processing module 203, be used for based on described URL parameter library, select the URL parameter according to page displaying demand, generate the URL address that needs and carry out page displaying.Wherein, wherein said each class URL address has unique key feature symbol, described whole URL address comprises one or more key feature symbols, and for the URL address that does not have arbitrary key feature symbol in described one or more key feature symbol, before described single controller controller takes over whole URL address, take over other controller, perhaps after described single controller controller takes over whole URL address, processed by the branch of described single controller.Comprise one or more regular expressions in the described regularity storehouse that sets in advance, be divided into different types from one or more URL address that different regular expression is complementary.
Further, when occurring with all regular expressions all during unmatched URL address in described whole URL address, perhaps when the URL address that occurs in described whole URL address with the matching regular expressions mistake, URL Parameter Mapping processing module is tackled this and is not mated or the URL address of matching error.
Further, when the demand of showing based on described URL parameter library, according to the page was screened described URL parameter, URL generated different URL parameters the putting in order and they sequence consensus in corresponding regular expression in the URL address that generates that processing module filters out.
Utilize URL Dynamic Matching device of the present invention dynamically to generate unique URL address, be used for flexible displayed page, can improve the rate of reusing of code, reduce the code maintenance cost.
Although be the example purpose, the preferred embodiments of the present invention are disclosed, it also is possible those skilled in the art will recognize various improvement, increase and replacement, therefore, scope of the present invention should be not limited to above-described embodiment.

Claims (10)

1. a uniform resource position mark URL dynamic matching method is characterized in that, comprising:
Take over whole URL address with single controller controller, according to the regularity storehouse that sets in advance classified in described whole URL address;
To each class URL address, utilize described regularity storehouse to carry out Parameter Mapping, mapping result is deposited in the URL parameter library;
Based on described URL parameter library, according to page displaying demand selection URL parameter, generate the URL address that needs and carry out page displaying.
2. URL dynamic matching method as claimed in claim 1, it is characterized in that, wherein said each class URL address has unique key feature symbol, described whole URL address comprises one or more key feature symbols, for the URL address that does not have arbitrary key feature symbol in described one or more key feature symbol, before described single controller controller takes over whole URL address, take over other controller, perhaps after described single controller controller takes over whole URL address, processed by the branch of described single controller.
3. URL dynamic matching method as claimed in claim 1 is characterized in that, comprises one or more regular expressions in the described regularity storehouse that sets in advance; Be divided into different types from one or more URL address that different regular expression is complementary.
4. URL dynamic matching method as claimed in claim 3, it is characterized in that, when occurring with all regular expressions all during unmatched URL address in described whole URL address, perhaps when the URL address that occurs in described whole URL address with the matching regular expressions mistake, tackle this and do not mate or the URL address of matching error.
5. such as the described URL dynamic matching method of arbitrary claim among the claim 1-4, it is characterized in that, when the demand of showing based on described URL parameter library, according to the page is selected described URL parameter, the different URL parameter that filters out putting in order and they sequence consensus in corresponding regular expression in the URL address that generates.
6. a uniform resource position mark URL Dynamic Matching device is characterized in that, comprising:
URL takes over the classification processing module, is used for taking over whole URL address with single controller controller, according to the regularity storehouse that sets in advance is classified in described whole URL address;
URL Parameter Mapping processing module is used for each class URL address, utilizes described regularity storehouse to carry out Parameter Mapping, and mapping result is deposited in the URL parameter library;
URL generates processing module, is used for based on described URL parameter library, selects the URL parameter according to page displaying demand, generates the URL address that needs and carries out page displaying.
7. URL Dynamic Matching device as claimed in claim 6 is characterized in that, wherein said each class URL address has unique key feature symbol, and described whole URL address comprises one or more key feature symbols; Described URL takes over the classification processing module and also is used for, for the URL address that does not have arbitrary key feature symbol in described one or more key feature symbol, before described single controller controller takes over whole URL address, taken over by other controller, perhaps after described single controller controller takes over whole URL address, processed by the branch of described single controller.
8. URL Dynamic Matching device as claimed in claim 6, it is characterized in that, comprise one or more regular expressions in the wherein said regularity storehouse that sets in advance, be divided into different types from one or more URL address that different regular expression is complementary.
9. URL Dynamic Matching device as claimed in claim 8, it is characterized in that, wherein when occurring with all regular expressions all during unmatched URL address in described whole URL address, perhaps when the URL address that occurs in described whole URL address with the matching regular expressions mistake, URL Parameter Mapping processing module is tackled this and is not mated or the URL address of matching error.
10. such as the described URL Dynamic Matching of arbitrary claim device among the claim 6-9, it is characterized in that, wherein when the demand of showing based on described URL parameter library, according to the page was selected described URL parameter, URL generated different URL parameters the putting in order and they sequence consensus in corresponding regular expression in the URL address that generates that processing module filters out.
CN201210371469.7A 2012-09-28 2012-09-28 A kind of uniform resource position mark URL dynamic matching method and device Active CN102902780B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210371469.7A CN102902780B (en) 2012-09-28 2012-09-28 A kind of uniform resource position mark URL dynamic matching method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210371469.7A CN102902780B (en) 2012-09-28 2012-09-28 A kind of uniform resource position mark URL dynamic matching method and device

Publications (2)

Publication Number Publication Date
CN102902780A true CN102902780A (en) 2013-01-30
CN102902780B CN102902780B (en) 2016-04-20

Family

ID=47575012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210371469.7A Active CN102902780B (en) 2012-09-28 2012-09-28 A kind of uniform resource position mark URL dynamic matching method and device

Country Status (1)

Country Link
CN (1) CN102902780B (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103136372A (en) * 2013-03-21 2013-06-05 陕西通信信息技术有限公司 Method of quick location, classification and filtration of universal resource locator (URL) in network credibility behavior management
CN104239343A (en) * 2013-06-20 2014-12-24 腾讯科技(深圳)有限公司 User input information processing method and device
CN104461491A (en) * 2013-09-24 2015-03-25 阿里巴巴集团控股有限公司 Running method and system of Hybrid components
CN105119916A (en) * 2015-08-21 2015-12-02 福建天晴数码有限公司 http-based authentication method and system
US9619525B2 (en) 2010-03-04 2017-04-11 Gshift Labs Inc. Method and system of optimizing a web page for search engines
CN106685972A (en) * 2016-12-30 2017-05-17 中广热点云科技有限公司 Fault-tolerant enhanced network video information processing system and method
CN106815247A (en) * 2015-11-30 2017-06-09 北京国双科技有限公司 URL acquisition methods and device
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN107908767A (en) * 2017-11-29 2018-04-13 链家网(北京)科技有限公司 Chain processing method and processing device in the bottom of website
CN108197188A (en) * 2017-12-26 2018-06-22 北京小度信息科技有限公司 Address information processing method and device
CN108268508A (en) * 2016-12-30 2018-07-10 北京国双科技有限公司 URL De-weight methods and device
CN108694184A (en) * 2017-04-06 2018-10-23 北京国双科技有限公司 Expose URL processing method and processing devices
CN109446445A (en) * 2018-10-23 2019-03-08 乐蜜有限公司 A kind of resource acquiring method and device
WO2019161658A1 (en) * 2018-02-24 2019-08-29 深圳壹账通智能科技有限公司 Dynamic domain name validation method and system, and computer device and storage medium
CN110688598A (en) * 2019-08-22 2020-01-14 苏宁云计算有限公司 Service parameter acquisition method and device, computer equipment and storage medium
US10733257B2 (en) 2017-08-28 2020-08-04 Alibaba Group Holding Limited Short-link parsing methods, apparatus, and devices
CN112084438A (en) * 2020-09-01 2020-12-15 支付宝(杭州)信息技术有限公司 Code scanning skip data processing method, device, equipment and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6772139B1 (en) * 1998-10-05 2004-08-03 Smith, Iii Julius O. Method and apparatus for facilitating use of hypertext links on the world wide web
CN101727447A (en) * 2008-10-10 2010-06-09 浙江搜富网络技术有限公司 Generation method and device of regular expression based on URL

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6772139B1 (en) * 1998-10-05 2004-08-03 Smith, Iii Julius O. Method and apparatus for facilitating use of hypertext links on the world wide web
CN101727447A (en) * 2008-10-10 2010-06-09 浙江搜富网络技术有限公司 Generation method and device of regular expression based on URL

Cited By (30)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9619525B2 (en) 2010-03-04 2017-04-11 Gshift Labs Inc. Method and system of optimizing a web page for search engines
CN103136372B (en) * 2013-03-21 2016-03-02 陕西通信信息技术有限公司 URL quick position, classification and filter method in network trusted sexual behaviour management
CN103136372A (en) * 2013-03-21 2013-06-05 陕西通信信息技术有限公司 Method of quick location, classification and filtration of universal resource locator (URL) in network credibility behavior management
CN104239343B (en) * 2013-06-20 2018-04-27 腾讯科技(深圳)有限公司 A kind of user inputs the treating method and apparatus of information
CN104239343A (en) * 2013-06-20 2014-12-24 腾讯科技(深圳)有限公司 User input information processing method and device
US11275728B2 (en) 2013-06-20 2022-03-15 Tencent Technology (Shenzhen) Company Limited Processing method and device of the user input information
US10503729B2 (en) 2013-06-20 2019-12-10 Tencent Technology (Shenzhen) Company Limited Processing method and device of the user input information
CN104461491A (en) * 2013-09-24 2015-03-25 阿里巴巴集团控股有限公司 Running method and system of Hybrid components
CN104461491B (en) * 2013-09-24 2017-10-27 阿里巴巴集团控股有限公司 The operation method and system of a kind of Hybrid components
CN105119916A (en) * 2015-08-21 2015-12-02 福建天晴数码有限公司 http-based authentication method and system
CN105119916B (en) * 2015-08-21 2018-04-10 福建天晴数码有限公司 A kind of authentication method and system based on http
CN106815247B (en) * 2015-11-30 2020-05-22 北京国双科技有限公司 Uniform resource locator obtaining method and device
CN106815247A (en) * 2015-11-30 2017-06-09 北京国双科技有限公司 URL acquisition methods and device
CN107423037A (en) * 2016-03-09 2017-12-01 阿里巴巴集团控股有限公司 Application programming interfaces localization method and equipment
CN106685972B (en) * 2016-12-30 2019-08-02 中广热点云科技有限公司 A kind of enhancing fault tolerant network video information process system and method
CN106685972A (en) * 2016-12-30 2017-05-17 中广热点云科技有限公司 Fault-tolerant enhanced network video information processing system and method
CN108268508A (en) * 2016-12-30 2018-07-10 北京国双科技有限公司 URL De-weight methods and device
CN108694184A (en) * 2017-04-06 2018-10-23 北京国双科技有限公司 Expose URL processing method and processing devices
CN108694184B (en) * 2017-04-06 2022-03-11 北京国双科技有限公司 Exposure URL processing method and device
US10733257B2 (en) 2017-08-28 2020-08-04 Alibaba Group Holding Limited Short-link parsing methods, apparatus, and devices
CN107908767A (en) * 2017-11-29 2018-04-13 链家网(北京)科技有限公司 Chain processing method and processing device in the bottom of website
CN108197188B (en) * 2017-12-26 2020-06-30 北京星选科技有限公司 Address information processing method and device
CN108197188A (en) * 2017-12-26 2018-06-22 北京小度信息科技有限公司 Address information processing method and device
WO2019161658A1 (en) * 2018-02-24 2019-08-29 深圳壹账通智能科技有限公司 Dynamic domain name validation method and system, and computer device and storage medium
CN109446445A (en) * 2018-10-23 2019-03-08 乐蜜有限公司 A kind of resource acquiring method and device
CN109446445B (en) * 2018-10-23 2022-03-22 北京乐我无限科技有限责任公司 Resource acquisition method and device
CN110688598A (en) * 2019-08-22 2020-01-14 苏宁云计算有限公司 Service parameter acquisition method and device, computer equipment and storage medium
WO2021031688A1 (en) * 2019-08-22 2021-02-25 苏宁云计算有限公司 Service parameter acquisition method and apparatus, computer device and storage medium
US11265314B1 (en) 2020-09-01 2022-03-01 Alipay (Hangzhou) Information Technology Co., Ltd. Code scanning jump
CN112084438A (en) * 2020-09-01 2020-12-15 支付宝(杭州)信息技术有限公司 Code scanning skip data processing method, device, equipment and system

Also Published As

Publication number Publication date
CN102902780B (en) 2016-04-20

Similar Documents

Publication Publication Date Title
CN102902780B (en) A kind of uniform resource position mark URL dynamic matching method and device
CN108984170A (en) The multilingual rendering method of the H5 page and device
CN103973461A (en) Notification message pushing method and message server
CN101031060B (en) System and method for generating electronic programm guide
CN108366356B (en) Method and device for intercommunication between M2M system and identification analysis system
CN101686173A (en) Method, system and apparatus of service negotiation
CN102164186A (en) Method and system for realizing cloud search service
CN102447585A (en) Method and device for converting network configuration protocol response message into command line
CN105554169B (en) OID configuration and analysis method, ORS client, OID node and database thereof
CN102325186A (en) Remote service calling method and system
CN105208090A (en) Zookeeper-based Leader selection method
CN107818268A (en) The access control method and server of big data platform
CN103595550A (en) Network-topology displaying method for EOC device
CN109729183A (en) Request processing method, device, equipment and storage medium
CN104378234A (en) Cross-data-center data transmission processing method and system
CN109729187A (en) A kind of agent communication method, system, device and storage medium
CN102404387A (en) Method, device and equipment for information synchronization with other nodes
CN109981745A (en) A kind of journal file processing method and server
CN109525590A (en) The transmission method and device of data packet
CN109683910A (en) Big data platform dispositions method and device
WO2007085167A1 (en) A method, system and application of implementing an identification of a service based on an address
CN105871698A (en) Management method and system of instant communication service
CN103902539A (en) Method and device for analyzing extensible markup language data
CN103581238A (en) Unified service platform of ubiquitous network and service implementing method
JP2011133985A (en) System, and method for managing configuration information, device and program for managing distributed information

Legal Events

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