<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>SaltA&#39;s Utopia</title>
  
  
  <link href="http://saltapocalypse.github.io/atom.xml" rel="self"/>
  
  <link href="http://saltapocalypse.github.io/"/>
  <updated>2023-11-20T08:04:55.517Z</updated>
  <id>http://saltapocalypse.github.io/</id>
  
  <author>
    <name>Salt Apocalypse</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>VSCode配置QGIS的Python开发环境（Windows适用）</title>
    <link href="http://saltapocalypse.github.io/post/231120.html"/>
    <id>http://saltapocalypse.github.io/post/231120.html</id>
    <published>2023-11-19T16:00:00.000Z</published>
    <updated>2023-11-20T08:04:55.517Z</updated>
    
    
    <summary type="html">其实这貌似并没有什么必要？</summary>
    
    
    
    <category term="经验整理" scheme="http://saltapocalypse.github.io/categories/%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/"/>
    
    
    <category term="Deploy" scheme="http://saltapocalypse.github.io/tags/Deploy/"/>
    
    <category term="VSCode" scheme="http://saltapocalypse.github.io/tags/VSCode/"/>
    
  </entry>
  
  <entry>
    <title>整理一下各种部署的经验</title>
    <link href="http://saltapocalypse.github.io/post/deploy.html"/>
    <id>http://saltapocalypse.github.io/post/deploy.html</id>
    <published>2023-07-28T16:00:00.000Z</published>
    <updated>2023-11-20T08:01:30.915Z</updated>
    
    
    <summary type="html">一点点摸索然后整理出适合自己的方案，做个记录下次就不用再重新摸索了。</summary>
    
    
    
    <category term="经验整理" scheme="http://saltapocalypse.github.io/categories/%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/"/>
    
    
    <category term="Deploy" scheme="http://saltapocalypse.github.io/tags/Deploy/"/>
    
  </entry>
  
  <entry>
    <title>月下初拥主题光标</title>
    <link href="http://saltapocalypse.github.io/post/230716.html"/>
    <id>http://saltapocalypse.github.io/post/230716.html</id>
    <published>2023-07-15T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">原创月下初拥光标。</summary>
    
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/categories/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/tags/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    <category term="TeriTeri" scheme="http://saltapocalypse.github.io/tags/TeriTeri/"/>
    
  </entry>
  
  <entry>
    <title>总结一下博客迁移的经验</title>
    <link href="http://saltapocalypse.github.io/post/230703.html"/>
    <id>http://saltapocalypse.github.io/post/230703.html</id>
    <published>2023-07-02T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">再也不用担心换设备要重新部署博客啦！</summary>
    
    
    
    <category term="经验整理" scheme="http://saltapocalypse.github.io/categories/%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/"/>
    
    
    <category term="Deploy" scheme="http://saltapocalypse.github.io/tags/Deploy/"/>
    
    <category term="Blog" scheme="http://saltapocalypse.github.io/tags/Blog/"/>
    
  </entry>
  
  <entry>
    <title>使用VSCode进行C/C++操作MySQL的环境配置（windows适用）</title>
    <link href="http://saltapocalypse.github.io/post/230613.html"/>
    <id>http://saltapocalypse.github.io/post/230613.html</id>
    <published>2023-06-12T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">记录一下VSCode环境配置，可以用C++操作MySQL。</summary>
    
    
    
    <category term="经验整理" scheme="http://saltapocalypse.github.io/categories/%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/"/>
    
    
    <category term="Deploy" scheme="http://saltapocalypse.github.io/tags/Deploy/"/>
    
    <category term="VSCode" scheme="http://saltapocalypse.github.io/tags/VSCode/"/>
    
    <category term="C/C++" scheme="http://saltapocalypse.github.io/tags/C-C/"/>
    
    <category term="MySQL" scheme="http://saltapocalypse.github.io/tags/MySQL/"/>
    
  </entry>
  
  <entry>
    <title>自己的VSCode C/C++环境配置记录（windows适用）</title>
    <link href="http://saltapocalypse.github.io/post/230612.html"/>
    <id>http://saltapocalypse.github.io/post/230612.html</id>
    <published>2023-06-11T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">配置C/C++的编译器GCC以及VSCode。</summary>
    
    
    
    <category term="经验整理" scheme="http://saltapocalypse.github.io/categories/%E7%BB%8F%E9%AA%8C%E6%95%B4%E7%90%86/"/>
    
    
    <category term="Deploy" scheme="http://saltapocalypse.github.io/tags/Deploy/"/>
    
    <category term="VSCode" scheme="http://saltapocalypse.github.io/tags/VSCode/"/>
    
    <category term="C/C++" scheme="http://saltapocalypse.github.io/tags/C-C/"/>
    
  </entry>
  
  <entry>
    <title>teriteri——自己写着玩的Typora主题</title>
    <link href="http://saltapocalypse.github.io/post/230328.html"/>
    <id>http://saltapocalypse.github.io/post/230328.html</id>
    <published>2023-03-27T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">自己写着玩的Typora主题，某不知名德厨为我们可爱的小德丽莎庆生（笑）。</summary>
    
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/categories/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/tags/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    <category term="TeriTeri" scheme="http://saltapocalypse.github.io/tags/TeriTeri/"/>
    
  </entry>
  
  <entry>
    <title>Aquamarine量化考核数据处理软件(AQAS)</title>
    <link href="http://saltapocalypse.github.io/post/210117.html"/>
    <id>http://saltapocalypse.github.io/post/210117.html</id>
    <published>2021-09-30T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">走向新世界的第一步？（笑）</summary>
    
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/categories/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/tags/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
  </entry>
  
  <entry>
    <title>海蓝宝石——智慧敬老院</title>
    <link href="http://saltapocalypse.github.io/post/191208.html"/>
    <id>http://saltapocalypse.github.io/post/191208.html</id>
    <published>2021-09-30T16:00:00.000Z</published>
    <updated>2023-10-10T03:37:26.000Z</updated>
    
    
    <summary type="html">团队处女作：海蓝宝石“智慧敬老院”。</summary>
    
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/categories/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    
    <category term="项目发布" scheme="http://saltapocalypse.github.io/tags/%E9%A1%B9%E7%9B%AE%E5%8F%91%E5%B8%83/"/>
    
    <category term="AquamarineCT" scheme="http://saltapocalypse.github.io/tags/AquamarineCT/"/>
    
    <category term="Pepper" scheme="http://saltapocalypse.github.io/tags/Pepper/"/>
    
  </entry>
  
</feed>
