上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 42 下一页
摘要: package com.xxxx.servlet; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; im 阅读全文
posted @ 2022-04-05 19:12 lwx_R 阅读(35) 评论(0) 推荐(0) 编辑
摘要: package com.xxxx.servlet; import com.sun.javaws.IconUtil; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import ja 阅读全文
posted @ 2022-04-05 19:11 lwx_R 阅读(83) 评论(0) 推荐(0) 编辑
摘要: Servlet 服务端程序 提供其服务的服务器叫容器 tomcat 工作流程 locahost:8080/projectName/资源名 生命周期 Servlet没有main方法,不能独立运行,它的运行完全由Servlet引擎来控制和调度。所谓生命周期, 指的是servlet容器何时创建servle 阅读全文
posted @ 2022-04-05 19:10 lwx_R 阅读(31) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .father *{ display: block; border: 1px solid greenyellow; 阅读全文
posted @ 2022-04-05 18:05 lwx_R 阅读(34) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> </title> <link rel="stylesheet" type="text/css" href="JQ_css.css"/> </head> <body> <div i 阅读全文
posted @ 2022-04-04 18:37 lwx_R 阅读(39) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p id="p1">this is <b>p</b></p> <button type="button" id="btn1">cl 阅读全文
posted @ 2022-04-04 18:11 lwx_R 阅读(25) 评论(0) 推荐(0) 编辑
摘要: IDEA 2021.3版本 1.tomcat下载 官网:https://tomcat.apache.org/ 选择zip下载即可 2. 部署项目 2.1 新建普通Java项目 2.2 在工程右键选择add framework support 项目文件形式 2.3 勾选web Appcalicatio 阅读全文
posted @ 2022-04-02 17:46 lwx_R 阅读(906) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p id="p1">this is p</p> <button id="btn1" type="button">click</bu 阅读全文
posted @ 2022-04-01 18:36 lwx_R 阅读(105) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> #div1{ background-color: blueviolet; height: 100px; width 阅读全文
posted @ 2022-03-30 17:36 lwx_R 阅读(31) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p>this is p</p> <button type="button" id="btn1">btn1</button> <bu 阅读全文
posted @ 2022-03-28 16:55 lwx_R 阅读(10) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 42 下一页