严富坤的知识库专栏 本次搜索耗时 0.020 秒,为您找到 373 个相关结果.
  • 模板方法模式

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

    169 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...
  • 解释器模式

    169 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...
  • 如何配置DNS解析?

    168 2024-03-16 《DNS全解》
    一、基础概念了解 1.什么是主机记录? 2.记录类型 3.记录值 4、什么是域名的 TTL 值? 一、基础概念了解 1.什么是主机记录? 主机记录(Host Record)是 DNS 解析中的一个重要概念,它指定了特定域名的 IP 地址或者其他网络资源的信息。主机记录通常与特定的子域名相关联,并将该子域名映射到一个或多个 IP 地址。 例...
  • 从阴阳思想的角度看“知”与“行”

    一、阴阳思想概述 二、“知”与“行”的阴阳属性分析 三、“知”与“行”的相互关系 四、阴阳思想指导下的知行合一 五、现实生活中的应用 六、案例分析:王阳明的“知行合一” 七、结论 引言 在认知领域,“知”与“行”的关系一直是哲学思考和实践探索的重要主题。中国传统的阴阳思想提供了一种独特的视角,帮助我们理解“知”(认知、思维)...
  • CentOS 8.0密钥登录配置

    168 2024-03-28 《Linux系统安全》
    一、生成密钥 1.生成新版密钥格式 2.生成旧版pem密钥格式 二、把公钥内容追加到认证文件中 三、授权 四、修改sshd_config配置文件 五、重启sshd服务 一、生成密钥 1.生成新版密钥格式 ssh - keygen - t rsa 2.生成旧版pem密钥格式 ssh - keygen - m PEM -...
  • 原型模式

    168 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...
  • 工厂方法模式

    168 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...
  • 代理模式

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

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