摘要: 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 阅读(18) 评论(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 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-29 18:00 Karlshell 阅读(19) 评论(0) 推荐(0)
摘要: <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> <%@ page contentType="text/html;charset=UTF-8" language="java" %> <!DOCTYPE html> <ht 阅读全文
posted @ 2023-06-29 16:59 Karlshell 阅读(14) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: admin Date: 2023/6/29 Time: 16:29 To change this template use File | Settings | File Templates. --%> <%@ page con 阅读全文
posted @ 2023-06-29 16:37 Karlshell 阅读(11) 评论(0) 推荐(0)
摘要: package com.itheima.web; import com.itheima.pojo.Brand; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import java 阅读全文
posted @ 2023-06-29 16:24 Karlshell 阅读(13) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-29 16:05 Karlshell 阅读(13) 评论(0) 推荐(0)
摘要: <%@ page import="com.itheima.pojo.Brand" %> <%@ page import="java.util.ArrayList" %> <%@ page import="java.util.List" %> <%-- Created by IntelliJ IDEA 阅读全文
posted @ 2023-06-29 16:05 Karlshell 阅读(16) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-29 15:22 Karlshell 阅读(10) 评论(0) 推荐(0)
摘要: JSP就是一个Servlet 阅读全文
posted @ 2023-06-29 15:14 Karlshell 阅读(9) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-29 14:22 Karlshell 阅读(12) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-06-29 14:13 Karlshell 阅读(17) 评论(0) 推荐(0)
摘要: package com.itheima.util; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session. 阅读全文
posted @ 2023-06-29 14:12 Karlshell 阅读(20) 评论(0) 推荐(0)