摘要: IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter 阅读全文
posted @ 2021-02-15 20:43 —清风碎心— 阅读(1727) 评论(0) 推荐(0) 编辑
摘要: Servlet & JSP <!-- https://mvnrepository.com/artifact/javax.servlet.jsp/javax.servlet.jsp-api --> <dependency> <groupId>javax.servlet.jsp</groupId> <a 阅读全文
posted @ 2021-02-15 16:12 —清风碎心— 阅读(43) 评论(0) 推荐(0) 编辑
摘要: JSTL & Standard <!-- https://mvnrepository.com/artifact/javax.servlet.jsp.jstl/jstl --> <dependency> <groupId>javax.servlet.jsp.jstl</groupId> <artifa 阅读全文
posted @ 2021-02-15 16:01 —清风碎心— 阅读(128) 评论(0) 推荐(0) 编辑
摘要: jdbc连接MySql数据库 package com.zhy; import com.mysql.jdbc.Driver; import java.sql.*; /** * @author ZHY * @data 2021/2/15 */ public class TestJdbc { public 阅读全文
posted @ 2021-02-15 15:52 —清风碎心— 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 九大内置对象 内置对象 Servlet对应类 request HttpServletRequest response HttpServletResponse session HttpSession application ServletContext out JspWriter pageContex 阅读全文
posted @ 2021-02-15 15:44 —清风碎心— 阅读(43) 评论(0) 推荐(0) 编辑