上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页
摘要: 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 轩哥聊码 阅读(1259) 评论(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 轩哥聊码 阅读(123) 评论(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 轩哥聊码 阅读(50) 评论(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 轩哥聊码 阅读(16) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <script > // JSON用途和web服务器进行数据传输 // 数据类型不能为函数 日期 undefined var tex 阅读全文
posted @ 2022-03-24 19:17 轩哥聊码 阅读(30) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p class="p1">p1</p> <p>p2</p> <script type="text/javascript" src= 阅读全文
posted @ 2022-03-23 19:43 轩哥聊码 阅读(48) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title id="tit">node</title> </head> <body id="b"> <!-- title的子节点为文本节点:Node h1和p为同胞 --> <h1 id="h 阅读全文
posted @ 2022-03-21 19:18 轩哥聊码 阅读(35) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body> <p id="p1">here</p> <div id="div1"> <p id="p2"> div+p+bubbing; </p 阅读全文
posted @ 2022-03-21 18:26 轩哥聊码 阅读(170) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <body onload="checkCook()"> <h1 id="h1" onclick="this.innerHTML='Hello'"> 阅读全文
posted @ 2022-03-20 17:08 轩哥聊码 阅读(30) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> #container{ width: 400px; height: 400px; position: relative; background: 阅读全文
posted @ 2022-03-20 13:52 轩哥聊码 阅读(33) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 46 下一页