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

    2497 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...
  • yum方式安装Nginx

    Nginx官方Yum方式安装链接
  • 状态模式

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

    2473 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...
  • 更改提交

    2458 2025-02-05 《Git知识大全》
    11.1 关于修改历史记录的注意事项 11.2 使用 git reset 11.2.1 git reset --soft (仅回退提交,保留暂存区和工作区) 11.2.2 git reset --mixed (回退提交和暂存区,但保留工作区) 11.2.3 git reset --hard (彻底回退,丢失所有未提交的更改) 11.3 使用 git...
  • 门面模式

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

    2452 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...
  • 35岁程序员职业问题

    2444 2025-09-14 《每日一篇》
    日记范例一 (Diary Entry 1) 重点生词 日记范例二 (Diary Entry 2) 重点生词 范例一 (风格:焦虑与反思 - Anxious & Reflective) 重点生词 (Key Vocabulary) 范例二 (风格:挣扎与求变 - Struggling & Seeking Change) 重点生词 (Ke...
  • 访问者模式

    2435 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...
  • 原型模式

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