摘要: OOP 面向对象编程,AOP(Aspect-Oriented Programming) 面向切面编程。 官方文档: https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#aop 1. AOP简介 主 阅读全文
posted @ 2021-02-25 18:40 QiaoZhi 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 1. 简介 1. NIO全称Non-Blocking IO,是指JDK提供的新API。从JDK1.4开始,Java提供了一系列改进的输入/输出的新特性,被称为NIO(new IO),是同步非阻塞的。 2. NIO的类被放在java.nio以及其子包下,并且对java.io包的很多类进行改造。 3. 阅读全文
posted @ 2021-02-25 18:36 QiaoZhi 阅读(815) 评论(0) 推荐(0) 编辑