摘要: 1 package com.haifei.web.request; 2 3 import javax.servlet.ServletException; 4 import javax.servlet.annotation.WebServlet; 5 import javax.servlet.http 阅读全文
posted @ 2021-06-29 21:31 yub4by 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-29 20:46 yub4by 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 1 package com.haifei.web.servlet; 2 3 import javax.servlet.*; 4 import javax.servlet.annotation.WebServlet; 5 import java.io.IOException; 6 7 8 //@Web 阅读全文
posted @ 2021-06-29 20:08 yub4by 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 1 package com.haifei.servlet; 2 3 import javax.servlet.*; 4 import javax.servlet.annotation.WebServlet; 5 import java.io.IOException; 6 7 //@WebServle 阅读全文
posted @ 2021-06-29 13:43 yub4by 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-06-29 13:41 yub4by 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1 <?xml version="1.0" encoding="UTF-8"?> 2 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 阅读全文
posted @ 2021-06-29 12:28 yub4by 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-29 12:25 yub4by 阅读(34) 评论(0) 推荐(0) 编辑
摘要: web相关概念回顾 web服务器软件 Tomcat 阅读全文
posted @ 2021-06-29 12:19 yub4by 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://www.w3school.com.cn/xpath/index.asp 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <students> 3 <student number="itcast_0001"> 4 <!--<name id="it 阅读全文
posted @ 2021-06-29 09:59 yub4by 阅读(74) 评论(0) 推荐(0) 编辑