严富坤的知识库专栏 本次搜索耗时 0.257 秒,为您找到 39 个相关结果.
  • 责任链模式

    168 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...
  • 代理模式

    167 2024-09-12 《设计模式》
    Question 1: What is the Proxy pattern in software design? 问题 1:什么是软件设计中的代理模式? Answer: The Proxy pattern is a structural design pattern that provides a surrogate or placeholder...
  • 工厂方法模式

    167 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...
  • 访问者模式

    167 2024-09-12 《设计模式》
    Question 1: What is the Visitor pattern in software design? 问题 1:什么是软件设计中的访问者模式? Answer: The Visitor pattern is a behavioral design pattern that allows you to add further oper...
  • 原型模式

    167 2024-09-12 《设计模式》
    Question 1: What is the Prototype pattern in software design? 问题 1:什么是软件设计中的原型模式? Answer: The Prototype pattern is a creational design pattern that allows objects to be copied...
  • 组合模式

    166 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...
  • 门面模式

    162 2024-09-12 《设计模式》
    Question 1: What is the Facade pattern in software design? 问题 1:什么是软件设计中的门面模式? Answer: The Facade pattern is a structural design pattern that provides a simplified interface t...
  • 建造者模式

    160 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 ...
  • 策略模式

    156 2024-09-12 《设计模式》
    Question 1: What is the Strategy pattern in software design? 问题 1:什么是软件设计中的策略模式? Answer: The Strategy pattern is a behavioral design pattern that defines a family of algorithm...