<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>qxdn的乐园</title>
  <icon>https://qianxu.run/icon.png</icon>
  
  <link href="https://qianxu.run/atom.xml" rel="self"/>
  
  <link href="https://qianxu.run/"/>
  <updated>2026-04-12T15:51:24.071Z</updated>
  <id>https://qianxu.run/</id>
  
  <author>
    <name>qxdn</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>账务记账模式</title>
    <link href="https://qianxu.run/accounting/"/>
    <id>https://qianxu.run/accounting/</id>
    <published>2026-04-11T16:48:27.000Z</published>
    <updated>2026-04-12T15:51:24.071Z</updated>
    
    
    <summary type="html">记录一下我自己理解的记账</summary>
    
    
    
    <category term="其他" scheme="https://qianxu.run/categories/%E5%85%B6%E4%BB%96/"/>
    
    
    <category term="知识" scheme="https://qianxu.run/tags/%E7%9F%A5%E8%AF%86/"/>
    
  </entry>
  
  <entry>
    <title>groovy 踩坑日记</title>
    <link href="https://qianxu.run/groovy-note/"/>
    <id>https://qianxu.run/groovy-note/</id>
    <published>2025-12-05T19:12:57.000Z</published>
    <updated>2026-04-12T15:51:24.071Z</updated>
    
    
    <summary type="html">在公司里做项目的时候有一个需要使用groovy来计算表达式结果的情景。但是在使用过程中经常碰到一些计算结果不符合预期的问题，最后查阅文档在公司里一篇13年的文章找到答案，因此来记录一下。</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="groovy" scheme="https://qianxu.run/tags/groovy/"/>
    
  </entry>
  
  <entry>
    <title>B + 树和 LSM 树</title>
    <link href="https://qianxu.run/bplustree-and-lsm/"/>
    <id>https://qianxu.run/bplustree-and-lsm/</id>
    <published>2025-10-18T07:44:05.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">因为公司用的OB数据库是LSM树结构，因此记录B+树和LSM树的相关知识</summary>
    
    
    
    <category term="笔记" scheme="https://qianxu.run/categories/%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="笔记" scheme="https://qianxu.run/tags/%E7%AC%94%E8%AE%B0/"/>
    
    <category term="数据库" scheme="https://qianxu.run/tags/%E6%95%B0%E6%8D%AE%E5%BA%93/"/>
    
  </entry>
  
  <entry>
    <title>积数计息法</title>
    <link href="https://qianxu.run/acm-int/"/>
    <id>https://qianxu.run/acm-int/</id>
    <published>2025-09-19T19:48:33.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">因为在公司里面总是负责花呗中的机构商业贴息计算，因此来记录一下经常使用的积数计息法</summary>
    
    
    
    <category term="笔记" scheme="https://qianxu.run/categories/%E7%AC%94%E8%AE%B0/"/>
    
    
    <category term="计息" scheme="https://qianxu.run/tags/%E8%AE%A1%E6%81%AF/"/>
    
    <category term="笔记" scheme="https://qianxu.run/tags/%E7%AC%94%E8%AE%B0/"/>
    
  </entry>
  
  <entry>
    <title>prometheus+grafana 学习</title>
    <link href="https://qianxu.run/prometheus/"/>
    <id>https://qianxu.run/prometheus/</id>
    <published>2025-05-12T17:26:49.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">因为最近的运维需求需要学习一点Prometheus，因此记录一下</summary>
    
    
    
    <category term="docker" scheme="https://qianxu.run/categories/docker/"/>
    
    
    <category term="docker" scheme="https://qianxu.run/tags/docker/"/>
    
    <category term="prometheus" scheme="https://qianxu.run/tags/prometheus/"/>
    
    <category term="grafana" scheme="https://qianxu.run/tags/grafana/"/>
    
  </entry>
  
  <entry>
    <title>mysql 实现 sequnece</title>
    <link href="https://qianxu.run/mysql-sequnece/"/>
    <id>https://qianxu.run/mysql-sequnece/</id>
    <published>2025-04-16T18:12:53.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">看到朋友用uuid做id导致各种问题，想起来公司使用时间戳+sequence生成id，因此记录一下mysql生成sequence的方式</summary>
    
    
    
    <category term="mysql" scheme="https://qianxu.run/categories/mysql/"/>
    
    
    <category term="mysql" scheme="https://qianxu.run/tags/mysql/"/>
    
  </entry>
  
  <entry>
    <title>A * 算法介绍</title>
    <link href="https://qianxu.run/A-star/"/>
    <id>https://qianxu.run/A-star/</id>
    <published>2025-03-15T19:24:13.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">因为一些原因要接触A*算法，所以写这篇文章来记录一下。常见的路径搜索算法有Dijkstra、BFS、DFS这些，这些算法虽然能够找到最优路径，但是开销大运行相对较慢。在实际使用中我们并非每次都需要最优路径有时候快速得到相近的一条也可以，因此这里介绍一下A*算法</summary>
    
    
    
    <category term="算法" scheme="https://qianxu.run/categories/%E7%AE%97%E6%B3%95/"/>
    
    <category term="python" scheme="https://qianxu.run/categories/%E7%AE%97%E6%B3%95/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="算法" scheme="https://qianxu.run/tags/%E7%AE%97%E6%B3%95/"/>
    
  </entry>
  
  <entry>
    <title>ygo 卡组</title>
    <link href="https://qianxu.run/ygo-card/"/>
    <id>https://qianxu.run/ygo-card/</id>
    <published>2025-01-19T19:35:14.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">展示一下我的部分ygo卡组</summary>
    
    
    
    <category term="前端" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="js" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/js/"/>
    
    
    <category term="前端" scheme="https://qianxu.run/tags/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="js" scheme="https://qianxu.run/tags/js/"/>
    
  </entry>
  
  <entry>
    <title>oss 查询重复图像（涩图库去重）</title>
    <link href="https://qianxu.run/oss-image-similarity/"/>
    <id>https://qianxu.run/oss-image-similarity/</id>
    <published>2024-12-20T18:10:51.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">为了给自己的涩图库去重写的一个简单小工具</summary>
    
    
    
    <category term="图像处理" scheme="https://qianxu.run/categories/%E5%9B%BE%E5%83%8F%E5%A4%84%E7%90%86/"/>
    
    
    <category term="go" scheme="https://qianxu.run/tags/go/"/>
    
    <category term="oss" scheme="https://qianxu.run/tags/oss/"/>
    
  </entry>
  
  <entry>
    <title>SQL 优化器提示</title>
    <link href="https://qianxu.run/sql-hint/"/>
    <id>https://qianxu.run/sql-hint/</id>
    <published>2024-09-08T11:57:28.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;blockquote&gt;
