-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
101 lines (87 loc) · 4.85 KB
/
index.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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Denis的博客</title>
<link>https://amwyyyy.github.io/</link>
<description>Recent content on Denis的博客</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh-CN</language>
<lastBuildDate>Fri, 27 Aug 2021 15:05:17 +0800</lastBuildDate><atom:link href="https://amwyyyy.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Git</title>
<link>https://amwyyyy.github.io/post/git/</link>
<pubDate>Fri, 27 Aug 2021 15:05:17 +0800</pubDate>
<guid>https://amwyyyy.github.io/post/git/</guid>
<description>git 从git仓库中拷贝项目
git clone [email protected]:denis.huang/denis-test.git
添加文件到git缓存
git add 查看项目当前状态</description>
</item>
<item>
<title>bootstrap配置丢失</title>
<link>https://amwyyyy.github.io/notes/bootstrap%E9%85%8D%E7%BD%AE%E4%B8%A2%E5%A4%B1/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/notes/bootstrap%E9%85%8D%E7%BD%AE%E4%B8%A2%E5%A4%B1/</guid>
<description><p>问题现象</p>
<p>同事反馈他的工程启动的时候会建两个日志目录,其中一个名称是log.base_IS_UNDEFINED</p>
<p>
<img class="mx-auto" alt="image-20210517101517333" src="../assets/image-20210517101517333.png" />
</p>
<p>项目的结构是spring-boot项目,有引入spring-cloud组件。</p></description>
</item>
<item>
<title>es</title>
<link>https://amwyyyy.github.io/notes/es/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/notes/es/</guid>
<description><h3 id="数据类型">数据类型</h3>
<p>
<img class="mx-auto" alt="img" src="../assets/168ea04367eb6dceimageslim.png" />
</p>
<h5 id="text-类型">text 类型</h5>
<ul>
<li>特性:分词,将大段的文字根据分词器切分成独立的词或者词组,以便全文检索;</li>
<li>适用:email 内容、产品的描述等需要分词并全文检索的字段;</li>
<li>不适用:精准查询、过滤、排序或聚合(Significant Terms 聚合例外)。</li>
</ul></description>
</item>
<item>
<title>git</title>
<link>https://amwyyyy.github.io/notes/git/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/notes/git/</guid>
<description><div class="highlight"><div style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4">
<table style="border-spacing:0;padding:0;margin:0;border:0;width:auto;overflow:auto;display:block;"><tr><td style="vertical-align:top;padding:0;margin:0;border:0;">
<pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code><span style="margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">1
</span><span style="margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f">2
</span></code></pre></td>
<td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%">
<pre tabindex="0" style="background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash"><span style="color:#998;font-style:italic"># 从git仓库中拷贝项目</span>
git clone [email protected]:denis.huang/denis-test.git
</code></pre></td></tr></table>
</div>
</div></description>
</item>
<item>
<title>json格式化</title>
<link>https://amwyyyy.github.io/notes/json%E6%A0%BC%E5%BC%8F%E5%8C%96/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/notes/json%E6%A0%BC%E5%BC%8F%E5%8C%96/</guid>
<description></description>
</item>
<item>
<title>My First Post</title>
<link>https://amwyyyy.github.io/about/my-first-post/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/about/my-first-post/</guid>
<description></description>
</item>
<item>
<title>My First Post</title>
<link>https://amwyyyy.github.io/share/my-first-post/</link>
<pubDate>Fri, 27 Aug 2021 14:58:19 +0800</pubDate>
<guid>https://amwyyyy.github.io/share/my-first-post/</guid>
<description></description>
</item>
</channel>
</rss>