forked from taizilongxu/taizilongxu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
130 lines (89 loc) · 6.3 KB
/
atom.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
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title></title>
<description>Python,HTML,CSS,Machine Leaning</description>
<link>http://hackerxu.com</link>
<atom:link href="http://hackerxu.com/feed.xml" rel="self" type="application/rss+xml" />
<item>
<title>Flask0.1源代码分析(1)</title>
<description><p>最近在读Flask0.1的源码,Flask框架饱受好评的原因就是因为简洁,明快而且够Pythonic,于是自己也关注了一下,尝试从底层读懂flask的代码.(可能有没有理解对的地方)</p>
</description>
<pubDate>Sun, 10 May 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/05/10/flask011.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/05/10/flask011.html</guid>
</item>
<item>
<title>使用ipdb调试python</title>
<description><p>以前都是用print或者log来调试程序,在小规模的程序下很方便,但是最近在研究Flask0.1的代码,对于不熟悉的代码最好的方式是一边运行一边检查里面的变量和方法,搜了搜发现了ipdb这个好东西.</p>
</description>
<pubDate>Sat, 09 May 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/05/09/ipdbpython.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/05/09/ipdbpython.html</guid>
</item>
<item>
<title>css布局</title>
<description><p>Float: Float属性是DIV+CSS布局中最基本也是最常用的属性,用于实现多列功能,我们知道<code>&lt;div&gt;</code>标签默认一行只能显示一个,而使用Float属性可以实现一行显示多个div的功能,最直接解释方法就是能实现表格布局的多列功能.</p>
</description>
<pubDate>Thu, 30 Apr 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/04/30/css.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/04/30/css.html</guid>
</item>
<item>
<title>sketch</title>
<description><p>看到前端其实真的有些心水,在学前端.</p>
</description>
<pubDate>Wed, 29 Apr 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/04/29/sketch.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/04/29/sketch.html</guid>
</item>
<item>
<title>jekyll自动化</title>
<description><p>看同学用过hexo,发布和写文章都比较省事,自己使用了一年jekyll还是用git的老方法,今天鼓捣了以下jekyll,网上也搜了瘦,简化一下发布流程.</p>
</description>
<pubDate>Sat, 25 Apr 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/04/25/rake_test.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/04/25/rake_test.html</guid>
</item>
<item>
<title>我们的征程是星辰大海</title>
<description><p>开题,面试,well done!</p>
</description>
<pubDate>Sat, 25 Apr 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/04/25/life-start.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/04/25/life-start.html</guid>
</item>
<item>
<title>停下来休息一下吧</title>
<description><p>5年前,那时候的我特别喜欢听歌,带着耳机,美美的在被窝里听着听着能听到失眠.我觉得听到美妙的音符是我一生中最美好的事情.我喜欢一个专辑一个专辑的听,尤其是一个歌曲会单曲好几天.</p>
</description>
<pubDate>Sat, 11 Apr 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/04/11/life-continue.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/04/11/life-continue.html</guid>
</item>
<item>
<title>又要开学,摔!</title>
<description><p><img src="https://raw.githubusercontent.com/taizilongxu/taizilongxu.github.io/master/img/rango.jpg" alt=""></p>
</description>
<pubDate>Wed, 04 Mar 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/03/04/test1.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/03/04/test1.html</guid>
</item>
<item>
<title>iterm2下的ls配置</title>
<description><p>环境是iterm2 + zsh + tmux</p>
</description>
<pubDate>Sun, 22 Feb 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/02/22/iterm-ls.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/02/22/iterm-ls.html</guid>
</item>
<item>
<title>oop</title>
<description><h2>面向对象</h2>
</description>
<pubDate>Wed, 14 Jan 2015 00:00:00 +0800</pubDate>
<link>http://hackerxu.com/2015/01/14/oop.html</link>
<guid isPermaLink="true">http://hackerxu.com/2015/01/14/oop.html</guid>
</item>
</channel>
</rss>