Loading

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页
摘要: https://blog.csdn.net/weixin_45962167/article/details/108950258#:~:text=c代表Class,文件旁边蓝色的m 官网解释:https://www.jetbrains.com/help/pycharm/symbols.html#fil 阅读全文
posted @ 2024-11-23 15:45 一只大学生 阅读(171) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <form name="form1"> <div> <label for="username">姓名< 阅读全文
posted @ 2024-11-23 15:29 一只大学生 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 放大镜:win + + 缩放: ctrl + alt + 滚轮 阅读全文
posted @ 2024-11-22 17:11 一只大学生 阅读(55) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3493315/202411/3493315-20241122144944747-1839083841.png) 阅读全文
posted @ 2024-11-22 14:50 一只大学生 阅读(4) 评论(0) 推荐(0) 编辑
摘要: (1)DAO是Data Access Object数据访问接口。数据访问:顾名思义就是与数据库打交道。夹在业务逻辑与数据库资源中间。(对数据库进行操作,例如:实现将数据插入数据库) (2)Bean包就是专门放置属性类的,比如在数据库中创建了一个表,那么你可以把这个表的各个字段,分别定义成属性放置在一 阅读全文
posted @ 2024-11-22 14:46 一只大学生 阅读(71) 评论(0) 推荐(0) 编辑
摘要: package cn.edu.xaut.servlet; import cn.edu.xaut.bean.UserBean; import cn.edu.xaut.dao.UserDao; import javax.servlet.ServletException; import javax.ser 阅读全文
posted @ 2024-11-22 14:40 一只大学生 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_52736131/article/details/123563321 阅读全文
posted @ 2024-11-22 12:37 一只大学生 阅读(16) 评论(0) 推荐(0) 编辑
摘要: JSP(JavaServer Pages):JSP 是一种用于创建动态 Web 内容的技术,它允许在 HTML 页面中嵌入 Java 代码片段。 阅读全文
posted @ 2024-11-22 11:04 一只大学生 阅读(6) 评论(0) 推荐(0) 编辑
摘要: // 获取 ul 元素 var navList = document.getElementById("navList"); // 获取 "新随笔" 的 li 元素 var newPostLi = document.getElementById("blog_nav_newpost").parentEl 阅读全文
posted @ 2024-11-19 19:41 一只大学生 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 详细教程:https://esofar.github.io/cnblogs-theme-silence/#/guide?id=step1:获取文件 代码如下 @media only screen and (max-width:1365px){.github-corner{display:none}} 阅读全文
posted @ 2024-11-19 17:03 一只大学生 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 22 下一页