会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gsanye
博客园
首页
新随笔
联系
订阅
管理
2019年8月24日
MarkDown预览
摘要: ```java / Splits nodes in a tree bin into lower and upper tree bins, or untreeifies if now too small. Called only from resize; see above discussion ab
阅读全文
posted @ 2019-08-24 15:20 gsanye
阅读(258)
评论(0)
推荐(0)
2019年7月15日
AQS:AbstractQueuedSynchronize类
摘要: AbstractQueuedSynchronize 抽象队列同步器 类: 简介: -提供了一个框架来实现阻塞锁和依赖先进先出(FIFO:first-in-first-out)等待对列的相关同步器(信号量、事件等) 此类被设计为对大多数依赖单原子 int 值来表示状态的同步器来说非常有用,子类必须定义
阅读全文
posted @ 2019-07-15 23:00 gsanye
阅读(277)
评论(0)
推荐(0)
AQS前置:AbstractOwnableSynchronize
摘要: AbstractOwnableSynchronize 抽象独占同步器
阅读全文
posted @ 2019-07-15 22:24 gsanye
阅读(250)
评论(0)
推荐(0)
2019年7月13日
ThreadPoolExecutor类
摘要: ThreadPoolExecutor类
阅读全文
posted @ 2019-07-13 15:23 gsanye
阅读(278)
评论(0)
推荐(0)
AbstractThreadPollExecutor类以及任务模型分析
摘要: AbstractExecutorService 抽象ExecutorService 任务模型分析: 定义任务:Runnable --》 Callable 转换:Executors.callable() 1.Runnable、run()一个无返回值的任务 2.Callable<T>、 T call()
阅读全文
posted @ 2019-07-13 11:42 gsanye
阅读(217)
评论(0)
推荐(0)
2019年7月10日
FutureTask类
摘要: Future类是想解析:
阅读全文
posted @ 2019-07-10 22:59 gsanye
阅读(502)
评论(0)
推荐(0)
2019年7月9日
Executor、ExecutorService, Runnable、Future接口
摘要: Executor接口 ExecutorService接口 Runnable接口 Future接口
阅读全文
posted @ 2019-07-09 23:03 gsanye
阅读(347)
评论(0)
推荐(0)
2019年7月7日
Object类学习
摘要: Object为所有类层次的超类,包括数组 Object类方法解析:
阅读全文
posted @ 2019-07-07 18:26 gsanye
阅读(224)
评论(0)
推荐(0)
Thread.State 线程状态
摘要: Thread.State 线程的状态变化: 线程状态转换图:
阅读全文
posted @ 2019-07-07 17:23 gsanye
阅读(272)
评论(0)
推荐(0)
Thread.UncaughtExceptionHandler
摘要: Thread内部类
阅读全文
posted @ 2019-07-07 16:41 gsanye
阅读(229)
评论(0)
推荐(0)
下一页
公告