上善若水
In general the OO style is to use a lot of little objects with a lot of little methods that give us a lot of plug points for overriding and variation. To do is to be -Nietzsche, To bei is to do -Kant, Do be do be do -Sinatra
BlogJava
首页
新随笔
新文章
联系
聚合
管理
posts - 146,comments - 147,trackbacks - 0
<
2014年5月
>
日
一
二
三
四
五
六
27
28
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
常用链接
我的随笔
我的文章
我的评论
我的参与
最新评论
留言簿
(4)
给我留言
查看公开留言
查看私人留言
随笔分类
(157)
Architecture(7)
Cassandra
CodeTools(5)
Core Java(22)
Database(3)
EHCache(6)
GC(4)
GemFire(3)
Guava(2)
Hadoop(4)
HBase(9)
Jetty(19)
JUnit(6)
Linux(5)
Logging(11)
MultiThreading(8)
Netty(2)
Protobuf(3)
Spring(2)
学习积累(6)
收藏(12)
深入JVM(9)
深入源码(2)
经验积累(6)
金融知识(1)
随笔档案
(125)
2015年11月 (1)
2015年9月 (5)
2015年8月 (7)
2015年7月 (1)
2015年4月 (6)
2015年2月 (1)
2015年1月 (1)
2014年12月 (2)
2014年7月 (3)
2014年6月 (2)
2014年5月 (15)
2014年4月 (2)
2014年3月 (5)
2013年12月 (2)
2013年11月 (3)
2013年10月 (8)
2012年12月 (2)
2012年11月 (13)
2012年9月 (1)
2012年7月 (6)
2012年6月 (2)
2012年5月 (6)
2012年4月 (1)
2012年2月 (1)
2011年12月 (2)
2011年11月 (3)
2011年9月 (10)
2011年8月 (1)
2011年7月 (6)
2011年6月 (7)
收藏夹
(13)
DataBase(7)
Financial
Tools(6)
Java GC
GC - Jon Masamitsu @Oracle
GC - Poonam @Oracle
GC/Arch - Alexey Ragozin
Hotspot John Rose @Oracle
itcamel
Java General
Concurrent - xylz
ImportNew
landon
NoSQL
Carol McDonald @MapR
HBASE HADOOP INSTRUCTOR
Tech General
Learning Library @Oracle
Tech resource from Oracle
Quasar
王垠
Tech Master
Doug Lea @State University of New York
concurrent package author
Leslie Lamport
Distributed System, PAXOS author
MySQL-Performance
MySQL/MongoDB/MariaDB
Welsh, Matt @ Harvard
SEDA
董的博客-大数据相关
董的博客-大数据相关
最新随笔
1. 使用NamedParameterJdbcTemplate遇到无法使用的坑
2. SSTable详解
3. [转]高性能IO模型浅析
4. Netty3架构解析
5. Intercepting Filter模式详解
6. Reactor模式详解
7. 深入HBase架构解析(二)
8. 深入HBase架构解析(一)
9. Log4J引起的程序“装死”
10. 实现自己的Lock对象
搜索
积分与排名
积分 - 892038
排名 - 42
最新评论
1. re: 深入源码之SLF4J
评论内容较长,点击标题查看
--Rookie
2. re: Reactor模式详解
netty的Selector.select是使用系统的select实现的么?这个好像不大好,印象中好像是用epoll实现的?
--戈风
3. re: 【转】关于AccessController.doPrivileged
其实具体什么情况下需要用到AccessController.doPrivileged,平常业务代码基本不会用到,难道是在写框架的时候需要用到?什么类型的框架和场景?
--Kingson
4. re: 使用XStream序列化、反序列化XML数据时遇到的各种问题
继承上,子类对象 在toxml时, XStream只将子类的属性转xml了, 父类的属性没转换xml为何呢?
--MR熊
5. re: 深入Jetty源码之SecurityHandler
我想问一下,你这个有没有样例可以参考一下,我刚入jetty不久,对于这个LoginService的配置不是很熟悉,可以介绍一下,邮箱1204219804@qq.com
--小zhao
阅读排行榜
1. Reactor模式详解(112186)
2. 深入HBase架构解析(一)(60678)
3. Java Cache系列之Guava Cache实现详解(25376)
4. 使用XStream序列化、反序列化XML数据时遇到的各种问题(24993)
5. 深入Log4J源码之Log4J Core(23903)
评论排行榜
1. equals方法实现小记(10)
2. 深入JUnit源码之Runner(8)
3. [多问几个为什么]为什么匿名内部类中引用的局部变量和参数需要final而成员字段不用?(8)
4. 深入Log4J源码之Log4J Core(5)
5. finally知多少(5)
2014年5月1日
使用NamedParameterJdbcTemplate遇到无法使用的坑
posted @
2015-11-11 18:46
DLevin 阅读(6564) |
评论 (0)
|
编辑
收藏
SSTable详解
posted @
2015-09-25 01:35
DLevin 阅读(15843) |
评论 (0)
|
编辑
收藏
[转]高性能IO模型浅析
posted @
2015-09-04 15:16
DLevin 阅读(1793) |
评论 (0)
|
编辑
收藏
Netty3架构解析
posted @
2015-09-04 09:40
DLevin 阅读(7651) |
评论 (0)
|
编辑
收藏
Intercepting Filter模式详解
posted @
2015-09-03 22:14
DLevin 阅读(5533) |
评论 (0)
|
编辑
收藏
Reactor模式详解
posted @
2015-09-02 15:14
DLevin 阅读(112186) |
评论 (5)
|
编辑
收藏
深入HBase架构解析(二)
posted @
2015-08-22 19:40
DLevin 阅读(9110) |
评论 (0)
|
编辑
收藏
深入HBase架构解析(一)
posted @
2015-08-22 17:44
DLevin 阅读(60678) |
评论 (0)
|
编辑
收藏
Log4J引起的程序“装死”
posted @
2015-08-13 16:28
DLevin 阅读(9893) |
评论 (4)
|
编辑
收藏
实现自己的Lock对象
posted @
2015-08-11 06:08
DLevin 阅读(5428) |
评论 (0)
|
编辑
收藏
[转]HotSpot术语表
posted @
2015-08-10 20:27
DLevin 阅读(845) |
评论 (0)
|
编辑
收藏
[转]自旋锁、排队自旋锁、MCS锁、CLH锁
posted @
2015-08-07 00:18
DLevin 阅读(1100) |
评论 (0)
|
编辑
收藏
Java CMS GC 361s引发的血案
摘要: 文章从Java CMS GC花费361s后引起GemFire节点掉出集群过程中各个节点交互的详细流程以及日志情况,重点介绍了ParNew+CMS GC promotion failed和concurrent mode failure产生的原因以及解决方案。解决方案从两方面入手:JVM参数调优和减少类的创建,其中JVM参数调优过程中详细介绍了ParNew和CMS的工作原理、调优参数、各种不同情况下产生的GC日志解释;着重于避免Full GC引起长时间停顿的问题。
阅读全文
posted @
2015-08-01 03:02
DLevin 阅读(9816) |
评论 (0)
|
编辑
收藏
[转]并发(Concurrent)与并行(Parallel)的区别
posted @
2015-07-28 23:43
DLevin 阅读(850) |
评论 (0)
|
编辑
收藏
全球几个地区的网络延时情况[有标题党之嫌]
posted @
2015-04-30 21:49
DLevin 阅读(1151) |
评论 (4)
|
编辑
收藏
分布式Map中实现引用计数
posted @
2015-04-20 20:30
DLevin 阅读(5475) |
评论 (0)
|
编辑
收藏
深入perf4j源码
posted @
2015-04-19 13:35
DLevin 阅读(7780) |
评论 (1)
|
编辑
收藏
深入Protobuf源码-Descriptor、Message、RPC框架
posted @
2015-04-01 09:31
DLevin 阅读(23635) |
评论 (1)
|
编辑
收藏
深入Protobuf源码-编码实现
posted @
2015-04-01 09:23
DLevin 阅读(11372) |
评论 (1)
|
编辑
收藏
深入Protobuf源码-概述、使用以及代码生成实现
posted @
2015-04-01 09:13
DLevin 阅读(14638) |
评论 (0)
|
编辑
收藏
URI格式
posted @
2015-02-07 22:21
DLevin 阅读(2123) |
评论 (0)
|
编辑
收藏
[转]HDFS Metadata Directories Explained - An overview of files and configurations under the HDFS meta-directory
posted @
2015-01-25 23:28
DLevin 阅读(1763) |
评论 (1)
|
编辑
收藏
Linux TOP命令详解
posted @
2014-12-31 10:48
DLevin 阅读(8212) |
评论 (0)
|
编辑
收藏
ReferenceCountSet无锁实现
posted @
2014-12-06 00:29
DLevin 阅读(6535) |
评论 (3)
|
编辑
收藏
[转]深入JVM锁机制2-Lock
posted @
2014-07-22 21:46
DLevin 阅读(429) |
评论 (0)
|
编辑
收藏
[转]深入JVM锁机制1-synchronized
posted @
2014-07-22 21:38
DLevin 阅读(478) |
评论 (0)
|
编辑
收藏
[转]MySQL索引背后的数据结构及算法原理
posted @
2014-07-21 22:10
DLevin 阅读(605) |
评论 (0)
|
编辑
收藏
深入ASM源码之ClassReader、ClassVisitor、ClassWriter
posted @
2014-06-25 21:14
DLevin 阅读(20213) |
评论 (1)
|
编辑
收藏
linux下解压命令大全(转)
posted @
2014-06-09 00:33
DLevin 阅读(371) |
评论 (0)
|
编辑
收藏
Mac使用技巧纪录
posted @
2014-05-31 10:39
DLevin 阅读(395) |
评论 (0)
|
编辑
收藏
深入Jetty源码之Server和Container
posted @
2014-05-24 22:40
DLevin 阅读(2157) |
评论 (4)
|
编辑
收藏
深入Jetty源码之ContextHandler
posted @
2014-05-24 22:17
DLevin 阅读(4167) |
评论 (1)
|
编辑
收藏
深入Jetty源码之XmlConfiguration实现
posted @
2014-05-24 22:12
DLevin 阅读(2892) |
评论 (0)
|
编辑
收藏
深入Jetty源码之DescriptorProcessor实现
posted @
2014-05-24 22:06
DLevin 阅读(774) |
评论 (1)
|
编辑
收藏
深入Jetty源码之SecurityHandler
posted @
2014-05-18 22:02
DLevin 阅读(3324) |
评论 (2)
|
编辑
收藏
Servlet中web.xml配置文件(转)
posted @
2014-05-18 00:43
DLevin 阅读(796) |
评论 (1)
|
编辑
收藏
深入Jetty源码之ServletHandler
posted @
2014-05-17 23:20
DLevin 阅读(1930) |
评论 (1)
|
编辑
收藏
深入Jetty源码之Servlet框架及实现(AsyncContext、RequestDispatcher、HttpSession)
posted @
2014-05-17 17:58
DLevin 阅读(2253) |
评论 (0)
|
编辑
收藏
深入Jetty源码之Servlet框架及实现(ServletRequest、ServletResponse)
posted @
2014-05-16 01:29
DLevin 阅读(5985) |
评论 (2)
|
编辑
收藏
深入Jetty源码之Servlet框架及实现(Servlet、Filter、Registration)
posted @
2014-05-11 23:52
DLevin 阅读(7570) |
评论 (3)
|
编辑
收藏
深入Jetty源码之Servlet框架及实现(ServletContext)
posted @
2014-05-11 01:22
DLevin 阅读(4673) |
评论 (1)
|
编辑
收藏
深入Jetty源码之ScopedHandler
posted @
2014-05-07 23:49
DLevin 阅读(1410) |
评论 (3)
|
编辑
收藏
深入Jetty源码之Handler总述
posted @
2014-05-06 22:56
DLevin 阅读(4029) |
评论 (1)
|
编辑
收藏
深入Jetty源码之Connector
posted @
2014-05-01 18:40
DLevin 阅读(4676) |
评论 (0)
|
编辑
收藏