Java验证码库 iCaptcha
<p>iCaptcha 是一个 Java 的验证码库,支持国际化和可定制。</p> <p><img alt="Java验证码库 iCaptcha" src="https://simg.open-open.com/show/0cc4b0a71e3d7667b911c4cff1c610bb.jpg" width="200" height="60" /></p> <p>示例代码:</p> <pre class="brush:java; toolbar: true; auto-links: false;">//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);</pre> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1324535038952" target="_blank">http://www.open-open.com/lib/view/home/1324535038952</a></p> <p></p>
本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
转载本站原创文章,请注明出处,并保留原始链接、图片水印。
本站是一个以用户分享为主的开源技术平台,欢迎各类分享!