<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>2022 on Noel&#39;s Blog</title>
    <link>https://jiaw-zh-github-io.pages.dev/tags/2022/</link>
    <description>Recent content in 2022 on Noel&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 13 Dec 2022 15:18:15 +0800</lastBuildDate><atom:link href="https://jiaw-zh-github-io.pages.dev/tags/2022/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Appium 学习笔记</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/uitest/appiumstudy/</link>
      <pubDate>Tue, 13 Dec 2022 15:18:15 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/uitest/appiumstudy/</guid>
      <description>Appium 生态工具介绍 Appium Desktop：内嵌了 Appium Server 和 Inspector 的综合工具 Appium Server：Appium 的核心工具，命令行工具 Appium Clients：各种语言的客户端</description>
    </item>
    
    <item>
      <title>使用 iTunes 抓包获取旧版本 iOS 软件安装包</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/other/with-itunes-get-old-version-ipa/</link>
      <pubDate>Thu, 27 Oct 2022 10:22:13 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/other/with-itunes-get-old-version-ipa/</guid>
      <description>小tips： 如果需要的是国区的应用，我的建议是先在爱思助手上看看，使用方法也很简单： 下载电脑版爱思助手，使用数据线连接手机，就会自动安装手机</description>
    </item>
    
    <item>
      <title>真离线安装 Shellclash 与使用</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-shellclash/</link>
      <pubDate>Wed, 07 Sep 2022 22:32:54 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-shellclash/</guid>
      <description>路由器连接方式别选择桥接模式，有坑 看了作者写的本地安装方式我表示还不够离线，通过查看安装脚本，重新整理了一下本地安装过程 准备环境 首先你需要一</description>
    </item>
    
    <item>
      <title>中国移动RAX3000Q路由器安装 Luci</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-luci/</link>
      <pubDate>Wed, 07 Sep 2022 20:55:10 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-luci/</guid>
      <description>本文基于软件版本：V1.1.1.202204141725，硬件版本 TZ7.823.346A ，MAC地址: 04:4f开头的中国移动 RAX3000Q 路由器 如果你装 luci 是为了安装 luc</description>
    </item>
    
    <item>
      <title>中国移动RAX3000Q路由器开启ssh/telnet，解锁超级管理员</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-ssh-openwrt/</link>
      <pubDate>Mon, 05 Sep 2022 10:42:27 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/other/rax3000q-ssh-openwrt/</guid>
      <description>本文基于软件版本：V1.1.1.202204141725，硬件版本 TZ7.823.346A 的中国移动 RAX3000Q 路由器 给不想折腾的用户 有一些高级功能在前端不展示，但是登录后</description>
    </item>
    
    <item>
      <title>HttpRunner 4 快速上手</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/apitest/hrp4/</link>
      <pubDate>Wed, 27 Jul 2022 10:50:29 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/apitest/hrp4/</guid>
      <description>这里是官方文档 安装 Linux or 类 unix 系统一键安装： 1 $ sudo bash -c &amp;#34;$(curl -ksSL https://httprunner.com/script/install.sh)&amp;#34; Windows 系统不支持一键安装，建议使用 git bash 运行上述命令下载包，然后手动添加hrp.exe到环</description>
    </item>
    
    <item>
      <title>Vscode 配置 Golang 开发环境问题</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/go/vscode%E9%85%8D%E7%BD%AEgolang%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%97%AE%E9%A2%98/</link>
      <pubDate>Sun, 24 Apr 2022 10:22:41 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/go/vscode%E9%85%8D%E7%BD%AEgolang%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E9%97%AE%E9%A2%98/</guid>
      <description>单目录下多项目使用 最近在学习 go 一样时，在单个目录下创建了多个小项目，目录结构大致如下 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 28</description>
    </item>
    
    <item>
      <title>Go语言的构建模式演化过程——Go的包依赖管理</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/go/go%E8%AF%AD%E8%A8%80%E7%9A%84%E6%9E%84%E5%BB%BA%E6%A8%A1%E5%BC%8F%E6%BC%94%E5%8C%96%E8%BF%87%E7%A8%8Bgo%E7%9A%84%E5%8C%85%E4%BE%9D%E8%B5%96%E7%AE%A1%E7%90%86/</link>
      <pubDate>Mon, 11 Apr 2022 14:51:29 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/go/go%E8%AF%AD%E8%A8%80%E7%9A%84%E6%9E%84%E5%BB%BA%E6%A8%A1%E5%BC%8F%E6%BC%94%E5%8C%96%E8%BF%87%E7%A8%8Bgo%E7%9A%84%E5%8C%85%E4%BE%9D%E8%B5%96%E7%AE%A1%E7%90%86/</guid>
      <description>重新整理于 Tony Bai · Go 语言第一课 Go Module 已经是 go 官方标准包依赖管理和构建模式了，所以从 go 入门开始就建议直接使用 Go Module。 Go 程序是由 Go 包组合而成</description>
    </item>
    
    <item>
      <title>基于架构的测试</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/testtheory/testing-of-distributed-architecture/</link>
      <pubDate>Sat, 12 Mar 2022 21:52:04 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/testtheory/testing-of-distributed-architecture/</guid>
      <description>架构测试的基本原则 对于测试人员来讲，学习架构知识应该有自己独特的视角 基本只要做到清楚原理、了解在被测系统中的部署架构，从测试的角度能够调用必</description>
    </item>
    
    <item>
      <title>探索式软件测试</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/testtheory/exploratory-software-testing/</link>
      <pubDate>Mon, 07 Mar 2022 11:21:56 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/testtheory/exploratory-software-testing/</guid>
      <description>读书笔记 《软件测试 52 讲》-茹炳晟 探索式测试的一般过程： 首先根据软件功能描述来设计最初的测试用例，然后执行测试；测试执行后，我们可能得到与预期</description>
    </item>
    
  </channel>
</rss>
