严富坤的知识库专栏 本次搜索耗时 0.138 秒,为您找到 358 个相关结果.
  • 观察者模式

    2336 2024-09-12 《设计模式》
    Question 1: What is the Observer pattern in software design? 问题 1:什么是软件设计中的观察者模式? Answer: The Observer pattern is a behavioral design pattern that defines a one-to-many depend...
  • 备忘录模式

    2328 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...
  • 提交

    2327 2025-02-05 《Git知识大全》
    7.1 原子变更集 7.1.1 提交的基本操作 7.2 识别提交 7.2.1 绝对提交名 7.2.2 引用和符号引用 7.2.3 相对提交名 7.3 提交历史记录 7.3.1 查看旧提交 7.3.2 提交图 7.3.3 提交范围 7.4 查找提交 7.4.1 使用 git bisect 7.4.2 使用 git blame 7.4.3...
  • 中介模式

    2321 2024-09-12 《设计模式》
    Question 1: What is the Mediator pattern in software design? 问题 1:什么是软件设计中的中介模式? Answer: The Mediator pattern is a behavioral design pattern that defines an object (the mediat...
  • 状态模式

    2307 2024-09-12 《设计模式》
    Question 1: What is the State pattern in software design? 问题 1:什么是软件设计中的状态模式? Answer: The State pattern is a behavioral design pattern that allows an object to change its beha...
  • 桥接模式

    2301 2024-09-12 《设计模式》
    Question 1: What is the Bridge pattern in software design? 问题 1:什么是软件设计中的桥接模式? Answer: The Bridge pattern is a structural design pattern that decouples an abstraction from its...
  • 原型模式

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

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

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

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