Loading

摘要: Python python基础 文件操作 | 字符串 包与模块 | os | sys | time | datetime | random | string | openpyxl | 用python发邮件 | 批量给员工邮箱发工资条 | 图像识别&自动操作 | re 装饰器 JavaScript j 阅读全文
posted @ 2024-11-18 22:06 一只大学生 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 放大镜:win + + 缩放: ctrl + alt + 滚轮 阅读全文
posted @ 2024-11-22 17:11 一只大学生 阅读(1) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3493315/202411/3493315-20241122144944747-1839083841.png) 阅读全文
posted @ 2024-11-22 14:50 一只大学生 阅读(0) 评论(0) 推荐(0) 编辑
摘要: (1)DAO是Data Access Object数据访问接口。数据访问:顾名思义就是与数据库打交道。夹在业务逻辑与数据库资源中间。 (2)Bean包就是专门放置属性类的,比如在数据库中创建了一个表,那么你可以把这个表的各个字段,分别定义成属性放置在一个类里,并写明setter和getter方法,然 阅读全文
posted @ 2024-11-22 14:46 一只大学生 阅读(0) 评论(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 一只大学生 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_52736131/article/details/123563321 阅读全文
posted @ 2024-11-22 12:37 一只大学生 阅读(1) 评论(0) 推荐(0) 编辑
摘要: JSP(JavaServer Pages):JSP 是一种用于创建动态 Web 内容的技术,它允许在 HTML 页面中嵌入 Java 代码片段。 阅读全文
posted @ 2024-11-22 11:04 一只大学生 阅读(0) 评论(0) 推荐(0) 编辑
摘要: ![image](https://img2024.cnblogs.com/blog/3493315/202411/3493315-20241121215705816-605798278.png) 阅读全文
posted @ 2024-11-21 21:57 一只大学生 阅读(0) 评论(0) 推荐(0) 编辑
摘要: // 获取 ul 元素 var navList = document.getElementById("navList"); // 获取 "新随笔" 的 li 元素 var newPostLi = document.getElementById("blog_nav_newpost").parentEl 阅读全文
posted @ 2024-11-19 19:41 一只大学生 阅读(7) 评论(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 一只大学生 阅读(9) 评论(0) 推荐(0) 编辑