&lt;p&gt;封面 《9-nine 动画版》 （光速蹭热度）&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h1 id=&quot;前言&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#前言&quot;&gt;&lt;/a&gt;</summary>
        
      
    
    
    
    <category term="sql" scheme="https://qianxu.run/categories/sql/"/>
    
    
    <category term="sql" scheme="https://qianxu.run/tags/sql/"/>
    
  </entry>
  
  <entry>
    <title>分布式事务 seata</title>
    <link href="https://qianxu.run/distributed-transaction-seata/"/>
    <id>https://qianxu.run/distributed-transaction-seata/</id>
    <published>2024-09-01T15:23:33.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">因为后面分布式事务会用的比较多，所以来回顾一下分布式事务的一些基本概念和做几个demo</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="分布式事务" scheme="https://qianxu.run/tags/%E5%88%86%E5%B8%83%E5%BC%8F%E4%BA%8B%E5%8A%A1/"/>
    
    <category term="AT" scheme="https://qianxu.run/tags/AT/"/>
    
    <category term="XA" scheme="https://qianxu.run/tags/XA/"/>
    
    <category term="TCC" scheme="https://qianxu.run/tags/TCC/"/>
    
    <category term="SAGA" scheme="https://qianxu.run/tags/SAGA/"/>
    
    <category term="Seata" scheme="https://qianxu.run/tags/Seata/"/>
    
  </entry>
  
  <entry>
    <title>android studio 中使用 graalvm 时候的问题记录</title>
    <link href="https://qianxu.run/android-graalvm-bug/"/>
    <id>https://qianxu.run/android-graalvm-bug/</id>
    <published>2024-05-30T05:52:12.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">最近用React Native创建了一个项目，但是在编译Android的时候出现了问题，这里记录一下这个问题</summary>
    
    
    
    <category term="bug" scheme="https://qianxu.run/categories/bug/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="bug" scheme="https://qianxu.run/tags/bug/"/>
    
    <category term="react native" scheme="https://qianxu.run/tags/react-native/"/>
    
    <category term="android" scheme="https://qianxu.run/tags/android/"/>
    
    <category term="graalvm" scheme="https://qianxu.run/tags/graalvm/"/>
    
  </entry>
  
  <entry>
    <title>escu:de 的一点破解记录回顾</title>
    <link href="https://qianxu.run/escude-hack/"/>
    <id>https://qianxu.run/escude-hack/</id>
    <published>2024-05-13T17:43:09.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">虽然说是escu:de破解，但其实是对前年破解《彼女は高天に祈らない》的一个简单的记录，而且战斗系统也没拆完</summary>
    
    
    
    <category term="破解" scheme="https://qianxu.run/categories/%E7%A0%B4%E8%A7%A3/"/>
    
    
    <category term="破解" scheme="https://qianxu.run/tags/%E7%A0%B4%E8%A7%A3/"/>
    
    <category term="escu:de" scheme="https://qianxu.run/tags/escu-de/"/>
    
  </entry>
  
  <entry>
    <title>butterfly 的魔改记录</title>
    <link href="https://qianxu.run/butterfly-custom/"/>
    <id>https://qianxu.run/butterfly-custom/</id>
    <published>2024-05-07T15:16:41.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">记录一下自己对butterfly主题的修改记录，以免便于后面查询和修改</summary>
    
    
    
    <category term="前端" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="前端" scheme="https://qianxu.run/tags/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="Hexo" scheme="https://qianxu.run/tags/Hexo/"/>
    
    <category term="Butterfly" scheme="https://qianxu.run/tags/Butterfly/"/>
    
  </entry>
  
  <entry>
    <title>ssh 添加登录 banner</title>
    <link href="https://qianxu.run/ssh-banner/"/>
    <id>https://qianxu.run/ssh-banner/</id>
    <published>2024-05-07T11:19:07.000Z</published>
    <updated>2026-04-12T15:51:24.070Z</updated>
    
    
    <summary type="html">在网上查阅资料的时候发现可以在Linux的ssh登录中设置banner，因此也来做一个二次元一点的</summary>
    
    
    
    <category term="Linux" scheme="https://qianxu.run/categories/Linux/"/>
    
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>niivue 展示医疗影像</title>
    <link href="https://qianxu.run/niivue-show/"/>
    <id>https://qianxu.run/niivue-show/</id>
    <published>2024-04-02T12:14:59.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">之前师兄师姐的系统中展示医疗影像用的都是2D切片。这种方法切片多会很丑陋，因此一直想找一个3D的方案展示。这个时候找到了niivue库，所以在自己做的系统里面封装使用记录一下。</summary>
    
    
    
    <category term="前端" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="前端" scheme="https://qianxu.run/tags/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="React" scheme="https://qianxu.run/tags/React/"/>
    
  </entry>
  
  <entry>
    <title>魔力赏市集搜索脚本</title>
    <link href="https://qianxu.run/magic-market-search/"/>
    <id>https://qianxu.run/magic-market-search/</id>
    <published>2024-02-12T07:21:22.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">经常在魔力赏市集捡漏的我发现有人在闲鱼卖魔力赏脚本，b站魔力赏市集自身没有搜索功能，且自带的筛选不是很好用。这样一想，为何我不自己做一个简单的搜索脚本方便我自己后续捡漏</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="爬虫" scheme="https://qianxu.run/tags/%E7%88%AC%E8%99%AB/"/>
    
  </entry>
  
  <entry>
    <title>来做个 ciallo 吧</title>
    <link href="https://qianxu.run/ciallo-web/"/>
    <id>https://qianxu.run/ciallo-web/</id>
    <published>2024-01-06T07:03:53.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">因为看到了ciallo.cc的网站，看了眼源码比较简单，但是因为里面有几个deprecated的html标签，而且只有美咕噜的语音，所以我就自己写了一个，这里记录一下。</summary>
    
    
    
    <category term="前端" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="react" scheme="https://qianxu.run/tags/react/"/>
    
    <category term="前端" scheme="https://qianxu.run/tags/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="gal" scheme="https://qianxu.run/tags/gal/"/>
    
    <category term="js" scheme="https://qianxu.run/tags/js/"/>
    
  </entry>
  
  <entry>
    <title>cc98 自动签到脚本</title>
    <link href="https://qianxu.run/cc98sign/"/>
    <id>https://qianxu.run/cc98sign/</id>
    <published>2023-12-21T17:14:37.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">因为cc98老是忘记签到，不如写一个自动签到脚本</summary>
    
    
    
    <category term="golang" scheme="https://qianxu.run/categories/golang/"/>
    
    
    <category term="golang" scheme="https://qianxu.run/tags/golang/"/>
    
    <category term="cc98" scheme="https://qianxu.run/tags/cc98/"/>
    
  </entry>
  
  <entry>
    <title>摸鱼人日历</title>
    <link href="https://qianxu.run/moyu/"/>
    <id>https://qianxu.run/moyu/</id>
    <published>2023-12-16T09:02:42.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">摸鱼人日历</summary>
    
    
    
    <category term="生活" scheme="https://qianxu.run/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
    <category term="生活" scheme="https://qianxu.run/tags/%E7%94%9F%E6%B4%BB/"/>
    
  </entry>
  
  <entry>
    <title>Azure 搭建 AList 管理网盘</title>
    <link href="https://qianxu.run/azure-alist/"/>
    <id>https://qianxu.run/azure-alist/</id>
    <published>2023-12-02T14:56:43.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">因为看到了别人搭建的Alist网盘可以统一管理好多网盘，于是就想自己搭建一个。顺便解决ipad刷新OneDrive慢的问题</summary>
    
    
    
    <category term="Azure" scheme="https://qianxu.run/categories/Azure/"/>
    
    
    <category term="百度云" scheme="https://qianxu.run/tags/%E7%99%BE%E5%BA%A6%E4%BA%91/"/>
    
    <category term="Azure" scheme="https://qianxu.run/tags/Azure/"/>
    
    <category term="AList" scheme="https://qianxu.run/tags/AList/"/>
    
    <category term="网盘" scheme="https://qianxu.run/tags/%E7%BD%91%E7%9B%98/"/>
    
  </entry>
  
  <entry>
    <title>用 TTS 模型做春风学姐的语音合成</title>
    <link href="https://qianxu.run/2023/11/29/tts-haruka/"/>
    <id>https://qianxu.run/2023/11/29/tts-haruka/</id>
    <published>2023-11-29T02:23:27.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">快到生日了，不如让喜欢的角色对自己说生日快乐，直接来一个9nine的春春春的语音合成吧</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="语音合成" scheme="https://qianxu.run/tags/%E8%AF%AD%E9%9F%B3%E5%90%88%E6%88%90/"/>
    
    <category term="gal" scheme="https://qianxu.run/tags/gal/"/>
    
    <category term="9nine" scheme="https://qianxu.run/tags/9nine/"/>
    
  </entry>
  
  <entry>
    <title>live2d-widget 添加 moc3 模型支持</title>
    <link href="https://qianxu.run/2023/11/25/live2d-widget-moc3/"/>
    <id>https://qianxu.run/2023/11/25/live2d-widget-moc3/</id>
    <published>2023-11-25T07:06:48.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">因为之前一直想着加入moc3模型，这样就不用自己做直接用别人的了。最近开始慢慢空起来了可以开始做。</summary>
    
    
    
    <category term="javascript" scheme="https://qianxu.run/categories/javascript/"/>
    
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="前端" scheme="https://qianxu.run/tags/%E5%89%8D%E7%AB%AF/"/>
    
  </entry>
  
  <entry>
    <title>DUCK-Net 论文笔记</title>
    <link href="https://qianxu.run/2023/11/16/ducknet-note/"/>
    <id>https://qianxu.run/2023/11/16/ducknet-note/</id>
    <published>2023-11-16T10:34:34.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">因为在paper with code上看到了医学分割的排行榜上的DUCK-Net的名字，因此来看一下这篇论文是如何做的。</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>动态蛇形卷积笔记</title>
    <link href="https://qianxu.run/2023/11/14/dynamic-snake-convolution-note/"/>
    <id>https://qianxu.run/2023/11/14/dynamic-snake-convolution-note/</id>
    <published>2023-11-14T13:56:12.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">最近看到了动态蛇形卷积这一模块，感觉其描述的按血管卷积和适合细长结构比较适合我的场景，因此阅读了解一下，并记录一下论文笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>metaformer 论文笔记</title>
    <link href="https://qianxu.run/2023/10/06/metaformer-note/"/>
    <id>https://qianxu.run/2023/10/06/metaformer-note/</id>
    <published>2023-10-05T19:07:20.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">最近使用了metaformer，因此记录一下论文笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>UNETR 论文笔记</title>
    <link href="https://qianxu.run/2023/10/05/unetr-note/"/>
    <id>https://qianxu.run/2023/10/05/unetr-note/</id>
    <published>2023-10-04T17:30:30.000Z</published>
    <updated>2026-04-12T15:51:24.069Z</updated>
    
    
    <summary type="html">最近做的网络里面用了UNETR，而且好久前看过但是一直没写，所以这次就来写一下笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>SegResNet 论文笔记</title>
    <link href="https://qianxu.run/2023/02/25/segresnet-note/"/>
    <id>https://qianxu.run/2023/02/25/segresnet-note/</id>
    <published>2023-02-25T10:11:32.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">最近读了《Automated head and neck tumor segmentation from 3D PET/CT HECKTOR 2022 challenge report》这篇论文，里面提到使用的autosegresnet是使用的segresnet作为backbone。因此来读一下segresnet的论文</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>ControlNet 论文笔记</title>
    <link href="https://qianxu.run/2023/02/23/controlnet-note/"/>
    <id>https://qianxu.run/2023/02/23/controlnet-note/</id>
    <published>2023-02-22T18:07:36.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为有点兴趣就读了一下ControlNet论文笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>react native 使用 github action 自动集成 android</title>
    <link href="https://qianxu.run/2023/02/20/react-native-github-action/"/>
    <id>https://qianxu.run/2023/02/20/react-native-github-action/</id>
    <published>2023-02-19T16:43:07.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为这段时间写了一个react-native的app，所以写一个github action来自动集成</summary>
    
    
    
    <category term="前端" scheme="https://qianxu.run/categories/%E5%89%8D%E7%AB%AF/"/>
    
    
    <category term="react" scheme="https://qianxu.run/tags/react/"/>
    
    <category term="react native" scheme="https://qianxu.run/tags/react-native/"/>
    
  </entry>
  
  <entry>
    <title>崩坏 3rd 2023 新年礼盒开箱</title>
    <link href="https://qianxu.run/2023/02/08/honkai-gift-box-2023/"/>
    <id>https://qianxu.run/2023/02/08/honkai-gift-box-2023/</id>
    <published>2023-02-07T17:38:45.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">回学校了先把寒假里买的一些玩意写个开箱吧，其他产出晚点写</summary>
    
    
    
    <category term="生活" scheme="https://qianxu.run/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
    <category term="生活" scheme="https://qianxu.run/tags/%E7%94%9F%E6%B4%BB/"/>
    
  </entry>
  
  <entry>
    <title>js 检测开发者工具是否打开</title>
    <link href="https://qianxu.run/2023/01/26/js-check-devtool/"/>
    <id>https://qianxu.run/2023/01/26/js-check-devtool/</id>
    <published>2023-01-26T12:16:07.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为打开一些网页调试的时候总是会有各种阻挠，这里讲一些解决办法</summary>
    
    
    
    <category term="javascript" scheme="https://qianxu.run/categories/javascript/"/>
    
    
    <category term="爬虫" scheme="https://qianxu.run/tags/%E7%88%AC%E8%99%AB/"/>
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="web" scheme="https://qianxu.run/tags/web/"/>
    
  </entry>
  
  <entry>
    <title>mann-kendall 检验</title>
    <link href="https://qianxu.run/2022/12/22/mann-kendall-test/"/>
    <id>https://qianxu.run/2022/12/22/mann-kendall-test/</id>
    <published>2022-12-22T12:18:25.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为在检验长时间的治疗效果找不到什么很好说明的指标，于是查到了mann kendall检验算法可以检验</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
  </entry>
  
  <entry>
    <title>python 实现依赖注入</title>
    <link href="https://qianxu.run/2022/12/15/python-dependency-injection/"/>
    <id>https://qianxu.run/2022/12/15/python-dependency-injection/</id>
    <published>2022-12-14T17:59:00.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为好奇nonebot是如何实现依赖注入的，因此阅读了一下源码，并从中抽取核心代码实现依赖注入</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="nonebot" scheme="https://qianxu.run/tags/nonebot/"/>
    
  </entry>
  
  <entry>
    <title>java-volatile</title>
    <link href="https://qianxu.run/2022/12/05/java-volatile/"/>
    <id>https://qianxu.run/2022/12/05/java-volatile/</id>
    <published>2022-12-05T13:23:11.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">随便写一点好了</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="并发" scheme="https://qianxu.run/tags/%E5%B9%B6%E5%8F%91/"/>
    
  </entry>
  
  <entry>
    <title>dubbo 尝试</title>
    <link href="https://qianxu.run/2022/11/20/dubbo-starter/"/>
    <id>https://qianxu.run/2022/11/20/dubbo-starter/</id>
    <published>2022-11-19T20:28:00.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">因为面试可能会问到，尝试一下远程调用rpc</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="dubbo" scheme="https://qianxu.run/tags/dubbo/"/>
    
    <category term="rpc" scheme="https://qianxu.run/tags/rpc/"/>
    
  </entry>
  
  <entry>
    <title>golang 垃圾回收</title>
    <link href="https://qianxu.run/2022/10/21/go-gc/"/>
    <id>https://qianxu.run/2022/10/21/go-gc/</id>
    <published>2022-10-21T13:07:37.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">继写了java的gc后，成热打铁写了一份go的gc</summary>
    
    
    
    <category term="面经" scheme="https://qianxu.run/categories/%E9%9D%A2%E7%BB%8F/"/>
    
    
    <category term="面经" scheme="https://qianxu.run/tags/%E9%9D%A2%E7%BB%8F/"/>
    
    <category term="golang" scheme="https://qianxu.run/tags/golang/"/>
    
    <category term="gc" scheme="https://qianxu.run/tags/gc/"/>
    
  </entry>
  
  <entry>
    <title>Java 垃圾回收</title>
    <link href="https://qianxu.run/2022/10/21/java-gc/"/>
    <id>https://qianxu.run/2022/10/21/java-gc/</id>
    <published>2022-10-20T19:29:14.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">面试的时候被问到垃圾回收，因此来读一读</summary>
    
    
    
    <category term="面经" scheme="https://qianxu.run/categories/%E9%9D%A2%E7%BB%8F/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="面经" scheme="https://qianxu.run/tags/%E9%9D%A2%E7%BB%8F/"/>
    
    <category term="gc" scheme="https://qianxu.run/tags/gc/"/>
    
  </entry>
  
  <entry>
    <title>死锁</title>
    <link href="https://qianxu.run/2022/10/19/dead-lock/"/>
    <id>https://qianxu.run/2022/10/19/dead-lock/</id>
    <published>2022-10-18T18:31:36.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">记录一下面经，死锁方面</summary>
    
    
    
    <category term="OS" scheme="https://qianxu.run/categories/OS/"/>
    
    
    <category term="面经" scheme="https://qianxu.run/tags/%E9%9D%A2%E7%BB%8F/"/>
    
    <category term="OS" scheme="https://qianxu.run/tags/OS/"/>
    
  </entry>
  
  <entry>
    <title>进程与线程</title>
    <link href="https://qianxu.run/2022/10/06/process-and-thread/"/>
    <id>https://qianxu.run/2022/10/06/process-and-thread/</id>
    <published>2022-10-05T18:08:01.000Z</published>
    <updated>2026-04-12T15:51:24.068Z</updated>
    
    
    <summary type="html">记录一下面经，进程与线程的区别和通信方式</summary>
    
    
    
    <category term="OS" scheme="https://qianxu.run/categories/OS/"/>
    
    
    <category term="面经" scheme="https://qianxu.run/tags/%E9%9D%A2%E7%BB%8F/"/>
    
    <category term="OS" scheme="https://qianxu.run/tags/OS/"/>
    
  </entry>
  
  <entry>
    <title>ConvNeXt 论文笔记</title>
    <link href="https://qianxu.run/2022/08/03/convnext-note/"/>
    <id>https://qianxu.run/2022/08/03/convnext-note/</id>
    <published>2022-08-02T19:23:18.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">年初的时候看来ConvNeXt的论文，一直想写一篇笔记，但是总是没有时间来写。现在有空可以写一下。</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>使用 java 反射进行非空检查和转换</title>
    <link href="https://qianxu.run/2022/07/26/java-reflect-check-null/"/>
    <id>https://qianxu.run/2022/07/26/java-reflect-check-null/</id>
    <published>2022-07-26T15:21:35.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">最近在java中有个需要对多个字段进行非空检查，同时还有涉及几个字段的类型转换。想了想还是使用反射来做比较好。之前也只是知道有反射这种做法，如今还是第一次用到</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="反射" scheme="https://qianxu.run/tags/%E5%8F%8D%E5%B0%84/"/>
    
  </entry>
  
  <entry>
    <title>mmdetection 自定义数据增强</title>
    <link href="https://qianxu.run/2022/05/05/mmdetection-custom-pipelines/"/>
    <id>https://qianxu.run/2022/05/05/mmdetection-custom-pipelines/</id>
    <published>2022-05-05T05:14:35.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">看了篇《Augmentation for small object detection》论文，想要把这个实现在目前的检测模型中，但是看了一下mmdetecttion的文档，没有特别详细的文档信息。因此写一篇记录一下</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="mmdetection" scheme="https://qianxu.run/tags/mmdetection/"/>
    
    <category term="数据增强" scheme="https://qianxu.run/tags/%E6%95%B0%E6%8D%AE%E5%A2%9E%E5%BC%BA/"/>
    
  </entry>
  
  <entry>
    <title>conda deactivate 报错 UnicodeEncodeError</title>
    <link href="https://qianxu.run/2022/05/02/conda-deactivate-error/"/>
    <id>https://qianxu.run/2022/05/02/conda-deactivate-error/</id>
    <published>2022-05-02T15:52:13.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">使用conda deactivate的时候报了个UnicodeEncodeError，因此简单记录一下解决过程</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="conda" scheme="https://qianxu.run/tags/conda/"/>
    
  </entry>
  
  <entry>
    <title>用 python 上传文件到微信小程序云存储</title>
    <link href="https://qianxu.run/2022/05/01/wx-cloud-upload/"/>
    <id>https://qianxu.run/2022/05/01/wx-cloud-upload/</id>
    <published>2022-05-01T08:13:46.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">因为没有时间开发后台管理程序，因此临时写了一个python脚本上传图片</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="微信小程序" scheme="https://qianxu.run/tags/%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F/"/>
    
  </entry>
  
  <entry>
    <title>用 dart-sass 替换 node-sass</title>
    <link href="https://qianxu.run/2022/04/09/nodesass2dartsass/"/>
    <id>https://qianxu.run/2022/04/09/nodesass2dartsass/</id>
    <published>2022-04-09T08:23:08.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">之前实验室流传下来的项目因为nodejs的版本不一致，导致node-sass这个模块一直装不上。之前一直用docker运行，但是现在需要大量改动，使用docker方便部署但是不方便开发。因此解决该问题很重要。</summary>
    
    
    
    <category term="javascript" scheme="https://qianxu.run/categories/javascript/"/>
    
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="nodejs" scheme="https://qianxu.run/tags/nodejs/"/>
    
    <category term="sass" scheme="https://qianxu.run/tags/sass/"/>
    
  </entry>
  
  <entry>
    <title>java 全角转半角</title>
    <link href="https://qianxu.run/2022/02/24/sbc2dbc/"/>
    <id>https://qianxu.run/2022/02/24/sbc2dbc/</id>
    <published>2022-02-24T14:22:55.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">因为一次用户查询输入而发现的问题</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
  </entry>
  
  <entry>
    <title>U-Net 论文笔记</title>
    <link href="https://qianxu.run/2022/01/27/unet-note/"/>
    <id>https://qianxu.run/2022/01/27/unet-note/</id>
    <published>2022-01-27T15:35:00.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">U-Net的论文笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>do {...} while (0) 的用法</title>
    <link href="https://qianxu.run/2021/11/22/do-while-0/"/>
    <id>https://qianxu.run/2021/11/22/do-while-0/</id>
    <published>2021-11-22T11:52:23.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">因为物联网课要讲AliOS-Things的内核源码，发现了宏定义处有一个do{...}while(0)，仔细研究发现很妙，因此分享一下。</summary>
    
    
    
    <category term="c" scheme="https://qianxu.run/categories/c/"/>
    
    
    <category term="c" scheme="https://qianxu.run/tags/c/"/>
    
  </entry>
  
  <entry>
    <title>haas100 烧录失败问题解决</title>
    <link href="https://qianxu.run/2021/11/16/haas-burn-error/"/>
    <id>https://qianxu.run/2021/11/16/haas-burn-error/</id>
    <published>2021-11-16T14:41:09.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">物联网课发的haas100板子碰到了无法烧录问题，且该版本的haas1000_write_flash_main无法使用</summary>
    
    
    
    <category term="c" scheme="https://qianxu.run/categories/c/"/>
    
    
    <category term="c" scheme="https://qianxu.run/tags/c/"/>
    
    <category term="haas" scheme="https://qianxu.run/tags/haas/"/>
    
  </entry>
  
  <entry>
    <title>CMD 错误 此时不应有 &amp;</title>
    <link href="https://qianxu.run/2021/11/14/cmd-error-was-unexpected/"/>
    <id>https://qianxu.run/2021/11/14/cmd-error-was-unexpected/</id>
    <published>2021-11-14T14:39:27.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">vscode运行java插件的时候莫名其妙的碰到了cmd的错误，只提示“此时不应有&amp;”。已开始还以为是插件的问题，经过一番排查发现这是cmd的问题。不知道哪个软件改的注册表导致的。</summary>
    
    
    
    <category term="Windows" scheme="https://qianxu.run/categories/Windows/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="cmd" scheme="https://qianxu.run/tags/cmd/"/>
    
  </entry>
  
  <entry>
    <title>米游社爬虫</title>
    <link href="https://qianxu.run/2021/11/12/mihoyo-bbs-crawler/"/>
    <id>https://qianxu.run/2021/11/12/mihoyo-bbs-crawler/</id>
    <published>2021-11-12T02:21:43.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">我觉得米游社的COS图和同人图质量很高，我很喜欢。因此写了个小小的爬虫。</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="爬虫" scheme="https://qianxu.run/tags/%E7%88%AC%E8%99%AB/"/>
    
  </entry>
  
  <entry>
    <title>neo4j 简单入门和前端可视化</title>
    <link href="https://qianxu.run/2021/11/10/neo4j-simple-tutorial/"/>
    <id>https://qianxu.run/2021/11/10/neo4j-simple-tutorial/</id>
    <published>2021-11-10T13:28:35.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">因为学长需要使用知识图谱，并在前端进行可视化。因此在此简单的介绍一下neo4j的操作和可视化</summary>
    
    
    
    <category term="javascript" scheme="https://qianxu.run/categories/javascript/"/>
    
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="nosql" scheme="https://qianxu.run/tags/nosql/"/>
    
    <category term="neo4j" scheme="https://qianxu.run/tags/neo4j/"/>
    
  </entry>
  
  <entry>
    <title>matplotlib 崩溃问题记录</title>
    <link href="https://qianxu.run/2021/11/04/matplotlib-crash/"/>
    <id>https://qianxu.run/2021/11/04/matplotlib-crash/</id>
    <published>2021-11-04T15:28:44.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">记录一下matplotlib的崩溃问题，因为这个东西忙了我一个多小时，最后发现原来是conda的问题。</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="bug" scheme="https://qianxu.run/tags/bug/"/>
    
    <category term="matplotlib" scheme="https://qianxu.run/tags/matplotlib/"/>
    
  </entry>
  
  <entry>
    <title>远程文件拷贝</title>
    <link href="https://qianxu.run/2021/11/02/remote-copy/"/>
    <id>https://qianxu.run/2021/11/02/remote-copy/</id>
    <published>2021-11-02T10:45:48.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">实验室分配了服务器，有必要了解以下远程数据的拷贝</summary>
    
    
    
    <category term="Linux" scheme="https://qianxu.run/categories/Linux/"/>
    
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>docker 中运行 nodejs 项目</title>
    <link href="https://qianxu.run/2021/10/24/node-docker/"/>
    <id>https://qianxu.run/2021/10/24/node-docker/</id>
    <published>2021-10-23T16:39:14.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">被实验室前端项目整裂开的我想起来还有docker这一方法</summary>
    
    
    
    <category term="javascript" scheme="https://qianxu.run/categories/javascript/"/>
    
    
    <category term="docker" scheme="https://qianxu.run/tags/docker/"/>
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
  </entry>
  
  <entry>
    <title>java 实现 pbkdf2&amp;sha256 加密验证算法</title>
    <link href="https://qianxu.run/2021/10/16/java-pbkdf2sha256/"/>
    <id>https://qianxu.run/2021/10/16/java-pbkdf2sha256/</id>
    <published>2021-10-16T14:36:01.000Z</published>
    <updated>2026-04-12T15:51:24.067Z</updated>
    
    
    <summary type="html">最近移植一个flask项目，里面使用了werkzeug进行加密。为了达到无缝转换，所以需要用java实现。</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="flask" scheme="https://qianxu.run/tags/flask/"/>
    
  </entry>
  
  <entry>
    <title>junit5 测试</title>
    <link href="https://qianxu.run/2021/09/18/junit5/"/>
    <id>https://qianxu.run/2021/09/18/junit5/</id>
    <published>2021-09-18T07:00:13.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">刷了多道leetcode后发觉每次写main测试很麻烦，因此稍微对项目进行了调整，转为使用junit进行测试。</summary>
    
    
    
    <category term="java" scheme="https://qianxu.run/categories/java/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="junit" scheme="https://qianxu.run/tags/junit/"/>
    
  </entry>
  
  <entry>
    <title>常用命令 --grep sed awk</title>
    <link href="https://qianxu.run/2021/09/10/common-command/"/>
    <id>https://qianxu.run/2021/09/10/common-command/</id>
    <published>2021-09-09T16:54:41.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">讲一下grep、sed和awk命令</summary>
    
    
    
    <category term="Linux" scheme="https://qianxu.run/categories/Linux/"/>
    
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>cs231n-2021 作业</title>
    <link href="https://qianxu.run/2021/09/05/cs231n-assignment/"/>
    <id>https://qianxu.run/2021/09/05/cs231n-assignment/</id>
    <published>2021-09-05T06:21:13.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">乘着假期的最后几天刷了一下cs231n</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>为 powershell 添加 sudo</title>
    <link href="https://qianxu.run/2021/08/23/powershell-sudo/"/>
    <id>https://qianxu.run/2021/08/23/powershell-sudo/</id>
    <published>2021-08-23T07:39:08.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">为powershell加一个sudo</summary>
    
    
    
    <category term="Windows" scheme="https://qianxu.run/categories/Windows/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="powershell" scheme="https://qianxu.run/tags/powershell/"/>
    
  </entry>
  
  <entry>
    <title>powershell 设置代理</title>
    <link href="https://qianxu.run/2021/08/18/powershell-proxy/"/>
    <id>https://qianxu.run/2021/08/18/powershell-proxy/</id>
    <published>2021-08-18T05:11:57.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">本文主要是为powershell、cmd等windows终端设置代理</summary>
    
    
    
    <category term="杂项" scheme="https://qianxu.run/categories/%E6%9D%82%E9%A1%B9/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="Terminal" scheme="https://qianxu.run/tags/Terminal/"/>
    
    <category term="powershell" scheme="https://qianxu.run/tags/powershell/"/>
    
  </entry>
  
  <entry>
    <title>美化终端</title>
    <link href="https://qianxu.run/2021/08/17/beautify-terminal/"/>
    <id>https://qianxu.run/2021/08/17/beautify-terminal/</id>
    <published>2021-08-17T10:04:45.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">不小心将oh-my-posh从V2升级到了V3，许多东西有了较大变化。此篇博客记录一下主题的修改记录。</summary>
    
    
    
    <category term="杂项" scheme="https://qianxu.run/categories/%E6%9D%82%E9%A1%B9/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="Terminal" scheme="https://qianxu.run/tags/Terminal/"/>
    
  </entry>
  
  <entry>
    <title>文件哈希值</title>
    <link href="https://qianxu.run/2021/08/13/file-hash/"/>
    <id>https://qianxu.run/2021/08/13/file-hash/</id>
    <published>2021-08-13T09:38:41.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">最近上传百度云的时候发现有极速秒传，从而了解到了文件哈希值。特此记录。</summary>
    
    
    
    <category term="杂项" scheme="https://qianxu.run/categories/%E6%9D%82%E9%A1%B9/"/>
    
    
    <category term="hash" scheme="https://qianxu.run/tags/hash/"/>
    
    <category term="百度云" scheme="https://qianxu.run/tags/%E7%99%BE%E5%BA%A6%E4%BA%91/"/>
    
  </entry>
  
  <entry>
    <title>常用软件镜像源</title>
    <link href="https://qianxu.run/2021/08/11/source-mirror/"/>
    <id>https://qianxu.run/2021/08/11/source-mirror/</id>
    <published>2021-08-11T13:27:23.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">为了制作魔镜，重装了树莓派系统。因为要将各种软件源设置镜像源，因此写这样一条博客方便自己查询</summary>
    
    
    
    <category term="杂项" scheme="https://qianxu.run/categories/%E6%9D%82%E9%A1%B9/"/>
    
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
    <category term="javascript" scheme="https://qianxu.run/tags/javascript/"/>
    
    <category term="树莓派" scheme="https://qianxu.run/tags/%E6%A0%91%E8%8E%93%E6%B4%BE/"/>
    
  </entry>
  
  <entry>
    <title>DCGAN 生成手写数字</title>
    <link href="https://qianxu.run/2021/08/05/DCGAN/"/>
    <id>https://qianxu.run/2021/08/05/DCGAN/</id>
    <published>2021-08-05T13:01:05.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">想试试用GAN生成动漫头像，于是先用简单GAN试一试。不过有一说一，GAN真的难训练。</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="GAN" scheme="https://qianxu.run/tags/GAN/"/>
    
  </entry>
  
  <entry>
    <title>半次元爬虫</title>
    <link href="https://qianxu.run/2021/07/27/bcy-spider/"/>
    <id>https://qianxu.run/2021/07/27/bcy-spider/</id>
    <published>2021-07-27T14:22:20.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">看着半次元的图不错，因此写了个小爬虫</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="爬虫" scheme="https://qianxu.run/tags/%E7%88%AC%E8%99%AB/"/>
    
  </entry>
  
  <entry>
    <title>ResNet 论文笔记</title>
    <link href="https://qianxu.run/2021/07/11/ResNet-Note/"/>
    <id>https://qianxu.run/2021/07/11/ResNet-Note/</id>
    <published>2021-07-11T10:07:44.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">ResNet的论文笔记</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（七）基于深度学习算法 YOLO 的行人车辆检测 —— 答辩记录</title>
    <link href="https://qianxu.run/2021/07/03/YOLO-oral-defense/"/>
    <id>https://qianxu.run/2021/07/03/YOLO-oral-defense/</id>
    <published>2021-07-03T14:05:57.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">毕设答辩记录</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（六）基于深度学习算法 YOLO 的行人车辆检测 —— 论文</title>
    <link href="https://qianxu.run/2021/07/02/YOLO-paper/"/>
    <id>https://qianxu.run/2021/07/02/YOLO-paper/</id>
    <published>2021-07-02T11:05:22.000Z</published>
    <updated>2026-04-12T15:51:24.066Z</updated>
    
    
    <summary type="html">比较水的毕业论文</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（五）YOLO9000 翻译</title>
    <link href="https://qianxu.run/2021/06/28/YOLO9000-translate/"/>
    <id>https://qianxu.run/2021/06/28/YOLO9000-translate/</id>
    <published>2021-06-28T12:10:41.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">毕设论文翻译</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（四）基于深度学习算法 YOLO 的行人车辆检测 —— 开题报告</title>
    <link href="https://qianxu.run/2021/06/26/YOLO-openreport/"/>
    <id>https://qianxu.run/2021/06/26/YOLO-openreport/</id>
    <published>2021-06-26T05:06:06.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">毕设开题报告</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>HK416 手办开箱</title>
    <link href="https://qianxu.run/2021/06/15/HK416-GK/"/>
    <id>https://qianxu.run/2021/06/15/HK416-GK/</id>
    <published>2021-06-15T15:19:24.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">毕业时买的HK416 星之茧手办做为自己礼物的开箱记录</summary>
    
    
    
    <category term="生活" scheme="https://qianxu.run/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
    <category term="生活" scheme="https://qianxu.run/tags/%E7%94%9F%E6%B4%BB/"/>
    
  </entry>
  
  <entry>
    <title>搭建部署 live2d api</title>
    <link href="https://qianxu.run/2021/06/14/live2d-api/"/>
    <id>https://qianxu.run/2021/06/14/live2d-api/</id>
    <published>2021-06-13T16:04:23.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">搭建部署live2d api</summary>
    
    
    
    <category term="docker" scheme="https://qianxu.run/categories/docker/"/>
    
    
    <category term="docker" scheme="https://qianxu.run/tags/docker/"/>
    
    <category term="nginx" scheme="https://qianxu.run/tags/nginx/"/>
    
    <category term="php" scheme="https://qianxu.run/tags/php/"/>
    
  </entry>
  
  <entry>
    <title>nginx 笔记</title>
    <link href="https://qianxu.run/2021/06/10/nginx-starter/"/>
    <id>https://qianxu.run/2021/06/10/nginx-starter/</id>
    <published>2021-06-10T15:57:46.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">早就听说了nginx的大名，同时最近的好多处问题都说最好用nginx反向代理解决，因此学习一下。</summary>
    
    
    
    <category term="web" scheme="https://qianxu.run/categories/web/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
    <category term="nginx" scheme="https://qianxu.run/tags/nginx/"/>
    
  </entry>
  
  <entry>
    <title>python 装饰器</title>
    <link href="https://qianxu.run/2021/05/26/python-decorator/"/>
    <id>https://qianxu.run/2021/05/26/python-decorator/</id>
    <published>2021-05-26T14:00:04.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">由于前几天了解到了python的装饰器，感觉有点点类似于AOP思想，因此记录一下学习笔记</summary>
    
    
    
    <category term="python" scheme="https://qianxu.run/categories/python/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
  </entry>
  
  <entry>
    <title>MobileNets 论文笔记</title>
    <link href="https://qianxu.run/2021/05/20/mobilenets-note/"/>
    <id>https://qianxu.run/2021/05/20/mobilenets-note/</id>
    <published>2021-05-20T08:45:44.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">因为听说了MobileNets中的深度可分离卷积的大名，因此拜读了一下论文</summary>
    
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>win10 锁屏页面获取</title>
    <link href="https://qianxu.run/2021/05/03/win10-lock/"/>
    <id>https://qianxu.run/2021/05/03/win10-lock/</id>
    <published>2021-05-03T13:59:53.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">&lt;p&gt;因为觉得 win10 锁屏页面比较好看，有时候能够根据日期变换，因此写个脚本获取锁屏页面&lt;br&gt;
