Skip to content

Commit 4180fc5

Browse files
committed
misc: modify url path
1 parent ff949d2 commit 4180fc5

File tree

27 files changed

+95
-2315
lines changed

27 files changed

+95
-2315
lines changed

categories/10000-Hours/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 class="archive-name">10000 Hours</h2>
133133
2018-12-09
134134
</span>
135135
<span class="archive-post-title">
136-
<a href="/post/2018/12/09/jvm-gc-optimization/" class="archive-post-link">
136+
<a href="/post/jvm-garbage-collection-tuning/" class="archive-post-link">
137137
线上JVM GC调优实践
138138
</a>
139139
</span>
@@ -144,7 +144,7 @@ <h2 class="archive-name">10000 Hours</h2>
144144
2017-10-27
145145
</span>
146146
<span class="archive-post-title">
147-
<a href="/post/2017/10/27/bio-vs-nio-vs-aio/" class="archive-post-link">
147+
<a href="/post/bio-vs-nio-vs-aio/" class="archive-post-link">
148148
BIO vs NIO vs AIO
149149
</a>
150150
</span>
@@ -155,7 +155,7 @@ <h2 class="archive-name">10000 Hours</h2>
155155
2016-07-20
156156
</span>
157157
<span class="archive-post-title">
158-
<a href="/post/2016/07/20/build-your-own-blog1/" class="archive-post-link">
158+
<a href="/post/build-your-own-blog/" class="archive-post-link">
159159
GitHub &#43; Hugo 搭建个人博客
160160
</a>
161161
</span>

categories/10000-Hours/index.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,29 @@
1313

1414
<item>
1515
<title>线上JVM GC调优实践</title>
16-
<link>http://tinycedar.com/post/2018/12/09/jvm-gc-optimization/</link>
16+
<link>http://tinycedar.com/post/jvm-garbage-collection-tuning/</link>
1717
<pubDate>Sun, 09 Dec 2018 15:09:26 +0800</pubDate>
1818

19-
<guid>http://tinycedar.com/post/2018/12/09/jvm-gc-optimization/</guid>
19+
<guid>http://tinycedar.com/post/jvm-garbage-collection-tuning/</guid>
2020
<description>JVM上的GC,解放了程序员的生产力,使内存手动管理变成了上古绝技。但Java应用动辄几十毫秒甚至秒级的暂停时间,成了所有Java开发者的梦</description>
2121
</item>
2222

2323
<item>
2424
<title>BIO vs NIO vs AIO</title>
25-
<link>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</link>
25+
<link>http://tinycedar.com/post/bio-vs-nio-vs-aio/</link>
2626
<pubDate>Fri, 27 Oct 2017 02:34:08 +0800</pubDate>
2727

28-
<guid>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</guid>
29-
<description>最近在看Tomcat 7.0的源码,一直对Tomcat以下几块比较感兴趣: - 容器的架构和各组件的启动过程 - 容器Deploy一个Servlet w</description>
28+
<guid>http://tinycedar.com/post/bio-vs-nio-vs-aio/</guid>
29+
<description></description>
3030
</item>
3131

3232
<item>
3333
<title>GitHub &#43; Hugo 搭建个人博客</title>
34-
<link>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</link>
34+
<link>http://tinycedar.com/post/build-your-own-blog/</link>
3535
<pubDate>Wed, 20 Jul 2016 02:16:04 +0800</pubDate>
3636

37-
<guid>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</guid>
38-
<description></description>
37+
<guid>http://tinycedar.com/post/build-your-own-blog/</guid>
38+
<description>更新: 2018-05-26:主题换成 Even,补充多处内容。 2018-02-11:主题换成 Kiera。 自己搭博客的N个理由 你的笔记非常值钱,</description>
3939
</item>
4040

4141
</channel>

categories/环境搭建/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 class="archive-name">环境搭建</h2>
133133
2016-07-20
134134
</span>
135135
<span class="archive-post-title">
136-
<a href="/post/2016/07/20/build-your-own-blog1/" class="archive-post-link">
136+
<a href="/post/build-your-own-blog/" class="archive-post-link">
137137
GitHub &#43; Hugo 搭建个人博客
138138
</a>
139139
</span>

categories/环境搭建/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
<item>
1515
<title>GitHub &#43; Hugo 搭建个人博客</title>
16-
<link>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</link>
16+
<link>http://tinycedar.com/post/build-your-own-blog/</link>
1717
<pubDate>Wed, 20 Jul 2016 02:16:04 +0800</pubDate>
1818

19-
<guid>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</guid>
20-
<description></description>
19+
<guid>http://tinycedar.com/post/build-your-own-blog/</guid>
20+
<description>更新: 2018-05-26:主题换成 Even,补充多处内容。 2018-02-11:主题换成 Kiera。 自己搭博客的N个理由 你的笔记非常值钱,</description>
2121
</item>
2222

