mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-08-01 16:28:03 +08:00
欢迎订阅我的Java并发总结的 Gitchat
This commit is contained in:
parent
d3b8cb38df
commit
d366ee5146
@ -1,3 +1,7 @@
|
||||
以下内容摘自我的 Gitchat :[Java 程序员必备:并发知识系统总结](https://gitbook.cn/gitchat/activity/5bc2b6af56f0425673d299bb),欢迎订阅!
|
||||
|
||||
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