-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
253 lines (198 loc) · 10.9 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>sslyxhz's blog</title>
<link>https://sslyxhz.github.io/</link>
<description>Recent content on sslyxhz's blog</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Sun, 20 Aug 2017 21:38:52 +0800</lastBuildDate>
<atom:link href="https://sslyxhz.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://sslyxhz.github.io/about/</link>
<pubDate>Sun, 20 Aug 2017 21:38:52 +0800</pubDate>
<guid>https://sslyxhz.github.io/about/</guid>
<description>做减求空,仅此小记,无以为忘。 维护历程 2016.07.01 博客系统使用Hexo; 2018.05.02 因Hexo插件问题弃坑,改用Hugo; 2018.10.21 修复不蒜子统计模块失效问题;</description>
</item>
<item>
<title>标准化 Git Message</title>
<link>https://sslyxhz.github.io/post/%E6%A0%87%E5%87%86%E5%8C%96git-message/</link>
<pubDate>Fri, 16 Nov 2018 00:35:32 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/%E6%A0%87%E5%87%86%E5%8C%96git-message/</guid>
<description><p>使用Commitizen,标准化Git的Commit Message。</p></description>
</item>
<item>
<title>Android Wifi开发记录</title>
<link>https://sslyxhz.github.io/post/android-wifi%E5%BC%80%E5%8F%91%E8%AE%B0%E5%BD%95/</link>
<pubDate>Tue, 23 Oct 2018 22:40:18 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android-wifi%E5%BC%80%E5%8F%91%E8%AE%B0%E5%BD%95/</guid>
<description><p>记录Wifi开发过程中的一些要点和坑。</p></description>
</item>
<item>
<title>酸酸乳搭建记录</title>
<link>https://sslyxhz.github.io/post/ssr_server_build/</link>
<pubDate>Wed, 03 Oct 2018 11:23:24 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/ssr_server_build/</guid>
<description><p>酸酸乳搭建记录。</p>
<p>迫于缺IP,缺梯子,入了linode TK2的坑。<br />
不折腾了,一键搞定妥妥的!记录下备用。</p></description>
</item>
<item>
<title>JNI自用手册3 - 拾遗篇</title>
<link>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C3/</link>
<pubDate>Sun, 23 Sep 2018 19:36:57 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C3/</guid>
<description><p>JNI使用手册,其三,拾遗篇。</p></description>
</item>
<item>
<title>JNI自用手册2 - 基础篇</title>
<link>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C2/</link>
<pubDate>Sat, 25 Aug 2018 15:54:18 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C2/</guid>
<description><p>JNI使用手册,其二,基础篇。</p></description>
</item>
<item>
<title>Android系统日志控制</title>
<link>https://sslyxhz.github.io/post/android-system-log/</link>
<pubDate>Fri, 18 May 2018 00:02:36 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android-system-log/</guid>
<description><p>整理记录控制Android系统日志输出的关键点。</p></description>
</item>
<item>
<title>Android系统源码阅读姿势</title>
<link>https://sslyxhz.github.io/post/android%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E5%A7%BF%E5%8A%BF/</link>
<pubDate>Sun, 06 May 2018 14:39:23 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB%E5%A7%BF%E5%8A%BF/</guid>
<description><p>记录几个Android系统源码的阅读方式。</p></description>
</item>
<item>
<title>Hugo施工记录</title>
<link>https://sslyxhz.github.io/post/hugo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95/</link>
<pubDate>Sun, 06 May 2018 11:30:44 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/hugo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95/</guid>
<description><p>整理记录Hugo的使用过程。</p></description>
</item>
<item>
<title>Android按键映射</title>
<link>https://sslyxhz.github.io/post/android%E6%8C%89%E9%94%AE%E6%98%A0%E5%B0%84/</link>
<pubDate>Wed, 02 May 2018 16:22:39 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android%E6%8C%89%E9%94%AE%E6%98%A0%E5%B0%84/</guid>
<description><p>Android系统按键映射过程。<br />
ScanCode -&gt; KeyCodeLabel -&gt; KeyCode -&gt; KeyEvent</p></description>
</item>
<item>
<title>Android-System-Tips</title>
<link>https://sslyxhz.github.io/post/android-system-tips/</link>
<pubDate>Fri, 20 Apr 2018 00:14:18 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android-system-tips/</guid>
<description><p>整理记录在Android系统的一些功能设置,主要是中上层的实现。</p></description>
</item>
<item>
<title>Firefly Tips</title>
<link>https://sslyxhz.github.io/post/firefly-tips/</link>
<pubDate>Mon, 05 Feb 2018 15:16:47 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/firefly-tips/</guid>
<description><p>整理记录在Firefly平台碰到的一些问题。</p></description>
</item>
<item>
<title>Android系统客制化</title>
<link>https://sslyxhz.github.io/post/android%E5%AE%A2%E5%88%B6%E5%8C%96/</link>
<pubDate>Sat, 03 Feb 2018 16:51:04 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/android%E5%AE%A2%E5%88%B6%E5%8C%96/</guid>
<description><p>整理记录在android上的客制化调整。</p></description>
</item>
<item>
<title>JNI自用手册1 - 实用篇</title>
<link>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C1/</link>
<pubDate>Sat, 03 Feb 2018 15:33:01 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/jni%E6%89%8B%E5%86%8C1/</guid>
<description><p>JNI使用手册,其一,实用篇,先用起来。</p></description>
</item>
<item>
<title>ADB命令记录</title>
<link>https://sslyxhz.github.io/post/adb-%E6%8C%87%E4%BB%A4%E8%AE%B0%E5%BD%95/</link>
<pubDate>Sat, 03 Feb 2018 13:26:27 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/adb-%E6%8C%87%E4%BB%A4%E8%AE%B0%E5%BD%95/</guid>
<description><p>整理记录一些使用过的ADB相关的命令。</p></description>
</item>
<item>
<title>Ubuntu Tips</title>
<link>https://sslyxhz.github.io/post/ubuntu-tips/</link>
<pubDate>Sun, 28 Jan 2018 00:59:17 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/ubuntu-tips/</guid>
<description><p>记录在Ubuntu上用到的一些操作。</p></description>
</item>
<item>
<title>Leanote源码部署记录</title>
<link>https://sslyxhz.github.io/post/leanote%E6%BA%90%E7%A0%81%E9%83%A8%E7%BD%B2/</link>
<pubDate>Sun, 10 Dec 2017 13:55:16 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/leanote%E6%BA%90%E7%A0%81%E9%83%A8%E7%BD%B2/</guid>
<description><p>Leanote,开源笔记,在苛求数据安全的时候就得自建笔记服务了。</p></description>
</item>
<item>
<title>Firefly-RK3399编译记录</title>
<link>https://sslyxhz.github.io/post/firefly-rk3399%E7%BC%96%E8%AF%91%E8%AE%B0%E5%BD%95/</link>
<pubDate>Fri, 17 Nov 2017 23:42:23 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/firefly-rk3399%E7%BC%96%E8%AF%91%E8%AE%B0%E5%BD%95/</guid>
<description><p>一块板子一份源码二话不说就是怼,南墙不挡头铁。</p></description>
</item>
<item>
<title>Hexo施工记录(二)</title>
<link>https://sslyxhz.github.io/post/hexo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95%E4%BA%8C/</link>
<pubDate>Fri, 01 Jul 2016 20:58:56 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/hexo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95%E4%BA%8C/</guid>
<description><p>其二,主题篇。</p>
<p>hexo,博客模板框架,基于nodejs。</p></description>
</item>
<item>
<title>Hexo施工记录(一)</title>
<link>https://sslyxhz.github.io/post/hexo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95%E4%B8%80/</link>
<pubDate>Fri, 01 Jul 2016 10:48:19 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/hexo%E6%96%BD%E5%B7%A5%E8%AE%B0%E5%BD%95%E4%B8%80/</guid>
<description><p>其一,安装篇。</p>
<p>hexo,博客模板框架,基于nodejs。</p></description>
</item>
<item>
<title>Markdown简单入门</title>
<link>https://sslyxhz.github.io/post/markdown%E7%AE%80%E5%8D%95%E5%85%A5%E9%97%A8/</link>
<pubDate>Mon, 23 May 2016 17:12:23 +0800</pubDate>
<guid>https://sslyxhz.github.io/post/markdown%E7%AE%80%E5%8D%95%E5%85%A5%E9%97%A8/</guid>
<description><p>Markdown的目标是易读易写。在此简单记录markdown的使用语法。</p></description>
</item>
<item>
<title>JS Flowchart Diagrams</title>
<link>https://sslyxhz.github.io/default/js-flowchart-diagrams/</link>
<pubDate>Wed, 04 Mar 2015 21:57:50 +0800</pubDate>
<guid>https://sslyxhz.github.io/default/js-flowchart-diagrams/</guid>
<description><h2 id="usage">Usage</h2>
<pre><code class="language-flowchart">st=&gt;start: Start|past:&gt;http://www.google.com[blank]
e=&gt;end: End:&gt;http://www.google.com
op1=&gt;operation: My Operation|past
op2=&gt;operation: Stuff|current
sub1=&gt;subroutine: My Subroutine|invalid
cond=&gt;condition: Yes
or No?|approved:&gt;http://www.google.com
c2=&gt;condition: Good idea|rejected
io=&gt;inputoutput: catch something...|request
st-&gt;op1(right)-&gt;cond
cond(yes, right)-&gt;c2
cond(no)-&gt;sub1(left)-&gt;op1
c2(yes)-&gt;io-&gt;e
c2(no)-&gt;op2-&gt;e
</code></pre></description>
</item>
<item>
<title>JS Sequence Diagrams</title>
<link>https://sslyxhz.github.io/default/js-sequence-diagrams/</link>
<pubDate>Wed, 04 Mar 2015 21:57:45 +0800</pubDate>
<guid>https://sslyxhz.github.io/default/js-sequence-diagrams/</guid>
<description><h2 id="usage">Usage</h2>
<pre><code class="language-sequence">Andrew-&gt;China: Says Hello
Note right of China: China thinks\nabout it
China--&gt;Andrew: How are you?
Andrew-&gt;&gt;China: I am good thanks!
</code></pre></description>
</item>
</channel>
</rss>