-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
176 lines (137 loc) · 9.83 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>a gopher‘s and python's home</title>
<link>https://neilliu9891.github.io/</link>
<description>Recent content on a gopher‘s and python's home</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 28 Sep 2020 00:08:02 +0800</lastBuildDate>
<atom:link href="https://neilliu9891.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Go Ovn源码阅读思考</title>
<link>https://neilliu9891.github.io/2021/01/go-ovn%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E6%80%9D%E8%80%83/</link>
<pubDate>Tue, 05 Jan 2021 17:50:43 +0800</pubDate>
<guid>https://neilliu9891.github.io/2021/01/go-ovn%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E6%80%9D%E8%80%83/</guid>
<description>go-ovn源码阅读思考 最近在学习ovn相关的内容,需要通过go-ovn库实现向ovn写入信息。 go-ovn的源码实现大致实现功能简单梳理一</description>
</item>
<item>
<title>光的六要素</title>
<link>https://neilliu9891.github.io/2020/12/light/</link>
<pubDate>Thu, 31 Dec 2020 16:36:11 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/12/light/</guid>
<description>https://zhuanlan.zhihu.com/p/147768910</description>
</item>
<item>
<title>消息中间件解决的问题</title>
<link>https://neilliu9891.github.io/2020/12/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6%E8%A7%A3%E5%86%B3%E7%9A%84%E9%97%AE%E9%A2%98/</link>
<pubDate>Thu, 31 Dec 2020 16:05:23 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/12/%E6%B6%88%E6%81%AF%E4%B8%AD%E9%97%B4%E4%BB%B6%E8%A7%A3%E5%86%B3%E7%9A%84%E9%97%AE%E9%A2%98/</guid>
<description>引用:&gt; https://blog.csdn.net/ruanhao1203/article/details/89705602 Publish/Subscribe 发布订阅是消息中间件的最基本功能,也是相对传统 RPC 通信而言。 Message Priority 规范中描述的优先级是指在一个消息队列中,每条消息都有不同的优</description>
</item>
<item>
<title>Reading List</title>
<link>https://neilliu9891.github.io/2020/12/readinglist/</link>
<pubDate>Wed, 30 Dec 2020 20:05:20 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/12/readinglist/</guid>
<description>selenium + golang 测试 https://bbs.huaweicloud.com/blogs/172024</description>
</item>
<item>
<title>Golang 记一次log日志不能输出的问题</title>
<link>https://neilliu9891.github.io/2020/12/golang-bj2/</link>
<pubDate>Thu, 10 Dec 2020 09:28:45 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/12/golang-bj2/</guid>
<description>Golang 记一次log日志不能输出的问题 由于线上运行程序过程中出现了log日志打印不出来的情况,分析代码模拟测试复现问题。由于没有锁住log变量的问</description>
</item>
<item>
<title>Golang Bj</title>
<link>https://neilliu9891.github.io/2020/12/golang-bj/</link>
<pubDate>Wed, 09 Dec 2020 09:34:58 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/12/golang-bj/</guid>
<description>Golang笔记 20201208 记一次golang exec.Command操作 正常在命令行中执行的命令如下: virsh qemu-agent-command ecs-j9v040bxt8pu '{&quot;execute&quot;:&quot;guest-network-get-interfaces&quot;}' 需要在代码中执行此命令,但是一直报错,</description>
</item>
<item>
<title>时间管理读书笔记</title>
<link>https://neilliu9891.github.io/2020/11/%E6%97%B6%E9%97%B4%E7%AE%A1%E7%90%86/</link>
<pubDate>Tue, 24 Nov 2020 09:57:37 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/11/%E6%97%B6%E9%97%B4%E7%AE%A1%E7%90%86/</guid>
<description>时间管理读书笔记 哪有没时间这回事儿 当自己不想要努力前进的时候,读书能够使我重新认识自己,至少能够让我开心起来。 《哪有没时间这回事儿》一书,让</description>
</item>
<item>
<title>Golang交叉编译2</title>
<link>https://neilliu9891.github.io/2020/10/golang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%912/</link>
<pubDate>Fri, 30 Oct 2020 09:52:44 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/golang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%912/</guid>
<description>Golang交叉编译必知必会 需求 在Linux x86的操作系统上编译 Linux Aarch64平台的golang程序,程序中引用的cgo代码。 典型的交叉</description>
</item>
<item>
<title>Git Bit效率工具</title>
<link>https://neilliu9891.github.io/2020/10/git-bit%E6%95%88%E7%8E%87%E5%B7%A5%E5%85%B7/</link>
<pubDate>Mon, 26 Oct 2020 16:16:54 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/git-bit%E6%95%88%E7%8E%87%E5%B7%A5%E5%85%B7/</guid>
<description>Bit之git效率工具 bit: 建立再git之上的实验性现代化代码git&rsquo;CLI 项目地址:https://github.com/chri</description>
</item>
<item>
<title>Windows桌面提升办公效率技巧</title>
<link>https://neilliu9891.github.io/2020/10/windows-work/</link>
<pubDate>Mon, 26 Oct 2020 10:18:35 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/windows-work/</guid>
<description>Windows 操作系统 效率(摸鱼)技巧 Windows 10多桌面操作 Windows 多桌面功能可以让你的电脑像mac一样将不同的项目,需要长期保留的项目分别放在不同的虚拟桌面上,这</description>
</item>
<item>
<title>Golang交叉编译</title>
<link>https://neilliu9891.github.io/2020/10/golang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/</link>
<pubDate>Tue, 20 Oct 2020 17:05:34 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/golang%E4%BA%A4%E5%8F%89%E7%BC%96%E8%AF%91/</guid>
<description>Golang 交叉编译 由于自己的开发环境是Linux开发环境,但自己编写的工具需要运行在windows的环境中,所以需要用到交叉编译工具. Ubuntu下</description>
</item>
<item>
<title>Golang Xmltag</title>
<link>https://neilliu9891.github.io/2020/10/golang-xmltag/</link>
<pubDate>Tue, 20 Oct 2020 10:47:58 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/golang-xmltag/</guid>
<description>Golang Tag Marshal and UnMarshal Golang 支持tag功能,对于固定结构的结构体非常友好,最近再尝试用golang重新编写netconf api,涉及到xml的生成与解析功能</description>
</item>
<item>
<title>Create Python Docker Image</title>
<link>https://neilliu9891.github.io/2020/10/create-python-docker-image/</link>
<pubDate>Wed, 14 Oct 2020 07:07:11 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/create-python-docker-image/</guid>
<description>Create Python Docker Image 记一次基于centos docker镜像创建python 3.7.9版本镜像的过程, 创建流程比较简单,目的记录使用了docker创建镜像</description>
</item>
<item>
<title>Golang Private Lab</title>
<link>https://neilliu9891.github.io/2020/10/golang-private-lab/</link>
<pubDate>Mon, 12 Oct 2020 19:28:21 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/golang-private-lab/</guid>
<description>Golang Private Lab 从gitlab私有仓库获取golang依赖包 例如golang go.mod文件中有如下配置信息 module agent go 1.13 require ( ... moove/libvirt/libvirt-go v1.0.0 ) replace moove/libvirt/libvirt-go =&gt; 10.0.45.221/moove/libvirt-go v1.0.5 # 替换成本地</description>
</item>
<item>
<title>Golang IDE工具搭建(neovim篇)</title>
<link>https://neilliu9891.github.io/2020/10/20201005-nvim/</link>
<pubDate>Mon, 05 Oct 2020 21:00:00 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/20201005-nvim/</guid>
<description>种草很久的neovim工具使用 由于一直羡慕大神们用vim工具快速的编辑代码,并且羡慕能够不断优化适合自己的IDE工具。所以选择了neovim</description>
</item>
<item>
<title>Github ShowPicture</title>
<link>https://neilliu9891.github.io/2020/10/20201005-githubshowpicture/</link>
<pubDate>Mon, 05 Oct 2020 13:18:30 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/10/20201005-githubshowpicture/</guid>
<description>github 显示照片 在访问别人的github项目时,阅读Readme经常发现不能显示照片。后来查看发现是由于picture所存储的图床地址不能通过dn</description>
</item>
<item>
<title>我的第一篇Blog:It's a draft</title>
<link>https://neilliu9891.github.io/2020/09/20200928-draft/</link>
<pubDate>Mon, 28 Sep 2020 00:41:20 +0800</pubDate>
<guid>https://neilliu9891.github.io/2020/09/20200928-draft/</guid>
<description>It&rsquo;s a draft 他只是个草稿!!! 没想到我的第一篇博客诞生的如此坎坷,Hugo 是一个很便的博客搭建程序,怎奈自己的技术水平有限,导致 About 页面一直刷不出来</description>
</item>
<item>
<title>About</title>
<link>https://neilliu9891.github.io/about/</link>
<pubDate>Mon, 28 Sep 2020 00:08:02 +0800</pubDate>
<guid>https://neilliu9891.github.io/about/</guid>
<description>A gopher’s and python&rsquo;s home 欢迎访问我们博客,下面是我的简单介绍: 普通码农 一名不断迭代的普通码农,希望有一颗持之以恒的心。 逗比一枚 自嘲也是一种美</description>
</item>
</channel>
</rss>