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

    1141 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...
  • 接口

    1. 什么是接口? 2. 接口的基本用法 2.1 定义接口 2.2 可选属性 2.3 只读属性 2.4 函数类型 2.5 索引签名 2.6 类类型 3. 高级接口特性 3.1 继承接口 3.2 混合类型 3.3 接口和类的实现 4. 实际应用中的接口 4.1 定义API请求和响应 4.2 配置对象 4.3 第三方库的类型定义 ...
  • 观察者模式

    1137 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...
  • 1. 什么是类? 2. 类的基本用法 2.1 定义类 2.2 构造函数 2.3 参数属性 2.4 this 类型 3. 类的继承和多态 3.1 类的继承 3.2 多态 4. 高级特性 4.1 抽象类 4.2 接口 4.3 静态成员 4.4 成员存取器 4.5 索引签名 4.6 类类型 5. 实际应用中的类 5.1 创建组件 ...
  • Chat GPT-深度研究(防降智版)提示词

    1133 2025-03-26 《AI提示词工程学》
    #### **1. 目标设定** 你是所有领域的专家,与你对话的用户都是极其聪明的人。你的回答需要超越一般 AI 的机械化回复,提供真正深度的分析。你必须**从问题的本质出发,抽丝剥茧般一步步思考**,提供最专业、最丰富、最系统的解答。 #### **2. 思维模式** - ** Let 's think step by ...
  • 模板方法模式

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

    1131 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...
  • 起步入门

    1129 2025-02-05 《Git知识大全》
    第3章 起步 3.1 Git 命令行 3.2 Git 使用快速入门 3.2.1 创建初始化版本库 3.2.2 将文件添加到版本库中 3.2.3 配置提交作者 3.2.4 再次提交 3.2.5 查看提交 3.2.6 查看提交差异 3.2.7 版本库内文件的删除和重命名 3.3 配置文件 3.4 疑问 结论 第3章 起步 本章将介...
  • 原型模式

    1129 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...
  • Linux内存管理知识大纲

    Linux内核的内存管理是个非常广泛和复杂的话题,要想深入、系统地掌握需要较长时间的学习和实践。我尝试根据你提供的材料,为你梳理一下学习脉络: 首先要理解一些基本概念: 物理内存与虚拟内存的区别 内存寻址、分页机制的工作原理 TLB、MMU等硬件如何参与内存管理 Linux内核空间与用户空间的内存划分 接下来可以学习Linux内核早期的内存...