<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2021 on Noel&#39;s Blog</title>
    <link>https://jiaw-zh-github-io.pages.dev/tags/2021/</link>
    <description>Recent content in 2021 on Noel&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sun, 13 Nov 2022 00:30:01 +0800</lastBuildDate><atom:link href="https://jiaw-zh-github-io.pages.dev/tags/2021/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>一些常用的优秀小工具</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/some-commonly-used-gadgets/</link>
      <pubDate>Sun, 13 Nov 2022 00:30:01 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/some-commonly-used-gadgets/</guid>
      <description>一些常用的、好用的软件清单 截图工具：Snipaste F1 截图，F3 贴图，用过的都说好 局域网文件传输工具：chfs 局域网文件上传下载全能，还很小</description>
    </item>
    
    <item>
      <title>使用 Hugo &#43; GitHub Pages 搭建免费静态博客</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/%E4%BD%BF%E7%94%A8hugogithubpages%E6%90%AD%E5%BB%BA%E9%9D%99%E6%80%81%E5%8D%9A%E5%AE%A2/</link>
      <pubDate>Thu, 18 Nov 2021 10:47:42 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/%E4%BD%BF%E7%94%A8hugogithubpages%E6%90%AD%E5%BB%BA%E9%9D%99%E6%80%81%E5%8D%9A%E5%AE%A2/</guid>
      <description>告别 Jekyll，使用 Hugo 加 GitHub Pages 搭建一个免费静态博客吧！ 因为经常在浏览博客的时候看到博客的地址是 github.io 后缀，出于好奇心就打开这个网址看了下，这是与</description>
    </item>
    
    <item>
      <title>利用 v2ray 的局域网连接功能为 switch 提供代理服务</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/%E5%88%A9%E7%94%A8v2ray%E7%9A%84%E5%B1%80%E5%9F%9F%E7%BD%91%E8%BF%9E%E6%8E%A5%E5%8A%9F%E8%83%BD%E4%B8%BAswitch%E6%8F%90%E4%BE%9B%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1/</link>
      <pubDate>Tue, 09 Nov 2021 16:04:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/%E5%88%A9%E7%94%A8v2ray%E7%9A%84%E5%B1%80%E5%9F%9F%E7%BD%91%E8%BF%9E%E6%8E%A5%E5%8A%9F%E8%83%BD%E4%B8%BAswitch%E6%8F%90%E4%BE%9B%E4%BB%A3%E7%90%86%E6%9C%8D%E5%8A%A1/</guid>
      <description>最近入手了一台日版 switch，可是因为众所周知的网络原因，eshop 无法直接访问，网络问题也基本上是每一个海外版主机玩家必须要面对的问题，</description>
    </item>
    
    <item>
      <title>矩形土地均匀分成方块，分出的方块面积尽可能大</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/algorithm/2021-11-04-%E5%88%86%E5%87%BA%E5%B0%BD%E5%8F%AF%E8%83%BD%E5%A4%A7%E7%9A%84%E9%9D%A2%E7%A7%AF%E7%9A%84%E6%96%B9%E5%9D%97/</link>
      <pubDate>Thu, 04 Nov 2021 00:04:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/algorithm/2021-11-04-%E5%88%86%E5%87%BA%E5%B0%BD%E5%8F%AF%E8%83%BD%E5%A4%A7%E7%9A%84%E9%9D%A2%E7%A7%AF%E7%9A%84%E6%96%B9%E5%9D%97/</guid>
      <description>总体上还是分而治之的思想 欧几里得算法：两个整数的最大公约数等于其中较小的那个数和两数相除余数的最大公约数 1 2 3 4 5 6 def soilsplit(length, width): while length &amp;gt;= width: if length%width == 0: return</description>
    </item>
    
    <item>
      <title>使用 GitBook 发布你的书</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/2021-10-21-usegitbook/</link>
      <pubDate>Thu, 21 Oct 2021 16:25:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/2021-10-21-usegitbook/</guid>
      <description>GitBook 现在已经发展成了一个商业公司，但是它的旧版本依然在互联网上为我们提供免费服务。 别用 gitbook 了，用 mdbook 吧！ 介绍 GitBook 是一个使用 Git 和 Markdown 来构建书籍的工具。它</description>
    </item>
    
    <item>
      <title>为什么相爱变得越来越难？</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/other/2021-10-09-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%9B%B8%E7%88%B1%E5%8F%98%E5%BE%97%E8%B6%8A%E6%9D%A5%E8%B6%8A%E9%9A%BE/</link>
      <pubDate>Sat, 09 Oct 2021 11:35:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/other/2021-10-09-%E4%B8%BA%E4%BB%80%E4%B9%88%E7%9B%B8%E7%88%B1%E5%8F%98%E5%BE%97%E8%B6%8A%E6%9D%A5%E8%B6%8A%E9%9A%BE/</guid>
      <description>真的太喜欢这篇文章了，自行保存备份。 来源：人物（微信号：renwumag1980） 2020-12-10 原文链接：https://mp.weixin.qq.co</description>
    </item>
    
    <item>
      <title>五个级别的测试成熟度</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/testtheory/2021-09-14-testing_maturity/</link>
      <pubDate>Tue, 14 Sep 2021 09:58:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/testtheory/2021-09-14-testing_maturity/</guid>
      <description>什么是测试？测试到什么地步才是尽头？ 此成熟度理论由 Boris Beizer 提出（他自己叫阶段，不过现在称为级别） 级别0 - “测试和调试没有区别。”除了支持调试之外</description>
    </item>
    
    <item>
      <title>Windows 版 Charles 简明使用教程</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/2021-07-23-charles-tutorial/</link>
      <pubDate>Fri, 23 Jul 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/2021-07-23-charles-tutorial/</guid>
      <description>和 fiddler 同样强大、全能的抓包工具 主要特色 支持多操作系统 网络抓包（包括 HTTPS ) 请求重定向 安装 去 官方下载页 根据你的操作系统下载对应的安装包，然后一路下一</description>
    </item>
    
    <item>
      <title>Jmeter 可用的一些 BeanShell 脚本</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-06-29-jmeter_script/</link>
      <pubDate>Tue, 29 Jun 2021 10:52:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-06-29-jmeter_script/</guid>
      <description>一些 Jmeter 中 BeanShell PreProcessor 可用的脚本 判断文件中的某个参数是否传来空值，常用来判断时间戳和随机值 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 import java.util.Random; import</description>
    </item>
    
    <item>
      <title>个人常用 VS Code 插件</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/2021-06-16-vscode_extension/</link>
      <pubDate>Wed, 16 Jun 2021 16:25:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/2021-06-16-vscode_extension/</guid>
      <description>主要是做一个记录 VS Code 有多好用不用我多说了吧，直接进入正题 Chinese (Simplified) Language Pack for Visual Studio Code 中文简体语言包 虽然对于程序员来说英语能力也是很重要的，但是生产力工具</description>
    </item>
    
    <item>
      <title>为 Windows PowerShell 设置 Alias （命令别名）</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/windows/powershell_alias/</link>
      <pubDate>Tue, 15 Jun 2021 16:25:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/windows/powershell_alias/</guid>
      <description>alias 用的好真的可以为所欲为啊 啰里啰唆可以直接跳过的一段 最近黑苹果挂了，暂时用回 Windows，发现想要在 Windows 用 alias 还有点难度， 网上搜索下来大多数都</description>
    </item>
    
    <item>
      <title>使用 HttpRunner 时一些值得关注的点</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-04-25-httprunner_v3.0.1/</link>
      <pubDate>Sun, 25 Apr 2021 10:52:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-04-25-httprunner_v3.0.1/</guid>
      <description>HttpRunner is a simple &amp;amp; elegant, yet powerful HTTP(S) testing framework. 本文主要记录特定版本： v==3.0.1 的相关使用心得。 版本选择 当前最新版本是 3.1.4 ，该版本作者推荐使用 .py 文件进行脚本编写和维护，主要是为</description>
    </item>
    
    <item>
      <title>Shell 学习笔记</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/shell/2021-04-18-shell%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</link>
      <pubDate>Sun, 18 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/shell/2021-04-18-shell%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0/</guid>
      <description>Shell 学习过程中的一些记录 变量 变量定义 变量名与值使用一个等号 &amp;lsquo;=&amp;rsquo; 连接 1 $country=china 等号两边不能存在空格 1 2 $country =china # country: command not found $country= china # country: command not found 变量名不能以数字开头，</description>
    </item>
    
    <item>
      <title>你真的会用 tar 命令吗？</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/linux/2021-04-16-%E4%BD%A0%E7%9C%9F%E7%9A%84%E4%BC%9A%E7%94%A8tar%E5%91%BD%E4%BB%A4%E5%90%97/</link>
      <pubDate>Fri, 16 Apr 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/linux/2021-04-16-%E4%BD%A0%E7%9C%9F%E7%9A%84%E4%BC%9A%E7%94%A8tar%E5%91%BD%E4%BB%A4%E5%90%97/</guid>
      <description>曾经稀里糊涂的用了，现在来搞明白吧！ tar 这个命令使用频率最高的方法可能就是下面这两个了： 1 2 $tar -czvf example.tar.gz ~/example # 压缩 example 文件为 example.tar.gz $tar -xzvf ~/example.tar.gz # 解压缩 example.tar.gz 到当前目录</description>
    </item>
    
    <item>
      <title>一个小巧的接口测试工具: CURL</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-04-02-%E4%B8%80%E4%B8%AA%E5%B0%8F%E5%B7%A7%E7%9A%84%E6%8E%A5%E5%8F%A3%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7-curl/</link>
      <pubDate>Fri, 02 Apr 2021 16:25:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-04-02-%E4%B8%80%E4%B8%AA%E5%B0%8F%E5%B7%A7%E7%9A%84%E6%8E%A5%E5%8F%A3%E6%B5%8B%E8%AF%95%E5%B7%A5%E5%85%B7-curl/</guid>
      <description>curl 是一个十分强大的命令行工具 curl 中的 c 表示 client，因此 curl 即客户端（client）的 URL 工具。 curl 是一个十分强大的命令行工具，如果熟练的话，完</description>
    </item>
    
    <item>
      <title>关于使用 Jmeter 进行压力测试</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-03-25-%E4%BD%BF%E7%94%A8jmeter%E8%BF%9B%E8%A1%8C%E5%8E%8B%E5%8A%9B%E6%B5%8B%E8%AF%95/</link>
      <pubDate>Thu, 25 Mar 2021 10:52:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/apitest/2021-03-25-%E4%BD%BF%E7%94%A8jmeter%E8%BF%9B%E8%A1%8C%E5%8E%8B%E5%8A%9B%E6%B5%8B%E8%AF%95/</guid>
      <description>记录使用 Jmeter 进行压测的一些关注点 分布式压测 配置文件 使用 Jmeter 压测时，压力机一般是部署在 Linux 上的， 如果是分布式压测，需要修改 master 和 slave 机器上的 Jmeterpath/bin 目录下的 jmeter.properties</description>
    </item>
    
    <item>
      <title>使用 brew services 管理服务</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/linux/2021-03-15-%E4%BD%BF%E7%94%A8brew-services%E7%AE%A1%E7%90%86%E6%9C%8D%E5%8A%A1/</link>
      <pubDate>Mon, 15 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/linux/2021-03-15-%E4%BD%BF%E7%94%A8brew-services%E7%AE%A1%E7%90%86%E6%9C%8D%E5%8A%A1/</guid>
      <description>此命令仅适用于 MacOS 官方关于 brew services 命令的说明在 这里 macOS 使用 launchctl 命令加载开机自动运行的服务，brew services 简化了 lauchctl 的操作， 并因此 brew services 命令是不可以在 Linux 下使用的</description>
    </item>
    
    <item>
      <title>修改 Python pip 源为国内镜像</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/python/2021-02-21-%E6%9B%B4%E6%94%B9pypi%E6%BA%90/</link>
      <pubDate>Sun, 21 Feb 2021 10:52:00 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/python/2021-02-21-%E6%9B%B4%E6%94%B9pypi%E6%BA%90/</guid>
      <description>换完 pip 速度嗖嗖的~ 当我们在终端输入 pip install selenium 时发生了什么？ pip 是 Python 的包管理器 pypi 的命令，当我们运行 pip 命令时，首先会去 pypi 源搜索有没有对应的包， 然后进行</description>
    </item>
    
  </channel>
</rss>
