上善若水
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
首頁
新隨筆
新文章
聯(lián)系
聚合
管理
posts - 146,comments - 147,trackbacks - 0
<
2012年11月
>
日
一
二
三
四
五
六
28
29
30
31
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
1
2
3
4
5
6
7
8
常用鏈接
我的隨筆
我的文章
我的評論
我的參與
最新評論
留言簿
(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)
學(xué)習(xí)積累(6)
收藏(12)
深入JVM(9)
深入源碼(2)
經(jīng)驗(yàn)積累(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
董的博客-大數(shù)據(jù)相關(guān)
董的博客-大數(shù)據(jù)相關(guān)
最新隨筆
1.?使用NamedParameterJdbcTemplate遇到無法使用的坑
2.?SSTable詳解
3.?[轉(zhuǎn)]高性能IO模型淺析
4.?Netty3架構(gòu)解析
5.?Intercepting Filter模式詳解
6.?Reactor模式詳解
7.?深入HBase架構(gòu)解析(二)
8.?深入HBase架構(gòu)解析(一)
9.?Log4J引起的程序“裝死”
10.?實(shí)現(xiàn)自己的Lock對象
搜索
積分與排名
積分 - 895621
排名 - 42
最新評論
1.?re: 深入源碼之SLF4J
評論內(nèi)容較長,點(diǎn)擊標(biāo)題查看
--Rookie
2.?re: Reactor模式詳解
netty的Selector.select是使用系統(tǒng)的select實(shí)現(xiàn)的么?這個(gè)好像不大好,印象中好像是用epoll實(shí)現(xiàn)的?
--戈風(fēng)
3.?re: 【轉(zhuǎn)】關(guān)于AccessController.doPrivileged
其實(shí)具體什么情況下需要用到AccessController.doPrivileged,平常業(yè)務(wù)代碼基本不會用到,難道是在寫框架的時(shí)候需要用到?什么類型的框架和場景?
--Kingson
4.?re: 使用XStream序列化、反序列化XML數(shù)據(jù)時(shí)遇到的各種問題
繼承上,子類對象 在toxml時(shí), XStream只將子類的屬性轉(zhuǎn)xml了, 父類的屬性沒轉(zhuǎn)換xml為何呢?
--MR熊
5.?re: 深入Jetty源碼之SecurityHandler
我想問一下,你這個(gè)有沒有樣例可以參考一下,我剛?cè)雑etty不久,對于這個(gè)LoginService的配置不是很熟悉,可以介紹一下,郵箱1204219804@qq.com
--小zhao
閱讀排行榜
1.?Reactor模式詳解(112336)
2.?深入HBase架構(gòu)解析(一)(60735)
3.?Java Cache系列之Guava Cache實(shí)現(xiàn)詳解(25426)
4.?使用XStream序列化、反序列化XML數(shù)據(jù)時(shí)遇到的各種問題(25034)
5.?深入Log4J源碼之Log4J Core(23993)
評論排行榜
1.?equals方法實(shí)現(xiàn)小記(10)
2.?深入JUnit源碼之Runner(8)
3.?[多問幾個(gè)為什么]為什么匿名內(nèi)部類中引用的局部變量和參數(shù)需要final而成員字段不用?(8)
4.?深入Log4J源碼之Log4J Core(5)
5.?finally知多少(5)
2012年11月4日
使用NamedParameterJdbcTemplate遇到無法使用的坑
posted @
2015-11-11 18:46
DLevin 閱讀(6606) |
評論 (0)
|
編輯
收藏
SSTable詳解
posted @
2015-09-25 01:35
DLevin 閱讀(15897) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]高性能IO模型淺析
posted @
2015-09-04 15:16
DLevin 閱讀(1843) |
評論 (0)
|
編輯
收藏
Netty3架構(gòu)解析
posted @
2015-09-04 09:40
DLevin 閱讀(7679) |
評論 (0)
|
編輯
收藏
Intercepting Filter模式詳解
posted @
2015-09-03 22:14
DLevin 閱讀(5560) |
評論 (0)
|
編輯
收藏
Reactor模式詳解
posted @
2015-09-02 15:14
DLevin 閱讀(112336) |
評論 (5)
|
編輯
收藏
深入HBase架構(gòu)解析(二)
posted @
2015-08-22 19:40
DLevin 閱讀(9148) |
評論 (0)
|
編輯
收藏
深入HBase架構(gòu)解析(一)
posted @
2015-08-22 17:44
DLevin 閱讀(60735) |
評論 (0)
|
編輯
收藏
Log4J引起的程序“裝死”
posted @
2015-08-13 16:28
DLevin 閱讀(9926) |
評論 (4)
|
編輯
收藏
實(shí)現(xiàn)自己的Lock對象
posted @
2015-08-11 06:08
DLevin 閱讀(5454) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]HotSpot術(shù)語表
posted @
2015-08-10 20:27
DLevin 閱讀(857) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]自旋鎖、排隊(duì)自旋鎖、MCS鎖、CLH鎖
posted @
2015-08-07 00:18
DLevin 閱讀(1135) |
評論 (0)
|
編輯
收藏
Java CMS GC 361s引發(fā)的血案
摘要: 文章從Java CMS GC花費(fèi)361s后引起GemFire節(jié)點(diǎn)掉出集群過程中各個(gè)節(jié)點(diǎn)交互的詳細(xì)流程以及日志情況,重點(diǎn)介紹了ParNew+CMS GC promotion failed和concurrent mode failure產(chǎn)生的原因以及解決方案。解決方案從兩方面入手:JVM參數(shù)調(diào)優(yōu)和減少類的創(chuàng)建,其中JVM參數(shù)調(diào)優(yōu)過程中詳細(xì)介紹了ParNew和CMS的工作原理、調(diào)優(yōu)參數(shù)、各種不同情況下產(chǎn)生的GC日志解釋;著重于避免Full GC引起長時(shí)間停頓的問題。
閱讀全文
posted @
2015-08-01 03:02
DLevin 閱讀(9850) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]并發(fā)(Concurrent)與并行(Parallel)的區(qū)別
posted @
2015-07-28 23:43
DLevin 閱讀(870) |
評論 (0)
|
編輯
收藏
全球幾個(gè)地區(qū)的網(wǎng)絡(luò)延時(shí)情況[有標(biāo)題黨之嫌]
posted @
2015-04-30 21:49
DLevin 閱讀(1166) |
評論 (4)
|
編輯
收藏
分布式Map中實(shí)現(xiàn)引用計(jì)數(shù)
posted @
2015-04-20 20:30
DLevin 閱讀(5492) |
評論 (0)
|
編輯
收藏
深入perf4j源碼
posted @
2015-04-19 13:35
DLevin 閱讀(7796) |
評論 (1)
|
編輯
收藏
深入Protobuf源碼-Descriptor、Message、RPC框架
posted @
2015-04-01 09:31
DLevin 閱讀(23695) |
評論 (1)
|
編輯
收藏
深入Protobuf源碼-編碼實(shí)現(xiàn)
posted @
2015-04-01 09:23
DLevin 閱讀(11405) |
評論 (1)
|
編輯
收藏
深入Protobuf源碼-概述、使用以及代碼生成實(shí)現(xiàn)
posted @
2015-04-01 09:13
DLevin 閱讀(14660) |
評論 (0)
|
編輯
收藏
URI格式
posted @
2015-02-07 22:21
DLevin 閱讀(2137) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]HDFS Metadata Directories Explained - An overview of files and configurations under the HDFS meta-directory
posted @
2015-01-25 23:28
DLevin 閱讀(1857) |
評論 (1)
|
編輯
收藏
Linux TOP命令詳解
posted @
2014-12-31 10:48
DLevin 閱讀(8228) |
評論 (0)
|
編輯
收藏
ReferenceCountSet無鎖實(shí)現(xiàn)
posted @
2014-12-06 00:29
DLevin 閱讀(6558) |
評論 (3)
|
編輯
收藏
[轉(zhuǎn)]深入JVM鎖機(jī)制2-Lock
posted @
2014-07-22 21:46
DLevin 閱讀(446) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]深入JVM鎖機(jī)制1-synchronized
posted @
2014-07-22 21:38
DLevin 閱讀(499) |
評論 (0)
|
編輯
收藏
[轉(zhuǎn)]MySQL索引背后的數(shù)據(jù)結(jié)構(gòu)及算法原理
posted @
2014-07-21 22:10
DLevin 閱讀(613) |
評論 (0)
|
編輯
收藏
深入ASM源碼之ClassReader、ClassVisitor、ClassWriter
posted @
2014-06-25 21:14
DLevin 閱讀(20239) |
評論 (1)
|
編輯
收藏
linux下解壓命令大全(轉(zhuǎn))
posted @
2014-06-09 00:33
DLevin 閱讀(382) |
評論 (0)
|
編輯
收藏
Mac使用技巧紀(jì)錄
posted @
2014-05-31 10:39
DLevin 閱讀(404) |
評論 (0)
|
編輯
收藏
深入Jetty源碼之Server和Container
posted @
2014-05-24 22:40
DLevin 閱讀(2171) |
評論 (4)
|
編輯
收藏
深入Jetty源碼之ContextHandler
posted @
2014-05-24 22:17
DLevin 閱讀(4189) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之XmlConfiguration實(shí)現(xiàn)
posted @
2014-05-24 22:12
DLevin 閱讀(2919) |
評論 (0)
|
編輯
收藏
深入Jetty源碼之DescriptorProcessor實(shí)現(xiàn)
posted @
2014-05-24 22:06
DLevin 閱讀(789) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之SecurityHandler
posted @
2014-05-18 22:02
DLevin 閱讀(3349) |
評論 (2)
|
編輯
收藏
Servlet中web.xml配置文件(轉(zhuǎn))
posted @
2014-05-18 00:43
DLevin 閱讀(824) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之ServletHandler
posted @
2014-05-17 23:20
DLevin 閱讀(1951) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之Servlet框架及實(shí)現(xiàn)(AsyncContext、RequestDispatcher、HttpSession)
posted @
2014-05-17 17:58
DLevin 閱讀(2267) |
評論 (0)
|
編輯
收藏
深入Jetty源碼之Servlet框架及實(shí)現(xiàn)(ServletRequest、ServletResponse)
posted @
2014-05-16 01:29
DLevin 閱讀(6029) |
評論 (2)
|
編輯
收藏
深入Jetty源碼之Servlet框架及實(shí)現(xiàn)(Servlet、Filter、Registration)
posted @
2014-05-11 23:52
DLevin 閱讀(7601) |
評論 (3)
|
編輯
收藏
深入Jetty源碼之Servlet框架及實(shí)現(xiàn)(ServletContext)
posted @
2014-05-11 01:22
DLevin 閱讀(4696) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之ScopedHandler
posted @
2014-05-07 23:49
DLevin 閱讀(1422) |
評論 (3)
|
編輯
收藏
深入Jetty源碼之Handler總述
posted @
2014-05-06 22:56
DLevin 閱讀(4058) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之Connector
posted @
2014-05-01 18:40
DLevin 閱讀(4689) |
評論 (0)
|
編輯
收藏
深入Jetty源碼之HttpGenerator
posted @
2014-04-20 15:58
DLevin 閱讀(1285) |
評論 (2)
|
編輯
收藏
深入Jetty源碼之HttpParser
posted @
2014-04-19 18:31
DLevin 閱讀(2512) |
評論 (3)
|
編輯
收藏
深入Jetty源碼之Connection
posted @
2014-03-29 14:42
DLevin 閱讀(3030) |
評論 (5)
|
編輯
收藏
深入Jetty源碼之EndPoint
posted @
2014-03-29 14:34
DLevin 閱讀(3277) |
評論 (1)
|
編輯
收藏
深入Jetty源碼之Buffer
posted @
2014-03-29 13:30
DLevin 閱讀(1553) |
評論 (0)
|
編輯
收藏
使用Exchanger實(shí)現(xiàn)兩個(gè)線程之間的數(shù)據(jù)交互
posted @
2014-03-23 13:40
DLevin 閱讀(1486) |
評論 (0)
|
編輯
收藏
深入Jetty源碼之HTTP協(xié)議
posted @
2014-03-17 18:26
DLevin 閱讀(5781) |
評論 (0)
|
編輯
收藏
深入Guava源碼之Stripe
posted @
2013-12-25 10:03
DLevin 閱讀(4224) |
評論 (3)
|
編輯
收藏
【轉(zhuǎn)】Eclipse maven工程 Missing artifact com.sun:tools:jar:1.6.0:system 解決方法
posted @
2013-12-10 13:18
DLevin 閱讀(7953) |
評論 (0)
|
編輯
收藏
Java Cache-EHCache系列之Store實(shí)現(xiàn)
posted @
2013-11-03 22:05
DLevin 閱讀(6370) |
評論 (1)
|
編輯
收藏
Java Cache-EHCache系列之使用Pool和PoolAccessor抽象實(shí)現(xiàn)內(nèi)存和磁盤中數(shù)據(jù)字節(jié)數(shù)的控制和Evict
posted @
2013-11-03 00:49
DLevin 閱讀(3029) |
評論 (1)
|
編輯
收藏
Java Cache-EHCache系列之計(jì)算實(shí)例占用的內(nèi)存大?。⊿izeOf引擎)
posted @
2013-11-01 11:03
DLevin 閱讀(8531) |
評論 (1)
|
編輯
收藏
Java Cache-EHCache系列之AA-Tree實(shí)現(xiàn)溢出到磁盤的數(shù)據(jù)管理(2)
posted @
2013-10-29 01:59
DLevin 閱讀(3098) |
評論 (2)
|
編輯
收藏
Java Cache-EHCache系列之AA-Tree實(shí)現(xiàn)溢出到磁盤的數(shù)據(jù)管理(1)
posted @
2013-10-27 19:13
DLevin 閱讀(4113) |
評論 (0)
|
編輯
收藏
Java Core系列之TreeMap實(shí)現(xiàn)詳解
posted @
2013-10-26 18:41
DLevin 閱讀(2954) |
評論 (0)
|
編輯
收藏
Java Cache系列之Guava Cache實(shí)現(xiàn)詳解
posted @
2013-10-20 00:17
DLevin 閱讀(25426) |
評論 (3)
|
編輯
收藏
Java Core系列之ConcurrentHashMap實(shí)現(xiàn)(JDK 1.7)
posted @
2013-10-18 22:24
DLevin 閱讀(10705) |
評論 (0)
|
編輯
收藏
Transaction中SQL的順序引起的死鎖
posted @
2013-10-17 20:49
DLevin 閱讀(4362) |
評論 (1)
|
編輯
收藏
Java Cache系列之Cache概述和Simple Cache
posted @
2013-10-15 23:46
DLevin 閱讀(15757) |
評論 (1)
|
編輯
收藏
Java Core系列之HashMap實(shí)現(xiàn)
posted @
2013-10-15 23:40
DLevin 閱讀(5721) |
評論 (2)
|
編輯
收藏
深入Spring IOC源碼之ResourceLoader
posted @
2012-12-01 23:21
DLevin 閱讀(15105) |
評論 (2)
|
編輯
收藏
深入Spring IOC源碼之Resource
posted @
2012-12-01 12:51
DLevin 閱讀(6753) |
評論 (1)
|
編輯
收藏
使用XStream序列化、反序列化XML數(shù)據(jù)時(shí)遇到的各種問題
posted @
2012-11-30 01:50
DLevin 閱讀(25034) |
評論 (3)
|
編輯
收藏
DOM操作XML文件
posted @
2012-11-25 17:46
DLevin 閱讀(2392) |
評論 (0)
|
編輯
收藏
DOM樹節(jié)點(diǎn)解析
posted @
2012-11-25 17:41
DLevin 閱讀(20319) |
評論 (0)
|
編輯
收藏
SAX解析XML文件
posted @
2012-11-18 20:10
DLevin 閱讀(15015) |
評論 (0)
|
編輯
收藏
Commons Logging存在的ClassLoader問題詳解
posted @
2012-11-10 00:51
DLevin 閱讀(12069) |
評論 (2)
|
編輯
收藏
深入源碼之JDK Logging
posted @
2012-11-08 00:49
DLevin 閱讀(4218) |
評論 (0)
|
編輯
收藏
深入源碼之SLF4J
posted @
2012-11-08 00:44
DLevin 閱讀(13568) |
評論 (5)
|
編輯
收藏
深入源碼之Commons Logging
posted @
2012-11-04 01:20
DLevin 閱讀(4512) |
評論 (0)
|
編輯
收藏
Copyright ©2025 DLevin Powered By
博客園
模板提供:
滬江博客
主站蜘蛛池模板:
上犹县
|
邳州市
|
楚雄市
|
赤峰市
|
涿鹿县
|
利川市
|
民丰县
|
枞阳县
|
德化县
|
崇阳县
|
碌曲县
|
扎囊县
|
怀安县
|
平遥县
|
乌恰县
|
吴旗县
|
云安县
|
光泽县
|
吉安县
|
松桃
|
大关县
|
九龙县
|
宜丰县
|
临夏市
|
平果县
|
西城区
|
汉源县
|
洮南市
|
西畴县
|
漳浦县
|
特克斯县
|
株洲县
|
西安市
|
朝阳县
|
崇阳县
|
石渠县
|
城市
|
永宁县
|
沽源县
|
高阳县
|
新巴尔虎右旗
|