I want to fly higher
programming Explorer
posts - 114,comments - 263,trackbacks - 0
     摘要: 利用guava的ListenableFuture和FutureCallback方便的实现异步回调  阅读全文
posted @ 2014-02-27 14:54 landon 阅读(7157) | 评论 (3)编辑 收藏
     摘要: 本篇结合源码讲解了mina的线程模型,主要介绍了ExecutorFilter以及OrderedThreadPoolExecutor即UnorderedThreadPoolExecutor的实现.通过配置线程模型,可以使应用层的业务逻辑在该线程模型内执行,而非io-processor线程池.这样不会影响网络层的io处理.  阅读全文
posted @ 2014-02-03 23:38 landon 阅读(2310) | 评论 (2)编辑 收藏
     摘要: 用示例及注释的形式介绍了EnumSet和EnumMap的核心实现及API使用.  阅读全文
posted @ 2014-02-03 18:34 landon 阅读(1630) | 评论 (0)编辑 收藏
     摘要: Apache Maven基础知识介绍.  阅读全文
posted @ 2014-02-03 00:02 landon 阅读(2170) | 评论 (2)编辑 收藏
     摘要: Apache Ant基础知识介绍.  阅读全文
posted @ 2014-02-01 20:40 landon 阅读(1857) | 评论 (1)编辑 收藏
     摘要: 本篇结合jdk源码重点讲述了ThreadPoolExecutor和ExecutorService.另外提供了本人封装的一些线程池相关的库源码.  阅读全文
posted @ 2014-01-06 19:02 landon 阅读(5163) | 评论 (4)编辑 收藏
     摘要: 本篇用示例代码的形式结合jdk源码介绍了同步队列SynchronousQueue和无界阻塞队列LinkedBlockingQueue的API.  阅读全文
posted @ 2013-12-31 11:44 landon 阅读(2408) | 评论 (0)编辑 收藏
     摘要: 本篇主要是JDK的线程池ThreadExecutorPool的重点方法源码解析.从源码的学习中获益匪浅,真正的理解了why,而不是之前只是知道how to use.  阅读全文
posted @ 2013-12-26 11:43 landon 阅读(1650) | 评论 (2)编辑 收藏
     摘要: 本篇结合jdk源码+示例代码详细介绍了Thread的API.  阅读全文
posted @ 2013-12-23 15:23 landon 阅读(1693) | 评论 (0)编辑 收藏
     摘要: 本篇用示例代码并结合jdk源码详细讲解了ThreadGroup.(注释非常详细)  阅读全文
posted @ 2013-12-18 18:03 landon 阅读(2377) | 评论 (0)编辑 收藏
仅列出标题
共12页: 上一页 1 2 3 4 5 6 7 8 9 下一页 Last