- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/myaniu/ShortUrlApi
软件介绍
短地址生成器接口,目前仅实现了网易126.am的短地址生成器接口。
以后会慢慢添加其他短地址服务提供商的实现。
如何使用:
Am126ShortUrlGenerater sug = new Am126ShortUrlGenerater();
//这个apikey需要在126.am网站上申请。
sug.setApiKey("b4df5122444bb4198387f09");
//生成指定参数的短地址
ShortUrlResult sur = sug.generate("http://www.wellbole.com");
//生成成功,打印出结果
if(sur.isOk()){
log.info("shortUrl:" + sur.getShortUrl());
}
Wikis For Dummies
Dan Woods、Peter Thoeny / For Dummies / 2007-7-23 / USD 24.99
Corporations have finally realized the value of collaboration tools for knowledge sharing and Wiki is the open source technology for creating collaborative Web sites, as either a public site on the In......一起来看看 《Wikis For Dummies》 这本书的介绍吧!
