<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Rei</title>
  
  <subtitle>努力成为程序员</subtitle>
  <link href="https://rei-330.github.io/atom.xml" rel="self"/>
  
  <link href="https://rei-330.github.io/"/>
  <updated>2025-10-09T06:21:47.141Z</updated>
  <id>https://rei-330.github.io/</id>
  
  <author>
    <name>Rei</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>hexo搭建博客项目总结反思</title>
    <link href="https://rei-330.github.io/2025/10/09/hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2%E9%A1%B9%E7%9B%AE%E6%80%BB%E7%BB%93%E5%8F%8D%E6%80%9D/"/>
    <id>https://rei-330.github.io/2025/10/09/hexo%E6%90%AD%E5%BB%BA%E5%8D%9A%E5%AE%A2%E9%A1%B9%E7%9B%AE%E6%80%BB%E7%BB%93%E5%8F%8D%E6%80%9D/</id>
    <published>2025-10-09T06:21:09.000Z</published>
    <updated>2025-10-09T06:21:47.141Z</updated>
    
    <content type="html"><![CDATA[<h1 id="hexo搭建博客项目总结反思"><a href="#hexo搭建博客项目总结反思" class="headerlink" title="hexo搭建博客项目总结反思"></a>hexo搭建博客项目总结反思</h1><p><a href="https://rei-330.github.io/">https://rei-330.github.io/</a></p><p>项目来源：B站<strong>安知鱼</strong> 偏喂饭式教程 但是因为有一段时间了所以出现一些比较奇怪的bug</p><h3 id="收获"><a href="#收获" class="headerlink" title="收获"></a>收获</h3><p>1.部署过程：了解github和gitee的仓储代码管理 </p><p>2.交互过程：通过hexo架构大致了解了网页的搭建</p><p>3.改bug过程：符号缩进 命名规范 对于奇怪bug的处理方式</p><h3 id="项目的不足与改进"><a href="#项目的不足与改进" class="headerlink" title="项目的不足与改进"></a>项目的不足与改进</h3><p>1.低代码量，多用开源插件，自定义化难</p><p>ex：pjax实现不中断播放 </p><p>2.对于项目类型的代码缺乏coding能力</p><p>ex：灾难性的缩进问题， 文件命名问题</p><p>3.没有实现的功能遗憾</p><p>ex:本地上传文章，图片缺失，域名….</p><p>后续进行前端学习，争取以后完善</p>]]></content>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;hexo搭建博客项目总结反思&quot;&gt;&lt;a href=&quot;#hexo搭建博客项目总结反思&quot; class=&quot;headerlink&quot; title=&quot;hexo搭建博客项目总结反思&quot;&gt;&lt;/a&gt;hexo搭建博客项目总结反思&lt;/h1&gt;&lt;p&gt;&lt;a href=&quot;https://rei-3</summary>
      
    
    
    
    
    <category term="技术" scheme="https://rei-330.github.io/tags/%E6%8A%80%E6%9C%AF/"/>
    
  </entry>
  
  <entry>
    <title>前端学习路线</title>
    <link href="https://rei-330.github.io/2025/10/03/%E5%89%8D%E7%AB%AF%E5%AD%A6%E4%B9%A0%E8%B7%AF%E7%BA%BF/"/>
    <id>https://rei-330.github.io/2025/10/03/%E5%89%8D%E7%AB%AF%E5%AD%A6%E4%B9%A0%E8%B7%AF%E7%BA%BF/</id>
    <published>2025-10-03T14:43:52.000Z</published>
    <updated>2025-10-03T14:44:58.616Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前端学习路线"><a href="#前端学习路线" class="headerlink" title="前端学习路线"></a>前端学习路线</h1><p>努力的但丁 双非硕 小红书前端</p><h3 id="基础路线"><a href="#基础路线" class="headerlink" title="基础路线"></a>基础路线</h3><p>三件套：<strong>黑马pink</strong>html+css：写完品优购，掌握flex布局，选择性学习动画部分（一个月）</p><p>​        js：基础语法加 Dom加 BOM,js高级语法（一个月）</p><p>ES6：<strong>B站小马哥+阮一峰文档</strong>（7天）（直接看文档写的很详细）</p><p>Ajax：<strong>尚硅谷</strong>，重点掌握ajax发送的常用方式（2天）</p><p>Vue3：<strong>尚硅谷张天禹</strong>（一个月）</p><p>学完去做VUE3项目（一个月）熟悉业务逻辑和整理</p><p>背八股文：牛客上的几十道面试题，写简历</p><h3 id="进阶："><a href="#进阶：" class="headerlink" title="进阶："></a>进阶：</h3><p>JS高级：B站pink（7天）（吃透）</p><p>Promsie和axios：尚硅谷李强（10天）</p><p><strong>建议手写Promise，了解底层原理</strong></p><p>数据结构与算法：coderwhy（20天）</p><p>React基础：coderwhy（一个月）</p><p>typescript：coderwhy（7天）</p><p>React项目：coderwhy的爱彼迎（15天）</p><p>leetcode：代码随想录（60天）应付大厂面试</p><p>以上所有笔记可以找： csdn DantingZhang</p><p>​            </p>]]></content>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;前端学习路线&quot;&gt;&lt;a href=&quot;#前端学习路线&quot; class=&quot;headerlink&quot; title=&quot;前端学习路线&quot;&gt;&lt;/a&gt;前端学习路线&lt;/h1&gt;&lt;p&gt;努力的但丁 双非硕 小红书前端&lt;/p&gt;
&lt;h3 id=&quot;基础路线&quot;&gt;&lt;a href=&quot;#基础路线&quot; clas</summary>
      
    
    
    
    
    <category term="技术" scheme="https://rei-330.github.io/tags/%E6%8A%80%E6%9C%AF/"/>
    
  </entry>
  
  <entry>
    <title>后端学习技术路线</title>
    <link href="https://rei-330.github.io/2025/10/03/%E5%90%8E%E7%AB%AF%E5%AD%A6%E4%B9%A0%E6%8A%80%E6%9C%AF%E8%B7%AF%E7%BA%BF/"/>
    <id>https://rei-330.github.io/2025/10/03/%E5%90%8E%E7%AB%AF%E5%AD%A6%E4%B9%A0%E6%8A%80%E6%9C%AF%E8%B7%AF%E7%BA%BF/</id>
    <published>2025-10-03T13:16:41.000Z</published>
    <updated>2025-10-03T13:52:20.314Z</updated>
    
    <content type="html"><![CDATA[<h1 id="后端技术路线学习推荐"><a href="#后端技术路线学习推荐" class="headerlink" title="后端技术路线学习推荐"></a>后端技术路线学习推荐</h1><h3 id="学习与效仿"><a href="#学习与效仿" class="headerlink" title="学习与效仿"></a>学习与效仿</h3><h4 id="宁猫k：java后端-28届，B站up四非大一就找了小厂实习，后续过了滴滴支付的实习。"><a href="#宁猫k：java后端-28届，B站up四非大一就找了小厂实习，后续过了滴滴支付的实习。" class="headerlink" title="宁猫k：java后端 28届，B站up四非大一就找了小厂实习，后续过了滴滴支付的实习。"></a>宁猫k：java后端 28届，B站up四非大一就找了小厂实习，后续过了滴滴支付的实习。</h4><p>黑马：<strong>Javase</strong>（跳过gui）<strong>，javaweb</strong>(前端，刚好也是大二上这学期课程)</p><p>精进前端：尚硅谷javaweb—-vue，ts</p><p>项目：苍穹外卖（简单curd项目）（9-10天）</p><p>​    黑马点评（必学）redis的高级应用(可参考小红书月如风的魔改)</p><p>写博客：Ruyu快乐猫，算法以及面试部分：力扣top200，剑指offer</p><p>到学完微服务为止，只花了三个月。<strong>重点是即使人家学历不高，但是人家能每日coding甚至7个小时</strong>，计算机毕业即失业的问题在于他是一门终生学习科目即使你好好学习认真上课也很难在短时间内完成技术要求，<strong>然而这也是最大的优点</strong>即技术的差距可以帮你一定程度上跨越学历的鸿沟，弯道超车。也许双非走进大厂并不是奢望。</p>]]></content>
    
    
      
      
    <summary type="html">&lt;h1 id=&quot;后端技术路线学习推荐&quot;&gt;&lt;a href=&quot;#后端技术路线学习推荐&quot; class=&quot;headerlink&quot; title=&quot;后端技术路线学习推荐&quot;&gt;&lt;/a&gt;后端技术路线学习推荐&lt;/h1&gt;&lt;h3 id=&quot;学习与效仿&quot;&gt;&lt;a href=&quot;#学习与效仿&quot; class=&quot;he</summary>
      
    
    
    
    
    <category term="技术" scheme="https://rei-330.github.io/tags/%E6%8A%80%E6%9C%AF/"/>
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="https://rei-330.github.io/2025/10/01/hello-world/"/>
    <id>https://rei-330.github.io/2025/10/01/hello-world/</id>
    <published>2025-10-01T08:13:14.570Z</published>
    <updated>2025-10-01T08:13:14.570Z</updated>
    
    <content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.io/docs/&quot;&gt;documentation&lt;/a&gt; for</summary>
      
    
    
    
    
  </entry>
  
</feed>
