<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>JabinGP Blog</title>
        <link>https://blog.jabingp.cn/</link>
        <description>JabinGP Blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>1748511181@qq.com (JabinGP)</managingEditor>
            <webMaster>1748511181@qq.com (JabinGP)</webMaster><lastBuildDate>Tue, 22 Dec 2020 21:24:06 &#43;0800</lastBuildDate>
            <atom:link href="https://blog.jabingp.cn/index.xml" rel="self" type="application/rss+xml" />
        <item>
    <title>操作系统系列之——进程</title>
    <link>https://blog.jabingp.cn/posts/code/linux-process/</link>
    <pubDate>Tue, 22 Dec 2020 21:24:06 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/linux-process/</guid>
    <description><![CDATA[相关前文：操作系统系列之——程序 1. 什么是进程 进程本质上是正在]]></description>
</item><item>
    <title>操作系统系列之——程序</title>
    <link>https://blog.jabingp.cn/posts/code/linux-program/</link>
    <pubDate>Mon, 21 Dec 2020 21:24:06 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/linux-program/</guid>
    <description><![CDATA[这是这个系列的第一篇文章，如果对后续感兴趣，可以不时检查os]]></description>
</item><item>
    <title>有关vercel部署的项目在一段时间空闲后会自动关闭的问题</title>
    <link>https://blog.jabingp.cn/posts/code/vercel-stop/</link>
    <pubDate>Sat, 19 Dec 2020 14:41:49 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/vercel-stop/</guid>
    <description><![CDATA[现象 通过vercel部署了Go的Serverless Func]]></description>
</item><item>
    <title>解决VSCode开发Golang时无法保存的问题</title>
    <link>https://blog.jabingp.cn/posts/code/vscode-go/</link>
    <pubDate>Fri, 18 Dec 2020 20:54:11 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/vscode-go/</guid>
    <description><![CDATA[运行环境 操作系统：macOS 10.15.6 Golang版本：go version go1.14.5 darwin/amd64 V]]></description>
</item><item>
    <title>解决Vercel部署Hugo时draft:true不生效，草稿也出现在博客中的问题。</title>
    <link>https://blog.jabingp.cn/posts/code/vercel-draft/</link>
    <pubDate>Fri, 18 Dec 2020 09:56:26 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/vercel-draft/</guid>
    <description><![CDATA[现象 文章中设置了draft: true，本地hugo serve]]></description>
</item><item>
    <title>Docker安装MongoDB</title>
    <link>https://blog.jabingp.cn/posts/code/docker-install-mongo/</link>
    <pubDate>Sat, 12 Dec 2020 17:28:11 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/docker-install-mongo/</guid>
    <description><![CDATA[拉取镜像 docker pull mongo:latest 运行镜像 docker run -itd --name mongo -p 27017:27017 mongo --auth &ndash;aut]]></description>
</item><item>
    <title>Ubuntu使用apt安装最新版golang</title>
    <link>https://blog.jabingp.cn/posts/code/ubuntu-apt-install-go/</link>
    <pubDate>Wed, 09 Dec 2020 21:42:29 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/ubuntu-apt-install-go/</guid>
    <description><![CDATA[1. 获取最新的软件包源，并添加至当前的apt库 add-apt-repository ppa:longsleep/golang-backports 2. 更新apt]]></description>
</item><item>
    <title>记一次go get安装hugo的坑、go module、goinstall、gobuild。</title>
    <link>https://blog.jabingp.cn/posts/code/goget-goinstall-hugo/</link>
    <pubDate>Tue, 08 Dec 2020 21:44:29 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/goget-goinstall-hugo/</guid>
    <description><![CDATA[该文章的golang版本为go version go1.14.5 darwin/amd64 心路历程 1. 报错 晚上本来想]]></description>
</item><item>
    <title>使用homebrew安装你电脑上的所有软件吧</title>
    <link>https://blog.jabingp.cn/posts/code/homebrew-install/</link>
    <pubDate>Tue, 08 Dec 2020 21:42:54 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/homebrew-install/</guid>
    <description><![CDATA[最近需要重装 mac，想着能不能用 homebrew 统一安装所有软件，本来以为]]></description>
</item><item>
    <title>docker安装redis、redis-cli测试连接、python api测试连接。</title>
    <link>https://blog.jabingp.cn/posts/code/docker-install-redis/</link>
    <pubDate>Tue, 08 Dec 2020 21:41:35 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://blog.jabingp.cn/posts/code/docker-install-redis/</guid>
    <description><![CDATA[拉取镜像、启动 拉取镜像 docker pull redis 查看已有镜像 docker images 启动 docker docker run -itd --name redis]]></description>
</item></channel>
</rss>
