14 AtomicInteger
jdk 基于 8 版本
在平时的开发中,我们经常会用到
AtomicInteger, 它是原子计数,与之类似的还有很多,比如AtomicBoolean,AtomicLong,AtomicReferenceFieldUpdater。
使用方式
| |
incrementAndGet
加 1 后获取值。
jdk 基于 8 版本
在平时的开发中,我们经常会用到
AtomicInteger, 它是原子计数,与之类似的还有很多,比如AtomicBoolean,AtomicLong,AtomicReferenceFieldUpdater。
| |
加 1 后获取值。
| |
在 window 上使用 openssl, 会遇到错误 failed to run custom build command for
openssl-sys v0.9.102.
powershell./bootstrap-vcpkg.bat./vcpkg.exe install openssl:x64-windows-staticOPENSSL_DIR=C:\Users\ooooo\Development\Vcpkg\installed\x64-windows-static介绍常用的依赖库,持续更新…
OnceCell 和 LazyResult