上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: https://blog.csdn.net/qq_29186199/article/details/80827085 https://www.jianshu.com/p/4bf007885116 http://bigdata-star.com/archives/1479 kafka的partitio 阅读全文
posted @ 2019-08-05 16:26 奋小斗g 阅读(134) 评论(0) 推荐(0) 编辑
摘要: public static int[] k_merge(ArrayList<int[]> k_array) { if(CollectionUtils.isEmpty(k_array)){ return new int[0]; } int size = k_array.size(); int k = 阅读全文
posted @ 2019-08-05 16:25 奋小斗g 阅读(255) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u010890358/article/details/80665753 https://blog.csdn.net/u014297148/article/details/78696096 https://www.cnblogs.com/dongying/p 阅读全文
posted @ 2019-08-05 15:58 奋小斗g 阅读(155) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/619a8efcf589 阅读全文
posted @ 2019-08-05 15:00 奋小斗g 阅读(447) 评论(0) 推荐(0) 编辑
摘要: synchronized与Lock的区别 https://www.cnblogs.com/iyyy/p/7993788.html Lock和synchronized和volatile的区别和使用 https://www.jianshu.com/p/98ad61a1ceba 阅读全文
posted @ 2019-08-05 10:50 奋小斗g 阅读(349) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/zhengbin/p/5654805.html 阅读全文
posted @ 2019-08-05 10:30 奋小斗g 阅读(93) 评论(0) 推荐(0) 编辑
摘要: Java集合:HashMap底层实现和原理(源码解析) https://www.cnblogs.com/java-jun-world2099/p/9258605.html HashMap源码解析JDK1.8(史上最详细的源码分析) https://blog.csdn.net/m0_37914588/ 阅读全文
posted @ 2019-08-05 10:24 奋小斗g 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 全面了解Java中的CAS机制 https://www.jb51.net/article/125232.htm https://www.cnblogs.com/javalyy/p/8882172.html Java并发编程-看懂AQS的前世今生 https://www.cnblogs.com/iou 阅读全文
posted @ 2019-08-05 10:19 奋小斗g 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 深入详解JVM内存模型与JVM参数详细配置 https://www.cnblogs.com/rinack/p/9888692.html 对于JVM内存模型的理解(对比jdk1.7与1.8) https://blog.csdn.net/qq_39305860/article/details/79645 阅读全文
posted @ 2019-08-05 10:17 奋小斗g 阅读(116) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/c_unclezhang/article/details/78769426 阅读全文
posted @ 2019-08-05 09:45 奋小斗g 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页