<?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/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/</link>
    <description>Recent content in 编程语言 on Noel&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Sun, 18 Apr 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://jiaw-zh-github-io.pages.dev/categories/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/index.xml" rel="self" type="application/rss+xml" />
    <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>修改 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>
