会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Katsura's blog
Keep It Simple, Stupied.
博客园
首页
新随笔
订阅
管理
上一页
1
2
2015年10月15日
Lambda Expression In Java
摘要: 题记在阅读JDK源码java.util.Collections的时候在UnmodifiableCollection类中看到了这么一段代码: public void forEach(Consumer action) { c.forEach(action); }而Consume...
阅读全文
posted @ 2015-10-15 16:38 Katsura
阅读(2261)
评论(1)
推荐(1)
2015年3月26日
VPN client on linux debian
摘要: Install the pptp-linux and pptp-linux-client:1 sudo apt-get install pptp-linux pptp-linux-clientCreate a connection config:1 sudo pptpsetup --create [...
阅读全文
posted @ 2015-03-26 13:24 Katsura
阅读(220)
评论(0)
推荐(0)
2014年12月1日
ConcurrentHashMap中的2的n次方幂上舍入方法
摘要: 最近看JDK中的concurrentHashMap类的源码,其中有那么一个函数:/** * Returns a power of two table size for the given desired capacity. * See Hackers Delight, sec 3.2...
阅读全文
posted @ 2014-12-01 12:20 Katsura
阅读(1273)
评论(1)
推荐(1)
上一页
1
2