<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>爱编程爱技术的孩子 on Chen's Blog</title><link>https://NamiChen.github.io/categories/%E7%88%B1%E7%BC%96%E7%A8%8B%E7%88%B1%E6%8A%80%E6%9C%AF%E7%9A%84%E5%AD%A9%E5%AD%90/</link><description>Recent content in 爱编程爱技术的孩子 on Chen's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Tue, 23 Mar 2021 15:32:00 +0800</lastBuildDate><atom:link href="https://NamiChen.github.io/categories/%E7%88%B1%E7%BC%96%E7%A8%8B%E7%88%B1%E6%8A%80%E6%9C%AF%E7%9A%84%E5%AD%A9%E5%AD%90/index.xml" rel="self" type="application/rss+xml"/><item><title>图片知识一文知</title><link>https://NamiChen.github.io/2021/picture-knowledge/</link><pubDate>Tue, 23 Mar 2021 15:32:00 +0800</pubDate><guid>https://NamiChen.github.io/2021/picture-knowledge/</guid><description>&lt;p>由于博客的原因，每周都需要进行图片处理，所以这里对相关知识做一个总结，包括图片格式、图片压缩的原理、水印、工具、最合适的大小等等。&lt;/p></description></item><item><title>hugo开发主题1-内容管理</title><link>https://NamiChen.github.io/2020/hugo-develop-themes-1-content-management/</link><pubDate>Wed, 11 Nov 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/hugo-develop-themes-1-content-management/</guid><description>&lt;p>Hugo 用到最后，终究还是免不了走上自己修改甚至开发主题的道路，本篇首先介绍 Hugo 的内容如何管理。&lt;/p></description></item><item><title>hugo开发主题2-模板</title><link>https://NamiChen.github.io/2020/hugo-develop-themes-2-templates/</link><pubDate>Wed, 11 Nov 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/hugo-develop-themes-2-templates/</guid><description>&lt;p>Hugo 用到最后，终究还是免不了走上自己修改甚至开发主题的道路，本篇介绍 Hugo 的核心之一：模板。&lt;/p></description></item><item><title>计算机基础-实数在计算机中的存储</title><link>https://NamiChen.github.io/2020/storage-of-reals-in-computers/</link><pubDate>Sun, 18 Oct 2020 10:16:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/storage-of-reals-in-computers/</guid><description>&lt;p>最近在智能合约中实现信誉算法，但是 Solidity 不支持浮点数赋值和运算，好在有人写了一个库实现了 IEEE 754 浮点数标准，只不过输入输出都是二进制，所以回过头来仔细理解一下实数在计算机中的存储。&lt;/p></description></item><item><title>Mysql学习补充-临时表与派生表</title><link>https://NamiChen.github.io/2020/mysql-learning-supplement-temporary-table-and-derived-table/</link><pubDate>Tue, 13 Oct 2020 19:15:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-supplement-temporary-table-and-derived-table/</guid><description>&lt;p>区分 MySQL 中临时表与派生表的概念，明确它们的用途。&lt;/p></description></item><item><title>win10效率优化7-终端和winget</title><link>https://NamiChen.github.io/2020/efficient-use-of-win10-7-windows-terminal-and-winget/</link><pubDate>Wed, 07 Oct 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/efficient-use-of-win10-7-windows-terminal-and-winget/</guid><description>Windows terminal 的安装配置和 winget 的基本使用，主要原因是 Powershell 不好看。 1. Windows terminal 界面友好的终端应用，凡是命令行程序都可以用它启动，可以将 win10 下的 cmd、Powersh</description></item><item><title>算法-时间复杂度和空间复杂度</title><link>https://NamiChen.github.io/2020/algorithm-time-and-space-complexity/</link><pubDate>Fri, 18 Sep 2020 20:37:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/algorithm-time-and-space-complexity/</guid><description>&lt;p>时间和空间复杂度的分析是编制程序的一个基本能力，不过平时基本都是脑子里简单的估计，本篇文章打算回忆一下大 O 表示法和具体的时间复杂度的推导过程。&lt;/p></description></item><item><title>Mysql学习补充-语句执行顺序</title><link>https://NamiChen.github.io/2020/mysql-learning-supplement-statement-execution-order/</link><pubDate>Sun, 13 Sep 2020 16:08:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-supplement-statement-execution-order/</guid><description>&lt;p>这篇文章用来仔细思考 MySQL 查询语句的执行顺序。&lt;/p></description></item><item><title>Mysql学习补充-关系数据理论</title><link>https://NamiChen.github.io/2020/mysql-learning-supplement-relational-data-theory/</link><pubDate>Fri, 11 Sep 2020 19:30:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-supplement-relational-data-theory/</guid><description>&lt;p>MySQL 作为关系数据库，关系数据理论是基础，本文进行补充学习，主要包括关系模型、关系代数和范式的相关知识。&lt;/p></description></item><item><title>Windows、Linux、Unix和 macOS</title><link>https://NamiChen.github.io/2020/windows-linux-unix-and-macos/</link><pubDate>Wed, 02 Sep 2020 21:15:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/windows-linux-unix-and-macos/</guid><description>&lt;p>目前主流的操作系统就是 Windows、Linux 和 macOS，有时候我们也常听到 Unix。今天查一下资料看一看它们的区别。&lt;/p></description></item><item><title>正则表达式与通配符</title><link>https://NamiChen.github.io/2020/regular-expression-basic-syntax/</link><pubDate>Wed, 02 Sep 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/regular-expression-basic-syntax/</guid><description>&lt;p>正则表达式在字符串处理时使用的非常普遍，这次来学习正则的相关知识，分别结束通配符、正则及它们的区别。&lt;/p></description></item><item><title>算法-字符串类问题</title><link>https://NamiChen.github.io/2020/algorithm-stings/</link><pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-stings/</guid><description>做 Leetcode 每日一题的时候遇到了子串判断类的问题，想起一直没仔细的去看过 KMP 等字符串常用的算法，所以这里学习一下。 1. 重复的子字符串 这就是今天遇到的题目</description></item><item><title>Bash脚本语法2</title><link>https://NamiChen.github.io/2020/bash-script-grammer-2/</link><pubDate>Fri, 21 Aug 2020 17:13:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/bash-script-grammer-2/</guid><description>&lt;p>很多时候都要求能使用 Shell 脚本进行编程，本文是根据阮一峰大神的 &lt;a href="https://wangdoc.com/bash/intro.html" target="_blank">系列教程&lt;/a> 总结的基本知识。&lt;/p></description></item><item><title>计算机网络-HTTP方法</title><link>https://NamiChen.github.io/2020/http-method/</link><pubDate>Thu, 20 Aug 2020 19:38:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/http-method/</guid><description>&lt;p>理解不同的 HTTP 方法的区别，主要参考 &lt;a href="https://tools.ietf.org/html/rfc7231#section-4.3" target="_blank">RFC 7231&lt;/a>&lt;/p></description></item><item><title>Bash脚本语法1</title><link>https://NamiChen.github.io/2020/bash-script-grammer-1/</link><pubDate>Tue, 18 Aug 2020 11:37:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/bash-script-grammer-1/</guid><description>&lt;p>很多时候都要求能使用 Shell 脚本进行编程，本文是根据阮一峰大神的 &lt;a href="https://wangdoc.com/bash/intro.html" target="_blank">系列教程&lt;/a> 总结的基本知识。&lt;/p></description></item><item><title>操作系统6-文件管理</title><link>https://NamiChen.github.io/2020/operate-system-6-file-management/</link><pubDate>Tue, 18 Aug 2020 08:18:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-6-file-management/</guid><description>&lt;p>本篇介绍文件管理相关的内容。包括硬盘结构、文件和目录的概念，以及一个文件系统涉及的其它知识。&lt;/p></description></item><item><title>操作系统5-设备管理</title><link>https://NamiChen.github.io/2020/operate-system-5-device-management/</link><pubDate>Mon, 17 Aug 2020 19:25:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-5-device-management/</guid><description>&lt;p>本篇介绍设备管理的相关内容。最近发现本科用的教材内容非常陈旧，而且不是那么浅显易懂，于是找了一本国外的教材《操作系统导论》，主要根据这个来学习。&lt;/p></description></item><item><title>操作系统4-存储管理</title><link>https://NamiChen.github.io/2020/operate-system-4-memory-management/</link><pubDate>Thu, 13 Aug 2020 11:04:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-4-memory-management/</guid><description>&lt;p>本文介绍操作系统另一个重要功能：存储管理。包括存储管理的基本功能，以及分区、页式、段式与段页式三种存储管理方法的具体细节。&lt;/p></description></item><item><title>操作系统3-进程管理</title><link>https://NamiChen.github.io/2020/operate-system-3-process-management/</link><pubDate>Mon, 10 Aug 2020 08:06:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-3-process-management/</guid><description>&lt;p>本文介绍操作系统最重要的一部分功能之一：进程管理，从进程的概念到进程的通信，再到死锁问题，最后结束进程的调度。&lt;/p></description></item><item><title>操作系统2-用户接口</title><link>https://NamiChen.github.io/2020/operate-system-2-user-interface/</link><pubDate>Sun, 09 Aug 2020 17:16:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-2-user-interface/</guid><description>&lt;p>本文介绍操作系统的一个重要功能：提供用户接口。&lt;/p></description></item><item><title>操作系统1-概述</title><link>https://NamiChen.github.io/2020/operate-system-1-overview/</link><pubDate>Sun, 09 Aug 2020 10:27:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/operate-system-1-overview/</guid><description>&lt;p>本文介绍操作系统的概念、历史、分类、功能及理解这些功能的必备基础知识。&lt;/p></description></item><item><title>win10效率优化8-自动化</title><link>https://NamiChen.github.io/2020/efficient-use-of-win10-7-automation/</link><pubDate>Sat, 08 Aug 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/efficient-use-of-win10-7-automation/</guid><description>&lt;p>win10 一些重复操作的自动化，主要利用 Powershell 和windows任务计划程序，运行环境为 Windows 10 和 PowerShell 7.1，低版本 PowerShell 可能有中文路径无法识别问题。&lt;/p></description></item><item><title>算法-背包问题</title><link>https://NamiChen.github.io/2020/algorithm-knapsack-problem/</link><pubDate>Thu, 06 Aug 2020 10:22:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/algorithm-knapsack-problem/</guid><description>&lt;p>奇安信的笔试遇到了完全背包问题，结果写的时候按 0-1 背包写的贪心，最后没 AC，因此本篇对所有的背包问题做一次整理。&lt;/p></description></item><item><title>算法-分支限界</title><link>https://NamiChen.github.io/2020/algorithm-branch-and-bound/</link><pubDate>Thu, 23 Jul 2020 10:07:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/algorithm-branch-and-bound/</guid><description>&lt;p>分支限界和回溯都是有效搜索解空间树的方法，不同的是，分支限界使用广度优先或最小耗费/最大效益优先的方式。&lt;/p></description></item><item><title>计算机网络-数据链路层</title><link>https://NamiChen.github.io/2020/data-link-layer/</link><pubDate>Sun, 19 Jul 2020 20:25:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/data-link-layer/</guid><description>&lt;p>两台主机间的数据传输，通常不是直达的，而是分成一段一段的链路。两个相邻节点间如何传输数据，是数据链路层关心的事情。&lt;/p></description></item><item><title>计算机网络-物理层</title><link>https://NamiChen.github.io/2020/physical-layer/</link><pubDate>Sun, 19 Jul 2020 20:08:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/physical-layer/</guid><description>&lt;p>物理层是 OSI 体系最下面的一层，涉及的多数是关于传输媒体和数据通信的知识，概念居多，本篇不详细解释，仅分辨物理层的主要任务。&lt;/p>
&lt;p>物理层考虑的问题是如何传输比特流，它要负责向数据链路层屏蔽掉传输媒体和通信手段的差异，从而使上层能专注自己的协议和服务。&lt;/p></description></item><item><title>Nginx说明</title><link>https://NamiChen.github.io/2020/nginx-learning/</link><pubDate>Fri, 17 Jul 2020 18:50:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/nginx-learning/</guid><description>&lt;p>本文学习 Nginx 的相关知识。&lt;/p></description></item><item><title>Mysql学习8-存储过程、触发器和事件</title><link>https://NamiChen.github.io/2020/mysql-learning-8-procedure-trigger-and-event/</link><pubDate>Wed, 15 Jul 2020 17:22:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-8-procedure-trigger-and-event/</guid><description>&lt;p>存储过程是在数据库中定义一些 SQL 语句的集合，可以直接调用这些存储过程来执行已经定义好的 SQL 语句。避免了开发人员重复编写相同 SQL 语句的问题。&lt;/p>
&lt;p>触发器和存储过程相似，都是嵌入到 MySQL 中的一段程序。触发器是由事件来触发某个操作。当数据库执行这些事件时，就会激活触发器来执行相应的操作。&lt;/p>
&lt;p>本篇介绍这两个概念&lt;/p></description></item><item><title>Mysql学习7-视图与索引</title><link>https://NamiChen.github.io/2020/mysql-learning-7-view-and-index/</link><pubDate>Wed, 15 Jul 2020 15:52:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-7-view-and-index/</guid><description>&lt;p>视图在数据库中的作用类似于窗户，用户可以通过这个窗口看到只对自己有用的数据。既保障了数据的安全性，又大大提高了查询效率。&lt;/p>
&lt;p>索引是提高数据库性能的重要方式，用来快速找出数据表中的特定记录。如果在表中查询的列有一个索引，MySQL 能快速到达一个位置去搜寻数据，而不必查看所有数据。&lt;/p>
&lt;p>本文介绍这两个概念。&lt;/p></description></item><item><title>计算机网络-HTTP与HTTPS协议</title><link>https://NamiChen.github.io/2020/http-and-https/</link><pubDate>Thu, 09 Jul 2020 20:43:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/http-and-https/</guid><description>&lt;p>HTTP 和 HTTPS 是最常用的两个协议，本篇对它们进行介绍。&lt;/p></description></item><item><title>计算机网络-TCP和UDP协议</title><link>https://NamiChen.github.io/2020/transmission-control-protocol-and-user-datagram-protocol/</link><pubDate>Tue, 07 Jul 2020 21:16:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/transmission-control-protocol-and-user-datagram-protocol/</guid><description>&lt;p>本篇介绍计算机网络运输层的的 TCP 和 UDP 协议，主要是过一遍，加深理解，以及方便以后查看，毕竟不是每次都带着书。&lt;/p></description></item><item><title>Mysql学习6-操作表中数据</title><link>https://NamiChen.github.io/2020/mysql-learning-6-data-query-language/</link><pubDate>Sun, 24 May 2020 17:03:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-6-data-query-language/</guid><description>&lt;p>本文详细介绍 &lt;strong>对表中数据&lt;/strong> 的增删查改操作。&lt;/p></description></item><item><title>Mysql学习5-约束与运算符</title><link>https://NamiChen.github.io/2020/mysql-learning-5-constraints-and-operators/</link><pubDate>Sun, 24 May 2020 12:10:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-5-constraints-and-operators/</guid><description>&lt;p>约束是一种限制，它通过限制表中的数据，来确保数据的完整性和唯一性。本文介绍 MySQL 的约束和运算符。&lt;/p></description></item><item><title>Mysql学习4-数据表操作</title><link>https://NamiChen.github.io/2020/mysql-learning-4-data-manipulation-language/</link><pubDate>Sun, 24 May 2020 11:25:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-4-data-manipulation-language/</guid><description>&lt;p>介绍数据表的基本操作，主要包括创建数据表、查看数据表结构、修改数据表和删除数据表等。&lt;/p></description></item><item><title>Mysql学习3-数据类型和存储引擎</title><link>https://NamiChen.github.io/2020/mysql-learning-3-data-type-and-storage-engine/</link><pubDate>Sun, 24 May 2020 10:32:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-3-data-type-and-storage-engine/</guid><description>&lt;p>存储引擎决定数据表的类型，数据表的字段则有自己的数据类型。&lt;/p></description></item><item><title>Mysql学习2-数据库操作</title><link>https://NamiChen.github.io/2020/mysql-learning-2-data-definition-language/</link><pubDate>Sun, 24 May 2020 09:17:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-2-data-definition-language/</guid><description>&lt;p>本文介绍对数据库的操作，包括创建、删除、修改等。&lt;/p></description></item><item><title>Mysql学习1-入门</title><link>https://NamiChen.github.io/2020/mysql-learning-1-introduction/</link><pubDate>Sun, 24 May 2020 08:02:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/mysql-learning-1-introduction/</guid><description>&lt;p>本文介绍数据库和 MySQL的基础知识。得庆幸当初数据库课学的还可以，大部分内容看一眼都能想起来，不需要去理解，就是单纯的忘了一些语句写法。&lt;/p></description></item><item><title>JavaScript学习2-基础语法</title><link>https://NamiChen.github.io/2020/javascript-learning-2-basic-syntax/</link><pubDate>Fri, 22 May 2020 17:07:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/javascript-learning-2-basic-syntax/</guid><description>各种语言的基础语法部分都很相似，因此这里简单总结一下 1. 变量与常量 尽管以前使用 var 关键字，但现在更多使用 let 关键字声明变量 1 2 3 4 5 let myName; // 声明 myName =</description></item><item><title>JavaScript学习1-概览</title><link>https://NamiChen.github.io/2020/javascript-learning-1-overview/</link><pubDate>Fri, 22 May 2020 11:50:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/javascript-learning-1-overview/</guid><description>JavaScript 是标准 Web 技术的第三层，负责实现动态的行为，比如实现交互式的地图、2D/3D动画、滚动播放的视频等。 JS 的标准是 ECMAScript，2015</description></item><item><title>Docker-网络</title><link>https://NamiChen.github.io/2020/network/</link><pubDate>Mon, 18 May 2020 17:13:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/network/</guid><description>Docker 允许通过外部访问容器或容器互联的方式来提供网络服务。 1. 外部访问容器 容器中可以运行一些网络应用，要让外部也可以访问这些应用，可以通过 -P 或 -p 参</description></item><item><title>Docker-镜像、容器与仓库</title><link>https://NamiChen.github.io/2020/image-container-and-repository/</link><pubDate>Mon, 18 May 2020 09:00:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/image-container-and-repository/</guid><description>&lt;p>Docker 的三个基本概念是镜像（Image）、容器（Container）和仓库（Repository），理解了这三个概念基本就理解了 Docker。&lt;/p></description></item><item><title>算法-回溯</title><link>https://NamiChen.github.io/2020/algorithm-backtracking/</link><pubDate>Mon, 04 May 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-backtracking/</guid><description>在真实的世界中，很多问题是不存在快速解法的，只能穷尽搜索，因此一个高效的搜索技术非常重要。回溯（Backtracking）和分支限界（Bra</description></item><item><title>算法-贪心</title><link>https://NamiChen.github.io/2020/algorithm-greedu/</link><pubDate>Sun, 03 May 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-greedu/</guid><description>&lt;p>贪心是一种策略，是一种总是寻求当前最优的策略。因为贪心只关心局部的最优，因此不是总能得到全局的最优解，所以我们选择贪心解决问题时必须保证状态的独立性，即当前最优值只与当前状态有关，不会影响以后的状态。&lt;/p></description></item><item><title>算法-动态规划</title><link>https://NamiChen.github.io/2020/algorithm-dynamic-programming/</link><pubDate>Fri, 01 May 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-dynamic-programming/</guid><description>&lt;p>动态规划策略通常用于求解最优化问题。在这类问题中，可能会有许多可行解，每个解对应一个值，我们希望找到具有最优值的那个解，也就是最优解。当题目中涉及「最大」「最小」等词时，很有可能就是这类问题，要考虑是否可用动态规划求解。&lt;/p></description></item><item><title>Docker-Win10 Home安装Docker</title><link>https://NamiChen.github.io/2020/install-docker-desktop-on-windows-10-home/</link><pubDate>Thu, 23 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/install-docker-desktop-on-windows-10-home/</guid><description>Docker Desktop 是 Windows 安装 Docker 的推荐安装方式，然而系统需求是 Pro, Enterprise 或 Education 版本，Home 版不支持，因为没有 Hyper-V。 这篇文章记录网上找到的 Win10 Home 版安装 Docker Desktop 的方</description></item><item><title>Docker-使用 Docker 安装运行 mysql</title><link>https://NamiChen.github.io/2020/using-docker-installation-to-run-mysql/</link><pubDate>Thu, 23 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/using-docker-installation-to-run-mysql/</guid><description>Docker Hub 中的 mysql 镜像 地址为 https://hub.docker.com/_/mysql，安装运行过程如下。 1. 拉取镜像 1 2 3 4 5 6 $ docker pull mysql # 查看 $ docker</description></item><item><title>算法-分治</title><link>https://NamiChen.github.io/2020/algorithm-divide-and-conquer/</link><pubDate>Mon, 13 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-divide-and-conquer/</guid><description>分治，字面意思就是分而治之，意思就是把一个复杂的问题分成两个或更多个相同或相似的子问题，解决子问题后再进行合并。典型的如归并排序和快排，都是</description></item><item><title>算法-递归</title><link>https://NamiChen.github.io/2020/algorithm-recursive/</link><pubDate>Sun, 12 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-recursive/</guid><description>&lt;p>首先简单阐述一下递归、分治、动态规划和贪心这几个东西的区别和联系。&lt;/p>
&lt;ol>
&lt;li>递归是一种编程技巧，一种解决问题的思维方式；&lt;/li>
&lt;li>分治和动态规划是建立在递归基础上的，解决更具体问题的两类算法思想（实现动态规划大都不是递归的，但是过程和思想是）；&lt;/li>
&lt;li>贪心是动态规划的一个子集，可以更高效解决一部分更特殊的问题。&lt;/li>
&lt;/ol></description></item><item><title>算法-排序</title><link>https://NamiChen.github.io/2020/algorithm-sort/</link><pubDate>Thu, 02 Apr 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-sort/</guid><description>排序算法分为内部排序（待排序记录存放在内存中进行的排序过程）和外部排序（由于待排序记录数量大，以致内存一次不能容纳全部记录，在排序过程中需要</description></item><item><title>算法-搜索</title><link>https://NamiChen.github.io/2020/algorithm-search/</link><pubDate>Sun, 29 Mar 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-search/</guid><description>&lt;p>搜索是最常用的算法之一，但线性的搜索进行介绍没有太大的意义，本文介绍搜索中一种广为使用的方法：二分查找。&lt;/p></description></item><item><title>算法-数组类问题</title><link>https://NamiChen.github.io/2020/algorithm-array/</link><pubDate>Fri, 20 Mar 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/algorithm-array/</guid><description>数组的访问时间为 $O(1)$，这是它最大的优势，但限于数组固定的大小，平常使用最多的是动态数组。在 Golang 中，其实就是[切片]^(slice)，动</description></item><item><title>数据结构-并查集</title><link>https://NamiChen.github.io/2020/data-structure-union-find-set/</link><pubDate>Wed, 18 Mar 2020 18:44:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/data-structure-union-find-set/</guid><description>&lt;p>并查集是一种特别而实用的结构，主要作用是进行不相交集合的合并和判断两个元素是否在同一集合，时间复杂度为常数级。常见用途包括 Kruskal 算法和求最近公共祖先，本篇文章介绍该数据结构。&lt;/p></description></item><item><title>数据结构-B树与红黑树</title><link>https://NamiChen.github.io/2020/data-structure-b-tree-and-red-black-tree/</link><pubDate>Wed, 18 Mar 2020 09:21:00 +0800</pubDate><guid>https://NamiChen.github.io/2020/data-structure-b-tree-and-red-black-tree/</guid><description>&lt;p>本篇介绍B树（B-树），B+树和红黑树，参考自陈小玉，《趣学数据结构》。&lt;/p></description></item><item><title>数据结构-图</title><link>https://NamiChen.github.io/2020/data-structure-graph/</link><pubDate>Mon, 16 Mar 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-graph/</guid><description>链表是一种一对一的关系，树是一种一对多的关系，图则是一种多对多的关系。实际上，我们可以将链表和树都看作图的一部分。 1. 图的定义 用 V(Vertex) 表示顶点的集</description></item><item><title>数据结构-堆</title><link>https://NamiChen.github.io/2020/data-structure-heap/</link><pubDate>Wed, 11 Mar 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-heap/</guid><description>&lt;p>普通的队列是一种先进先出的数据结构，在此基础上，还有一种叫做 &lt;strong>优先队列&lt;/strong> 的结构。顾名思义，优先队列就是具有优先级的队列，其中，元素被赋予优先级，具有最高优先级的元素将最先被访问。&lt;/p></description></item><item><title>数据结构-二叉搜索树</title><link>https://NamiChen.github.io/2020/data-structure-binary-search-tree/</link><pubDate>Tue, 03 Mar 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-binary-search-tree/</guid><description>二叉搜索树是二叉树的一种特殊形式，由于它对查找的良好特性，使用较为广泛，本篇文章我们对其进行介绍，同时也包括二叉搜索树的各种进阶，比如二叉平</description></item><item><title>数据结构-二叉树</title><link>https://NamiChen.github.io/2020/data-structure-tree-and-binary-tree/</link><pubDate>Mon, 24 Feb 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-tree-and-binary-tree/</guid><description>树是反映事物之间层次关系的一种结构，比如家谱树、硬盘目录结构树等。 使用树的原因是这种层次结构在管理上有更高的效率，以查找为例，顺序查找的时间</description></item><item><title>数据结构-队列与栈</title><link>https://NamiChen.github.io/2020/data-structure-queue-and-stack/</link><pubDate>Sat, 22 Feb 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-queue-and-stack/</guid><description>&lt;p>队列与栈是最常使用的两种数据结构，其中，队列的核心特征是先入先出，栈的核心特征是后入先出，只要符合这两个特征，就属于队列（栈），不因实现形式的不同（数组或链表）而有差别，可以根据具体情况选择使用起来更方便的实现形式。&lt;/p>
&lt;p>在本文中，我们对队列与栈的核心功能，循环队列这种特殊结构，以及队列和栈的主要应用，尤其是广度优先搜索和深度优先搜索进行介绍。&lt;/p></description></item><item><title>数据结构-链表</title><link>https://NamiChen.github.io/2020/data-structure-linkedlist/</link><pubDate>Thu, 20 Feb 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/data-structure-linkedlist/</guid><description>链表是一种最为基础的数据结构，由一系列结点组成，每个结点不仅包含值，还包含指向下一个结点（有时也包括上一个结点）的指针。相比于数组，在链表中</description></item><item><title>win10效率优化5-系统功能的充分利用</title><link>https://NamiChen.github.io/2020/efficient-use-of-win10-5-system-function-use/</link><pubDate>Sun, 19 Jan 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/efficient-use-of-win10-5-system-function-use/</guid><description>作为一款成熟的商业系统，windows提供了大量实用的功能，尤其是到了win10后，很多功能的体验变得越来越好，本篇对这些功能做总结。 值得注</description></item><item><title>win10效率优化6-软件体系整理</title><link>https://NamiChen.github.io/2020/efficient-use-of-win10-6-software-collection/</link><pubDate>Sun, 19 Jan 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/efficient-use-of-win10-6-software-collection/</guid><description>对win10中使用的软件体系进行整理，在满足需要的同时，选择每一类软件中最适合的一种，同时尽量减少安装的软件数量。 1. 系统管理 1.1 火绒 抛弃腾讯和</description></item><item><title>win10效率优化4-文件管理</title><link>https://NamiChen.github.io/2020/efficient-use-of-win10-4-file-management/</link><pubDate>Fri, 17 Jan 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/efficient-use-of-win10-4-file-management/</guid><description>文件管理是效率提升、电子资料极简化的重要部分，本文探索如何有效的对win10中的文件进行管理，核心包括三部分：分类、命名和备份。 1. 分类 win</description></item><item><title>Ubuntu中无法获得锁相关问题的解决方案</title><link>https://NamiChen.github.io/2020/ubuntu%E4%B8%AD%E6%97%A0%E6%B3%95%E8%8E%B7%E5%BE%97%E9%94%81%E7%9B%B8%E5%85%B3%E9%97%AE%E9%A2%98%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</link><pubDate>Fri, 03 Jan 2020 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2020/ubuntu%E4%B8%AD%E6%97%A0%E6%B3%95%E8%8E%B7%E5%BE%97%E9%94%81%E7%9B%B8%E5%85%B3%E9%97%AE%E9%A2%98%E7%9A%84%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</guid><description>Ubuntu环境下，Unable to acquire the lock这类问题时有发生，本文对该问题的解决方案做一个总结 E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is</description></item><item><title>linux系统时间同步</title><link>https://NamiChen.github.io/2019/linux%E7%B3%BB%E7%BB%9F%E6%97%B6%E9%97%B4%E5%90%8C%E6%AD%A5/</link><pubDate>Fri, 20 Dec 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/linux%E7%B3%BB%E7%BB%9F%E6%97%B6%E9%97%B4%E5%90%8C%E6%AD%A5/</guid><description>虚拟机长时间不开机，系统时间和当前时间不同步，导致很多操作被拒绝，这里记录如何主动同步系统的时间和网络时间 正文 设置系统时区 1 $ timedatectl set-timezone Asia/Shanghai 安装nt</description></item><item><title>hugo搭建个人博客5-博客收集</title><link>https://NamiChen.github.io/2019/hugo-blog-themes-collection/</link><pubDate>Sun, 17 Nov 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/hugo-blog-themes-collection/</guid><description>本文用来收集喜欢的主题和有参考价值的博客(使用Hexo或Hugo的)。 主题 LeaveIt KeepIt LoveIt AllinOne hexo-theme-pure hexo-theme-Chic 博客 Yearito&amp;rsquo;s Blog 深入浅出区块链 Sirice&amp;rsquo;s Blog Mogeko&amp;rsquo;s Blog Wyane&amp;rsquo;s Blog Dillon&amp;rsquo;s Blog Orianna的</description></item><item><title>Win10效率优化3-桌面整理</title><link>https://NamiChen.github.io/2019/efficient-use-of-win10-3-desktop-management/</link><pubDate>Wed, 23 Oct 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/efficient-use-of-win10-3-desktop-management/</guid><description>对任何系统来讲，桌面的整理都是重中之重。有些人喜欢文件触手可及，所有东西都放在桌面。有些人喜欢极简美观，桌面一尘不染，全部通过快速搜索完成。</description></item><item><title>Win10效率优化1-综述</title><link>https://NamiChen.github.io/2019/efficient-use-of-win10-1-overview/</link><pubDate>Mon, 21 Oct 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/efficient-use-of-win10-1-overview/</guid><description>得益于苹果的生态，MacOS上的优秀软件不少，因此网上存在大量介绍如何利用Mac有效率的学习、工作和生活的文章。但对于Win10来说，这方面</description></item><item><title>Win10效率优化2-锁屏与登录</title><link>https://NamiChen.github.io/2019/efficient-use-of-win10-2-lockscreen-and-login/</link><pubDate>Mon, 21 Oct 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/efficient-use-of-win10-2-lockscreen-and-login/</guid><description>Win10 系统中，锁屏是我们登录系统前看到的一个界面。它的作用是当我们暂时离开电脑时阻止别人操作，但早晨当我们打开电脑时，第一眼看到也是锁屏界面，因</description></item><item><title>Git深入-子模块, 徽章, 开源协议</title><link>https://NamiChen.github.io/2019/git-learning-deep-into/</link><pubDate>Mon, 30 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/git-learning-deep-into/</guid><description>&lt;p>学习一些更高级或更有趣的 Git 用法，包括子模块、徽章、开源协议选择等。&lt;/p></description></item><item><title>hugo搭建个人博客4-主题美化</title><link>https://NamiChen.github.io/2019/hugo-blog-theme-beautify/</link><pubDate>Mon, 30 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/hugo-blog-theme-beautify/</guid><description>1. 基础知识 通过一个简单的主题开发流程，理解需要的基本知识，为自己进行主题修改和美化打基础，这里参考create a new theme一文。 开发准备 U</description></item><item><title>VMware虚拟机使用技巧</title><link>https://NamiChen.github.io/2019/vmware-usage/</link><pubDate>Fri, 06 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/vmware-usage/</guid><description>双系统时常折腾容易坏电脑，因此一般是在虚拟机中使用Linux系统，常用的虚拟机为VMware，本文对VMware的相关知识以及使用过程中的一</description></item><item><title>树莓派和虚拟机组网出现的问题及解决思路</title><link>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E5%92%8C%E8%99%9A%E6%8B%9F%E6%9C%BA%E7%BB%84%E7%BD%91%E5%87%BA%E7%8E%B0%E7%9A%84%E9%97%AE%E9%A2%98%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%80%9D%E8%B7%AF/</link><pubDate>Fri, 06 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E5%92%8C%E8%99%9A%E6%8B%9F%E6%9C%BA%E7%BB%84%E7%BD%91%E5%87%BA%E7%8E%B0%E7%9A%84%E9%97%AE%E9%A2%98%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%80%9D%E8%B7%AF/</guid><description>小米随身WiFi拥有两种模式，网卡模式可以令电脑搜索并接入其它的WiFi，AP模式可以开启一个WiFi供别的设备加入。现在拥有一台主机，插在</description></item><item><title>树莓派使用网线直连电脑</title><link>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E4%BD%BF%E7%94%A8%E7%BD%91%E7%BA%BF%E7%9B%B4%E8%BF%9E%E7%94%B5%E8%84%91/</link><pubDate>Wed, 04 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E4%BD%BF%E7%94%A8%E7%BD%91%E7%BA%BF%E7%9B%B4%E8%BF%9E%E7%94%B5%E8%84%91/</guid><description>树莓派刷好系统，要进行联网使用，手里没有显示屏和HDMI线，实验室没有路由器，电脑也没有无线网卡，唯一的网口也被占用。只能通过网线和USB网</description></item><item><title>树莓派常用设置</title><link>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E5%B8%B8%E7%94%A8%E8%AE%BE%E7%BD%AE/</link><pubDate>Wed, 04 Sep 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/%E6%A0%91%E8%8E%93%E6%B4%BE%E5%B8%B8%E7%94%A8%E8%AE%BE%E7%BD%AE/</guid><description>记录树莓派使用过程中经常使用的一些设置。 1. WiFi连接 这里指的是初次启动直连WiFi，主要是因为手里没有屏幕，因为使用的小米随身WiFi，所</description></item><item><title>hugo搭建个人博客3-进阶设置</title><link>https://NamiChen.github.io/2019/hugo-blog-advanced-setup/</link><pubDate>Fri, 12 Jul 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/hugo-blog-advanced-setup/</guid><description>本文是 Hugo 使用记录的第二篇，介绍如何为Hugo开启更多的功能。 1. 添加菜单栏页面 我们可以自己建立新的菜单页面1 ，比如我新建life页面用作展示阅</description></item><item><title>hugo搭建个人博客2-文章写作</title><link>https://NamiChen.github.io/2019/hugo-blog-article-write/</link><pubDate>Wed, 15 May 2019 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2019/hugo-blog-article-write/</guid><description>本文是 Hugo 使用记录的第二篇，介绍关于文章写作的一些问题，包括分类管理、排版技巧、特殊语法等，所有语法基于 LoveIt 主题。 Hugo支持的文章格式为.md</description></item><item><title>hugo搭建个人博客1-基础建站</title><link>https://NamiChen.github.io/2019/hugo-blog-build-personal-blog/</link><pubDate>Fri, 26 Apr 2019 10:45:00 +0800</pubDate><guid>https://NamiChen.github.io/2019/hugo-blog-build-personal-blog/</guid><description>Hugo 是由 Go 语言实现的静态网站生成器，可以快速建立一个静态网站，虽然多数情况下用来搭建个人博客，但也可以用作展示在线书籍、个人简历等。在使用 Hugo 之</description></item><item><title>树莓派项目构想-扫地机器人</title><link>https://NamiChen.github.io/2019/raspberry-project-sweeping-robot/</link><pubDate>Tue, 26 Mar 2019 19:40:00 +0800</pubDate><guid>https://NamiChen.github.io/2019/raspberry-project-sweeping-robot/</guid><description>&lt;h2 id="前言">前言&lt;/h2>
&lt;p>本文是创新创业的结课报告，结课报告的题目要求如下：&lt;/p>
&lt;ul>
&lt;li>通过课程学习、课下查阅网络与图文资料，了解和掌握树莓派的功能、扩展性与应用领域（树莓派的典型和非典型应用）&lt;/li>
&lt;li>深入分析某一个具体行业或工作的工作特点，找到痛点难点，并分析树莓派的适用性（树莓派的什么特点使其适合用于解决这一问题）&lt;/li>
&lt;li>基于树莓派的功能，讨论如何通过增加相应的软硬件（传感器、软件模块、算法库……等），满足所关注的问题&lt;/li>
&lt;li>以“开发产品原型并吸引风投”为目标，完成一份创业项目计划书&lt;/li>
&lt;/ul>
&lt;p>注：不要求完成实际作品，而是强调基于技术的创意、运用工具和所学知识解决实际问题的能力、分析评价项目商业价值的能力&lt;/p></description></item><item><title>利用树莓派作为服务器建立动态博客</title><link>https://NamiChen.github.io/2019/using-virtual-machine-as-raspberry-pi-server-to-build-dynamic-blog/</link><pubDate>Wed, 13 Mar 2019 14:32:00 +0800</pubDate><guid>https://NamiChen.github.io/2019/using-virtual-machine-as-raspberry-pi-server-to-build-dynamic-blog/</guid><description>1. 前言 该工作为课程作业，主要目标为利用树莓派作为服务器，完成wordpress的配置，建立动态博客网站。详细的作业要求如下： 制作raspbi</description></item><item><title>计算机网络-ICMP协议</title><link>https://NamiChen.github.io/2018/internet-control-message-protocol/</link><pubDate>Mon, 01 Oct 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/internet-control-message-protocol/</guid><description>&lt;p>网络层除了主要的 IP 协议外，还有 ICMP（Internet Control Message Protocol） 协议，ping 和 traceroute 都会用到它，本文进行介绍。&lt;/p></description></item><item><title>Markdown使用探索</title><link>https://NamiChen.github.io/2018/markdown-usage/</link><pubDate>Sun, 01 Jul 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/markdown-usage/</guid><description>前言 Markdown用习惯之后，就会不管什么事都想用它来做，因为真的太好用了。本篇文章就是一些尝试，因为往往“不堪大用”，所以给这篇文章起了</description></item><item><title>Markdown语法</title><link>https://NamiChen.github.io/2018/markdown-syntax/</link><pubDate>Sat, 30 Jun 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/markdown-syntax/</guid><description>Markdown由Aaron Swartz和John Gruber共同设计 Aaron Swartz的博客：http://www.aaronsw.com/ John</description></item><item><title>Git提高-分支管理, 多人协作, 标签管理, gitignore, commit信息</title><link>https://NamiChen.github.io/2018/git-learning-improvement/</link><pubDate>Sun, 22 Apr 2018 10:21:16 +0800</pubDate><guid>https://NamiChen.github.io/2018/git-learning-improvement/</guid><description>上一篇我们学习了Git的基本知识，包括仓库创建，提交、修改、推送、回退等等操作，本篇学习一些高级的功能。转自 廖雪峰的官方网站-git教程。 1.</description></item><item><title>Git入门-基本概念, 基本原理, 安装使用</title><link>https://NamiChen.github.io/2018/git-learning-getting-started/</link><pubDate>Fri, 20 Apr 2018 19:06:20 +0800</pubDate><guid>https://NamiChen.github.io/2018/git-learning-getting-started/</guid><description>&lt;p>版本控制系统在代码开发过程中必不可缺，本系列学习 Git 的使用，版本托管服务则是 Github。以廖雪峰大神 &lt;a href="https://www.liaoxuefeng.com/wiki/896043488029600" target="_blank">git教程&lt;/a> 为主体，辅以使用过程中遇到的问题和心得。&lt;/p></description></item><item><title>编程语言选择</title><link>https://NamiChen.github.io/2018/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E9%80%89%E6%8B%A9/</link><pubDate>Wed, 18 Apr 2018 20:06:18 +0800</pubDate><guid>https://NamiChen.github.io/2018/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80%E9%80%89%E6%8B%A9/</guid><description>从大学期间教授的C、C++、Java，到自己接触的python、js，以及耳熟能详的PHP、C#、Ruby，甚至其它众多听过的没听过的语言。</description></item><item><title>Hexo 搭建个人博客</title><link>https://NamiChen.github.io/2018/using-hexo-build-persoanl-blog/</link><pubDate>Tue, 17 Apr 2018 20:30:00 +0800</pubDate><guid>https://NamiChen.github.io/2018/using-hexo-build-persoanl-blog/</guid><description>Hexo是一款快速、简洁且高效的静态博客框架，使用Markdown渲染引擎解析文章，拥有着丰富的主题社区，可以帮助我们快速建立自己的博客，正</description></item><item><title>系统移植1-移植相关知识</title><link>https://NamiChen.github.io/2018/migration-related-knowledge/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/migration-related-knowledge/</guid><description>1. Linux 操作系统组成 Linux 操作系统由 Linux 内核、shell 命令解释器和应用程序3部分构成 1.1 shell Linux的内核不能直接接受来自终端的用户命令，shell 为</description></item><item><title>系统移植2-Debian系统的移植</title><link>https://NamiChen.github.io/2018/migration-of-debian-system/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/migration-of-debian-system/</guid><description>Debian 系统的移植总分四部分：u-boot的编译与烧录，Linux内核的编译与烧录，Debian 基本根文件系统的制作、配置与烧录，开发板设置。 1. u</description></item><item><title>系统移植3-Android系统移植</title><link>https://NamiChen.github.io/2018/android-system-migration/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/android-system-migration/</guid><description>采用Android6.0（棉花糖），编译环境为Ubuntu14.04和opoenjdk-7-jdk 1. 获取源码 首先参阅Android网站sou</description></item><item><title>系统移植4-内核配置</title><link>https://NamiChen.github.io/2018/linux-lernel-configuration/</link><pubDate>Wed, 11 Apr 2018 00:00:00 +0000</pubDate><guid>https://NamiChen.github.io/2018/linux-lernel-configuration/</guid><description>内核配置的目的主要是裁剪掉不必要的文件和目录，获得一个最适用的操作系统。可通过执行下面的命令进入配置窗口 1 $ make menuconfig 执行完毕后显示一个基于文本的</description></item></channel></rss>