1. Java Memory Model

    JMM

    2018/07/01 JMM

  2. show me the code - LFU/LRU Java实现

    show me the code - LFU/LRU Java

    2018/06/24 algorithm show me the code

  3. 设计模式 - 单例

    单例实现方式

    2018/06/16 设计模式

  4. 分布式文件存储阶段小结

    分布式文件存储阶段小结

    2018/06/16 分布式文件系统

  5. show me the code - 一致性hash实现

    show me the code - 一致性hash

    2018/06/12 一致性hash

  6. JDK scheduler

    Java JDK实现调度方式有Timer和ScheduledThreadPoolExecutor (不考虑Quartz以及Spring Scheduler等)

    2018/06/10 scheduler

  7. show me the diagram - kafka

    show me the architecture diagram - kafka Apache Kafka® is a distributed streaming platform.

    2018/06/09 kafka

  8. show me the code - CopyOnWriteArrayList

    JUC CopyOnWriteArrayList两个要点

    2018/06/09 COW