- 博客(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
1640
原创 如何看jdk源码
直接看源码英文注释,遇到不会单词查词典,遇到不理解的语法对照中文版的jdk API http://tool.oschina.net/apidocs/apidoc?api=jdk-zh 这个翻译不一定对,但是可以提供参考 看类的注释,知道类大概作用。看完有些部分暂时不懂可以跳过,但是要标志这是未理解的内容 看类的静态构造块 看类的构造方法 看方法注释,很直观明白方法的作用 看方法体代码执行逻辑,可以了
2016-07-12 15:31:20
2441
翻译 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
506
原创 public interface Lock源码探索
java.util.concurrent.locks public interface Lock Lock 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
334
原创 Thread的interrupt、isInterrupted、interrupted源码探索
java.lang.Thread public 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
553
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