# shortUrl **Repository Path**: choviwu/shortUrl ## Basic Information - **Project Name**: shortUrl - **Description**: 高性能生成短链算法 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-09-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # shortUrl #### 介绍 高性能生成短链算法 #### 软件架构 利用时间戳+随机字符串转成62进制的字符串 ##### 为啥是62进制呢? 0—A~Za~z 总共有62个字符,因为时间戳是不可重复的,所以将当前时间戳进行进制转化,达到不同字符随机的匹配