解析JDK 7的动态类型语言支持
摘要:http://www.infoq.com/cn/articles/jdk-dynamically-typed-language
阅读全文
posted @
2016-04-22 11:11
Moriatry
阅读(337)
推荐(0)
randomAccess接口
摘要:http://www.blogjava.net/lzqdiy/archive/2007/04/22/112578.html
阅读全文
posted @
2016-04-21 10:23
Moriatry
阅读(153)
推荐(0)
客户端加锁
摘要:http://blog.csdn.net/jiang_bing/article/details/7799223
阅读全文
posted @
2016-04-21 10:07
Moriatry
阅读(159)
推荐(0)
三次握手
摘要:http://blog.chinaunix.net/uid-24517549-id-3990499.html
阅读全文
posted @
2016-04-19 21:10
Moriatry
阅读(121)
推荐(0)
主从Reactor多线程模型
摘要:Reactor 单线程--多线程--主从多线程
阅读全文
posted @
2016-04-19 20:00
Moriatry
阅读(962)
推荐(0)
Happen-before
摘要:http://blog.csdn.net/ns_code/article/details/17348313
阅读全文
posted @
2016-04-19 17:28
Moriatry
阅读(150)
推荐(0)
Enum
摘要:http://www.cnblogs.com/happyPawpaw/archive/2013/04/09/3009553.html
阅读全文
posted @
2016-04-19 13:07
Moriatry
阅读(117)
推荐(0)
Java 8
摘要:http://www.cnblogs.com/figure9/archive/2014/10/24/4048421.html
阅读全文
posted @
2016-04-19 13:05
Moriatry
阅读(132)
推荐(0)
Netty
摘要:最近开始学Netty, RUS RUS RUS!!!
阅读全文
posted @
2016-04-19 09:28
Moriatry
阅读(112)
推荐(0)
分布式一致性算法
摘要:https://zh.wikipedia.org/wiki/Paxos%E7%AE%97%E6%B3%95
阅读全文
posted @
2016-04-19 07:28
Moriatry
阅读(137)
推荐(0)
实例讲解虚拟机3种网络模式(桥接、nat、Host-only)
摘要:前言 很多人安装虚拟机的时候,经常遇到不能上网的问题,而vmware有三种网络模式,对初学者来说也比较眼花聊乱,今天我就来基于虚拟机3种网络模式,帮大家普及下虚拟机上网的背景知识。(博文原创自http://www.cnblogs.com/ggjucheng/archive/2012/08/19/26
阅读全文
posted @
2016-04-19 07:03
Moriatry
阅读(170)
推荐(0)
Filter 过滤器
摘要:1. config in web.xml 2. @Component 3. @WebFilter (filterName="LoginFilter", url-patterns= "/*")
阅读全文
posted @
2016-04-14 15:30
Moriatry
阅读(202)
推荐(0)
Maven exclusion
摘要:<dependency><exclusions> <exclusion> <groupId>xx</group> <artifactId>xxx.xxx</artifactId> </exclusion></exclusions></dependency>kick out some of the d
阅读全文
posted @
2016-04-14 15:27
Moriatry
阅读(448)
推荐(0)
Git study
摘要:git stash git stash pop
阅读全文
posted @
2016-04-14 15:14
Moriatry
阅读(128)
推荐(0)