-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
57 lines (33 loc) · 1.58 KB
/
atom.xml
File metadata and controls
57 lines (33 loc) · 1.58 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>风起</title>
<link href="/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2018-04-25T15:25:59.808Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>杨延平</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>sql查询优化-- 索引命中</title>
<link href="http://yoursite.com/2018/04/25/sql%E6%9F%A5%E8%AF%A2%E4%BC%98%E5%8C%96---order%20by%20/"/>
<id>http://yoursite.com/2018/04/25/sql查询优化---order by /</id>
<published>2018-04-25T13:49:27.102Z</published>
<updated>2018-04-25T15:25:59.808Z</updated>
<summary type="html">
<p> 最近遇到一个sql优化的场景,记录分享一下。</p>
<p> <strong>下图是我们服务的详情页, 出现的问题是什么呢?</strong>在用户查询发送短信详情的情况下,用户的页面请求迟迟不反回,然后报错。</p>
<p><img
</summary>
</entry>
<entry>
<title></title>
<link href="http://yoursite.com/2018/04/25/%E6%9B%BF%E6%8D%A2%E5%85%AC%E5%8F%B8%E5%86%85%E7%9A%84remoteCache%E7%9A%84client/"/>
<id>http://yoursite.com/2018/04/25/替换公司内的remoteCache的client/</id>
<published>2018-04-25T13:41:25.284Z</published>
<updated>2018-04-25T13:41:25.284Z</updated>
<summary type="html">
</summary>
</entry>
</feed>