url-shortener
Best practices for using URL as a database key
I\'m going to be writing a crawler, storing results in a database (MongoDB). Of course, using the URL as one possible query parameter is important.But, it\'s also problematic:[详细]
2023-02-24 11:16 分类:问答want to do a simple url shortner
I want to create a simple URL shortner that would do the following: http://example.com/code where code would be something like a476u (a random string of letters and numbers).My only problem is readi[详细]
2023-02-20 13:42 分类:问答Could it be that the google url shortening api key works only on 1 computer?
I\'m using the Google URL Shortener from an ASP.NET website. It works fine from my localhost, but on the test server I get the following[详细]
2023-02-19 18:31 分类:问答Avoiding real English words in "short URLs", without sacrificing too much headroom
Assuming here that th开发者_StackOverflowe language in question is English, and the character sets used are basic ASCII / latin alphabet.[详细]
2023-02-19 07:03 分类:问答Shortening URLS
Basically i want to do this, www.mydomain.com/index.html >> change to >> www.mydomain.com/ and checkout for example,[详细]
2023-02-14 04:21 分类:问答What's the best service to use for filtering out spam/abuse/malware links for a link shortening webapp?
I have two services - Lincr and LinkBunch. Lincr is a plain jane URL shortening service, while LinkBunch lets you shorten multiple links into one link. I\'ve had too much spam posted into the services[详细]
2023-02-09 16:32 分类:问答What is business model of URL shortening services like bit.ly and tinurl?
How do URL shortening services earn ? Do they get funded o开发者_C百科ver a period of time and then, come out with algorithms to then dish out category specific trending hot URL\'s or something ? Any[详细]
2023-02-07 12:29 分类:问答MVC 2 - URL Shortening/ Routing (Map Route)
I have a URL: http://localhost:XXXX/Details/569 I want to shorten it to: http://localhost:XXXX/569 Currently I have:[详细]
2023-02-07 05:00 分类:问答URL shortener with no database
I\'d like to write a URL shortener that doesn\'t have to use a database. Instead, to have as few moving parts as possible, the script would just create a unique hash for my URL based on an algorithm ([详细]
2023-02-06 21:31 分类:问答URL shortening algorithm
Now, this is not strictly about URL shortening, but my purpose is such anyway, so let\'s view it like that. Of course the steps to URL shortening are:[详细]
2023-02-02 04:15 分类:问答
加载中,请稍侯......