-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
85 lines (77 loc) · 5.51 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>RuiShawn</title>
<link>https://ruishawn.github.io/</link>
<description>Recent content on RuiShawn</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-cn</language>
<managingEditor>[email protected] (Rui Shawn)</managingEditor>
<webMaster>[email protected] (Rui Shawn)</webMaster>
<lastBuildDate>Mon, 23 Aug 2021 11:19:08 +0800</lastBuildDate><atom:link href="https://ruishawn.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>github cdn 加速</title>
<link>https://ruishawn.github.io/post/6.github_cdn/</link>
<pubDate>Mon, 23 Aug 2021 11:19:08 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/6.github_cdn/</guid>
<description>1.github.com速度缓慢 github.com由于种种原因,在国内访问不稳定,甚至经常不能访问,可以用下面简单的方法提升访问速度。 2.cdn 加</description>
</item>
<item>
<title>vscode 配置</title>
<link>https://ruishawn.github.io/post/5.vs_code_config/</link>
<pubDate>Thu, 24 Jun 2021 10:43:22 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/5.vs_code_config/</guid>
<description>1.整体配置 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 { &#34;git.confirmSync&#34;: false, &#34;workbench.startupEditor&#34;: &#34;newUntitledFile&#34;, &#34;editor.fontSize&#34;: 15, &#34;workbench.colorTheme&#34;: &#34;One Dark Pro&#34;, &#34;workbench.iconTheme&#34;: &#34;material-icon-theme&#34;, &#34;editor.suggestSelection&#34;: &#34;first&#34;, &#34;vsintellicode.modify.editor.suggestSelection&#34;: &#34;automaticallyOverrodeDefaultValue&#34;, &#34;python.pythonPath&#34;: &#34;/bin/python3.7&#34;, &#34;python.formatting.autopep8Path&#34;: &#34;flake8&#34;, &#34;python.formatting.provider&#34;: &#34;yapf&#34;, &#34;python.linting.flake8Enabled&#34;: true, &#34;python.linting.flake8Args&#34;: [&#34;--max-line-length=79&#34;], &#34;python.linting.enabled&#34;: true, &#34;python.languageServer&#34;: &#34;Pylance&#34; } 2.python 开发相关的配置 2.1 安装基本包 p</description>
</item>
<item>
<title>解决nifi在arm平台上无法正常启动的问题</title>
<link>https://ruishawn.github.io/post/4_fix_nifi_arm/</link>
<pubDate>Mon, 26 Apr 2021 21:21:01 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/4_fix_nifi_arm/</guid>
<description>nifi官网下载的包在arm平台启动存在的问题 大数据组件nifi虽然目前已经支持arm64平台,但是在实际操作过程中发现启动存在如下问题。 1</description>
</item>
<item>
<title>Centos7上安装Python3</title>
<link>https://ruishawn.github.io/post/3_centos7_install_python3/</link>
<pubDate>Sun, 16 Jul 2017 16:46:40 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/3_centos7_install_python3/</guid>
<description>为何升级 Python很多项目一直同时支持Python2和Python3,核心团队认为这样不利于Python的发展,Python大部分proj</description>
</item>
<item>
<title>Ansible变量的规划和使用</title>
<link>https://ruishawn.github.io/post/2_ansible_vars/</link>
<pubDate>Tue, 27 Jun 2017 16:12:04 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/2_ansible_vars/</guid>
<description>变量的存放位置 一个Ansible项目中存放变量的位置通常有三个 inventory中定义变量 例子:先看这个host的定义文件 1 2 3 4 5 6 7 8 9</description>
</item>
<item>
<title>使用expect的一个简单例子</title>
<link>https://ruishawn.github.io/post/2_shell_expect/</link>
<pubDate>Tue, 23 May 2017 17:25:19 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/2_shell_expect/</guid>
<description>expect是什么,为什么使用expect shell交互的时候不是很友好,例如ssh-copy-id在copy公钥的时候,如何让其自动添加k</description>
</item>
<item>
<title>数据结构基础学习</title>
<link>https://ruishawn.github.io/post/1_algorithm_base/</link>
<pubDate>Fri, 21 Apr 2017 16:12:04 +0800</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/post/1_algorithm_base/</guid>
<description>数据结构的分类 按照逻辑结构划分 集合结构:集合里面的元素是除了同属一个集合外,没有其他关系。 线性机构:元素之间是一对一的关系。 树形结构:元素和</description>
</item>
<item>
<title>关于我</title>
<link>https://ruishawn.github.io/about/</link>
<pubDate>Wed, 01 Feb 2017 00:00:00 +0000</pubDate>
<author>[email protected] (Rui Shawn)</author>
<guid>https://ruishawn.github.io/about/</guid>
<description>座右铭 simple sometimes naive</description>
</item>
</channel>
</rss>