- 博客(11)
- 收藏
- 关注
原创 spring redis template操作redis与命令行操作redis数据不一致的问题
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl
2016-12-02 11:22:34
1606
原创 如何看jdk源码
直接看源码英文注释,遇到不会单词查词典,遇到不理解的语法对照中文版的jdk API http://tool.oschina.net/apidocs/apidoc?api=jdk-zh 这个翻译不一定对,但是可以提供参考看类的注释,知道类大概作用。看完有些部分暂时不懂可以跳过,但是要标志这是未理解的内容看类的静态构造块看类的构造方法看方法注释,很直观明白方法的作用看方法体代码执行逻辑,可以了
2016-07-12 15:31:20
2406
翻译 The java.util.concurrent Synchronizer Framework
there is practically never a reason not to use the framework in those cases where it does apply. 实际上,在适用的情况下,没有原因不用这些框架
2016-07-08 00:43:53
487
原创 public interface Lock源码探索
java.util.concurrent.lockspublic interface LockLock implementations provide more extensive locking operations than can be obtained using synchronized methods and statements. They allow more flexib
2016-07-06 19:32:14
306
原创 Thread的interrupt、isInterrupted、interrupted源码探索
java.lang.Threadpublic void interrupt()Interrupts this thread.Unless the current thread is interrupting itself, which is always permitted, the checkAccess method of this thread is invoked, which
2016-06-29 21:21:18
531
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人