<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>工具 on Noel&#39;s Blog</title>
    <link>https://jiaw-zh-github-io.pages.dev/categories/%E5%B7%A5%E5%85%B7/</link>
    <description>Recent content in 工具 on Noel&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 27 Feb 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://jiaw-zh-github-io.pages.dev/categories/%E5%B7%A5%E5%85%B7/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>自己制作便携版 Chrome</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/2024%E5%88%B6%E4%BD%9C%E4%BE%BF%E6%90%BA%E7%89%88chrome/</link>
      <pubDate>Tue, 27 Feb 2024 00:00:00 +0000</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/2024%E5%88%B6%E4%BD%9C%E4%BE%BF%E6%90%BA%E7%89%88chrome/</guid>
      <description>原理 利用GoogleChromePortable.exe启动器来启动Chrome主程序，所有Chrome用户数据都指向本程序所在的Data目</description>
    </item>
    
    <item>
      <title>部署一个随时可用的在线 VS Code</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/linux/code-server/</link>
      <pubDate>Wed, 09 Aug 2023 23:37:26 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/linux/code-server/</guid>
      <description>安装 使用命令安装 如果网络好的话直接一条命令下载（国内服务器应该都不行） curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run 然后安装和运行 curl -fsSL https://code-server.dev/install.sh | sh 手动安装 从这里下载，我是 ubu</description>
    </item>
    
    <item>
      <title>Yaml 文件格式的介绍</title>
      <link>https://jiaw-zh-github-io.pages.dev/post/util/yaml/</link>
      <pubDate>Wed, 08 Mar 2023 17:19:18 +0800</pubDate>
      
      <guid>https://jiaw-zh-github-io.pages.dev/post/util/yaml/</guid>
      <description>yaml 也是一种标记语言，可以简单表达字典、列表和其他基本数据类型的形态。 yaml 语法规则如下： 大小写敏感。 使用缩进表示层级关系。 使用空格键缩进，而非T</description>
    </item>
    
    <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>使用 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>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>个人常用 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>
    
  </channel>
</rss>
