Data Standardization
2025-01-16
This post demonstrates how to include embedded video in a blog post.
761 words
|
4 minutes
基于Docker安装Elasticsearch
This post demonstrates how to include embedded video in a blog post.
1206 words
|
6 minutes
docker uninstall and install
2025-01-08
This post demonstrates how to include embedded video in a blog post.
280 words
|
1 minutes
redis install and deploy
2025-01-07
This post demonstrates how to include embedded video in a blog post.
183 words
|
1 minutes
Adapter pattern
适配器模式(Adapter Pattern)是一种结构型设计模式,它允许不兼容的接口之间进行协作。适配器模式通过将一个类的接口转换成客户端期望的另一个接口,使得原本由于接口不兼容而无法一起工作的类可以一起工作。
831 words
|
4 minutes
protoype pattern
原型模式(Prototype Pattern)是一种创建型设计模式,它通过复制现有对象来创建新对象,而不是通过调用构造函数。原型模式的核心思想是通过克隆(Clone)来避免重复创建对象的开销,特别适用于创建成本较高的对象。
958 words
|
5 minutes
Include Video in the Posts
This post demonstrates how to include embedded video in a blog post.
62 words
|
1 minutes
Markdown Extended Features
Read more about Markdown features in Fuwari
156 words
|
1 minutes