<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CLI on 彩虹兔的博客</title>
    <link>https://blog.caihongtu.top/tags/cli/</link>
    <description>Recent content from 彩虹兔的博客</description>
    <generator>Hugo</generator>
    <language>zh-cn</language>
    
    <managingEditor>admin_reply@caihongtu.top (彩虹兔)</managingEditor>
    <webMaster>admin_reply@caihongtu.top (彩虹兔)</webMaster>
    
    <copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright>
    
    <lastBuildDate>Sat, 16 May 2026 11:50:48 +0800</lastBuildDate>
    
    
    <atom:link href="https://blog.caihongtu.top/tags/cli/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>避免重复造轮子的解决方案</title>
      <link>https://blog.caihongtu.top/post/2026/selfcli/</link>
      <pubDate>Sat, 16 May 2026 11:30:30 &#43;0800</pubDate>
      <author>admin_reply@caihongtu.top (彩虹兔)</author>
      <guid>https://blog.caihongtu.top/post/2026/selfcli/</guid>
      <description>
        <![CDATA[<h1>避免重复造轮子的解决方案</h1><p>作者：彩虹兔（admin_reply@caihongtu.top）</p>
        
          <blockquote class="alert-blockquote note">
    <p class="alert-heading">
      Note
    </p>
    <p><p>重复造轮子是独立开发者最大的效率杀手。一个管理系统项目中，<strong>登录注册、权限控制、CRUD 操作、通用组件这些重复业务通常占总开发量的 60%-80%</strong>。解决这个问题的核心思路是：<strong>建立分层复用体系，将一次性劳动转化为可重复使用的资产</strong>，最终实现 &ldquo;新项目 = 基础模板 + 业务定制 + 少量配置&rdquo; 的开发模式。</p>
        
        <hr><p>本文2026-05-16首发于<a href='https://blog.caihongtu.top/'>彩虹兔的博客</a>，最后修改于2026-05-16</p>]]>
      </description>
      
        <category>学习笔记</category>
      
    </item>
    
  </channel>
</rss>
