<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Zwyyy456 - 作者 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/authors/zwyyy456/</link>
        <description>Zwyyy456 - 作者 - zwyyy456&#39;s blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh</language><managingEditor>zwyyy456@hotmail.com (zwyyy456)</managingEditor>
            <webMaster>zwyyy456@hotmail.com (zwyyy456)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Wed, 21 Aug 2024 23:22:48 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/authors/zwyyy456/" rel="self" type="application/rss+xml" /><item>
    <title>RHEL 7 个人开发环境部署</title>
    <link>https://doit.tellm.eu.org/zh/rhel7-dev-env-deploy/</link>
    <pubDate>Wed, 21 Aug 2024 23:22:48 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/rhel7-dev-env-deploy/</guid>
    <description><![CDATA[1 前言入职了某公司，福利待遇不错，就是这开发环境属实一言难尽，开发机部署在内网，没有网络，只能通过内外网交换软件传文件，没有 root 权限（暂无，后]]></description>
</item><item>
    <title>基于 Hugo 搭建个人博客</title>
    <link>https://doit.tellm.eu.org/zh/build-site-with-papermod/</link>
    <pubDate>Sun, 11 Aug 2024 09:51:38 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/build-site-with-papermod/</guid>
    <description><![CDATA[1 简介与安装Hugo 是一个用 Go 编写的静态网站生成器，可以轻松生成个人博客。 Hugo 安装起来也非常方便，以下是 Hugo 的安装命令： sh brew install hugo # mac sudo apt install hugo # Debian]]></description>
</item><item>
    <title>计算机教育缺失的一课：Git</title>
    <link>https://doit.tellm.eu.org/zh/missing-semester-git/</link>
    <pubDate>Sun, 16 Jun 2024 00:00:00 &#43;0000</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/missing-semester-git/</guid>
    <description><![CDATA[1 版本控制系统介绍版本控制系统 (VCSs) 是一类用于追踪源代码（或其他文件、文件夹）改动的工具。顾名思义，这些工具可以帮助我们管理代码的修改历史；不仅]]></description>
</item><item>
    <title>计算机常用术语中英文对比</title>
    <link>https://doit.tellm.eu.org/zh/cs-zh-en-translation/</link>
    <pubDate>Sat, 15 Jun 2024 16:19:53 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/cs-zh-en-translation/</guid>
    <description><![CDATA[1 前言在计算机科学中，很多专业术语或者名词的初始版本都是英文的，之后会被翻译成中文而引入国内。然而，个人看来，许多专业名词的中文翻译，看起来]]></description>
</item><item>
    <title>计算机教育缺失的一课：命令行环境</title>
    <link>https://doit.tellm.eu.org/zh/missing-semester-command-line/</link>
    <pubDate>Sat, 15 Jun 2024 15:18:13 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/missing-semester-command-line/</guid>
    <description><![CDATA[1 任务控制 1.1 信号与终止进程shell 会使用 unix 提供的信号机制来进行进程之间的通信，当一个进程接收到信号时，它会停止执行原来的任务、处理该信号、]]></description>
</item><item>
    <title>计算机教育缺失的一课：数据整理</title>
    <link>https://doit.tellm.eu.org/zh/missing-semester-data-organize/</link>
    <pubDate>Fri, 14 Jun 2024 19:26:09 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/missing-semester-data-organize/</guid>
    <description><![CDATA[1 前言您是否曾经有过这样的需求，将某种格式存储的数据转换成另外一种格式？肯定有过，对吧！ 这也正是我们这节课所要讲授的主要内容。具体来讲，我们]]></description>
</item><item>
    <title>计算机教育缺失的一课：编辑器（Vim）</title>
    <link>https://doit.tellm.eu.org/zh/missing-semester-editor-vim/</link>
    <pubDate>Fri, 14 Jun 2024 16:55:19 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/missing-semester-editor-vim/</guid>
    <description><![CDATA[1 编辑模式Vim 的符号说明，对于 Ctlr+v 的组合键，可能有 ^V、Ctrl-v、&lt;C-v&gt; 三种表达方式。 Vim 的设计以大多数时间都花在阅读、浏]]></description>
</item><item>
    <title>安卓电视盒子的折腾之旅</title>
    <link>https://doit.tellm.eu.org/zh/android-tv-box/</link>
    <pubDate>Tue, 11 Jun 2024 22:39:23 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/android-tv-box/</guid>
    <description><![CDATA[1 前言论文写完之后，以 840 元的价格购入了投影群里群友的优派 PJD7822HDL，只能说还能凑合用吧，噪音与发热巨大，开节能模式之后勉强可以接受]]></description>
</item><item>
    <title>VSCode 工作空间（Workspace）指北</title>
    <link>https://doit.tellm.eu.org/zh/vscode-workspace/</link>
    <pubDate>Sat, 25 May 2024 10:33:04 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/vscode-workspace/</guid>
    <description><![CDATA[1 为什么要用工作区VSCode 作为一个轻量的编辑器，对比 IDE 很多功能并非集成。如果想打造成一个 IDE，那么就需要安装很多扩展，然而扩展越多，管]]></description>
</item><item>
    <title>使博客被搜索引擎收录</title>
    <link>https://doit.tellm.eu.org/zh/blog-google-bing/</link>
    <pubDate>Wed, 15 May 2024 15:44:28 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/blog-google-bing/</guid>
    <description><![CDATA[1 前言在网站没有被搜索引擎收录之前，网站内容是无法通过搜索引擎搜索到的，因此我们手动让网站被 Google 和 Bing 收录。 2 Google进入 Google Search Console]]></description>
</item></channel>
</rss>
