https://github.com/thisisgame/short_url_cpp
短链接生成系统 short link generation system
https://github.com/thisisgame/short_url_cpp
Last synced: 3 months ago
JSON representation
短链接生成系统 short link generation system
- Host: GitHub
- URL: https://github.com/thisisgame/short_url_cpp
- Owner: ThisisGame
- Created: 2021-10-20T15:32:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-26T15:26:03.000Z (over 4 years ago)
- Last Synced: 2025-12-26T20:14:38.057Z (7 months ago)
- Language: C++
- Homepage:
- Size: 474 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# short_url_cpp
clone后,按下面步骤编译
```shell
makedir build
cd build
cmake ..
make
```
访问 127.0.0.1/gen/长网址 生成短网址id
访问 127.0.0.1/go/短网址id 即可跳转长网址