shorter_Url
2021-04-02 21:20:48 3 举报
长连接转短连接 且用户使用短连接重定向跳转到原地址
作者其他创作
大纲/内容
int
UserChrome
Mysql/Redis
使用短连接(比如www.ss.xyz/bEDfhW)
longUrl(比如https://gitee.com/tianxiaobin/spring-boot-seckill)
shortUrl(www.ss.xyz/bEDfhW)
返回302重定向将LongUrl(https://gitee.com/tianxiaobin/spring-boot-seckill)放到Location里
是否大于0
Math.abs()
getHashCode
返回自己域名+shortUrl(比如www.ss.xyz/bEDfhW)
得到一个6位不重复字符串bEDfhW(56 800 235 584种情况)
浏览器会自动跳转到Long_url去
DateBase
可以用redis等统计用户数据
hashCode2ShortUrl
收藏
收藏
0 条评论
下一页