排序
Struts2输入校验剖析之编码方式校验
Struts2 提供了两种校验方式。 使用编码方式进行校验 新建 register.jsp 页面 <%@ page language='java' contentType='text/html; charset=UTF-8' pageEncoding='UTF-8'%> <%@ taglib ...
Java生成验证码图片
生成验证码 /** * 验证码工具类 * * @name: VerificationCode * @author: terwer * @date: 2022-07-17 22:21 **/ public class VerificationCode { private static final String[] randomStr = ...