严富坤的知识库专栏 本次搜索耗时 0.278 秒,为您找到 42 个相关结果.
  • 备忘录模式

    926 2024-09-12 《设计模式》
    Question 1: What is the Memento pattern in software design? 问题 1:什么是软件设计中的备忘录模式? Answer: The Memento pattern is a behavioral design pattern that allows an object to capture an...
  • 责任链模式

    925 2024-09-12 《设计模式》
    Question 1: What is the Chain of Responsibility pattern in software design? 问题 1:什么是软件设计中的责任链模式? Answer: The Chain of Responsibility pattern is a behavioral design pattern use...
  • 工厂方法模式

    924 2024-09-12 《设计模式》
    Question 1: What is the Factory Method pattern in software design? 问题 1:什么是软件设计中的工厂方法模式? Answer: The Factory Method pattern is a creational design pattern that defines an inte...
  • 迭代器模式

    919 2024-09-12 《设计模式》
    Question 1: What is the Iterator pattern in software design? 问题 1:什么是软件设计中的迭代器模式? Answer: The Iterator pattern is a behavioral design pattern that provides a way to access ele...
  • Spring Security 全面学习计划

    一、应用场景与使用方法 基础入门阶段 1. Spring Security 简介与环境搭建 2. 认证(Authentication)实战 3. 授权(Authorization)实战 4. 会话管理与安全防护 进阶应用阶段 5. OAuth 2.0与JWT整合 6. 多因素认证(MFA)实现 7. 实际业务场景整合 二、原理机制深入解析...
  • 组合模式

    888 2024-09-12 《设计模式》
    Question 1: What is the Composite pattern in software design? 问题 1:什么是软件设计中的组合模式? Answer: The Composite pattern is a structural design pattern that allows individual objects a...
  • 单例模式

    886 2024-09-12 《设计模式》
    Question 1: What is the Singleton pattern in software design? 问题 1:什么是软件设计中的单例模式? Answer: The Singleton pattern is a creational design pattern that ensures a class has only on...
  • 建造者模式

    868 2024-09-12 《设计模式》
    Question 1: What is the Builder pattern in software design? 问题 1:什么是软件设计中的建造者模式? Answer: The Builder pattern is a creational design pattern that separates the construction of ...
  • 抽象工厂模式

    852 2024-09-12 《设计模式》
    Question 1: What is the Abstract Factory pattern in software design? 问题 1:什么是软件设计中的抽象工厂模式? Answer: The Abstract Factory pattern is a creational design pattern that provides an...
  • 享元模式

    843 2024-09-12 《设计模式》
    Question 1: What is the Flyweight pattern in software design? 问题 1:什么是软件设计中的享元模式? Answer: The Flyweight pattern is a structural design pattern used to minimize memory usage by...