<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>AuroraEve的小屋🍉</title>
  <icon>https://blog.auroraeve.com/icon.png</icon>
  <subtitle>别赶路，去感受路。</subtitle>
  <link href="https://blog.auroraeve.com/atom.xml" rel="self"/>
  
  <link href="https://blog.auroraeve.com/"/>
  <updated>2025-04-08T10:58:10.279Z</updated>
  <id>https://blog.auroraeve.com/</id>
  
  <author>
    <name>AuroraEve</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>个人网站/博客搭建教程</title>
    <link href="https://blog.auroraeve.com/2025/04/08/%E4%B8%AA%E4%BA%BA%E7%BD%91%E7%AB%99-%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E6%95%99%E7%A8%8B/"/>
    <id>https://blog.auroraeve.com/2025/04/08/%E4%B8%AA%E4%BA%BA%E7%BD%91%E7%AB%99-%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E6%95%99%E7%A8%8B/</id>
    <published>2025-04-08T03:12:49.000Z</published>
    <updated>2025-04-08T10:58:10.279Z</updated>
    
    <content type="html"><![CDATA[<h1 id="个人网站-博客搭建教程"><a href="#个人网站-博客搭建教程" class="headerlink" title="个人网站&#x2F;博客搭建教程"></a>个人网站&#x2F;博客搭建教程</h1><h1 id="blog-AuroraEve3-0"><a href="#blog-AuroraEve3-0" class="headerlink" title="blog_AuroraEve3.0"></a>blog_AuroraEve3.0</h1><p>之前以及部署好环境了</p><p>直接</p><figure class="highlight powershell"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line">hexo init blog_AuroraEve3</span><br><span class="line"><span class="built_in">cd</span> blog_AuroraEve3</span><br><span class="line">git clone <span class="literal">-b</span> main https://github.com/anzhiyu<span class="literal">-c</span>/hexo<span class="literal">-theme-anzhiyu</span>.git themes/anzhiyu</span><br></pre></td></tr></table></figure><p>打开 <strong>Hexo</strong> 根目录下的 <code>config.yml</code>, 找到以下配置项，把主题改为<code>anzhiyu</code></p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line"># Extensions</span><br><span class="line">## Plugins: https://hexo.io/plugins/</span><br><span class="line">## Themes: https://hexo.io/themes/</span><br><span class="line">theme: anzhiyu #landscape</span><br></pre></td></tr></table></figure><p>安装 pug 和 stylus 渲染插件</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">npm install hexo-renderer-pug hexo-renderer-stylus --save</span><br></pre></td></tr></table></figure><p>windows 复制<code>/themes/anzhiyu/_config.yml</code>此文件到 hexo 根目录，并重命名为<code>_config.anzhiyu.yml</code></p><p>以后如果修改任何主题配置，都只需修改 _config.anzhiyu.yml 的配置即可。</p><p>启动blog</p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo cl;hexo g;hexo s</span><br></pre></td></tr></table></figure><p>最后更新于202503071050</p><h2 id="标签页配置"><a href="#标签页配置" class="headerlink" title="标签页配置"></a><a href="https://docs.anheyu.com/page/tags.html#%E6%A0%87%E7%AD%BE%E9%A1%B5%E9%85%8D%E7%BD%AE">标签页配置</a></h2><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo new page tags</span><br></pre></td></tr></table></figure><p>你会找到 <code>source/tags/index.md</code> 这个文件</p><p>修改这个文件： 记得添加 <code>type: &quot;tags&quot;</code></p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line">---</span><br><span class="line">title: 标签</span><br><span class="line">date: 2021-04-06 12:01:51</span><br><span class="line">type: &quot;tags&quot;</span><br><span class="line">comments: false</span><br><span class="line">top_img: false</span><br><span class="line">---</span><br></pre></td></tr></table></figure><h2 id="分类页配置"><a href="#分类页配置" class="headerlink" title="分类页配置"></a><a href="https://docs.anheyu.com/page/classify.html#%E5%88%86%E7%B1%BB%E9%A1%B5%E9%85%8D%E7%BD%AE">分类页配置</a></h2><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">hexo new page categories</span><br></pre></td></tr></table></figure><p>你会找到 <code>source/categories/index.md</code> 这个文件</p><p>修改这个文件： 记得添加 <code>type: &quot;categories&quot;</code></p><figure class="highlight plaintext"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line">---</span><br><span class="line">title: 分类</span><br><span class="line">date: 2022-02-23 17:56:00</span><br><span class="line">aside: false</span><br><span class="line">top_img: false</span><br><span class="line">type: &quot;categories&quot;</span><br><span class="line">---</span><br></pre></td></tr></table></figure><p>内置阿里图标库：<a href="https://www.iconfont.cn/collections/detail?cid=44481">https://www.iconfont.cn/collections/detail?cid=44481</a></p><h2 id="服务器选择"><a href="#服务器选择" class="headerlink" title="服务器选择"></a>服务器选择</h2><p><a href="https://docs.qq.com/document/DV0RCS0lGeHdMTFFV?tab=000003">2025-云服务器专区 京东云 阿里云 腾讯云 配置最新价格表 与 官方活动地址.xlsx</a></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;个人网站-博客搭建教程&quot;&gt;&lt;a href=&quot;#个人网站-博客搭建教程&quot; class=&quot;headerlink&quot; title=&quot;个人网站&amp;#x2F;博客搭建教程&quot;&gt;&lt;/a&gt;个人网站&amp;#x2F;博客搭建教程&lt;/h1&gt;&lt;h1</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>26打卡day</title>
    <link href="https://blog.auroraeve.com/2025/03/25/26%E6%89%93%E5%8D%A1day/"/>
    <id>https://blog.auroraeve.com/2025/03/25/26%E6%89%93%E5%8D%A1day/</id>
    <published>2025-03-25T08:41:32.000Z</published>
    <updated>2025-03-25T08:46:26.053Z</updated>
    
    <content type="html"><![CDATA[<h1 id="day0"><a href="#day0" class="headerlink" title="day0"></a>day0</h1><p>20250325</p><p>学习了论文中的matlab3D建模部分，并将源代码创建为matlab脚本</p><p>matlab插值三维地形数据绘制各种二维三维图形</p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;day0&quot;&gt;&lt;a href=&quot;#day0&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>CET6</title>
    <link href="https://blog.auroraeve.com/2025/03/03/CET6/"/>
    <id>https://blog.auroraeve.com/2025/03/03/CET6/</id>
    <published>2025-03-03T01:27:20.000Z</published>
    <updated>2025-03-03T01:35:41.250Z</updated>
    
    <content type="html"><![CDATA[<h1 id="听力"><a href="#听力" class="headerlink" title="听力"></a>听力</h1><p><a href="https://www.bilibili.com/video/BV1BT411Q7pF/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">我知道四六级听力最难，但是相信我，你稍微比别人努力一点就能脱颖而出_哔哩哔哩_bilibili</a></p><ol><li>3遍精听</li><li>听+原文</li><li>听两遍+看题听1遍</li></ol><p>我是四天一个轮回，第一天25分钟做听力，第二三四天每天一个section，所以二三天是3小时，第四天是4.5小时，不过后来速度有变快，后期差不多就是2-3小时</p><p>150+180+150</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;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>Hello-InDesign</title>
    <link href="https://blog.auroraeve.com/2025/02/25/Hello-InDesign/"/>
    <id>https://blog.auroraeve.com/2025/02/25/Hello-InDesign/</id>
    <published>2025-02-25T14:32:52.000Z</published>
    <updated>2025-02-25T14:45:51.907Z</updated>
    
    <content type="html"><![CDATA[<h1 id="Hello-InDesign"><a href="#Hello-InDesign" class="headerlink" title="Hello InDesign"></a>Hello InDesign</h1><p><a href="https://www.bilibili.com/video/BV1A7DSYVEgi/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">30分钟拯救排版！B站最硬核的排版保姆级教程Indesign 『只用30分钟』ID基础系统教程&#x2F;海报设计思维&#x2F;海报排版方法&#x2F;制作海报的详细步骤_哔哩哔哩_bilibili</a></p><p><img src="https://bu.dusays.com/2025/02/25/67bdd79b7a1f0.png" alt="image-20250225224541365"></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;Hello-InDesign&quot;&gt;&lt;a href=&quot;#Hello-InDesign&quot; class=&quot;headerlink&quot; title=&quot;Hello InDesign&quot;&gt;&lt;/a&gt;Hello InDesign&lt;/h1&gt;&lt;p&gt;&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>无畏契约乱斗、</title>
    <link href="https://blog.auroraeve.com/2025/02/24/%E6%97%A0%E7%95%8F%E5%A5%91%E7%BA%A6%E4%B9%B1%E6%96%97%E3%80%81/"/>
    <id>https://blog.auroraeve.com/2025/02/24/%E6%97%A0%E7%95%8F%E5%A5%91%E7%BA%A6%E4%B9%B1%E6%96%97%E3%80%81/</id>
    <published>2025-02-24T08:15:50.000Z</published>
    <updated>2025-04-07T08:11:04.946Z</updated>
    
    <content type="html"><![CDATA[<h1 id="乱斗胜利"><a href="#乱斗胜利" class="headerlink" title="乱斗胜利"></a>乱斗胜利</h1><p><img src="https://bu.dusays.com/2025/02/24/67bc2ad056764.png" alt="image-20250224161605308"></p><p><img src="https://bu.dusays.com/2025/03/09/67cdaf5d17640.png" alt="image-20250309231016344"></p><p><img src="https://bu.dusays.com/2025/03/13/67d29c5dbc41a.png" alt="image-20250313165031595"></p><p><img src="https://bu.dusays.com/2025/03/21/67dd5227ae174.png" alt="image-20250321194850590"></p><p><img src="https://bu.dusays.com/2025/03/23/67df9a3879021.png" alt="image-20250323132051930"></p><p>202503271159</p><p><img src="https://bu.dusays.com/2025/03/27/67e4ccf2a105d.png" alt="image-20250327115841274"></p><p><img src="https://bu.dusays.com/2025/03/28/67e6c0a2852b2.png" alt="image-20250328233037150"></p><p>202503301709</p><p><img src="https://bu.dusays.com/2025/03/30/67e90a3e4048c.png" alt="image-20250330170915942"></p><p><img src="https://bu.dusays.com/2025/04/02/67ed41317af7e.png" alt="image-20250402215248169"></p><p>202504032041</p><p><img src="https://bu.dusays.com/2025/04/03/67ee821eecd77.png" alt="image-20250403204203469"></p><p><img src="https://bu.dusays.com/2025/04/07/67f3889339134.png" alt="image-20250407161052141"></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;img src=&quot;https://bu.dusays.com/2025/02/24/67bc2ad056764.png&quot;</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>如何制作一本属于自己的摄影作品集</title>
    <link href="https://blog.auroraeve.com/2025/02/21/%E5%A6%82%E4%BD%95%E5%88%B6%E4%BD%9C%E4%B8%80%E6%9C%AC%E5%B1%9E%E4%BA%8E%E8%87%AA%E5%B7%B1%E7%9A%84%E6%91%84%E5%BD%B1%E4%BD%9C%E5%93%81%E9%9B%86/"/>
    <id>https://blog.auroraeve.com/2025/02/21/%E5%A6%82%E4%BD%95%E5%88%B6%E4%BD%9C%E4%B8%80%E6%9C%AC%E5%B1%9E%E4%BA%8E%E8%87%AA%E5%B7%B1%E7%9A%84%E6%91%84%E5%BD%B1%E4%BD%9C%E5%93%81%E9%9B%86/</id>
    <published>2025-02-21T02:19:55.000Z</published>
    <updated>2025-03-11T08:08:05.601Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>最近越来越想做一本属于自己的摄影集了，<br>参考<a href="https://www.bilibili.com/video/BV1wt4y1Y7ch/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">如何制作一本属于自己的摄影作品集</a>这个视频教程，以及沃克·埃文斯 : 美国影像 : American photographs还有Links的摄影集。<br>对自己所拍的照片做一个总结，末尾举一些好朋友的照片。</p><p>立一个flag吧，今年生日（2025年10月22日）之前做完，给自己的生日礼物。</p><p>In Design</p><p><a href="https://www.bilibili.com/video/BV1fs4y1j7Et?spm_id_from=333.788.recommend_more_video.0&vd_source=851eb39e369398dfd488218128ad07b6">如何做一本书｜做图像书的前中后期｜摄影作品</a></p><p><a href="https://www.bilibili.com/video/BV1Pg411B7qu/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">写一本书送给21岁的自己 | 用3年自制一本画册 | 摄影集_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV1Vg411y7QH/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">我把自己拍的照片做成了影集_哔哩哔哩_bilibili</a>230*230mm</p><p><a href="https://www.bilibili.com/video/BV1uB4y1Z7xT/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">【阿里】仅需2分钟，建立你的“专属照片网站”，免费白嫖！用息流制作摄影集教程！_哔哩哔哩_bilibili</a></p><h1 id="制作过程"><a href="#制作过程" class="headerlink" title="制作过程"></a>制作过程</h1><h2 id="尺寸"><a href="#尺寸" class="headerlink" title="尺寸"></a>尺寸</h2><p>我的尺寸选择：230mm×230mm方形，3mm出血；预计在淘宝店：苦马艺术 CoMA art 做打印。（20250221）</p><!--Links的冰岛异世界旅行尺寸大小：开本787×10921/12，内容总页数243页（不包括空白页）--><!--封面-空白页-封面图1-格式页2-前言3-结语243-空白页-封面--><!--沃克·埃文斯 : 美国影像 : American photographs的大小：开本710×10001/12；--><!--3mm出血--><!--850mm×1168mm1/32--><h2 id="取名-Allusion"><a href="#取名-Allusion" class="headerlink" title="取名|Allusion"></a>取名|Allusion</h2><p>Allusion，远方摄影集（20250225）</p><p>字体选择TrajanPro Bold 36点</p><p>标语选择Gill Sans MT Italic 18点</p><p><img src="https://bu.dusays.com/2025/03/11/67cfef6160b2e.png" alt="image-20250311160800246"></p><p>（20250311）</p><!--英文翻译  诗和远方 - 阎栎淼的回答 - 知乎https://www.zhihu.com/question/56835202/answer/151117519 --><h2 id="照片的排版与顺序"><a href="#照片的排版与顺序" class="headerlink" title="照片的排版与顺序"></a>照片的排版与顺序</h2><p>采用时间&#x2F;路线类</p><h2 id="模板大全"><a href="#模板大全" class="headerlink" title="模板大全"></a>模板大全</h2><p><a href="https://www.bilibili.com/video/BV1VT411v7VY?spm_id_from=333.788.recommend_more_video.1&vd_source=851eb39e369398dfd488218128ad07b6">作品集排版源文件（保姆版教程）！光速完成面试作品集，送源文件_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV12M411j78K?spm_id_from=333.788.recommend_more_video.0&vd_source=851eb39e369398dfd488218128ad07b6">作品集（保姆级模板）_哔哩哔哩_bilibili</a></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;br&gt;参考&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>机械复试</title>
    <link href="https://blog.auroraeve.com/2025/02/21/%E6%9C%BA%E6%A2%B0%E5%A4%8D%E8%AF%95/"/>
    <id>https://blog.auroraeve.com/2025/02/21/%E6%9C%BA%E6%A2%B0%E5%A4%8D%E8%AF%95/</id>
    <published>2025-02-21T00:20:04.000Z</published>
    <updated>2025-02-21T00:43:32.616Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p><a href="https://www.bilibili.com/video/BV1MGrTYVEcH/?spm_id_from=333.1391.0.0&vd_source=851eb39e369398dfd488218128ad07b6">25浙大机械考研复试讲座-浙江大学832_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV1rN63Y6EyS?buvid=XU11F3516018AC4AA1EC25E844FF0CF6FEFB2&from_spmid=main.space.0.0&is_story_h5=false&mid=2V0c2sKcT+QRQb2oNIN0jQ==&plat_id=116&share_from=ugc&share_medium=android&share_plat=android&share_session_id=350d3989-9421-4290-975f-7e3283fa0dfd&share_source=WEIXIN&share_tag=s_i&spmid=united.player-video-detail.0.0&timestamp=1735880941&unique_k=X3iBYLI&up_id=2131279592&wxfid=o7omF0V3Xt9vKGPhjE0GubQrf47A&share_times=1&_unique_id_=8df54ebe-7102-4987-baac-d25c445bdd07&code=051Qa90005I1zT1yre100WI4h32Qa90Z&state=&vd_source=851eb39e369398dfd488218128ad07b6">浙江大学机械考研832复试详细攻略！（复试流程，复试志愿选择，小方向大方向选择，按大方向分数排名，录取分数详析，复录比，各分数段录取率，资料课程推荐）_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV1kyAke9EXM/?spm_id_from=333.788.top_right_bar_window_history.content.click&vd_source=851eb39e369398dfd488218128ad07b6">考研复试英文自我介绍真实上岸版分享_哔哩哔哩_bilibili</a></p><h1 id="笔试"><a href="#笔试" class="headerlink" title="笔试"></a>笔试</h1><p>机械都上过这些课吧 就用本科上课的书就是了上网找找有往年题大差不差 </p><ul><li>控制工程：怎么快怎么准怎么稳 </li><li>测试技术：测量的各种参数 各种传感器性质 </li><li>数字化设计：CAD理论 </li><li>制造工艺：车刀各个参数各个性质 </li><li>计算机:c&#x2F;c＋＋ </li><li>英语</li></ul><h2 id="控制理论基础"><a href="#控制理论基础" class="headerlink" title="控制理论基础"></a>控制理论基础</h2><h2 id="测试技术基础"><a href="#测试技术基础" class="headerlink" title="测试技术基础"></a>测试技术基础</h2><h2 id="数字化设计理论与方法"><a href="#数字化设计理论与方法" class="headerlink" title="数字化设计理论与方法"></a>数字化设计理论与方法</h2><h2 id="机械制造工艺基础"><a href="#机械制造工艺基础" class="headerlink" title="机械制造工艺基础"></a>机械制造工艺基础</h2><h2 id="计算机基础"><a href="#计算机基础" class="headerlink" title="计算机基础"></a>计算机基础</h2><h2 id="英语文献翻译"><a href="#英语文献翻译" class="headerlink" title="英语文献翻译"></a>英语文献翻译</h2>]]></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;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>tasks</title>
    <link href="https://blog.auroraeve.com/2025/02/21/tasks/"/>
    <id>https://blog.auroraeve.com/2025/02/21/tasks/</id>
    <published>2025-02-21T00:12:24.000Z</published>
    <updated>2025-02-26T00:32:42.380Z</updated>
    
    <content type="html"><![CDATA[<h1 id="tasks"><a href="#tasks" class="headerlink" title="tasks"></a>tasks</h1><ul><li><input disabled type="checkbox"> 毕设</li><li><input disabled type="checkbox"> 四六级</li><li><input disabled type="checkbox"> 数学分析，高等代数</li><li><input disabled type="checkbox"> sqtp</li><li><input disabled type="checkbox"> 自制摄影集</li></ul>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;tasks&quot;&gt;&lt;a href=&quot;#tasks&quot; class=&quot;headerlink&quot; title=&quot;tasks&quot;&gt;&lt;/a&gt;tasks&lt;/h1&gt;&lt;ul&gt;
&lt;li&gt;&lt;input disabled type=&quot;checkbox&quot;&gt; 毕设&lt;/li&gt;
&lt;li&gt;&lt;input</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>跟我150天笔记</title>
    <link href="https://blog.auroraeve.com/2025/02/20/%E8%B7%9F%E6%88%91150%E5%A4%A9%E7%AC%94%E8%AE%B0/"/>
    <id>https://blog.auroraeve.com/2025/02/20/%E8%B7%9F%E6%88%91150%E5%A4%A9%E7%AC%94%E8%AE%B0/</id>
    <published>2025-02-20T08:25:02.000Z</published>
    <updated>2025-03-11T04:47:35.899Z</updated>
    
    <content type="html"><![CDATA[<h1 id="跟我150天"><a href="#跟我150天" class="headerlink" title="跟我150天"></a>跟我150天</h1><h2 id="P4"><a href="#P4" class="headerlink" title="P4"></a>P4</h2><p><img src="https://bu.dusays.com/2025/02/20/67b6e7718c4d0.png" alt="image-20250220162728848"></p><p><img src="https://bu.dusays.com/2025/02/20/67b6e7c734580.png" alt="image-20250220162853306"></p><h2 id="P5"><a href="#P5" class="headerlink" title="P5"></a>P5</h2><p>涉及到面get on&#x2F;&#x2F;get off公交车，飞机，地铁，自行车，胳膊</p><p>涉及到空间get in&#x2F;&#x2F;get out of出租车，私家车</p><h2 id="P10"><a href="#P10" class="headerlink" title="P10"></a>P10</h2><p><img src="https://bu.dusays.com/2025/03/11/67cfc064383f2.png" alt="image-20250311124728864"></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;跟我150天&quot;&gt;&lt;a href=&quot;#跟我150天&quot; class=&quot;headerlink&quot; title=&quot;跟我150天&quot;&gt;&lt;/a&gt;跟我150天&lt;/h1&gt;&lt;h2 id=&quot;P4&quot;&gt;&lt;a href=&quot;#P4&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>飞书域名邮箱</title>
    <link href="https://blog.auroraeve.com/2025/02/18/%E9%A3%9E%E4%B9%A6%E5%9F%9F%E5%90%8D%E9%82%AE%E7%AE%B1/"/>
    <id>https://blog.auroraeve.com/2025/02/18/%E9%A3%9E%E4%B9%A6%E5%9F%9F%E5%90%8D%E9%82%AE%E7%AE%B1/</id>
    <published>2025-02-18T05:04:36.000Z</published>
    <updated>2025-02-18T05:05:25.236Z</updated>
    
    <content type="html"><![CDATA[<h1 id="飞书域名邮箱配置"><a href="#飞书域名邮箱配置" class="headerlink" title="飞书域名邮箱配置"></a>飞书域名邮箱配置</h1><p><a href="https://www.fengyelab.cc/archives/shi-yong-fei-shu-pei-zhi-zi-ding-yi-yu-ming-you-xiang-fu-wu">使用飞书配置自定义域名邮箱服务-枫叶实验室</a></p><p><a href="https://www.bilibili.com/video/BV1wTsvepE4i/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">使用飞书配置自定义域名邮箱服务_哔哩哔哩_bilibili</a></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;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>Hello-MATLAB</title>
    <link href="https://blog.auroraeve.com/2025/02/16/Hello-MATLAB/"/>
    <id>https://blog.auroraeve.com/2025/02/16/Hello-MATLAB/</id>
    <published>2025-02-16T03:28:48.000Z</published>
    <updated>2025-02-18T08:23:20.671Z</updated>
    
    <content type="html"><![CDATA[<h1 id="MATLAB入门"><a href="#MATLAB入门" class="headerlink" title="MATLAB入门"></a>MATLAB入门</h1><p><a href="https://www.bilibili.com/video/BV13D4y1Q7RS?spm_id_from=333.788.videopod.episodes&vd_source=851eb39e369398dfd488218128ad07b6&p=2">2.界面认识_哔哩哔哩_bilibili</a></p><p>clc；clear all</p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;MATLAB入门&quot;&gt;&lt;a href=&quot;#MATLAB入门&quot; class=&quot;headerlink&quot; title=&quot;MATLAB入门&quot;&gt;&lt;/a&gt;MATLAB入门&lt;/h1&gt;&lt;p&gt;&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>如何开设MC服务器</title>
    <link href="https://blog.auroraeve.com/2025/01/03/%E5%A6%82%E4%BD%95%E5%BC%80%E8%AE%BEMC%E6%9C%8D%E5%8A%A1%E5%99%A8/"/>
    <id>https://blog.auroraeve.com/2025/01/03/%E5%A6%82%E4%BD%95%E5%BC%80%E8%AE%BEMC%E6%9C%8D%E5%8A%A1%E5%99%A8/</id>
    <published>2025-01-03T03:28:47.000Z</published>
    <updated>2025-01-11T07:35:51.689Z</updated>
    
    <content type="html"><![CDATA[<p><a href="https://www.mslmc.cn/">主页 | Minecraft Server Launcher - MSL开服器</a></p><h1 id="原版服务器"><a href="#原版服务器" class="headerlink" title="原版服务器"></a>原版服务器</h1><hr><p>总结：</p><p><a href="https://www.oracle.com/java/technologies/downloads/#jdk21-windows">Java Downloads | Oracle</a></p><p><a href="https://papermc.io/downloads/all">Build explorer | PaperMC</a></p><p><a href="https://www.bilibili.com/video/BV1rq4y117uA/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">保姆级教程！教你开设MC服务器，自己当服主权限不求人！【我的世界】_哔哩哔哩_bilibili</a></p><hr><p><a href="https://www.bilibili.com/video/BV1rq4y117uA/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">保姆级教程！教你开设MC服务器，自己当服主权限不求人！【我的世界】_哔哩哔哩_bilibili</a></p><p>spigot访问不进去了</p><p><a href="https://getbukkit.org/download/spigot">Spigot</a></p><p><a href="https://minecraft.fandom.com/zh/wiki/Server.properties?so=search">server.properties - Minecraft Wiki，最详细的我的世界百科</a></p><p>使用paper</p><p><a href="https://papermc.io/downloads/all">Build explorer | PaperMC</a></p><p><a href="https://www.oracle.com/java/technologies/downloads/#jdk21-windows">Java Downloads | Oracle</a></p><h1 id="fabric服务器"><a href="#fabric服务器" class="headerlink" title="fabric服务器"></a>fabric服务器</h1><p><a href="https://www.bilibili.com/video/BV1bu4y1X7wM?vd_source=851eb39e369398dfd488218128ad07b6&spm_id_from=333.788.videopod.sections">MinecraftFabric零基础开服教学#P1如何正常开设一个原版服务器_我的世界_教学</a></p><p><a href="https://www.bilibili.com/video/BV1MV41157uN?vd_source=851eb39e369398dfd488218128ad07b6&spm_id_from=333.788.player.switch">手把手教你开Fabric服务器，内含懒人包！_哔哩哔哩_bilibili</a></p><p><a href="https://fabricmc.net/use/installer/">Installation for Minecraft Launcher | Fabric</a></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;&lt;a href=&quot;https://www.mslmc.cn/&quot;&gt;主页 | Minecraft Server Launcher - MSL开服器&lt;/a&gt;&lt;/p&gt;
&lt;h1 id=&quot;原版服务器&quot;&gt;&lt;a href=&quot;#原版服务器&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>一份非常简短的毕设流程</title>
    <link href="https://blog.auroraeve.com/2024/12/23/%E4%B8%80%E4%BB%BD%E9%9D%9E%E5%B8%B8%E7%AE%80%E7%9F%AD%E7%9A%84%E6%AF%95%E8%AE%BE%E6%B5%81%E7%A8%8B/"/>
    <id>https://blog.auroraeve.com/2024/12/23/%E4%B8%80%E4%BB%BD%E9%9D%9E%E5%B8%B8%E7%AE%80%E7%9F%AD%E7%9A%84%E6%AF%95%E8%AE%BE%E6%B5%81%E7%A8%8B/</id>
    <published>2024-12-23T02:08:07.000Z</published>
    <updated>2025-02-26T08:55:21.855Z</updated>
    
    <content type="html"><![CDATA[<h1 id="工欲善其事必先利其器"><a href="#工欲善其事必先利其器" class="headerlink" title="工欲善其事必先利其器"></a>工欲善其事必先利其器</h1><p>1、<a href="https://www.zotero.org/">Zotero</a><br>插件商店：<a href="https://zotero-chinese.com/plugins/">Zotero 插件商店 | Zotero 中文社区</a><br><img src="https://bu.dusays.com/2024/12/23/6768c82cb3af7.png" alt="PixPin_2024-12-23_09-50-38"></p><p>2、visio</p><p>3、Mathtype+Mathpix<br><a href="https://mathpix.com/">Mathpix: Document conversion done right</a></p><h1 id="一些方法"><a href="#一些方法" class="headerlink" title="一些方法"></a>一些方法</h1><h2 id="1、导入并下载知网文献"><a href="#1、导入并下载知网文献" class="headerlink" title="1、导入并下载知网文献"></a>1、导入并下载知网文献</h2><p><a href="https://blog.csdn.net/qq_43210428/article/details/120377475?ops_request_misc=%7B%22request_id%22:%225e0b61f2a05096f6a9fb779211986043%22,%22scm%22:%2220140713.130102334.pc_blog.%22%7D&request_id=5e0b61f2a05096f6a9fb779211986043&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~blog~first_rank_ecpm_v1~rank_v31_ecpm-1-120377475-null-null.nonecase&utm_term=zotero%E4%B8%AD%E6%96%87%E5%BC%95%E7%94%A8&spm=1018.2226.3001.4450">文献管理软件&#x2F;&#x2F;Zotero的常用插件——Zotero translators&#x2F;&#x2F;知网下载&#x2F;&#x2F;知乎翻译器+Jasminum（茉莉花）（四）-CSDN博客</a></p><p><a href="https://www.bilibili.com/video/BV1eSiZYHEKB?spm_id_from=333.788.recommend_more_video.0&vd_source=851eb39e369398dfd488218128ad07b6">Zotero GB&#x2F;T2015-7714，打造专业规范的学术标准引用样式_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV1Hi4y1N7t9/?spm_id_from=333.1007.top_right_bar_window_history.content.click&vd_source=851eb39e369398dfd488218128ad07b6">【MathType 7.4】公式分章节编号，实现（1-1）、（2-1）_哔哩哔哩_bilibili</a></p><h1 id="参考文献"><a href="#参考文献" class="headerlink" title="参考文献"></a>参考文献</h1><p><a href="https://www.bilibili.com/video/BV12W1SYzEyV/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">【Zetero7 】文献管理软件及插件最全使用教程！_哔哩哔哩_bilibili</a></p><h1 id="正式写作"><a href="#正式写作" class="headerlink" title="正式写作"></a>正式写作</h1><p><a href="https://blog.csdn.net/qq_43391414/article/details/118195228">如何查找一篇论文的实现代码从而复现论文？以及如何查找一篇论文被哪些论文引用？_如何在github上找论文源代码-CSDN博客</a></p><h1 id="伪代码"><a href="#伪代码" class="headerlink" title="伪代码"></a>伪代码</h1><p><a href="https://www.bilibili.com/video/BV1pV411y7Sd/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">word中插入伪代码教学_哔哩哔哩_bilibili</a></p><p><a href="https://zhuanlan.zhihu.com/p/626469866">在word中用LaTex敲出优雅的公式，Aurora你值得拥有！ - 知乎</a></p><p><a href="https://blog.csdn.net/jucksu/article/details/116307244">使用Aurora在Word中插入算法伪代码教程，亲测有效，写论文必备_aurora word-CSDN博客</a></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;1、&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>滕王阁序</title>
    <link href="https://blog.auroraeve.com/2024/11/20/%E6%BB%95%E7%8E%8B%E9%98%81%E5%BA%8F/"/>
    <id>https://blog.auroraeve.com/2024/11/20/%E6%BB%95%E7%8E%8B%E9%98%81%E5%BA%8F/</id>
    <published>2024-11-20T15:34:32.000Z</published>
    <updated>2024-11-20T15:44:03.498Z</updated>
    
    <content type="html"><![CDATA[<p>今天刷到了这个视频<br><a href="https://www.bilibili.com/video/BV1Y7SWYpERP/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">“一演丁真 便入戏 得太深”——丁真能量单曲《群丁》_哔哩哔哩_bilibili</a></p><p>又看到了这个<br><a href="https://www.bilibili.com/video/BV19HmiYnEBA/?spm_id_from=333.999.0.0&vd_source=851eb39e369398dfd488218128ad07b6">解构丁真：理塘金曲—当代的苏联笑话_哔哩哔哩_bilibili</a></p><p>结尾提到了滕王阁序<br><a href="https://baike.baidu.com/item/%E6%BB%95%E7%8E%8B%E9%98%81%E5%BA%8F/480325?fr=ge_ala">滕王阁序（唐代文学家王勃创作的骈文）_百度百科</a></p><p><img src="https://bu.dusays.com/2024/11/20/673e03a9b0fee.png" alt="image-20241120234337574"></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;今天刷到了这个视频&lt;br&gt;&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>天亮了。</title>
    <link href="https://blog.auroraeve.com/2024/11/15/%E5%A4%A9%E4%BA%AE%E4%BA%86%E3%80%82/"/>
    <id>https://blog.auroraeve.com/2024/11/15/%E5%A4%A9%E4%BA%AE%E4%BA%86%E3%80%82/</id>
    <published>2024-11-15T13:56:19.000Z</published>
    <updated>2024-11-15T13:56:19.251Z</updated>
    
    
    
    
    
  </entry>
  
  <entry>
    <title>verify</title>
    <link href="https://blog.auroraeve.com/2024/11/11/verify/"/>
    <id>https://blog.auroraeve.com/2024/11/11/verify/</id>
    <published>2024-11-11T02:38:32.000Z</published>
    <updated>2024-11-11T02:39:17.267Z</updated>
    
    <content type="html"><![CDATA[<p>This message is used to verify that this feed (feedId:65400629109336064) belongs to me (userId:64887926330177536). Join me in enjoying the next generation information browser <a href="https://follow.is/">https://follow.is</a>.</p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;This message is used to verify that this feed (feedId:65400629109336064) belongs to me (userId:64887926330177536). Join me in enjoying</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>Forest River</title>
    <link href="https://blog.auroraeve.com/2024/11/07/Forest%20River/"/>
    <id>https://blog.auroraeve.com/2024/11/07/Forest%20River/</id>
    <published>2024-11-06T16:37:40.000Z</published>
    <updated>2024-11-06T16:50:45.306Z</updated>
    
    <content type="html"><![CDATA[<h1 id="Forest-River"><a href="#Forest-River" class="headerlink" title="Forest River"></a>Forest River</h1><p>这是我最爱的一张壁纸，我是为了这样壁纸买的Wallpaper Engine，也是为了这个壁纸注册的steam。<br>一听到这个bgm，整个内心都静了下来。<br><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1139304621">https://steamcommunity.com/sharedfiles/filedetails/?id=1139304621</a></p><p><img src="https://bu.dusays.com/2024/11/07/672b9c0289654.png" alt="image-20241107004020494"></p><p>购买日期是2020 年 2 月 26 日 下午 6:26，那年我是高二。就纪念一下</p><p><img src="https://bu.dusays.com/2024/11/07/672b9c4a3cb49.png" alt="image-20241107004146562"></p><p>又看到个有趣的壁纸<br><a href="https://steamcommunity.com/sharedfiles/filedetails/?id=1193831688">https://steamcommunity.com/sharedfiles/filedetails/?id=1193831688</a></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;Forest-River&quot;&gt;&lt;a href=&quot;#Forest-River&quot; class=&quot;headerlink&quot; title=&quot;Forest River&quot;&gt;&lt;/a&gt;Forest</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>一些碎碎念</title>
    <link href="https://blog.auroraeve.com/2024/10/28/%E4%B8%80%E4%BA%9B%E7%A2%8E%E7%A2%8E%E5%BF%B5/"/>
    <id>https://blog.auroraeve.com/2024/10/28/%E4%B8%80%E4%BA%9B%E7%A2%8E%E7%A2%8E%E5%BF%B5/</id>
    <published>2024-10-28T06:13:00.000Z</published>
    <updated>2024-10-28T06:15:42.101Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><blockquote><p>这里记录了一些灵感</p></blockquote><h1 id="一些碎碎念"><a href="#一些碎碎念" class="headerlink" title="一些碎碎念"></a>一些碎碎念</h1><ul><li>这个世界的源头是创新，方法是迭代。<br>物质本身就具有创新的属性，我们只是在发扬它的特性。（20241028）</li></ul>]]></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;blockquote&gt;
&lt;p&gt;这里记录了一些灵感&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&quot;一些碎碎念&quot;&gt;&lt;a</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>七日音乐</title>
    <link href="https://blog.auroraeve.com/2024/10/28/7%E6%97%A5%E9%9F%B3%E4%B9%90/"/>
    <id>https://blog.auroraeve.com/2024/10/28/7%E6%97%A5%E9%9F%B3%E4%B9%90/</id>
    <published>2024-10-28T06:05:08.000Z</published>
    <updated>2024-11-06T15:21:08.000Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><blockquote><p>这里会记录一下自己喜欢的音乐，大多数都来源于QQ音乐。<br>记录数据，永恒记忆。SEVEN DAY MUSIC</p></blockquote><h1 id="目录"><a href="#目录" class="headerlink" title="目录"></a>目录</h1><p>2024.11.04——11.11</p><table><thead><tr><th align="center">1</th><th align="center">挪威的森林</th><th align="center">伍佰</th></tr></thead><tbody><tr><td align="center">2</td><td align="center">讲不出再见</td><td align="center">谭咏麟</td></tr><tr><td align="center">3</td><td align="center">真心英雄</td><td align="center">成龙&#x2F;周华健&#x2F;李宗盛</td></tr><tr><td align="center">4</td><td align="center">过火</td><td align="center">周信哲</td></tr><tr><td align="center">5</td><td align="center">大海</td><td align="center">张雨生</td></tr><tr><td align="center">6</td><td align="center">水手</td><td align="center">郑智化</td></tr></tbody></table><p>2024.10.28——11.03</p><table><thead><tr><th align="center">1</th><th align="center">我的楼兰</th><th align="center">云朵</th></tr></thead><tbody><tr><td align="center">2</td><td align="center">裂缝中的阳光</td><td align="center">林俊杰</td></tr><tr><td align="center">3</td><td align="center">天外来物</td><td align="center">薛之谦</td></tr><tr><td align="center">4</td><td align="center">循迹</td><td align="center">王子健</td></tr><tr><td align="center">5</td><td align="center">满天星辰不及你</td><td align="center">ycccc</td></tr><tr><td align="center">6</td><td align="center">偏向</td><td align="center">陈子晴</td></tr><tr><td align="center">7</td><td align="center">断点</td><td align="center">张敬轩</td></tr><tr><td align="center">8</td><td align="center">最幸福的人</td><td align="center">曾春年</td></tr></tbody></table>]]></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;blockquote&gt;
&lt;p&gt;这里会记录一下自己喜欢的音乐，大多数都来源于QQ音乐。&lt;br&gt;记录数据，永恒记忆。SEVEN DAY</summary>
        
      
    
    
    
    
  </entry>
  
  <entry>
    <title>摄影知识汇总</title>
    <link href="https://blog.auroraeve.com/2024/10/19/%E6%91%84%E5%BD%B1%E7%9F%A5%E8%AF%86%E6%B1%87%E6%80%BB/"/>
    <id>https://blog.auroraeve.com/2024/10/19/%E6%91%84%E5%BD%B1%E7%9F%A5%E8%AF%86%E6%B1%87%E6%80%BB/</id>
    <published>2024-10-19T02:42:44.000Z</published>
    <updated>2024-10-28T07:57:21.000Z</updated>
    
    <content type="html"><![CDATA[<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><blockquote><p>寻找自己的25号底片，重拾热爱与勇气。</p><p>这里列举了一些常常忘记的非常重要的设置，已经一些摄影小科普。</p></blockquote><h1 id="日常翻看"><a href="#日常翻看" class="headerlink" title="日常翻看"></a>日常翻看</h1><ol><li>Z6II的双原生ISO：拍照 800；视频 6400；</li><li>延时摄影记得关闭防抖，还有记得把色温设为恒定值。</li><li>4800K白平衡是所见即所得。</li><li>滤镜是可以层叠层安装的，比如PCL偏振镜可以直接通过螺纹联接到UV镜上，所以UV镜可以焊死在镜头上了，按需安装PCL偏振镜和ND镜。</li></ol><h1 id="小教程"><a href="#小教程" class="headerlink" title="小教程"></a>小教程</h1><h2 id="如何制作属于自己的摄影集"><a href="#如何制作属于自己的摄影集" class="headerlink" title="如何制作属于自己的摄影集"></a>如何制作属于自己的摄影集</h2><p><a href="https://www.bilibili.com/video/BV1wt4y1Y7ch/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">如何制作一本属于自己的摄影作品集｜干货分享｜照片的选择和排版｜书籍封面设计｜打印装订出书_哔哩哔哩_bilibili</a></p><h2 id="星轨摄影"><a href="#星轨摄影" class="headerlink" title="星轨摄影"></a>星轨摄影</h2><p><a href="https://www.bilibili.com/video/BV1QT4Ue2Eju/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">【星轨后期】五分钟教你制作星轨照片与视频_哔哩哔哩_bilibili</a></p><h2 id="银河-拱桥"><a href="#银河-拱桥" class="headerlink" title="银河&amp;拱桥"></a>银河&amp;拱桥</h2><h3 id="拍摄"><a href="#拍摄" class="headerlink" title="拍摄"></a>拍摄</h3><p><a href="https://www.bilibili.com/video/BV1ty4y1778v/?spm_id_from=333.999.0.0&vd_source=851eb39e369398dfd488218128ad07b6">可能是全网最详细的银河拍摄教程（上）_哔哩哔哩_bilibili</a></p><h3 id="后期"><a href="#后期" class="headerlink" title="后期"></a>后期</h3><p><a href="https://www.bilibili.com/video/BV1Lh4y1Z7Pk/?spm_id_from=333.999.0.0&vd_source=851eb39e369398dfd488218128ad07b6">【银河拱桥处理经验】拍摄&#x2F;接片&#x2F;后期-apsc半画幅a6400无改机无赤道仪拍摄_哔哩哔哩_bilibili</a></p><p><a href="https://www.bilibili.com/video/BV1PpS4Y2EwN/?spm_id_from=333.1007.tianma.2-2-5.click&vd_source=851eb39e369398dfd488218128ad07b6">调色福利！尼康子公司RED亲自调试5款质感LUT使用教程！_哔哩哔哩_bilibili</a></p><h2 id="微距摄影"><a href="#微距摄影" class="headerlink" title="微距摄影"></a>微距摄影</h2><h2 id="预设收集"><a href="#预设收集" class="headerlink" title="预设收集"></a>预设收集</h2><p><a href="https://nikonpc.com/">Nikon Picture Control Editor</a></p><h2 id="照片添加水印"><a href="#照片添加水印" class="headerlink" title="照片添加水印"></a>照片添加水印</h2><h3 id="脚本一键添加"><a href="#脚本一键添加" class="headerlink" title="脚本一键添加"></a>脚本一键添加</h3><p>1、Semi-Utils</p><p><a href="https://github.com/leslievan/semi-utils">leslievan&#x2F;semi-utils: 一个批量添加相机机型和拍摄参数的工具，后续「可能」添加其他功能。 (github.com)</a></p><p><a href="https://www.bilibili.com/video/BV11A411U7Kn/?spm_id_from=333.999.0.0&vd_source=851eb39e369398dfd488218128ad07b6">【Semi-Utils】一键为批量照片添加水印、相框，机型、厂商和拍摄参数_哔哩哔哩_bilibili</a></p><p>2、壹印</p><p><a href="https://github.com/ggchivalrous/yiyin">ggchivalrous&#x2F;yiyin: 一款照片水印添加工具 (github.com)</a></p><h3 id="LRC添加"><a href="#LRC添加" class="headerlink" title="LRC添加"></a>LRC添加</h3><p><a href="https://www.bilibili.com/video/BV1hy42187Fn/?spm_id_from=333.337.search-card.all.click&vd_source=851eb39e369398dfd488218128ad07b6">【摄影教程】用lightroom给照片批量添加小白条边框水印_哔哩哔哩_bilibili</a></p><h1 id="小科普"><a href="#小科普" class="headerlink" title="小科普"></a>小科普</h1><h2 id="最大放大倍率"><a href="#最大放大倍率" class="headerlink" title="最大放大倍率"></a>最大放大倍率</h2><p>[<a href="https://www.bilibili.com/video/BV1z4411B7rE/?spm_id_from=333.999.0.0&vd_source=851eb39e369398dfd488218128ad07b6">小鲜影室] ep30 - 干货芝士，了解镜头最大放大倍率_哔哩哔哩_bilibili</a></p><h2 id="机身镜头那个会画质影响更大"><a href="#机身镜头那个会画质影响更大" class="headerlink" title="机身镜头那个会画质影响更大"></a>机身镜头那个会画质影响更大</h2><p><a href="https://www.bilibili.com/video/BV1ji1aYBEVJ/?spm_id_from=333.1007.tianma.1-2-2.click&vd_source=851eb39e369398dfd488218128ad07b6">万元相机+百元镜头 VS 万元镜头+千元相机！谁的画质会更好？相机&amp;镜头，究竟哪个更重要？_哔哩哔哩_bilibili</a></p>]]></content>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;前言&quot;&gt;&lt;a href=&quot;#前言&quot; class=&quot;headerlink&quot;</summary>
        
      
    
    
    
    
  </entry>
  
</feed>
