严富坤的知识库专栏 本次搜索耗时 0.163 秒,为您找到 358 个相关结果.
  • 常见问题集锦

    1.解决java: 无法访问org.springframework.context.ConfigurableApplicationContext 1.解决java: 无法访问org.springframework.context.ConfigurableApplicationContext 重新配置maven,由默认的.m2配置为自己下载的maven...
  • 版本库管理

    2641 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 版本库...
  • MVC模式

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

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

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

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

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

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

    2561 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...
  • 访问者模式

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