05 2018 档案
摘要:[1] https://www.sohamkamani.com/blog/2016/03/14/wrapping-your-head-around-async-programming/ [2] https://codewala.net/2015/07/29/concurrency-vs-multi-
阅读全文
摘要:Reference [1] https://redis.io/topics/distlock [2] https://dzone.com/articles/distributed-lock-using [3] https://en.wikipedia.org/wiki/Distributed_loc
阅读全文
摘要:Reference [1] https://stackoverflow.com/questions/3538021/why-do-we-use-base64 [2] https://dzone.com/articles/base64-encoding-java-8 It is better to c
阅读全文
摘要:reference [1] http://www.cnblogs.com/IcanFixIt/p/7278696.html List, Set and Map 在Java语言中支持collection literals是非常需要的功能。 JDK 9替代了对collection literals的支持
阅读全文
摘要:reference: [1] http://www.cnblogs.com/IcanFixIt/p/7278696.html 一. JDK and JRE 在 Java SE 9之前,JDK中: bin目录用于包含命令行开发和调试工具,如javac,jar和javadoc。 它还用于包含Java命令
阅读全文
摘要:References [1] http://nvie.com/posts/a-successful-git-branching-model/ A golden git workflow: Branches feature/*: feature branches that are worked on
阅读全文
摘要:Replication provides redundancy so that in case of hardware failure, the service is still available Replication provides redundancy so that in case of
阅读全文