<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>结构型模式 on Rex Blog</title>
    <link>https://rextechie.github.io/tags/%E7%BB%93%E6%9E%84%E5%9E%8B%E6%A8%A1%E5%BC%8F/</link>
    <description>Recent content in 结构型模式 on Rex Blog</description>
    <image>
      <title>Rex Blog</title>
      <url>https://rextechie.github.io/images/ui/profile-480.jpg</url>
      <link>https://rextechie.github.io/images/ui/profile-480.jpg</link>
    </image>
    <generator>Hugo -- 0.125.7</generator>
    <language>zh-CN</language>
    <lastBuildDate>Sun, 12 Jan 2025 14:26:34 +0800</lastBuildDate>
    <atom:link href="https://rextechie.github.io/tags/%E7%BB%93%E6%9E%84%E5%9E%8B%E6%A8%A1%E5%BC%8F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Proxy_pattern</title>
      <link>https://rextechie.github.io/posts/design_patterns/proxy_pattern/</link>
      <pubDate>Sun, 12 Jan 2025 14:26:34 +0800</pubDate>
      <guid>https://rextechie.github.io/posts/design_patterns/proxy_pattern/</guid>
      <description>🚏 导论 代理模式（Proxy Pattern）为其他对象提供一种代理以控制对这个对象的访问。 代理模式的应用场景 远程代理，也就是为一个对象在不同的</description>
    </item>
    <item>
      <title>装饰模式（Decorator Pattern）</title>
      <link>https://rextechie.github.io/posts/design_patterns/decorator_pattern/</link>
      <pubDate>Sat, 11 Jan 2025 09:01:58 +0800</pubDate>
      <guid>https://rextechie.github.io/posts/design_patterns/decorator_pattern/</guid>
      <description>🚏 导论 装饰模式（Decorator Pattern）：动态地给一个对象添加一些额外的职责。就增加功能来说，装饰模式比生成子类更为灵活。当现有目</description>
    </item>
  </channel>
</rss>
