随笔分类 -  JavaWeb / JSP & 会话技术

摘要://获取用户输入的验证码 String checkCode = request.getParameter("checkCode"); //获取程序生成的验证码,从Session中获取 HttpSession session = request.getSession(); String checkCo 阅读全文
posted @ 2023-07-02 20:19 Karlshell 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-02 18:14 Karlshell 阅读(2) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.web; import com.itheima.pojo.User; import com.itheima.service.UserService; import javax.servlet.ServletException; import javax.ser 阅读全文
posted @ 2023-07-02 17:28 Karlshell 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-02 15:28 Karlshell 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-07-02 15:05 Karlshell 阅读(11) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.mapper; import com.itheima.pojo.User; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.Param; imp 阅读全文
posted @ 2023-07-02 14:34 Karlshell 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 19:41 Karlshell 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 19:31 Karlshell 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 18:35 Karlshell 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 18:19 Karlshell 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 18:10 Karlshell 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 17:33 Karlshell 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 17:15 Karlshell 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-30 15:43 Karlshell 阅读(5) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.mapper; import com.itheima.pojo.Brand; import org.apache.ibatis.annotations.*; import java.util.List; public interface BrandMapper 阅读全文
posted @ 2023-06-30 15:31 Karlshell 阅读(12) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.mapper; import com.itheima.pojo.Brand; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.ResultMap 阅读全文
posted @ 2023-06-30 14:39 Karlshell 阅读(18) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.mapper; import com.itheima.pojo.Brand; import org.apache.ibatis.annotations.Insert; import org.apache.ibatis.annotations.ResultMap 阅读全文
posted @ 2023-06-30 13:49 Karlshell 阅读(6) 评论(0) 推荐(0) 编辑
摘要:package com.itheima.mapper; import com.itheima.pojo.Brand; import org.apache.ibatis.annotations.ResultMap; import org.apache.ibatis.annotations.Select 阅读全文
posted @ 2023-06-29 20:18 Karlshell 阅读(14) 评论(0) 推荐(0) 编辑
摘要:mybatis-config.xml <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http://mybatis.org/dtd 阅读全文
posted @ 2023-06-29 18:23 Karlshell 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-06-29 18:00 Karlshell 阅读(14) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示