2019年5月27日

我爱Java系列---【Java生成验证码案例】

摘要: 需求: 在访问登录页面时,需要生产验证码。从而防止用户使用程序恶意登录。 代码演示: 1.页面代码: @WebServlet(urlPatterns = "/checkcode") public class CheckServlet extends HttpServlet { protected v 阅读全文

posted @ 2019-05-27 01:02 少年攻城狮 阅读(316) 评论(0) 推荐(0)

导航