封面《冬天的谎言 -Snow World End-》&lt;/p&gt;</summary>
    
    
    
    <category term="生活" scheme="https://qianxu.run/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
    <category term="生活" scheme="https://qianxu.run/tags/%E7%94%9F%E6%B4%BB/"/>
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（三）BDD100K 数据集转 yolo 格式</title>
    <link href="https://qianxu.run/2021/04/09/bdd100k2yolo/"/>
    <id>https://qianxu.run/2021/04/09/bdd100k2yolo/</id>
    <published>2021-04-09T08:25:23.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">将bdd100k数据集转换为yolo格式</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>YOLOv4 学习笔记</title>
    <link href="https://qianxu.run/2021/04/07/YOLOv4-Note/"/>
    <id>https://qianxu.run/2021/04/07/YOLOv4-Note/</id>
    <published>2021-04-07T07:24:54.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">因为一直没有懂yolov4，因此这次重新阅读YOLOv4并且留下一点点笔记。其实基本是简要翻译(逃)，结果没简要到哪里去建议直接看总结</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>Network in Network 学习笔记</title>
    <link href="https://qianxu.run/2021/03/29/NIN-Note/"/>
    <id>https://qianxu.run/2021/03/29/NIN-Note/</id>
    <published>2021-03-29T15:16:42.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">因为在YOLO里面看到了使用Global Average Pooling替换全连接层，同时也在其他网络里面发现也都使用了Global Average Pooling替换全连接层。因此，打算来读一下这篇提出了Global Average Pooling的Network in Network。</summary>
    
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>tmux vs screen</title>
    <link href="https://qianxu.run/2021/03/28/tmux-vs-screen/"/>
    <id>https://qianxu.run/2021/03/28/tmux-vs-screen/</id>
    <published>2021-03-28T13:10:26.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">本文将对tmux与screen命令的使用进行比较，并简单的进行对比</summary>
    
    
    
    <category term="Linux" scheme="https://qianxu.run/categories/Linux/"/>
    
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
  </entry>
  
  <entry>
    <title>安装 tensorflow-gpu 版本</title>
    <link href="https://qianxu.run/2021/03/26/install-tensorflow-gpu/"/>
    <id>https://qianxu.run/2021/03/26/install-tensorflow-gpu/</id>
    <published>2021-03-26T09:42:15.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">对于个人而言，还是比较习惯使用tensorflow的keras</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
  </entry>
  
  <entry>
    <title>MinGW 编译 C++ 无法输出 string</title>
    <link href="https://qianxu.run/2021/03/19/mingw64problem/"/>
    <id>https://qianxu.run/2021/03/19/mingw64problem/</id>
    <published>2021-03-19T06:26:06.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">记录MinGW的一个问题</summary>
    
    
    
    <category term="C++" scheme="https://qianxu.run/categories/C/"/>
    
    
    <category term="C++" scheme="https://qianxu.run/tags/C/"/>
    
  </entry>
  
  <entry>
    <title>win10 家庭版下安装 docker</title>
    <link href="https://qianxu.run/2021/03/18/installDocker/"/>
    <id>https://qianxu.run/2021/03/18/installDocker/</id>
    <published>2021-03-18T08:20:13.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">docker的安装记录</summary>
    
    
    
    <category term="docker" scheme="https://qianxu.run/categories/docker/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="docker" scheme="https://qianxu.run/tags/docker/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（二）darknet 编译</title>
    <link href="https://qianxu.run/2021/03/05/builddarknet/"/>
    <id>https://qianxu.run/2021/03/05/builddarknet/</id>
    <published>2021-03-04T16:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">使用vcpkg编译darknet</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
    <category term="darknet" scheme="https://qianxu.run/tags/darknet/"/>
    
  </entry>
  
  <entry>
    <title>毕业设计（一）环境搭建</title>
    <link href="https://qianxu.run/2021/01/19/installpytorch/"/>
    <id>https://qianxu.run/2021/01/19/installpytorch/</id>
    <published>2021-01-18T16:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">安装CUDA cuDNN pytorch</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="毕业设计" scheme="https://qianxu.run/tags/%E6%AF%95%E4%B8%9A%E8%AE%BE%E8%AE%A1/"/>
    
    <category term="yolo" scheme="https://qianxu.run/tags/yolo/"/>
    
  </entry>
  
  <entry>
    <title>升级到 WSL2</title>
    <link href="https://qianxu.run/2020/10/24/upgradeWSL2/"/>
    <id>https://qianxu.run/2020/10/24/upgradeWSL2/</id>
    <published>2020-10-23T16:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">将WSL1升级到WSL2的踩坑记录</summary>
    
    
    
    <category term="Linux" scheme="https://qianxu.run/categories/Linux/"/>
    
    
    <category term="Windows" scheme="https://qianxu.run/tags/Windows/"/>
    
    <category term="Linux" scheme="https://qianxu.run/tags/Linux/"/>
    
    <category term="WSL" scheme="https://qianxu.run/tags/WSL/"/>
    
  </entry>
  
  <entry>
    <title>用 AlexNet 实现 DogsVsCats</title>
    <link href="https://qianxu.run/2020/10/23/DogsVsCatsAlexNet/"/>
    <id>https://qianxu.run/2020/10/23/DogsVsCatsAlexNet/</id>
    <published>2020-10-22T16:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">复现AlexNet，第一次炼丹</summary>
    
    
    
    <category term="机器学习" scheme="https://qianxu.run/categories/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    
    <category term="python" scheme="https://qianxu.run/tags/python/"/>
    
    <category term="tensorflow" scheme="https://qianxu.run/tags/tensorflow/"/>
    
    <category term="机器学习" scheme="https://qianxu.run/tags/%E6%9C%BA%E5%99%A8%E5%AD%A6%E4%B9%A0/"/>
    
    <category term="AlexNet" scheme="https://qianxu.run/tags/AlexNet/"/>
    
  </entry>
  
  <entry>
    <title>节能减排</title>
    <link href="https://qianxu.run/2020/10/19/energySaving/"/>
    <id>https://qianxu.run/2020/10/19/energySaving/</id>
    <published>2020-10-19T15:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">节能减排大赛的准备</summary>
    
    
    
    <category term="web" scheme="https://qianxu.run/categories/web/"/>
    
    
    <category term="C" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="C++" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="软件" scheme="https://qianxu.run/tags/%E8%BD%AF%E4%BB%B6/"/>
    
    <category term="硬件" scheme="https://qianxu.run/tags/%E7%A1%AC%E4%BB%B6/"/>
    
    <category term="节能减排" scheme="https://qianxu.run/tags/%E8%8A%82%E8%83%BD%E5%87%8F%E6%8E%92/"/>
    
    <category term="java" scheme="https://qianxu.run/tags/java/"/>
    
    <category term="Spring" scheme="https://qianxu.run/tags/Spring/"/>
    
  </entry>
  
  <entry>
    <title>电赛</title>
    <link href="https://qianxu.run/2020/10/19/electronicDesignContest/"/>
    <id>https://qianxu.run/2020/10/19/electronicDesignContest/</id>
    <published>2020-10-19T06:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">正式电赛记录</summary>
    
    
    
    <category term="c" scheme="https://qianxu.run/categories/c/"/>
    
    
    <category term="电赛" scheme="https://qianxu.run/tags/%E7%94%B5%E8%B5%9B/"/>
    
    <category term="C" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="C++" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="软件" scheme="https://qianxu.run/tags/%E8%BD%AF%E4%BB%B6/"/>
    
    <category term="硬件" scheme="https://qianxu.run/tags/%E7%A1%AC%E4%BB%B6/"/>
    
  </entry>
  
  <entry>
    <title>电赛准备</title>
    <link href="https://qianxu.run/2020/10/19/electronicDesignContestPerpare/"/>
    <id>https://qianxu.run/2020/10/19/electronicDesignContestPerpare/</id>
    <published>2020-10-19T04:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">电赛前的准备</summary>
    
    
    
    <category term="c" scheme="https://qianxu.run/categories/c/"/>
    
    
    <category term="电赛" scheme="https://qianxu.run/tags/%E7%94%B5%E8%B5%9B/"/>
    
    <category term="C" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="C++" scheme="https://qianxu.run/tags/C/"/>
    
    <category term="软件" scheme="https://qianxu.run/tags/%E8%BD%AF%E4%BB%B6/"/>
    
    <category term="硬件" scheme="https://qianxu.run/tags/%E7%A1%AC%E4%BB%B6/"/>
    
  </entry>
  
  <entry>
    <title>Welcome to qxdn Blog</title>
    <link href="https://qianxu.run/2020/10/18/helloworld/"/>
    <id>https://qianxu.run/2020/10/18/helloworld/</id>
    <published>2020-10-17T16:00:00.000Z</published>
    <updated>2026-04-12T15:51:24.065Z</updated>
    
    
    <summary type="html">这是第一篇博客</summary>
    
    
    
    <category term="生活" scheme="https://qianxu.run/categories/%E7%94%9F%E6%B4%BB/"/>
    
    
    <category term="生活" scheme="https://qianxu.run/tags/%E7%94%9F%E6%B4%BB/"/>
    
  </entry>
  
</feed>
