File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/system-design/framework/spring Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 81
81
2 . [ ThreadLocal 关键字解析] ( docs/java/concurrent/threadlocal.md )
82
82
3 . [ Java 并发容器总结] ( docs/java/concurrent/java-concurrent-collections.md )
83
83
4 . [ Atomic 原子类总结] ( docs/java/concurrent/atomic-classes.md )
84
- 5 . [ AQS 原理以及 AQS 同步组件总结] ( docs/java/concurrent/aqs原理以及aqs同步组件总结 .md )
84
+ 5 . [ AQS 原理以及 AQS 同步组件总结] ( docs/java/concurrent/aqs .md )
85
85
6 . [ CompletableFuture入门] ( docs/java/concurrent/completablefuture-intro.md )
86
86
87
87
### JVM (必看 :+1 : )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Spring 的测试模块对 JUnit(单元测试框架)、TestNG(类似 JUnit
77
77
78
78
### 谈谈自己对于 Spring IoC 的了解
79
79
80
- ** IoC(Inverse of Control:控制反转)** 是一种设计思想,而不是一个具体的技术实现。IoC 的思想就是将原本在程序中手动创建对象的控制权,交由 Spring 框架来管理。不过, IoC 并非 Spirng 特有,在其他语言中也有应用。
80
+ ** IoC(Inverse of Control:控制反转)** 是一种设计思想,而不是一个具体的技术实现。IoC 的思想就是将原本在程序中手动创建对象的控制权,交由 Spring 框架来管理。不过, IoC 并非 Spring 特有,在其他语言中也有应用。
81
81
82
82
** 为什么叫控制反转?**
83
83
You can’t perform that action at this time.
0 commit comments