严富坤的知识库专栏 本次搜索耗时 0.028 秒,为您找到 522 个相关结果.
  • 中介模式

    1543 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...
  • 桥接模式

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

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

    1536 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...
  • 《梳理》—从混乱到有序

    1535 2024-09-20 《2025年读书笔记》
    深度学习:带着问题和目标学习,开放式提问,MVP法输出 T型人才:知识和技能是有区别的,知识可以通过阅读获得,而技能则必须要实训之后才能获得。 科学的知识和技能体系是什么样的呢?把技能A做到顶尖,同时与A关联紧密的另一门知识B也很了解,而与B相关的技能C也具备……如此关联下去,就是非常合理的体系了。
  • 模板方法模式

    1532 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...
  • 迭代器模式

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

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

    1520 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...
  • 存储和引用日志

    1514 2025-02-05 《Git知识大全》
    12.1 储藏(Stash) 12.1.1 基本使用 12.1.2 查看储藏列表 12.1.3 恢复储藏 12.1.4 删除储藏 12.1.5 创建带信息的储藏 12.2 引用日志(Reflog) 12.2.1 查看引用日志 12.2.2 恢复误删的提交 结论 在 Git 的日常开发中,我们可能需要暂存未提交的修改 ,或者找回误删的提交...