2323
</channel>

categories/编程/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 class="archive-name">编程</h2>
133133
2017-10-27
134134
</span>
135135
<span class="archive-post-title">
136-
<a href="/post/2017/10/27/bio-vs-nio-vs-aio/" class="archive-post-link">
136+
<a href="/post/bio-vs-nio-vs-aio/" class="archive-post-link">
137137
BIO vs NIO vs AIO
138138
</a>
139139
</span>

categories/编程/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
<item>
1515
<title>BIO vs NIO vs AIO</title>
16-
<link>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</link>
16+
<link>http://tinycedar.com/post/bio-vs-nio-vs-aio/</link>
1717
<pubDate>Fri, 27 Oct 2017 02:34:08 +0800</pubDate>
1818

19-
<guid>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</guid>
20-
<description>最近在看Tomcat 7.0的源码,一直对Tomcat以下几块比较感兴趣: - 容器的架构和各组件的启动过程 - 容器Deploy一个Servlet w</description>
19+
<guid>http://tinycedar.com/post/bio-vs-nio-vs-aio/</guid>
20+
<description></description>
2121
</item>
2222

2323
</channel>

index.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<article class="post">
125125
<header class="post-header">
126-
<h1 class="post-title"><a class="post-link" href="/post/2018/12/09/jvm-gc-optimization/">线上JVM GC调优实践</a></h1>
126+
<h1 class="post-title"><a class="post-link" href="/post/jvm-garbage-collection-tuning/">线上JVM GC调优实践</a></h1>
127127
<div class="post-meta">
128128
<span class="post-time"> 2018-12-09 </span>
129129
<div class="post-category">
@@ -139,15 +139,15 @@ <h1 class="post-title"><a class="post-link" href="/post/2018/12/09/jvm-gc-optimi
139139
JVM上的GC,解放了程序员的生产力,使内存手动管理变成了上古绝技。但Java应用动辄几十毫秒甚至秒级的暂停时间,成了所有Java开发者的梦
140140
</div>
141141
<div class="read-more">
142-
<a href="/post/2018/12/09/jvm-gc-optimization/" class="read-more-link">阅读更多</a>
142+
<a href="/post/jvm-garbage-collection-tuning/" class="read-more-link">阅读更多</a>
143143
</div>
144144
</div>
145145
</article>
146146

147147

148148
<article class="post">
149149
<header class="post-header">
150-
<h1 class="post-title"><a class="post-link" href="/post/2018/10/09/zhoushan-travel/">十月舟山团建行程</a></h1>
150+
<h1 class="post-title"><a class="post-link" href="/post/zhoushan-travel/">十月舟山团建行程</a></h1>
151151
<div class="post-meta">
152152
<span class="post-time"> 2018-10-09 </span>
153153

@@ -161,57 +161,57 @@ <h1 class="post-title"><a class="post-link" href="/post/2018/10/09/zhoushan-trav
161161
行程日期 10.19(周五)自驾出发 10.20(周六)岛上游玩 10.21(周日)下午返程 重要说明 如果风大无船,延后出行。一般提前一周基本能确定
162162
</div>
163163
<div class="read-more">
164-
<a href="/post/2018/10/09/zhoushan-travel/" class="read-more-link">阅读更多</a>
164+
<a href="/post/zhoushan-travel/" class="read-more-link">阅读更多</a>
165165
</div>
166166
</div>
167167
</article>
168168

169169

170170
<article class="post">
171171
<header class="post-header">
172-
<h1 class="post-title"><a class="post-link" href="/post/2017/10/27/bio-vs-nio-vs-aio/">BIO vs NIO vs AIO</a></h1>
172+
<h1 class="post-title"><a class="post-link" href="/post/bio-vs-nio-vs-aio/">BIO vs NIO vs AIO</a></h1>
173173
<div class="post-meta">
174174
<span class="post-time"> 2017-10-27 </span>
175175
<div class="post-category">
176176
<a href="/categories/10000-Hours/"> 10000 Hours </a>
177177
<a href="/categories/%E7%BC%96%E7%A8%8B/"> 编程 </a>
178178
</div>
179-
<span class="more-meta">1369</span>
180-
<span class="more-meta"> 预计阅读 3 分钟 </span>
179+
<span class="more-meta">0</span>
180+
<span class="more-meta"> 预计阅读 0 分钟 </span>
181181
</div>
182182
</header>
183183

184184
<div class="post-content">
185185
<div class="post-summary">
186-
最近在看Tomcat 7.0的源码,一直对Tomcat以下几块比较感兴趣: - 容器的架构和各组件的启动过程 - 容器Deploy一个Servlet w
186+
187187
</div>
188188
<div class="read-more">
189-
<a href="/post/2017/10/27/bio-vs-nio-vs-aio/" class="read-more-link">阅读更多</a>
189+
<a href="/post/bio-vs-nio-vs-aio/" class="read-more-link">阅读更多</a>
190190
</div>
191191
</div>
192192
</article>
193193

