-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
361 lines (187 loc) · 13.8 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Interesting</title>
<icon>https://xu-ux.github.io/icon.png</icon>
<subtitle>因吹斯汀的博客</subtitle>
<link href="https://xu-ux.github.io/atom.xml" rel="self"/>
<link href="https://xu-ux.github.io/"/>
<updated>2023-07-06T06:35:52.797Z</updated>
<id>https://xu-ux.github.io/</id>
<author>
<name>xu-ux</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Java VisualVM 插件</title>
<link href="https://xu-ux.github.io/post/89d77c24/"/>
<id>https://xu-ux.github.io/post/89d77c24/</id>
<published>2023-03-19T09:44:35.000Z</published>
<updated>2023-07-06T06:35:52.797Z</updated>
<summary type="html"><p>在我们安装的JDK中,提供了一个很棒的JVM调优工具,也就是 Java VisualVM,通过它我们能够看到很多关于我们Java程序的信息。当然借助插件可以实现更为强大的调测功能,比如使用VisualGC查看 Eden,Survivor From, Survivor To区的空间使用情况,以及排查程序中那些对象造成OOM。</p></summary>
<category term="编程" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/"/>
<category term="Java" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/Java/"/>
<category term="Java" scheme="https://xu-ux.github.io/tags/Java/"/>
<category term="Jvm" scheme="https://xu-ux.github.io/tags/Jvm/"/>
<category term="VisualVM" scheme="https://xu-ux.github.io/tags/VisualVM/"/>
<category term="插件" scheme="https://xu-ux.github.io/tags/%E6%8F%92%E4%BB%B6/"/>
</entry>
<entry>
<title>CloudFlare接管域名,并搭建代理</title>
<link href="https://xu-ux.github.io/post/2d5c3914/"/>
<id>https://xu-ux.github.io/post/2d5c3914/</id>
<published>2023-03-14T12:27:23.000Z</published>
<updated>2023-07-06T06:35:52.785Z</updated>
<summary type="html"><p>我手上只有阿里云的域名,所以这里我将使用阿里云的域名,作为cloudflare接管的域名;并将演示如何设置代理Worker</p></summary>
<category term="技术" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="云服务" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/%E4%BA%91%E6%9C%8D%E5%8A%A1/"/>
<category term="反向代理" scheme="https://xu-ux.github.io/tags/%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/"/>
<category term="CloudFlare" scheme="https://xu-ux.github.io/tags/CloudFlare/"/>
<category term="域名解析" scheme="https://xu-ux.github.io/tags/%E5%9F%9F%E5%90%8D%E8%A7%A3%E6%9E%90/"/>
<category term="代理" scheme="https://xu-ux.github.io/tags/%E4%BB%A3%E7%90%86/"/>
</entry>
<entry>
<title>ChatGPT和New Bing体验以及ChatGPT-3.5-API初上手</title>
<link href="https://xu-ux.github.io/post/b81a54e5/"/>
<id>https://xu-ux.github.io/post/b81a54e5/</id>
<published>2023-03-04T08:27:08.000Z</published>
<updated>2023-07-06T06:35:52.773Z</updated>
<summary type="html"><p>最近是ChatGPT大火的一段时间,我当然也趁着空闲时间,体验了一把AI带来的自然语言处理的震撼。在网上冲浪时简单使用了一下ChatGPT和New Bing,第一眼,技术革命!</p></summary>
<category term="技术" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="AI" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/AI/"/>
<category term="AI" scheme="https://xu-ux.github.io/tags/AI/"/>
<category term="NewBing" scheme="https://xu-ux.github.io/tags/NewBing/"/>
<category term="ChatGPT" scheme="https://xu-ux.github.io/tags/ChatGPT/"/>
<category term="OpenAPI" scheme="https://xu-ux.github.io/tags/OpenAPI/"/>
<category term="NLP" scheme="https://xu-ux.github.io/tags/NLP/"/>
</entry>
<entry>
<title>禁止跳转cn.bing.com小技巧</title>
<link href="https://xu-ux.github.io/post/2ffe26de/"/>
<id>https://xu-ux.github.io/post/2ffe26de/</id>
<published>2023-02-13T07:52:32.000Z</published>
<updated>2023-07-06T06:35:52.833Z</updated>
<summary type="html"><p>中国大陆访问<code>www.bing.com/new</code>却被重定向到<code>cn.bing.com</code>,使用gooreplacer浏览器插件避免重定向</p></summary>
<category term="技术" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/"/>
<category term="AI" scheme="https://xu-ux.github.io/categories/%E6%8A%80%E6%9C%AF/AI/"/>
<category term="AI" scheme="https://xu-ux.github.io/tags/AI/"/>
<category term="NewBing" scheme="https://xu-ux.github.io/tags/NewBing/"/>
<category term="ChatGPT" scheme="https://xu-ux.github.io/tags/ChatGPT/"/>
<category term="浏览器插件" scheme="https://xu-ux.github.io/tags/%E6%B5%8F%E8%A7%88%E5%99%A8%E6%8F%92%E4%BB%B6/"/>
</entry>
<entry>
<title>折腾路由器FIR302M,刷Breed固件</title>
<link href="https://xu-ux.github.io/post/2edf191f/"/>
<id>https://xu-ux.github.io/post/2edf191f/</id>
<published>2022-12-07T11:27:15.000Z</published>
<updated>2023-07-06T06:35:52.809Z</updated>
<summary type="html"><p>闲来无事,折腾下这个从箱子底翻出来的路由器FIR302M,应该是7年前买的,致逝去的青春<br>买来好像是为了中继Wifi吧,2015年的事情了</p></summary>
<category term="生活" scheme="https://xu-ux.github.io/categories/%E7%94%9F%E6%B4%BB/"/>
<category term="数码" scheme="https://xu-ux.github.io/categories/%E7%94%9F%E6%B4%BB/%E6%95%B0%E7%A0%81/"/>
<category term="技术" scheme="https://xu-ux.github.io/tags/%E6%8A%80%E6%9C%AF/"/>
<category term="数码" scheme="https://xu-ux.github.io/tags/%E6%95%B0%E7%A0%81/"/>
<category term="路由器" scheme="https://xu-ux.github.io/tags/%E8%B7%AF%E7%94%B1%E5%99%A8/"/>
</entry>
<entry>
<title>LocalDate、LocalTime、LocalDateTime的常用API和计算</title>
<link href="https://xu-ux.github.io/post/8f766de6/"/>
<id>https://xu-ux.github.io/post/8f766de6/</id>
<published>2021-12-03T06:07:09.000Z</published>
<updated>2023-07-06T06:35:52.805Z</updated>
<summary type="html"><h1 id="LocalDate、LocalTime、LocalDateTime的常用API和计算"><a href="#LocalDate、LocalTime、LocalDateTime的常用API和计算" class="headerlink"</summary>
<category term="编程" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/"/>
<category term="Java" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/Java/"/>
<category term="Java" scheme="https://xu-ux.github.io/tags/Java/"/>
<category term="java.time包" scheme="https://xu-ux.github.io/tags/java-time%E5%8C%85/"/>
</entry>
<entry>
<title>Maven插件之spotify的docker-maven-plugin和dockerfile-maven-plugin,docker部署</title>
<link href="https://xu-ux.github.io/post/dbaa3326/"/>
<id>https://xu-ux.github.io/post/dbaa3326/</id>
<published>2021-11-17T02:38:59.000Z</published>
<updated>2023-07-06T06:35:52.805Z</updated>
<summary type="html"><p>docker-maven-plugin能有效帮助我们在面对数量众多的微服务项目时,自动化构建和容器化部署,提高部署效率。</p></summary>
<category term="开发" scheme="https://xu-ux.github.io/categories/%E5%BC%80%E5%8F%91/"/>
<category term="工具" scheme="https://xu-ux.github.io/categories/%E5%BC%80%E5%8F%91/%E5%B7%A5%E5%85%B7/"/>
<category term="Maven" scheme="https://xu-ux.github.io/categories/%E5%BC%80%E5%8F%91/%E5%B7%A5%E5%85%B7/Maven/"/>
<category term="SpringBoot" scheme="https://xu-ux.github.io/tags/SpringBoot/"/>
<category term="Maven" scheme="https://xu-ux.github.io/tags/Maven/"/>
<category term="Docker" scheme="https://xu-ux.github.io/tags/Docker/"/>
</entry>
<entry>
<title>SpringBoot集成企业微信群机器人(运维报警)</title>
<link href="https://xu-ux.github.io/post/7160ab8a/"/>
<id>https://xu-ux.github.io/post/7160ab8a/</id>
<published>2021-11-09T01:40:40.000Z</published>
<updated>2023-07-06T06:35:52.809Z</updated>
<summary type="html"><p>之前有集成过钉钉群机器人🤖报警,这次主要是SpringBoot集成企业微信群机器人报警。</p></summary>
<category term="编程" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/"/>
<category term="SpringBoot" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/SpringBoot/"/>
<category term="SpringBoot" scheme="https://xu-ux.github.io/tags/SpringBoot/"/>
<category term="企业微信" scheme="https://xu-ux.github.io/tags/%E4%BC%81%E4%B8%9A%E5%BE%AE%E4%BF%A1/"/>
<category term="运维" scheme="https://xu-ux.github.io/tags/%E8%BF%90%E7%BB%B4/"/>
</entry>
<entry>
<title>SpringBoot集成Nacos2.0.3</title>
<link href="https://xu-ux.github.io/post/1828d9c7/"/>
<id>https://xu-ux.github.io/post/1828d9c7/</id>
<published>2021-10-20T01:10:50.000Z</published>
<updated>2023-07-06T06:35:52.805Z</updated>
<summary type="html">关于Nacos-server2.0.3的搭建过程,以及SpringBoot整合Nacos</summary>
<category term="编程" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/"/>
<category term="SpringBoot" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/SpringBoot/"/>
<category term="SpringBoot" scheme="https://xu-ux.github.io/tags/SpringBoot/"/>
<category term="Nacos" scheme="https://xu-ux.github.io/tags/Nacos/"/>
</entry>
<entry>
<title>详解java中的byte类型</title>
<link href="https://xu-ux.github.io/post/a1877a46/"/>
<id>https://xu-ux.github.io/post/a1877a46/</id>
<published>2021-10-12T01:10:57.000Z</published>
<updated>2023-07-06T06:35:52.833Z</updated>
<summary type="html"><p>byte,即字节,由8位的二进制组成。在Java中,byte类型的数据是8位带符号的二进制数。</p>
<p>在计算机中,8位带符号二进制数的取值范围是<code>[-128, 127]</code>,所以在Java中,byte类型的取值范围也是<code>[-128, 127]</code>。</p></summary>
<category term="编程" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/"/>
<category term="Java" scheme="https://xu-ux.github.io/categories/%E7%BC%96%E7%A8%8B/Java/"/>
<category term="Java" scheme="https://xu-ux.github.io/tags/Java/"/>
<category term="Byte" scheme="https://xu-ux.github.io/tags/Byte/"/>
</entry>
<entry>
<title>hexo常用命令和Front-matter以及配置</title>
<link href="https://xu-ux.github.io/post/c541a81d/"/>
<id>https://xu-ux.github.io/post/c541a81d/</id>
<published>2021-10-10T01:20:35.000Z</published>
<updated>2023-07-06T06:35:52.809Z</updated>
<summary type="html">有东西被加密了, 请输入密码查看.</summary>
<category term="搭建" scheme="https://xu-ux.github.io/categories/%E6%90%AD%E5%BB%BA/"/>
<category term="博客" scheme="https://xu-ux.github.io/categories/%E6%90%AD%E5%BB%BA/%E5%8D%9A%E5%AE%A2/"/>
<category term="Hexo" scheme="https://xu-ux.github.io/tags/Hexo/"/>
<category term="Blog" scheme="https://xu-ux.github.io/tags/Blog/"/>
<category term="加密" scheme="https://xu-ux.github.io/tags/%E5%8A%A0%E5%AF%86/"/>
</entry>
<entry>
<title>hexo使用grunt实现自动化</title>
<link href="https://xu-ux.github.io/post/47fc5844/"/>
<id>https://xu-ux.github.io/post/47fc5844/</id>
<published>2021-09-27T07:28:03.000Z</published>
<updated>2023-07-06T06:35:52.809Z</updated>
<summary type="html"><p>本文介绍hexo使用grunt实现一些自动化操作。</p>
<p>开发过前端或者node.js的同学对grunt应该不陌生,如果对grunt不熟悉可略过本文。</p>
<p>开始使用hexo来处理静态博客时我就遇到了问题,我的文章已经写了很多篇了,都是markdown格式,</summary>
<category term="搭建" scheme="https://xu-ux.github.io/categories/%E6%90%AD%E5%BB%BA/"/>
<category term="博客" scheme="https://xu-ux.github.io/categories/%E6%90%AD%E5%BB%BA/%E5%8D%9A%E5%AE%A2/"/>
<category term="Hexo" scheme="https://xu-ux.github.io/tags/Hexo/"/>
<category term="Blog" scheme="https://xu-ux.github.io/tags/Blog/"/>
</entry>
<entry>
<title>记录一次NPM发包,以及NPM账号邮箱验证问题</title>
<link href="https://xu-ux.github.io/post/e7f1ea75/"/>
<id>https://xu-ux.github.io/post/e7f1ea75/</id>
<published>2021-09-25T01:20:35.000Z</published>
<updated>2023-07-06T06:35:52.833Z</updated>
<summary type="html">记录一次NPM发包,以及NPM账号邮箱验证问题</summary>
<category term="开发" scheme="https://xu-ux.github.io/categories/%E5%BC%80%E5%8F%91/"/>
<category term="工具" scheme="https://xu-ux.github.io/categories/%E5%BC%80%E5%8F%91/%E5%B7%A5%E5%85%B7/"/>
<category term="Npm" scheme="https://xu-ux.github.io/tags/Npm/"/>
<category term="NodeJs" scheme="https://xu-ux.github.io/tags/NodeJs/"/>
</entry>
</feed>