随笔分类 - JavaWeb
摘要:<%-- Created by IntelliJ IDEA. User: admin Date: 2023/6/29 Time: 16:29 To change this template use File | Settings | File Templates. --%> <%@ page con
阅读全文
摘要:package com.itheima.web; import com.itheima.pojo.Brand; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import java
阅读全文
摘要:<%@ page import="com.itheima.pojo.Brand" %> <%@ page import="java.util.ArrayList" %> <%@ page import="java.util.List" %> <%-- Created by IntelliJ IDEA
阅读全文
摘要:package com.itheima.util; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.
阅读全文
摘要:package com.itheima.web; import com.itheima.mapper.UserMapper; import com.itheima.pojo.User; import org.apache.ibatis.io.Resources; import org.apache.
阅读全文
摘要:代码实现 package com.itheima.mapper; import com.itheima.pojo.User; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select
阅读全文
摘要:准备登录界面 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>login</title> <link href="css/login.css" rel="stylesheet"> </head> <body>
阅读全文