194194

195195
<article class="post">
196196
<header class="post-header">
197-
<h1 class="post-title"><a class="post-link" href="/post/2016/07/20/build-your-own-blog1/">GitHub &#43; Hugo 搭建个人博客</a></h1>
197+
<h1 class="post-title"><a class="post-link" href="/post/build-your-own-blog/">GitHub &#43; Hugo 搭建个人博客</a></h1>
198198
<div class="post-meta">
199199
<span class="post-time"> 2016-07-20 </span>
200200
<div class="post-category">
201201
<a href="/categories/10000-Hours/"> 10000 Hours </a>
202202
<a href="/categories/%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"> 环境搭建 </a>
203203
</div>
204-
<span class="more-meta">0</span>
205-
<span class="more-meta"> 预计阅读 0 分钟 </span>
204+
<span class="more-meta">5349</span>
205+
<span class="more-meta"> 预计阅读 11 分钟 </span>
206206
</div>
207207
</header>
208208

209209
<div class="post-content">
210210
<div class="post-summary">
211-
211+
更新: 2018-05-26:主题换成 Even,补充多处内容。 2018-02-11:主题换成 Kiera。 自己搭博客的N个理由 你的笔记非常值钱,
212212
</div>
213213
<div class="read-more">
214-
<a href="/post/2016/07/20/build-your-own-blog1/" class="read-more-link">阅读更多</a>
214+
<a href="/post/build-your-own-blog/" class="read-more-link">阅读更多</a>
215215
</div>
216216
</div>
217217
</article>

index.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,38 +13,38 @@
1313

1414
<item>
1515
<title>线上JVM GC调优实践</title>
16-
<link>http://tinycedar.com/post/2018/12/09/jvm-gc-optimization/</link>
16+
<link>http://tinycedar.com/post/jvm-garbage-collection-tuning/</link>
1717
<pubDate>Sun, 09 Dec 2018 15:09:26 +0800</pubDate>
1818

19-
<guid>http://tinycedar.com/post/2018/12/09/jvm-gc-optimization/</guid>
19+
<guid>http://tinycedar.com/post/jvm-garbage-collection-tuning/</guid>
2020
<description>JVM上的GC,解放了程序员的生产力,使内存手动管理变成了上古绝技。但Java应用动辄几十毫秒甚至秒级的暂停时间,成了所有Java开发者的梦</description>
2121
</item>
2222

2323
<item>
2424
<title>十月舟山团建行程</title>
25-
<link>http://tinycedar.com/post/2018/10/09/zhoushan-travel/</link>
25+
<link>http://tinycedar.com/post/zhoushan-travel/</link>
2626
<pubDate>Tue, 09 Oct 2018 14:16:04 +0800</pubDate>
2727

28-
<guid>http://tinycedar.com/post/2018/10/09/zhoushan-travel/</guid>
28+
<guid>http://tinycedar.com/post/zhoushan-travel/</guid>
2929
<description>行程日期 10.19(周五)自驾出发 10.20(周六)岛上游玩 10.21(周日)下午返程 重要说明 如果风大无船,延后出行。一般提前一周基本能确定</description>
3030
</item>
3131

3232
<item>
3333
<title>BIO vs NIO vs AIO</title>
34-
<link>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</link>
34+
<link>http://tinycedar.com/post/bio-vs-nio-vs-aio/</link>
3535
<pubDate>Fri, 27 Oct 2017 02:34:08 +0800</pubDate>
3636

37-
<guid>http://tinycedar.com/post/2017/10/27/bio-vs-nio-vs-aio/</guid>
38-
<description>最近在看Tomcat 7.0的源码,一直对Tomcat以下几块比较感兴趣: - 容器的架构和各组件的启动过程 - 容器Deploy一个Servlet w</description>
37+
<guid>http://tinycedar.com/post/bio-vs-nio-vs-aio/</guid>
38+
<description></description>
3939
</item>
4040

4141
<item>
4242
<title>GitHub &#43; Hugo 搭建个人博客</title>
43-
<link>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</link>
43+
<link>http://tinycedar.com/post/build-your-own-blog/</link>
4444
<pubDate>Wed, 20 Jul 2016 02:16:04 +0800</pubDate>
4545

46-
<guid>http://tinycedar.com/post/2016/07/20/build-your-own-blog1/</guid>
47-
<description></description>
46+
<guid>http://tinycedar.com/post/build-your-own-blog/</guid>
47+
<description>更新: 2018-05-26:主题换成 Even,补充多处内容。 2018-02-11:主题换成 Kiera。 自己搭博客的N个理由 你的笔记非常值钱,</description>
4848
</item>
4949

5050
<item>

0 commit comments

Comments
 (0)