严富坤的知识库专栏 本次搜索耗时 0.024 秒,为您找到 539 个相关结果.
  • 门面模式

    2279 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...
  • 装饰器模式

    2271 2024-09-12 《设计模式》
    Question 1: What is the Decorator pattern in software design? 问题 1:什么是软件设计中的装饰器模式? Answer: The Decorator pattern is a structural design pattern that allows behavior to be adde...
  • 组件与VNode是一一对应的吗?

    一、组件与 VNode 的关系 1. 组件生成 VNode 树 2. 一个组件对应一个 VNode 吗? 3. 组件与 VNode 的对应关系 二、组件树与 VNode 树的区别 1. 组件树 2. VNode 树 3. 两者的关系 三、示例说明 1. 组件代码示例 2. 组件树 3. VNode 树 4. 分析 四、结论 五、补...
  • 访问者模式

    2269 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...
  • Ubuntu 24上vscode无法输入中文

    2267 2025-09-19 《Linux基础知识》
    一、删除应用市场的版本 二、安装官方版本 在Ubuntu应用市场安装了vscode,在使用时发现无法启用中文输入法,谷歌了一下发现安装的不是完整版,所以,删除后重新安装官方版即可。 一、删除应用市场的版本 sudo snap remove code 二、安装官方版本 wget - qO - https :// packages ....
  • 模板方法模式

    2249 2024-09-12 《设计模式》
    Question 1: What is the Template Method pattern in software design? 问题 1:什么是软件设计中的模板方法模式? Answer: The Template Method pattern is a behavioral design pattern that defines the s...
  • 工厂方法模式

    2245 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...
  • 责任链模式

    2237 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...
  • 解释器模式

    2227 2024-09-12 《设计模式》
    Question 1: What is the Interpreter pattern in software design? 问题 1:什么是软件设计中的解释器模式? Answer: The Interpreter pattern is a behavioral design pattern that provides a way to eval...
  • 迭代器模式

    2224 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...