mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
增加思维导图
This commit is contained in:
parent
6a5f7d6db9
commit
87ee3a1d86
@ -2,6 +2,8 @@
|
||||
|
||||
Github 地址:[https://github.com/Snailclimb/JavaGuide/edit/master/Java相关/synchronized.md](https://github.com/Snailclimb/JavaGuide/edit/master/Java相关/synchronized.md)
|
||||
|
||||

|
||||
|
||||
### synchronized关键字最主要的三种使用方式的总结
|
||||
|
||||
- **修饰实例方法,作用于当前对象实例加锁,进入同步代码前要获得当前对象实例的锁**
|
||||
|
Loading…
x
Reference in New Issue
Block a user