-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
306 lines (252 loc) · 17.7 KB
/
index.xml
File metadata and controls
306 lines (252 loc) · 17.7 KB
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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Brave New World</title>
<link>https://vickyi.github.io/</link>
<description>Recent content on Brave New World</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Tue, 10 Jul 2018 00:00:00 +0800</lastBuildDate>
<atom:link href="https://vickyi.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Theme preview</title>
<link>https://vickyi.github.io/post/even-preview/</link>
<pubDate>Tue, 10 Jul 2018 00:00:00 +0800</pubDate>
<guid>https://vickyi.github.io/post/even-preview/</guid>
<description>Based on MarkdownPreview test.md. Markdown 1 2 3 4 5 6 7 8 # H1 ## H2 ### H3 #### H4 ##### H5 ###### H6 ### Duplicate Header ### Duplicate Header H1 H2 H3 H4 H5 H6 Duplicate Header Duplicate Header Paragraphs 1 2 3 4 This is a paragraph. I am still part of the paragraph. New paragraph. This is a paragraph. I am still part of the paragraph.</description>
</item>
<item>
<title>About</title>
<link>https://vickyi.github.io/about/</link>
<pubDate>Sun, 20 Aug 2017 21:38:52 +0800</pubDate>
<guid>https://vickyi.github.io/about/</guid>
<description>Hugo is a static site engine written in Go.
It makes use of a variety of open source projects including:
Cobra Viper J Walter Weatherman Cast Learn more and contribute on GitHub.</description>
</item>
<item>
<title>git 初始化项目及提交</title>
<link>https://vickyi.github.io/post/2018-05-06#git-%E5%88%9D%E5%A7%8B%E5%8C%96%E9%A1%B9%E7%9B%AE%E6%8F%90%E4%BA%A4%E5%88%B0github%E6%8A%A5%E9%94%99%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</link>
<pubDate>Sun, 06 May 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-05-06#git-%E5%88%9D%E5%A7%8B%E5%8C%96%E9%A1%B9%E7%9B%AE%E6%8F%90%E4%BA%A4%E5%88%B0github%E6%8A%A5%E9%94%99%E5%8F%8A%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/</guid>
<description>git 初始化项目及提交 正常流程 Git global setup 1 2 git config --global user.name &#34;vk&#34; git config --global user.email &#34;vk@abcplus.com&#34; Create a new repository 1 2 3 4 5 6 git clone git@gitlab.abcplus.org:vk/HiveUDF.git cd HiveUDF touch README.md git add README.md git commit -m &#34;add README&#34; git push -u origin master Existing folder or Git repository 1 2 3 4 5 6 cd</description>
</item>
<item>
<title>微信小程序开发-用到的一些资料</title>
<link>https://vickyi.github.io/post/2018-05-06#%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91/</link>
<pubDate>Sun, 06 May 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-05-06#%E5%BE%AE%E4%BF%A1%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%BC%80%E5%8F%91/</guid>
<description>微信小程序开发-用到的一些资料 微信小程序官方文档 https://developers.weixin.qq.com/miniprogram/dev/qcloud/qcloud.html#%E5%AF%BC%E5%85%A5-NodeJS-DEMO-%E5%92%8C%E9%85%8D%E7%BD%AE 腾讯云github上的设立项目 https://github.com/tencentyun/wafer2-quickstart-nodejs https://github.com/tencentyun/wafer2-ci-nodejs-demo https://github.com/tencentyun/wafer2-quickstart 第三方小程序 https://blog.csdn.net/qq_15809599/article/details/72903294 https://blog.csdn.net/zuoliangzhu/article/details/53862576 map经纬度大全 http://bjtime.cn/info/getjw.asp?s=hb 设计 https://developers.weixin.qq.com/miniprogram/design/index.html?t=201853 git操作 project.config.json 该</description>
</item>
<item>
<title>hive beeline 登陆</title>
<link>https://vickyi.github.io/post/2018-05-04#hive-beeline-%E7%99%BB%E9%99%86/</link>
<pubDate>Fri, 04 May 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-05-04#hive-beeline-%E7%99%BB%E9%99%86/</guid>
<description>1 beeline -u jdbc:hive2://hiveserver2-gold-000.abcplus:10000 -n vk</description>
</item>
<item>
<title>python sqlite3 模糊查询</title>
<link>https://vickyi.github.io/post/2018-05-03#python-sqlite3-%E6%A8%A1%E7%B3%8A%E6%9F%A5%E8%AF%A2/</link>
<pubDate>Thu, 03 May 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-05-03#python-sqlite3-%E6%A8%A1%E7%B3%8A%E6%9F%A5%E8%AF%A2/</guid>
<description>python sqlite3 模糊查询 1 2 3 self.cursor.execute( &#34;select string from stringtable where string like ? and type = ?&#34;, (&#39;%&#39;+searchstr+&#39;%&#39;, type))</description>
</item>
<item>
<title>Linux 获取MD5 函数</title>
<link>https://vickyi.github.io/post/2018-05-03#Linux-%E8%8E%B7%E5%8F%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E7%9A%84MD5%E5%80%BC/</link>
<pubDate>Sat, 28 Apr 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-05-03#Linux-%E8%8E%B7%E5%8F%96%E5%AD%97%E7%AC%A6%E4%B8%B2%E7%9A%84MD5%E5%80%BC/</guid>
<description>Linux MD5 函数 Linux 获取字符串的MD5值 1 2 [vk@ABCBI-HIVE-001 ~]$ echo -n &#39;0&#39;|md5sum|cut -d &#39; &#39; -f1 cfcd208495d565ef66e7dff9f98764da Linux 获取文件的MD5值 1 2 [vk@ABCBI-HIVE-001 ~]$ md5sum hu.txt 6859e6e1d06d82440dd9a8467093fbeb hu.txt</description>
</item>
<item>
<title>pyspark 学习</title>
<link>https://vickyi.github.io/post/2018-04-28#pyspark%E5%AD%A6%E4%B9%A0/</link>
<pubDate>Sat, 28 Apr 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-04-28#pyspark%E5%AD%A6%E4%B9%A0/</guid>
<description>pyspark 学习 pyspark 官方学习文档 python-programming-guide pyspark 安装 1 2 3 4 5 pip install pyspark or curl -O Downloading https://files.pythonhosted.org/packages/58/49/45370cc153a6adcf2c30 4a3c06e801ed3c9650d0f852e7fde04bd8ffb534/pyspark-2.3.0.tar.gz</description>
</item>
<item>
<title>python 3 安装</title>
<link>https://vickyi.github.io/post/2018-04-28#python-2.7-%E5%8F%8A-3-%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85/</link>
<pubDate>Sat, 28 Apr 2018 16:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-04-28#python-2.7-%E5%8F%8A-3-%E7%BC%96%E8%AF%91%E5%AE%89%E8%A3%85/</guid>
<description>python 3 安装 python-3 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 curl -O https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz xz -d Python-3.6.5.tar.xz tar -xvf Python-3.6.5.tar cd Python-3.6.5 mkdir -p /data/users/vk/pyenv/py365 ./configure --prefix=&#34;/data/users/vk/pyenv/py365&#34; make make install cd /data/users/vk pyenv/py365/bin/python3 -m venv pyVenv source /data/users/vk/pyVenv/bin/activate pip install --upgrade pip pip intall pyspark python 2.7.x 1 2 3 4</description>
</item>
<item>
<title>Hive 常用的日期函数</title>
<link>https://vickyi.github.io/post/2018-04-28#hive-%E5%B8%B8%E7%94%A8%E7%9A%84%E6%97%A5%E6%9C%9F%E5%87%BD%E6%95%B0/</link>
<pubDate>Sat, 28 Apr 2018 09:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-04-28#hive-%E5%B8%B8%E7%94%A8%E7%9A%84%E6%97%A5%E6%9C%9F%E5%87%BD%E6%95%B0/</guid>
<description>Hive 常用的日期函数 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 ## 当前日期和时间 SELECT</description>
</item>
<item>
<title>计算Hive表数据大小</title>
<link>https://vickyi.github.io/post/2018-04-25#%E8%AE%A1%E7%AE%97hive%E6%95%B0%E6%8D%AE%E5%A4%A7%E5%B0%8F/</link>
<pubDate>Wed, 25 Apr 2018 11:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2018-04-25#%E8%AE%A1%E7%AE%97hive%E6%95%B0%E6%8D%AE%E5%A4%A7%E5%B0%8F/</guid>
<description>计算Hive表数据大小 查表表信息的基本命令 查看表的最详细信息 1 hive&gt; desc formatted tableName; 查看表中数据大小 1 hive&gt; dfs -du -s -h /path/to/table 应用示例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16</description>
</item>
<item>
<title>This is a hidden post.</title>
<link>https://vickyi.github.io/post/hidden-post/</link>
<pubDate>Thu, 08 Mar 2018 17:40:19 +0800</pubDate>
<guid>https://vickyi.github.io/post/hidden-post/</guid>
<description><p>This post is hidden from the home page.</p></description>
</item>
<item>
<title>[English] Creating a New Theme</title>
<link>https://vickyi.github.io/post/english-preview/</link>
<pubDate>Thu, 31 Aug 2017 15:43:48 +0800</pubDate>
<guid>https://vickyi.github.io/post/english-preview/</guid>
<description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I'll explain how Hugo uses templates and how you can organize your templates to create a theme. I won't cover using CSS to style your theme.
We'll start with creating a new site with a very basic template.</description>
</item>
<item>
<title>[日本語] 敬語体系</title>
<link>https://vickyi.github.io/post/japanese-preview/</link>
<pubDate>Wed, 30 Aug 2017 01:53:34 +0800</pubDate>
<guid>https://vickyi.github.io/post/japanese-preview/</guid>
<description>日本語の敬語体系は、一般に、大きく尊敬語・謙譲語・丁寧語に分類される。文化審議会国語分科会は、2007年2月に「敬語の指針」を答申し、これに</description>
</item>
<item>
<title>[中文] 《长恨歌》</title>
<link>https://vickyi.github.io/post/chinese-preview/</link>
<pubDate>Wed, 30 Aug 2017 01:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/chinese-preview/</guid>
<description>《长恨歌》是中国唐朝诗人白居易的一首长篇叙事诗。 第一段:贵妃受宠爱 汉皇重色思倾国,御宇多年求不得。杨家有女初长成,养在深闺人未识。 天生丽质难</description>
</item>
<item>
<title>[Hive]SQl 中空值判断</title>
<link>https://vickyi.github.io/post/2016-11-01#Hive-SQl-%E4%B8%AD%E7%A9%BA%E5%80%BC%E5%88%A4%E6%96%AD/</link>
<pubDate>Tue, 01 Nov 2016 10:37:56 +0800</pubDate>
<guid>https://vickyi.github.io/post/2016-11-01#Hive-SQl-%E4%B8%AD%E7%A9%BA%E5%80%BC%E5%88%A4%E6%96%AD/</guid>
<description>Hive SQl 中空值判断 1. NULL 与 \N hive在底层数据中如何保存和标识NULL,是由控制的。 1 alter table name SET SERDEPROPERTIES(&#39;serialization.null.format&#39; = &#39;\N&#39;); 比如: 设置 1 1 alter table name SET SERDEPROPERTIES(&#39;serialization.null.format&#39; = &#39;\N&#39;); 则:底层数据保存的</description>
</item>
<item>
<title>Shortcodes</title>
<link>https://vickyi.github.io/post/shortcodes/</link>
<pubDate>Tue, 30 Aug 2016 16:01:23 +0800</pubDate>
<guid>https://vickyi.github.io/post/shortcodes/</guid>
<description><h1 id="admonition">Admonition</h1>
<div class="admonition note"><p class="admonition-title">I&#39;m title!</p>
biu biu biu.
<details class="admonition note"><summary class="admonition-title">note</summary>
<p>biu biu biu.</p>
</details>
<div class="admonition example">
<p>Without title.</p>
</div>
<p></div></p>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre class="chroma"><code class="language-markdown" data-lang="markdown"><span class="lnt"> 1
</span><span class="lnt"> 2
</span><span class="lnt"> 3
</span><span class="lnt"> 4
</span><span class="lnt"> 5
</span><span class="lnt"> 6
</span><span class="lnt"> 7
</span><span class="lnt"> 8
</span><span class="lnt"> 9
</span><span class="lnt">10
</span><span class="lnt">11
</span><span class="lnt">12
</span></code></pre></td>
<td class="lntd">
<pre class="chroma"><code class="language-markdown" data-lang="markdown">{{% admonition note &#34;I&#39;m title!&#34; false %}}
biu biu biu.
{{% admonition type=&#34;note&#34; title=&#34;note&#34; details=&#34;true&#34; %}}
biu biu biu.
{{% /admonition %}}
{{% admonition example %}}
Without title.
{{% /admonition %}}
{{% /admonition %}}</code></pre></td></tr></table>
</div>
</div></description>
</item>
<item>
<title>JS Flowchart Diagrams</title>
<link>https://vickyi.github.io/post/js-flowchart-diagrams/</link>
<pubDate>Wed, 04 Mar 2015 21:57:50 +0800</pubDate>
<guid>https://vickyi.github.io/post/js-flowchart-diagrams/</guid>
<description><h2 id="usage">Usage</h2>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre class="chroma"><code class="language-flow" data-lang="flow"><span class="lnt"> 1
</span><span class="lnt"> 2
</span><span class="lnt"> 3
</span><span class="lnt"> 4
</span><span class="lnt"> 5
</span><span class="lnt"> 6
</span><span class="lnt"> 7
</span><span class="lnt"> 8
</span><span class="lnt"> 9
</span><span class="lnt">10
</span><span class="lnt">11
</span><span class="lnt">12
</span><span class="lnt">13
</span><span class="lnt">14
</span><span class="lnt">15
</span></code></pre></td>
<td class="lntd">
<pre class="chroma"><code class="language-flow" data-lang="flow">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></td></tr></table>
</div>
</div></description>
</item>
<item>
<title>JS Sequence Diagrams</title>
<link>https://vickyi.github.io/post/js-sequence-diagrams/</link>
<pubDate>Wed, 04 Mar 2015 21:57:45 +0800</pubDate>
<guid>https://vickyi.github.io/post/js-sequence-diagrams/</guid>
<description><h2 id="usage">Usage</h2>
<div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre class="chroma"><code class="language-sequence" data-lang="sequence"><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span><span class="lnt">4
</span></code></pre></td>
<td class="lntd">
<pre class="chroma"><code class="language-sequence" data-lang="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></td></tr></table>
</div>
</div></description>
</item>
<item>
<title>Syntax Highlighting</title>
<link>https://vickyi.github.io/post/syntax-highlighting/</link>
<pubDate>Tue, 30 Aug 2011 16:01:23 +0800</pubDate>
<guid>https://vickyi.github.io/post/syntax-highlighting/</guid>
<description><div class="highlight"><div class="chroma">
<table class="lntable"><tr><td class="lntd">
<pre class="chroma"><code class="language-js" data-lang="js"><span class="lnt">1
</span><span class="lnt">2
</span><span class="lnt">3
</span></code></pre></td>
<td class="lntd">
<pre class="chroma"><code class="language-js" data-lang="js"><span class="kd">function</span> <span class="nx">helloWorld</span> <span class="p">()</span> <span class="p">{</span>
<span class="nx">alert</span><span class="p">(</span><span class="s2">&#34;Hello, World!&#34;</span><span class="p">)</span>
<span class="p">}</span>
</code></pre></td></tr></table>
</div>
</div></description>
</item>
</channel>
</rss>