自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(98)
  • 收藏
  • 关注

原创 24 设计模式总结

设计模式总结

2025-04-06 18:14:25 331

原创 23 MVC模式

设计模式之MVC模式

2025-04-06 18:08:24 196

原创 22 访问者(Visitor)模式

设计模式之访问者模式

2025-04-06 12:00:34 350

原创 21 模板方法(Template Method)模式

设计模式之模板方法模式

2025-03-31 21:55:27 419

原创 20 策略(Strategy)模式

设计模式之策略模式

2025-03-31 21:19:14 457

原创 19 状态(State)模式

设计模式之状态模式

2025-03-20 21:49:09 263

原创 18 观察者(Observer)模式

设计模式之观察者模式

2025-03-19 21:42:51 379

原创 17 备忘录(Memento)模式

设计模式之备忘录模式

2025-03-02 10:15:25 411

原创 16 中介者(Mediator)模式

设计模式之中介者模式

2025-02-20 20:50:16 286

原创 15 迭代器(Iterator)模式

设计模式之迭代器模式

2025-02-19 21:09:10 344

原创 14 命令(Command)模式

设计模式之命令模式

2025-02-19 19:23:49 392

原创 13 责任链(Chain of Responsibility)模式

设计模式之责任链模式

2025-02-15 19:51:28 385

原创 12 代理(Proxy)模式

设计模式之代理模式

2025-02-10 21:03:09 359

原创 11 享元(Flyweight)模式

设计模式之享元模式

2025-02-06 21:33:08 380

原创 10 外观(Facade)模式

设计模式之外观模式

2025-01-26 20:39:29 319

原创 9 装饰(Decorator)模式

设计模式之装饰模式

2025-01-21 22:36:11 320

原创 8 组合(Composite)模式

设计模式之组合模式

2025-01-21 14:54:38 383

原创 7 桥梁(Bridge)模式

设计模式之桥梁模式

2025-01-21 13:13:32 388

原创 6 适配器(Adapter)模式

设计模式之适配器模式

2025-01-19 11:24:18 264

原创 5 单例(Singleton)模式

设计模式之单例模式

2025-01-16 22:37:37 321

原创 4 原型(Protoytpe)模式

设计模式之原型模式

2025-01-15 22:34:14 416

原创 3 生成器(Builder)模式

设计模式之生成器模式

2025-01-12 21:10:31 757

原创 2 抽象工厂(Abstract Factory)模式

设计模式之抽象工厂模式

2025-01-09 21:09:41 413

原创 1 工厂方法(Factory Method)模式

设计模式之工厂方法模式

2025-01-09 20:19:16 344

原创 0 设计模式介绍

设计模式之介绍

2025-01-09 20:17:35 297

原创 其他条款(包含条款53、条款54、条款55)

Effective C++之条款53、条款54、条款55

2025-01-06 08:46:18 219

原创 条款52:写了 placement new 也要写 placement delete( Write placement delete if you write placement new)

Effective C++之条款52

2025-01-03 16:17:50 127

原创 条款51:编写 new 和 delete 时需固守常规( Adhere to convention when writing new and delete)

Effective C++之条款51

2025-01-03 15:16:48 283

原创 条款50:了解 new 和 delete 的合理替换时机(Understand when it makes sense to replace new and delete)

Effective C++之条款50

2025-01-03 14:32:26 351

原创 条款49:了解 new-handler 的行为(Understand the behavior of the new-handler)

Effective C++之条款49

2025-01-03 14:10:45 257

原创 条款48:认识模板元编程(Be aware of template metaprogramming)

Effective C++之条款48

2025-01-03 11:53:22 292

原创 条款47:请使用 traits classes 表现类型信息(Use traits classes for information about types)

Effective C++之条款47

2025-01-03 10:46:50 338

原创 条款46:需要类型转换时请为模板定义非成员函数

Effective C++之条款46

2025-01-03 10:25:20 314

原创 条款45:运用成员函数模板接受所有兼容类型(Use member function templates to accept “all compatible types“)

Effective C++之条款45

2024-12-31 17:55:59 187

原创 条款44:将与参数无关的代码抽离模板(Factor parameter-independent code out of templates)

Effective C++之条款44

2024-12-31 17:39:41 144

原创 条款43:学习处理模板化基类内的名称(Know how to access names in templatized base classes)

Effective C++之条款43

2024-12-31 17:20:53 485

原创 条款42:了解 typename 的双重含义(Understand the two meanings of typename)

Effective C++之条款42

2024-12-31 17:03:20 264

原创 条款41:了解隐式接口和编译期多态(Understand implicit interfaces and compile-time polymorphism)

Effective C++之条款41

2024-12-31 16:44:19 179

原创 条款40:明智而审慎地使用多重继承(Use multiple inheritance judiciously)

Effective C++之条款40

2024-12-31 16:23:45 410

原创 条款39:明智而审慎地使用private继承(Use private inheritance judiciously)

Effective C++之条款39

2024-12-31 15:57:57 203

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除