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

    2192 2024-09-12 《设计模式》
    Question 1: What is the Command pattern in software design? 问题 1:什么是软件设计中的命令模式? Answer: The Command pattern is a behavioral design pattern that turns a request or action into ...
  • 代理模式

    2190 2024-09-12 《设计模式》
    Question 1: What is the Proxy pattern in software design? 问题 1:什么是软件设计中的代理模式? Answer: The Proxy pattern is a structural design pattern that provides a surrogate or placeholder...
  • 存储和引用日志

    2165 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 的日常开发中,我们可能需要暂存未提交的修改 ,或者找回误删的提交...
  • MVC模式

    2142 2024-09-12 《设计模式》
    Question 1: What is the MVC architectural pattern in software design? 问题 1:什么是软件设计中的MVC架构模式? Answer: MVC (Model-View-Controller) is a software architectural pattern that separ...
  • 常见问题集锦

    1.解决java: 无法访问org.springframework.context.ConfigurableApplicationContext 1.解决java: 无法访问org.springframework.context.ConfigurableApplicationContext 重新配置maven,由默认的.m2配置为自己下载的maven...
  • yum方式安装Nginx

    Nginx官方Yum方式安装链接
  • 文件管理与索引

    2136 2025-02-05 《Git知识大全》
    5.1 关于索引的一切 5.2 Git 中的文件分类 5.3 使用 git add 5.4 使用 git commit 的一些注意事项 提交的最佳实践 5.5 使用 git rm 5.6 使用 git mv 5.7 追踪重命名含义 5.8 gitignore 文件 创建 .gitignore 文件 5.9 Git 中对象模型和文件的详细...
  • 策略模式

    2134 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...
  • 合并项目

    2122 2025-02-05 《Git知识大全》
    17.1 旧解决方案:部分检出(Partial Checkout) 17.2 显而易见的解决方案:将代码导入子项目 17.2.1 手动复制导入子项目 17.2.2 通过 git pull --s subtree 导入子项目 17.2.3 将更改提交到上游 17.3 自动化解决方案:使用自定义脚本检测子项目 17.4 原生解决方案:gitlink...
  • 观察者模式

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