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

    2274 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...
  • 模板方法模式

    2260 2024-09-12 《设计模式》
    Question 1: What is the Template Method pattern in software design? 问题 1:什么是软件设计中的模板方法模式? Answer: The Template Method pattern is a behavioral design pattern that defines the s...
  • 责任链模式

    2251 2024-09-12 《设计模式》
    Question 1: What is the Chain of Responsibility pattern in software design? 问题 1:什么是软件设计中的责任链模式? Answer: The Chain of Responsibility pattern is a behavioral design pattern use...
  • 工厂方法模式

    2251 2024-09-12 《设计模式》
    Question 1: What is the Factory Method pattern in software design? 问题 1:什么是软件设计中的工厂方法模式? Answer: The Factory Method pattern is a creational design pattern that defines an inte...
  • 迭代器模式

    2240 2024-09-12 《设计模式》
    Question 1: What is the Iterator pattern in software design? 问题 1:什么是软件设计中的迭代器模式? Answer: The Iterator pattern is a behavioral design pattern that provides a way to access ele...
  • 解释器模式

    2240 2024-09-12 《设计模式》
    Question 1: What is the Interpreter pattern in software design? 问题 1:什么是软件设计中的解释器模式? Answer: The Interpreter pattern is a behavioral design pattern that provides a way to eval...
  • 35岁程序员职业问题

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

    2141 2024-09-23 《Learn less study more》
    我一直觉得将正确的学习方法或工作流程养成习惯,很多问题就会迎刃而解 翻译:I have always believed that once you develop the habit of using the right learning methods or work processes, many problems will be solved ...
  • LangGraph HITL中的异常处理陷阱

    2141 2025-09-17 《Langgraph教程》
    LangGraph HITL中的异常处理陷阱:为什么interrupt()不能随意放在try-catch中 问题的表象 根本原因:异常即控制流 interrupt()的工作机制 异常传播被阻断 正确的处理方式 方案1:避免在interrupt周围使用try-catch 方案2:精确捕获异常并重新抛出GraphInterrupt 方案3:条件性中...
  • Android折叠屏适配

    2140 2025-03-04 《深入Android开发》
    三星折叠屏体验设计指南 https://juejin.cn/post/7049705037525680164#heading-33 小米官网折叠屏文档 https://juejin.cn/post/7395127766185836584 https://juejin.cn/post/6844903649622114317