严富坤的知识库专栏 本次搜索耗时 0.024 秒,为您找到 539 个相关结果.
  • yum方式安装Nginx

    Nginx官方Yum方式安装链接
  • 版本库管理

    2327 2025-02-05 《Git知识大全》
    14.1 谈谈服务器 14.2 发布版本库 14.2.1 带访问控制的版本库 14.2.2 分权限名读取访问的版本库 14.2.3 分权限名写入权限的版本库 14.2.4 在 GitHub 上发布版本库 14.3 有关发布版本库的建议 14.4 版本库结构 14.4.1 共享的版本库结构 14.4.2 分布式版本库结构 14.4.3 版本库...
  • 深入理解操作系统的进程

    2325 2024-10-12 《操作系统原理》
    一、进程是对系统资源的抽象 二、进程的并发运行与交错执行 三、上下文切换的过程与步骤 1. 保存当前进程的上下文(状态) 2. 调用调度器(Scheduler) 3. 加载新进程的上下文(状态) 4. 切换内核栈和用户栈(如果需要) 5. 恢复执行 四、上下文切换的注意事项 五、引发上下文切换的原因 六、总结 参考资料 一、进程...
  • 观察者模式

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

    2319 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...
  • 备忘录模式

    2313 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...
  • 中介模式

    2306 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...
  • 状态模式

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

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

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