迭代器模式与提供复杂数据结构查询的API 迭代器模式主要用在访问对象集合的场景,能够向客户端隐藏集合的实现细节 Posted on October 7, 2022 迭代器模式与提供复杂数据结构查询的API [Read More] Tags: 设计模式
What is AppImage? And how to install and use it under ubuntu? AppImage 是什么?以及如何在ubuntu下面安装与使用? Posted on October 6, 2022 Linux Installation Instructions AppImage layout: post title: AppImage 是什么?以及如何在ubuntu下面安装与使用? subtitle: Composing Methods [Read More] Tags: appImage
工厂方法模式(Factory Method Pattern)与复杂对象的初始化 将对象创建的逻辑封装起来,为使用者提供一个简单易用的对象创建接口 Posted on October 5, 2022 工厂方法模式(Factory Method Pattern)与复杂对象的初始化 [Read More] Tags: Microservices gateway
观察者模式在网络 Socket 、Http 的应用 观察者模式 Posted on October 4, 2022 观察者模式在网络 Socket 、Http 的应用 [Read More] Tags: 设计模式