上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 90 下一页
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 </head> 7 <body> 8 <form action="/day14_test/loginServ 阅读全文
posted @ 2021-06-30 15:28 yub4by 阅读(75) 评论(0) 推荐(0) 编辑
摘要: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Title</title> 6 </head> 7 <body> 8 9 <form action="/day14/RequestDemo4 阅读全文
posted @ 2021-06-30 13:29 yub4by 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 90 下一页