<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>A Small World of unnamedtat</title>
    <link>https://www.unnamedtat.xyz/</link>
    
    <image>
      <url>https://www.unnamedtat.xyz/icon.png</url>
      <title>A Small World of unnamedtat</title>
      <link>https://www.unnamedtat.xyz/</link>
    </image>
    
    <atom:link href="https://www.unnamedtat.xyz/rss.xml" rel="self" type="application/rss+xml"/>
    
    <description>Hello, world where we connect!</description>
    <pubDate>Sun, 01 Jun 2025 04:35:22 GMT</pubDate>
    <generator>http://hexo.io/</generator>
    
    <item>
      <title>git revert合并的坑</title>
      <link>https://www.unnamedtat.xyz/posts/2e32d1f4/</link>
      <guid>https://www.unnamedtat.xyz/posts/2e32d1f4/</guid>
      <pubDate>Sun, 01 Jun 2025 04:27:02 GMT</pubDate>
      
      <description>网上很多文章对于git revert merge需要重新revert的本质描述有些不清，这里做简单的阐述。</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/git/">git</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/%E4%BB%A3%E7%A0%81%E8%A7%84%E8%8C%83/">代码规范</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/2e32d1f4/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>记录前后端项目部署时的参考教程</title>
      <link>https://www.unnamedtat.xyz/posts/a6212002/</link>
      <guid>https://www.unnamedtat.xyz/posts/a6212002/</guid>
      <pubDate>Thu, 05 Dec 2024 07:15:40 GMT</pubDate>
      
        
        
          
          
      <description>&lt;p&gt;前端：&lt;/p&gt;
