上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 235 下一页
摘要: 原文地址:http://stackoverflow.com/questions/680684/multi-cpu-multi-core-and-hyper-thread Multi-CPU was the first version: You'd have one or more mainboard 阅读全文
posted @ 2016-02-26 11:04 一天不进步,就是退步 阅读(840) 评论(0) 推荐(0)
摘要: 原文地址:http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html Overview Purpose This tutorial covers the basics of how Garbage Co 阅读全文
posted @ 2016-02-26 10:17 一天不进步,就是退步 阅读(497) 评论(0) 推荐(0)
摘要: 原文地址:https://blogs.oracle.com/poonam/entry/understanding_cms_gc_logs Understanding CMS GC Logs By Poonam-Oracle on Mar 23, 2006 CMS GC with -XX:+Print 阅读全文
posted @ 2016-02-24 15:33 一天不进步,就是退步 阅读(779) 评论(0) 推荐(0)
摘要: 原文地址:https://blogs.oracle.com/poonam/entry/understanding_g1_gc_logs Understanding G1 GC Logs By Poonam-Oracle on Jun 18, 2012 The purpose of this post 阅读全文
posted @ 2016-02-24 15:31 一天不进步,就是退步 阅读(612) 评论(0) 推荐(0)
摘要: 1.下载适用的版本 https://github.com/chewiebug/GCViewer Supported verbose:gc formats are: Oracle JDK 1.8 -Xloggc: [-XX:+PrintGCDetails] [-XX:+PrintGCDateStamp 阅读全文
posted @ 2016-02-24 15:14 一天不进步,就是退步 阅读(4776) 评论(0) 推荐(0)
摘要: 0. 关键概念 关键概念 1. 分析kafka源码的目的 深入掌握kafka的内部原理 深入掌握scala运用 2. server的启动 如下所示(本来准备用时序图的,但感觉时序图没有思维图更能反映,故采用了思维图): 2.1 启动入口Kafka.scala 从上面的思维导图,可以看到Kafka的启 阅读全文
posted @ 2016-02-14 13:56 一天不进步,就是退步 阅读(11339) 评论(0) 推荐(4)
摘要: 原文地址:http://www.infoq.com/cn/articles/e-commerce-web-tech-stack 今天在架构师俱乐部3群(由ArchSummit全球架构师峰会运营)里,大家围绕着一个话题讨论地很热烈——完全从0到1建设一个电商网站,技术选型和注意事项有哪些?群友们都结合 阅读全文
posted @ 2016-01-31 12:42 一天不进步,就是退步 阅读(665) 评论(0) 推荐(0)
摘要: 原文地址:https://www.mapr.com/blog/in-depth-look-hbase-architecture In this blog post, I’ll give you an in-depth look at the HBase architecture and its ma 阅读全文
posted @ 2016-01-28 17:44 一天不进步,就是退步 阅读(654) 评论(0) 推荐(0)
摘要: 原文地址:http://blog.csdn.net/u013281331/article/details/40824707在Eclipse中检出Maven工程,一直报这个错:“Missing artifact jdk.tools:jdk.tools:jar:1.7”看整个pom.xml文件也不见其他... 阅读全文
posted @ 2016-01-27 10:21 一天不进步,就是退步 阅读(2629) 评论(0) 推荐(0)
摘要: 目前定时任务调度系统quartz比较出名,quartz也有集群方案,但把所有任务集中一起就构成了分布式任务系统,耦合性比较高,而且比较重。我利用zookeeper的特性,设计了一个轻量级的定时任务调度系统。总体的架构:总体思路:1.前端admin负责任务的管理,包含添加任务,删除任务,修改任务到zo... 阅读全文
posted @ 2016-01-26 17:15 一天不进步,就是退步 阅读(4201) 评论(0) 推荐(0)
上一页 1 ··· 122 123 124 125 126 127 128 129 130 ··· 235 下一页