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

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

    2160 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模式

    2138 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...
  • 文件管理与索引

    2132 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 中对象模型和文件的详细...
  • 策略模式

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

    2119 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...
  • 观察者模式

    2118 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...
  • 版本库管理

    2117 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 版本库...
  • 备忘录模式

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