https://github.com/wendal/shortit
超简单的短地址服务
https://github.com/wendal/shortit
Last synced: 3 months ago
JSON representation
超简单的短地址服务
- Host: GitHub
- URL: https://github.com/wendal/shortit
- Owner: wendal
- Created: 2012-09-24T01:23:34.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2015-09-02T00:42:30.000Z (over 10 years ago)
- Last Synced: 2025-04-19T03:56:12.268Z (9 months ago)
- Language: JavaScript
- Size: 6.57 MB
- Stars: 66
- Watchers: 18
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
码农专用的短地址服务
=================
地址
-----------------
http://nutz.cn
动机
-----------------
>> ### 现有的短地址服务,各种河蟹,各种验证码,各种墙,而且只单独网址或文件的短地址服务!!
>> ### Wendal我极度不爽!!
功能
-----------------
>> ### 网址/纯文本的短地址
>> ### 拖拉式文件分享
Java版安装
-----------------
Eclipse导入工程即可,然后通过Jetty插件运行,you know
Golang版安装
-----------------
>> ### 需要golang 1.0或以上
>> ### 安装go-sqlite3 (系统需要安装sqlite3-devel库): go get github.com/mattn/go-sqlite3
>> ### 执行: go build shortit.go
>> ### 执行: ./shortit 即可启动