摘要: Spring Framework官网文档: https://spring.io/projects/spring-framework 下载地址:https://repo.spring.io/release/org/springframework/spring/ 优点: IOC/AOP的学习重在学习注解 阅读全文
posted @ 2021-01-14 23:57 青杨风2199 阅读(141) 评论(0) 推荐(0)
摘要: 工欲善其事,必先利其器 ==》 全文结构: IDEA菜单栏 File 文件 New、Open(含Recent files) Setting Project Structure 项目结构 Invalidate Caches/Restart 重启IDEA+清空缓存 View 视图 Tool Window 阅读全文
posted @ 2021-01-14 20:05 青杨风2199 阅读(333) 评论(0) 推荐(0)
摘要: 在牛客网刷数据库的题目 https://www.nowcoder.com/ta/sql 1.查找最晚入职员工的所有信息(select) select * from employees order by hire_date desclimit 1;//最关键在于limit 1 ,表示总共只选择一个;( 阅读全文
posted @ 2021-01-14 17:18 青杨风2199 阅读(281) 评论(0) 推荐(0)