文件名称:web开发验证码项目实例文件
文件大小:2KB
文件格式:RAR
更新时间:2013-08-31 10:54:25
web 验证 项目 文件
char mapTable[] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A','B','C','D','E','F','G','H','I','J','K','L','M', 'N','O','P','Q','R','S','T','U','V','W','X','Y','Z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9' }; int width=0; int height=0; if (width <= 0) width = 60; if (height <= 0) height = 20;
【文件预览】:
验证码
----java2D2()
--------test.jsp(486B)
--------code.jsp(2KB)
--------doTest.jsp(339B)