&lt;h2 id=&quot;反向代理解决混合内容&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#反向代理解决混合内容&quot;&gt;&lt;/a&gt; 反向代理解决混合内容&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a</description>
          
        
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/a6212002/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>记录安装husky+commitlink踩的坑</title>
      <link>https://www.unnamedtat.xyz/posts/e2399ba1/</link>
      <guid>https://www.unnamedtat.xyz/posts/e2399ba1/</guid>
      <pubDate>Tue, 10 Sep 2024 04:08:43 GMT</pubDate>
      
      <description>记录windows下安装husky+commitlink踩的坑，文件编码和脚本内容</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/%E4%BB%A3%E7%A0%81%E8%A7%84%E8%8C%83/">代码规范</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/husky/">husky</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/e2399ba1/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>vue插槽的两种情况</title>
      <link>https://www.unnamedtat.xyz/posts/769bc3b4/</link>
      <guid>https://www.unnamedtat.xyz/posts/769bc3b4/</guid>
      <pubDate>Mon, 02 Sep 2024 09:13:01 GMT</pubDate>
      
      <description>记录vue插槽的两种情况</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/769bc3b4/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>vue的组件通信方式</title>
      <link>https://www.unnamedtat.xyz/posts/de72a8e5/</link>
      <guid>https://www.unnamedtat.xyz/posts/de72a8e5/</guid>
      <pubDate>Sun, 01 Sep 2024 05:00:57 GMT</pubDate>
      
      <description>记录vue的组件通信方式</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/de72a8e5/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>vue3中响应式数据（ref和reactive）、路由</title>
      <link>https://www.unnamedtat.xyz/posts/d073a2ee/</link>
      <guid>https://www.unnamedtat.xyz/posts/d073a2ee/</guid>
      <pubDate>Tue, 27 Aug 2024 08:35:01 GMT</pubDate>
      
      <description>记录vue3中响应式数据（ref和reactive）、路由容易混淆的知识点</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/d073a2ee/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>详细说下GIS坐标系的使用，以Arcgis为例</title>
      <link>https://www.unnamedtat.xyz/posts/f9acf74d/</link>
      <guid>https://www.unnamedtat.xyz/posts/f9acf74d/</guid>
      <pubDate>Sun, 14 Jul 2024 15:30:01 GMT</pubDate>
      
      <description>个人对Arcgis及GIS地理、投影坐标系的一些理解和应用</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/GIS/">GIS</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/GIS/">GIS</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/Arcgis/">Arcgis</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/%E5%9D%90%E6%A0%87%E7%B3%BB/">坐标系</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/f9acf74d/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>记录gis的数据集</title>
      <link>https://www.unnamedtat.xyz/posts/3dc46d/</link>
      <guid>https://www.unnamedtat.xyz/posts/3dc46d/</guid>
      <pubDate>Tue, 09 Jul 2024 10:14:57 GMT</pubDate>
      
      <description>gis中数据是关键，开个贴记录gis的数据集</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/gis/">gis</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/%E6%95%B0%E6%8D%AE%E5%A4%84%E7%90%86/">数据处理</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/gis/">gis</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/3dc46d/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>记录网站框架升级</title>
      <link>https://www.unnamedtat.xyz/posts/26105/</link>
      <guid>https://www.unnamedtat.xyz/posts/26105/</guid>
      <pubDate>Sun, 30 Jun 2024 15:08:58 GMT</pubDate>
      
      <description>Hexo框架的更新事项及注意事项记录【hexo cli 4.3.1-&gt;4.3.2 hexo 8.19.0-&gt;8.20.0】</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/hexo/">hexo</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/26105/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>在arcgispro外部配置arcpy</title>
      <link>https://www.unnamedtat.xyz/posts/ea789063/</link>
      <guid>https://www.unnamedtat.xyz/posts/ea789063/</guid>
      <pubDate>Sat, 20 Apr 2024 10:05:56 GMT</pubDate>
      
      <description>在arcgispro外部配置arcpy的踩坑记录和最后的实施方案</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/GIS/">GIS</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/GIS/">GIS</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/ea789063/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>在vue中配置cesium开发环境</title>
      <link>https://www.unnamedtat.xyz/posts/8beb2d4d/</link>
      <guid>https://www.unnamedtat.xyz/posts/8beb2d4d/</guid>
      <pubDate>Sat, 20 Apr 2024 06:41:16 GMT</pubDate>
      
      <description>如何在vue+vite的环境中引入cesiumJS库</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/GIS/">GIS</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/8beb2d4d/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>vscode美化两项</title>
      <link>https://www.unnamedtat.xyz/posts/ea5bccd8/</link>
      <guid>https://www.unnamedtat.xyz/posts/ea5bccd8/</guid>
      <pubDate>Tue, 09 Apr 2024 03:15:22 GMT</pubDate>
      
      <description>vscode自定义css样式，替换字体，以及插件魔改。</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E7%BE%8E%E5%8C%96/">美化</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/%E7%BE%8E%E5%8C%96/">美化</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/ea5bccd8/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>文献推导笔记</title>
      <link>https://www.unnamedtat.xyz/posts/50ef6193/</link>
      <guid>https://www.unnamedtat.xyz/posts/50ef6193/</guid>
      <pubDate>Mon, 08 Apr 2024 10:39:10 GMT</pubDate>
      
      <description>阅读笔记（数学推导和结论理解）：nature climate change 2019《An invariability-area relationship sheds new light on the spatial scaling of ecological stability》</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E7%94%9F%E6%80%81/">生态</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/GIS/">GIS</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/%E7%94%9F%E6%80%81/">生态</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/%E4%B8%8D%E5%8F%98%E6%80%A7%E5%85%B3%E7%B3%BB/">不变性关系</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/50ef6193/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>GIS二分法淹没分析</title>
      <link>https://www.unnamedtat.xyz/posts/20995da8/</link>
      <guid>https://www.unnamedtat.xyz/posts/20995da8/</guid>
      <pubDate>Sun, 07 Apr 2024 11:47:58 GMT</pubDate>
      
      <description>基于arcpy实现的的GIS水文分析的二分淹没工具，用于计算每个分区的水高和淹没面积、水深等。</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/GIS/">GIS</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/GIS/">GIS</category>
      
      <category domain="https://www.unnamedtat.xyz/tags/%E6%B0%B4%E6%96%87%E5%88%86%E6%9E%90/">水文分析</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/20995da8/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>关于hexo生成目录的一种解决办法</title>
      <link>https://www.unnamedtat.xyz/posts/9a29767e/</link>
      <guid>https://www.unnamedtat.xyz/posts/9a29767e/</guid>
      <pubDate>Fri, 05 Apr 2024 11:02:23 GMT</pubDate>
      
      <description>目前hexo toc插件亲测比较老旧无法使用了，这里给出一种新的思路供参考，利用html解析后替换对应md文档的toc锚点。</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/hexo/">hexo</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/9a29767e/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>hexo美化（三）进阶：异步加载脚本，加快网站访问</title>
      <link>https://www.unnamedtat.xyz/posts/a3a5086a/</link>
      <guid>https://www.unnamedtat.xyz/posts/a3a5086a/</guid>
      <pubDate>Thu, 04 Apr 2024 11:15:52 GMT</pubDate>
      
      <description>本篇继续讲述了hexo框架的博客美化，包含合并darkmode切换模式的动态背景异步加载和首页html优化小窍门</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/hexo/">hexo</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/a3a5086a/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>hexoNext美化(二)</title>
      <link>https://www.unnamedtat.xyz/posts/22d539be/</link>
      <guid>https://www.unnamedtat.xyz/posts/22d539be/</guid>
      <pubDate>Tue, 02 Apr 2024 08:00:34 GMT</pubDate>
      
      <description>hexo的美化教程，包括动态背景、夜间模式、自定义404页面等</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/hexo/">hexo</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/22d539be/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>正则表达式</title>
      <link>https://www.unnamedtat.xyz/posts/2f57a694/</link>
      <guid>https://www.unnamedtat.xyz/posts/2f57a694/</guid>
      <pubDate>Thu, 28 Mar 2024 16:00:00 GMT</pubDate>
      
      <description>正则表达式使用十分广泛，整理了常用的函数，便于记忆和快速使用</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/python/">python</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/">正则表达式</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/2f57a694/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>hexo-Next8博客搭建、美化（darkmode、waline等）</title>
      <link>https://www.unnamedtat.xyz/posts/ca423622/</link>
      <guid>https://www.unnamedtat.xyz/posts/ca423622/</guid>
      <pubDate>Wed, 27 Mar 2024 13:22:01 GMT</pubDate>
      
      <description>本篇详细地描述了如何快速搭建hexo博客，以及博客个性化、评论系统添加、域名部署等</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/hexo/">hexo</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/ca423622/#disqus_thread</comments>
      
    </item>
    
    <item>
      <title>vue的备忘录</title>
      <link>https://www.unnamedtat.xyz/posts/a7e4d374/</link>
      <guid>https://www.unnamedtat.xyz/posts/a7e4d374/</guid>
      <pubDate>Sun, 24 Mar 2024 16:00:00 GMT</pubDate>
      
      <description>vue容易混淆的知识点笔记</description>
      
      
      
      
      <category domain="https://www.unnamedtat.xyz/categories/%E5%89%8D%E7%AB%AF/">前端</category>
      
      
      <category domain="https://www.unnamedtat.xyz/tags/vue/">vue</category>
      
      
      <comments>https://www.unnamedtat.xyz/posts/a7e4d374/#disqus_thread</comments>
      
    </item>
    
  </channel>
</rss>
