自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 条款17:理解特种成员函数的生成机制

Effective Modern C++之条款17

2025-10-18 11:41:29 470

原创 条款16:保证const成员函数的线程安全性

Effective Modern C++之条款16

2025-10-18 11:12:22 298

原创 条款15:只要能使用constexpr,就使用它

Effective Modern C++之条款15

2025-10-08 10:56:25 835

原创 条款14:只要函数不会抛出异常,就为其加上noexcept声明

Effective Modern C++之条款14

2025-09-30 09:43:34 591

原创 条款13:优先选用const_iterator,而非iterator

Effective Modern C++之条款13

2025-09-23 18:07:50 205

原创 条款12:为意在重写的函数添加override声明

Effective Modern C++之条款12

2025-09-23 17:26:23 150

原创 条款11:优先选用删除函数,而非private未定义函数

Effective Modern C++之条款11

2025-09-23 16:52:21 298

原创 条款10:优先选用限定作用域的枚举,而非不限作用域的枚举

Effective Modern C++之条款10

2025-09-23 15:34:57 540

原创 条款9:优先选用别名声明,而非typedef

Effective Modern C++之条款9

2025-09-23 15:07:47 484

原创 条款8:优先选用nullptr,而非0或NULL

Effective Modern C++之条款8

2025-09-23 14:39:36 548

原创 条款7:在创建对象时注意区分( )和{ }

Effective Modern C++之条款7

2025-09-23 14:20:11 503

原创 条款6:当auto推导的类型不符合要求时,使用显式类型初始化语法

Effective Modern C++之条款6

2025-09-23 11:45:27 427

原创 条款5:优先选用auto, 而非显示类型声明

Effective Modern C++之条款5

2025-09-20 11:50:37 323

原创 条款4:知道如何查看推导的类型

Effective Modern C++之条款4

2025-09-20 11:28:07 291

原创 条款3:理解 decltype

Effective Modern C++之条款3

2025-08-21 13:45:34 173

原创 条款2:理解 auto 类型推导

Effective Modern C++之条款2

2025-08-21 11:18:53 238

原创 条款1:理解模板类型推导

Effective Modern C++之条款1

2025-08-19 13:15:40 465

原创 24 设计模式总结

设计模式总结

2025-04-06 18:14:25 378

原创 23 MVC模式

设计模式之MVC模式

2025-04-06 18:08:24 232

原创 22 访问者(Visitor)模式

设计模式之访问者模式

2025-04-06 12:00:34 388

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

设计模式之模板方法模式

2025-03-31 21:55:27 453

原创 20 策略(Strategy)模式

设计模式之策略模式

2025-03-31 21:19:14 496

原创 19 状态(State)模式

设计模式之状态模式

2025-03-20 21:49:09 317

原创 18 观察者(Observer)模式

设计模式之观察者模式

2025-03-19 21:42:51 412

原创 17 备忘录(Memento)模式

设计模式之备忘录模式

2025-03-02 10:15:25 454

原创 16 中介者(Mediator)模式

设计模式之中介者模式

2025-02-20 20:50:16 309

原创 15 迭代器(Iterator)模式

设计模式之迭代器模式

2025-02-19 21:09:10 372

原创 14 命令(Command)模式

设计模式之命令模式

2025-02-19 19:23:49 426

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

设计模式之责任链模式

2025-02-15 19:51:28 417

原创 12 代理(Proxy)模式

设计模式之代理模式

2025-02-10 21:03:09 415

原创 11 享元(Flyweight)模式

设计模式之享元模式

2025-02-06 21:33:08 407

原创 10 外观(Facade)模式

设计模式之外观模式

2025-01-26 20:39:29 351

原创 9 装饰(Decorator)模式

设计模式之装饰模式

2025-01-21 22:36:11 344

原创 8 组合(Composite)模式

设计模式之组合模式

2025-01-21 14:54:38 400

原创 7 桥梁(Bridge)模式

设计模式之桥梁模式

2025-01-21 13:13:32 414

原创 6 适配器(Adapter)模式

设计模式之适配器模式

2025-01-19 11:24:18 282

原创 5 单例(Singleton)模式

设计模式之单例模式

2025-01-16 22:37:37 348

原创 4 原型(Protoytpe)模式

设计模式之原型模式

2025-01-15 22:34:14 451

原创 3 生成器(Builder)模式

设计模式之生成器模式

2025-01-12 21:10:31 803

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

设计模式之抽象工厂模式

2025-01-09 21:09:41 434

空空如也

空空如也

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

TA关注的人

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