Skip to content

BenXiangYangGuang/note-demo

Repository files navigation

学习笔记

设计模式

  • 简单工厂模式
  • 工厂方法模式
  • 抽象工厂模式
  • 观察者模式
  • 组合模式
  • 代理模式
  • 装饰模式
  • AOP
  • 适配器
  • 桥接模式
  • 单例模式
  • 享元模式
  • 策略模式

Java并发编程的艺术

  • Java内存模型
  • 线程间的通信
  • Synchronized Volatile ReentrantLock Condition CAS
  • Java并发容器

ConcurrentHashMap ConcurrentLinkedQueue ArrayBlockingQueue LinkedBlockingQueue PriorityBlockingQueue SynchronousQueue

  • Java并发框架
  • Java线程池
  • Executor框架

Java集合类

  • LinkedHashSet TreeSet
  • ArrayList LinkedList
  • HashMap TreeMap HashTable
  • PriorityQueue

kafka

zookeeper

一致性hash

Java8新特性

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages