摘要:
1 package com.haifei.web.request; 2 3 import javax.servlet.ServletException; 4 import javax.servlet.annotation.WebServlet; 5 import javax.servlet.http 阅读全文
摘要:
阅读全文
摘要:
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 阅读全文
摘要:
1 package com.haifei.servlet; 2 3 import javax.servlet.*; 4 import javax.servlet.annotation.WebServlet; 5 import java.io.IOException; 6 7 //@WebServle 阅读全文
摘要:
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" 阅读全文
摘要:
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" 阅读全文
摘要:
阅读全文
摘要:
web相关概念回顾 web服务器软件 Tomcat 阅读全文
摘要:
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 阅读全文