Java 验证码 Cage
- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: http://akiraly.github.io/cage/
- 软件文档: http://akiraly.github.io/cage/quickstart.html
软件介绍
Cage 是一个 Java 实现的验证码图片生成库,快速、小型和简单。
示例代码:
public class QuickStart {
public static void main(String[] args) throws IOException {
Cage cage = new GCage();
OutputStream os = new FileOutputStream("captcha.jpg", false);
try {
cage.draw(cage.getTokenGenerator().next(), os);
} finally {
os.close();
}
}
}
Maven:
<dependency> <groupId>com.github.cage</groupId> <artifactId>cage</artifactId> <version>1.0</version> </dependency>
The Zen of CSS Design
Dave Shea、Molly E. Holzschlag / Peachpit Press / 2005-2-27 / USD 44.99
Proving once and for all that standards-compliant design does not equal dull design, this inspiring tome uses examples from the landmark CSS Zen Garden site as the foundation for discussions on how to......一起来看看 《The Zen of CSS Design》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
RGB HSV 转换
RGB HSV 互转工具
