You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
474 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

### 饿汉单例
>- 先构建
>- 通过get方法取得
### 懒汉式
>- 先判断是否为空,不能多线程
### DCL双重判断 double check lock
>- 防止上锁时候被其他线程操作
### Redis
>- 高新能非关系数据库采用Redis实现分布式缓存
>- 提高数据操作效率
### zookeeper的理解
>-分布式管理,分布式中间件
> 协调分布式集群管理,保证一致性
> 分布式锁
> master选组管理节点信息主从选举