设计模式-策略模式

1、概述 策略模式(strategy pattern)的原始定义是:定义一系列算 … Continue reading

More Galleries | 设计模式-策略模式已关闭评论

设计模式-状态模式

1、概述 状态模式是一种行为设计模式,它允许对象在其内部状态改变时改变其行为。这 … Continue reading

More Galleries | 设计模式-状态模式已关闭评论

设计模式-观察者模式

1、概述 观察者模式,也称发布订阅模式,是一种行为型设计模式,它定义了一种一对多 … Continue reading

More Galleries | 设计模式-观察者模式已关闭评论

设计模式-命令模式

1、概述 命令模式(Command Pattern)是一种行为设计模式,它将请求 … Continue reading

More Galleries | 设计模式-命令模式已关闭评论

设计模式-责任链模式

1、概述 职责链模式(Chain Of Responsibility) 是一种行 … Continue reading

More Galleries | 设计模式-责任链模式已关闭评论

设计模式-代理模式

1、概述 代理模式(Proxy Pattern)属于结构型设计模式,其核心思想是 … Continue reading

More Galleries | Leave a comment

设计模式-享元模式

1、概述 抽象享元(Flyweight):这是所有具体享元类的基类,它定义了享元 … Continue reading

More Galleries | Leave a comment

什么是 Iaas、Paas 和 Saas

IaaS、PaaS 和 SaaS 是三种最受欢迎的云服务。它们有时被称为云服务模 … Continue reading

More Galleries | 什么是 Iaas、Paas 和 Saas已关闭评论

国密算法介绍

国密算法是指中国自主设计和使用的密码算法标准,其目的是保障信息安全和国家利益。 … Continue reading

More Galleries | 国密算法介绍已关闭评论

JAVA 多线程实现方法

1、继承Thread类:创建一个继承Thread类的子类,重写run方法,然后创 … Continue reading

More Galleries | JAVA 多线程实现方法已关闭评论