上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 45 下一页
摘要: 参考原文:http://docs.sprin... 阅读全文
posted @ 2017-02-10 19:34 cbam 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://docs.sprin... 阅读全文
posted @ 2017-02-10 18:42 cbam 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 转载两篇不错的文章:第一篇:前言HashMap是我们平时开发过程中用的比较多的集合,但它是非线程安全的,在涉及到多线程并发的情况,进行put操作有可能会引起死循环,导致CPU利用率接近100%。final Has... 阅读全文
posted @ 2017-02-04 22:53 cbam 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 乐观锁与悲观锁当一个线程被挂起时,加入到阻塞... 阅读全文
posted @ 2017-02-04 22:05 cbam 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 一、ArrayList概述ArrayList是List接口的可变数组的实现。实现了所有可选列表操作,并允许包括 null 在内的所有元素。除了实现 List 接口外,此类还提供一些方法来操作内部用来存储列表的数组... 阅读全文
posted @ 2017-02-04 20:12 cbam 阅读(138) 评论(0) 推荐(0) 编辑
摘要: github:https://github.... 阅读全文
posted @ 2017-02-04 15:34 cbam 阅读(110) 评论(0) 推荐(0) 编辑
摘要: github:https://github.... 阅读全文
posted @ 2017-02-04 15:30 cbam 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://tech.meituan.com/nio.htmlNIO(Non-blocking I/O,在Java领域,也称为New I/O),是一种同步非阻塞的I/O模型,也是I/O多路复用的基础,... 阅读全文
posted @ 2017-02-03 22:51 cbam 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://tech.meituan.com/java-hashmap.html?utm_source=tuicool&utm_medium=referral摘要HashMap是Java程序员使用频率... 阅读全文
posted @ 2017-02-03 22:45 cbam 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://blog.csdn.NET/mysteryhaohao/article/details/51669741锁,在现实生活中是为我们想要隐藏于外界所使用的一种工具。在计算机中,是协调多个进程或... 阅读全文
posted @ 2017-02-03 22:35 cbam 阅读(231) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 45 下一页