验证码 AuthCodeViewDemo

码农软件 · 软件分类 · 图像(Image) · 2019-06-01 21:13:39

软件介绍

绘制验证码,支持两种形式
第一、给一个简单的字符串,我自己来画,主要用于客户端验证。eg:(DGCC)
第二、给我一个连接,传给我一张图片,我来显示,用于服务端验证。eg:http://IP/.../.../codeImages.jsp

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

Refactoring

Refactoring

Martin Fowler、Kent Beck、John Brant、William Opdyke、Don Roberts / Addison-Wesley Professional / 1999-7-8 / USD 64.99

Refactoring is about improving the design of existing code. It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its int......一起来看看 《Refactoring》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

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

URL 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具