-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
60 lines (47 loc) · 3.33 KB
/
index.xml
File metadata and controls
60 lines (47 loc) · 3.33 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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>小之的技术博客</title>
<link>http://localhost:1313/</link>
<description>Recent content on 小之的技术博客</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language>
<lastBuildDate>Mon, 08 Jul 2019 12:24:41 +0800</lastBuildDate>
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>务实优化:将本地单元测试Spring启动速度从1分半优化到16秒,全流程详解</title>
<link>http://localhost:1313/post/optimize-webapp-start-time/</link>
<pubDate>Mon, 08 Jul 2019 12:24:41 +0800</pubDate>
<guid>http://localhost:1313/post/optimize-webapp-start-time/</guid>
<description>某个平凡熟悉的早上,传来测试同学的一阵哀嚎:那个谁!你提测的代码连运行都不能运行,苦涩。</description>
</item>
<item>
<title>看过Jdk动态代理类长啥样吗?Jdk动态代理原理源码一本到</title>
<link>http://localhost:1313/post/jdk-proxy-theory/</link>
<pubDate>Mon, 08 Apr 2019 12:22:52 +0800</pubDate>
<guid>http://localhost:1313/post/jdk-proxy-theory/</guid>
<description>哈喽呀~~筒子们,小之最近在看Spring的源码,正好遇到几个Aop的问题涉及到Java的动态代理,之前对这个东西大致能理解,但是没有仔细的去看源码,今天我们来扒一扒它的真面目。</description>
</item>
<item>
<title>你知道Chrome Network ,Size 和 Time 为什么有两行参数吗?</title>
<link>http://localhost:1313/post/the-size-and-time-meaning-in-chrome/</link>
<pubDate>Fri, 01 Mar 2019 12:18:50 +0800</pubDate>
<guid>http://localhost:1313/post/the-size-and-time-meaning-in-chrome/</guid>
<description>Hello,骚年们,当大家欢脱的Debug接口的时候,有没有在意过Chrome Network里Size和Time两项是两行呢?</description>
</item>
<item>
<title>JAVA线程池原理源码解析—为什么启动一个线程池,提交一个任务后,Main方法不会退出?</title>
<link>http://localhost:1313/post/why-init-threadpool-but-main-thread-not-exit/</link>
<pubDate>Thu, 17 Jan 2019 12:15:36 +0800</pubDate>
<guid>http://localhost:1313/post/why-init-threadpool-but-main-thread-not-exit/</guid>
<description>Hello,骚年们,大家新年快乐,头发有没有少呀?今天我们来看一件有趣的事,首先来看段代码</description>
</item>
<item>
<title>老哥你知道JAVA线程到底有多少个状态吗?5大状态?6大状态?7大状态?</title>
<link>http://localhost:1313/post/java-thread-status/</link>
<pubDate>Sun, 12 Aug 2018 12:15:36 +0800</pubDate>
<guid>http://localhost:1313/post/java-thread-status/</guid>
<description>如果你去网上冲浪一下,去看JAVA线程有几个状态,你会发现各说纷纭,5 大状态、6 大状态、7 大状态、新建、就绪、可执行、运行、阻塞、锁池、挂起、中断、等待、结束、死亡、停滞,看到这些名词,你一定晕了吧?</description>
</item>
</channel>
</rss>