没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
1.SecurityCode.java --- 生成验证码 SecurityCode类中提供的验证码分三个难度,易(全数字)、中(数字+小写英文)、难(数字+大小写英文)。难度使用枚举SecurityCodeLevle表示,避免使用1、2、3这样没有明确意义的数字来区分。同时,还控制了能否出现重复的字符。 2.SecurityImage.java --- 图片 有了SecurityCode类提供的验证码,就应该考虑怎么在图片上写字符串了。在Java中操作图片,需要使用BufferedImage类,它代表内存中的图片。写字符串,就需要从图片BufferedImage上得到绘图图面Graphics,然后在图面上drawString。为了使验证码有一定的干扰性,也绘制了一些噪点。调用Graphics类的drawRect绘制1*1大小的方块就可以了。
资源推荐
资源详情
资源评论
收起资源包目录
vcode_struts2.rar (60个子文件)
vcode
.settings
org.eclipse.wst.jsdt.ui.superType.name 6B
org.eclipse.wst.common.project.facet.core.xml 252B
org.eclipse.wst.common.component 453B
org.eclipse.wst.jsdt.ui.superType.container 49B
.jsdtscope 500B
org.eclipse.jdt.core.prefs 395B
src
com
master
web
RandomAction.java 805B
InitServlet.java 357B
utils
SecurityCode.java 3KB
SecurityImage.java 4KB
struts.xml 720B
.project 2KB
WebRoot
css
admin.css 29KB
admin
login.jsp 679B
META-INF
MANIFEST.MF 36B
WEB-INF
web.xml 1008B
classes
com
master
web
InitServlet.class 731B
RandomAction.class 1KB
utils
SecurityImage.class 3KB
SecurityCode.class 2KB
SecurityCode$SecurityCodeLevel.class 1KB
struts.xml 720B
lib
mybatis-3.2.8.jar 697KB
standard-1.1.2.jar 384KB
spring-beans-4.1.6.RELEASE.jar 692KB
spring-tx-4.1.6.RELEASE.jar 247KB
javassist-3.11.0.GA.jar 600KB
log4j-1.2.16.jar 470KB
aopalliance-1.0.jar 4KB
struts2-core-2.3.20.jar 807KB
spring-expression-4.1.6.RELEASE.jar 253KB
spring-context-4.1.6.RELEASE.jar 1002KB
spring-aspects-4.1.6.RELEASE.jar 55KB
freemarker-2.3.19.jar 909KB
mybatis-spring-1.2.0.jar 48KB
spring-jdbc-4.1.6.RELEASE.jar 417KB
spring-instrument-4.1.6.RELEASE.jar 7KB
servlet-api-2.5.jar 103KB
spring-web-4.1.6.RELEASE.jar 702KB
mysql-connector-java-5.1.32.jar 946KB
xwork-core-2.3.20.jar 656KB
ognl-3.0.6.jar 223KB
aspectjweaver.jar 1.62MB
commons-logging-1.1.3.jar 61KB
spring-orm-4.1.6.RELEASE.jar 367KB
spring-aop-4.1.6.RELEASE.jar 351KB
spring-context-support-4.1.6.RELEASE.jar 174KB
jstl-1.2.jar 405KB
spring-core-4.1.6.RELEASE.jar 984KB
commons-io-2.2.jar 170KB
struts2-spring-plugin-2.3.20.jar 21KB
jsp-api-2.2.1-b02.jar 49KB
commons-lang3-3.2.jar 376KB
c3p0-0.9.1.jar 594KB
commons-fileupload-1.3.1.jar 67KB
applicationContext.xml 314B
js
jquery-2.0.3.js 236KB
index.jsp 834B
.mymetadata 288B
.classpath 529B
.myeclipse
共 60 条
- 1
资源评论
wang725
- 粉丝: 67
- 资源: 68
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功