- 授权协议: 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());
}
XMPP
Peter Saint-Andre、Kevin Smith、Remko TronCon / O'Reilly Media / 2009-5-4 / USD 39.99
This practical book provides everything you need to know about the Extensible Messaging and Presence Protocol (XMPP). This open technology for real-time communication is used in many diverse applicati......一起来看看 《XMPP》 这本书的介绍吧!
