mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Returns: a negative value on failure; zero if acquisition in shared mode succeeded but no subsequent shared-mode acquire can succeed; and a positive value if acquisition in shared mode succeeded and subsequent shared-mode acquires might also succeed, in which case a subsequent waiting thread must check availability. (Support for three different return values enables this method to be used in contexts where acquires only sometimes act exclusively.) Upon success, this object has been acquired.
home | icon | title | heroImage | heroText | tagline | actions | footer | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true | home | Java 面试指南 | /logo.svg | JavaGuide | 「Java学习+面试指南」一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide! |
|
<a href="https://beian.miit.gov.cn/" target="_blank">鄂ICP备2020015769号-1</a> | 主题: <a href="https://vuepress-theme-hope.github.io/v2/" target="_blank">VuePress Theme Hope</a> |
网站概览
- Java 面试指南 :一份涵盖大部分 Java 程序员所需要掌握的核心知识。准备 Java 面试,首选 JavaGuide!
- Java开源项目精选 :收集整理了 Gitee/Github 上非常棒的 Java 开源项目集合。Java 开发必备!
- Java技术文章精选 : 精选一些和 Java 相关的优质技术文章,每一篇都值得你阅读 3 遍以上!
- Java书单精选 : Java 后端开发值得一读的一些书籍。
- 走进作者 : 个人经历、闲聊杂谈。
必看专栏
- 《Java 面试指北》 : 与 JavaGuide 开源版的内容互补!
- 《手写 RPC 框架》 : 从零开始基于 Netty+Kyro+Zookeeper 实现一个简易的 RPC 框架。
- 《Java 必读源码系列》 :目前已经整理了 Dubbo 2.6.x 、Netty 4.x、SpringBoot 2.1 等框架/中间件的源码
公众号
最新更新会第一时间同步在公众号,强烈推荐大家关注一波!另外,公众号上有很多干货不会同步在线阅读网站。