Java验证码库 iCaptcha

码农软件 · 软件分类 · 验证码(Captcha) · 2019-04-22 14:44:40

软件介绍

iCaptcha 是一个 Java 的验证码库,支持国际化和可定制。

示例代码:

//Optional Properties
Properties props = new Properties();
props.put("format", "jpg");
props.put("font", "Helvetica");
props.put("fontsize", "28");
props.put("min-width", "180");
props.put("padding-x", "25");
props.put("padding-y", "25");
OutputStream os = new FileOutputStream("c:/captcha/text.jpg");
FactoryLanguageImpl inst=(FactoryLanguageImpl)Producer.forName("org.smx.captcha.impl.FactoryLanguageImpl");
inst.setLanguageDirectory("C:/captcha/lang");
inst.setLanguage("RU");
inst.setRange(5, 10); //Select words between 5-10 letters
Producer.render(os, inst, props);

本文地址:https://codercto.com/soft/d/4143.html

Web 2.0 Architectures

Web 2.0 Architectures

Duane Nickull、Dion Hinchcliffe、James Governor / O'Reilly / 2009 / USD 34.99

The "Web 2.0" phenomena has become more pervasive than ever before. It is impacting the very fabric of our society and presents opportunities for those with knowledge. The individuals who understand t......一起来看看 《Web 2.0 Architectures》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具