日志管理工具有Splunk、Sumo Logic、LogStash、GrayLog、Loggly和PaperT […]
Continue reading…
Posts tagged with 'java'
推荐在线学习Java的英文资源
作为一个程序员,总会接触一些英文资源。使用这些英文资源来学习,可以锻炼阅读英文文档的能力,也能得到更多可以参考 […]
Continue reading…
使用ReentrantLock和Lambda表达式让同步更纯净
最近我在读Javin Paul的一篇文章,是关于synchronized和ReentrantLock的区别的[ […]
Continue reading…
Java 问答:终极父类(四)——hashCode()
哈希码 问: hashCode()方法是用来做什么的? 答: hashCode()方法返回给调用者此对象的哈希 […]
Continue reading…
Java 问答:终极父类(三)——finalize()和 getClass()
我之前发布了关于java.lang.Object类及其方法的一系列文章。在介绍了Object之后,我们又探究了 […]
Continue reading…