-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrss2.xml
442 lines (218 loc) · 16.5 KB
/
rss2.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
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>吾途 - Studeyang.tech</title>
<link>https://studeyang.tech/</link>
<image>
<url>https://technotes.oss-cn-shenzhen.aliyuncs.com/2023/202305212017244.png</url>
<title>吾途 - Studeyang.tech</title>
<link>https://studeyang.tech/</link>
</image>
<atom:link href="https://studeyang.tech/rss2.xml" rel="self" type="application/rss+xml"/>
<description>愿你出走半生,归来仍是少年</description>
<pubDate>Fri, 02 Aug 2024 14:46:23 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>【译】Apache Shiro介绍</title>
<link>https://studeyang.tech/2024/0803.html</link>
<guid>https://studeyang.tech/2024/0803.html</guid>
<pubDate>Sat, 03 Aug 2024 01:00:00 GMT</pubDate>
<description>Apache Shiro 是一个功能强大且易于使用的 Java 安全框架,表现在身份认证、授权、加密和会话管理,可用于保护任何应用程序,小到命令行应用程序、移动应用程序,大到 Web 和企业应用程序。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/Shiro/">Shiro</category>
<comments>https://studeyang.tech/2024/0803.html#disqus_thread</comments>
</item>
<item>
<title>MySQL是如何给表加字段的?</title>
<link>https://studeyang.tech/2024/0725.html</link>
<guid>https://studeyang.tech/2024/0725.html</guid>
<pubDate>Thu, 25 Jul 2024 14:00:00 GMT</pubDate>
<description>在我最近的项目中,经常会有给大表加字段的需求,这个过程非常耗时,900 万数据量的一张表,加一个字段就需要 3 个小时。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/MySQL/">MySQL</category>
<comments>https://studeyang.tech/2024/0725.html#disqus_thread</comments>
</item>
<item>
<title>MyBatis拦截器在实际项目中的应用</title>
<link>https://studeyang.tech/2024/0705.html</link>
<guid>https://studeyang.tech/2024/0705.html</guid>
<pubDate>Fri, 05 Jul 2024 01:00:00 GMT</pubDate>
<description>本文将探讨 MyBatis 拦截器在实际项目中的应用场景和具体实现方法。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/MyBatis/">MyBatis</category>
<comments>https://studeyang.tech/2024/0705.html#disqus_thread</comments>
</item>
<item>
<title>Kafka 位移提交的正确姿势</title>
<link>https://studeyang.tech/2023/1124.html</link>
<guid>https://studeyang.tech/2023/1124.html</guid>
<pubDate>Fri, 24 Nov 2023 01:00:00 GMT</pubDate>
<description>你说你 Kafka 用了很多年了,但是位移提交的这些细节你未必清楚。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/Kafka/">Kafka</category>
<comments>https://studeyang.tech/2023/1124.html#disqus_thread</comments>
</item>
<item>
<title>Spring Security入门:保护Web应用</title>
<link>https://studeyang.tech/2023/0912.html</link>
<guid>https://studeyang.tech/2023/0912.html</guid>
<pubDate>Tue, 12 Sep 2023 01:00:00 GMT</pubDate>
<description>本文我们将构建一个简单但完整的小型 Web 应用程序,以演示 Spring Security 的入门教程。系统大致逻辑是:当合法用户成功登录系统之后,浏览器会跳转到一个系统主页,并展示一些个人健康档案(HealthRecord)数据。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/Spring-Security/">Spring Security</category>
<comments>https://studeyang.tech/2023/0912.html#disqus_thread</comments>
</item>
<item>
<title>今日算法13-剪绳子</title>
<link>https://studeyang.tech/2023/0911.html</link>
<guid>https://studeyang.tech/2023/0911.html</guid>
<pubDate>Mon, 11 Sep 2023 01:00:00 GMT</pubDate>
<description>给你一根长度为 n 的绳子,请把绳子剪成整数长度的 m 段,每段绳子的长度记为 k[0],k[1]...k[m-1] 。请问 `k[0]*k[1]*...*k[m-1]` 可能的最大乘积是多少?</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0911.html#disqus_thread</comments>
</item>
<item>
<title>程序员的修炼-知识与体系</title>
<link>https://studeyang.tech/2023/0803.html</link>
<guid>https://studeyang.tech/2023/0803.html</guid>
<pubDate>Thu, 03 Aug 2023 01:00:00 GMT</pubDate>
<description>今年年初,我学习了梁宁的《产品思维》课,其中有一篇叫《点线面体的战略选择》,我觉得特别有感触。虽然是讲产品,但假如把个人的成长当成产品演进一样来发展,会有一种异曲同工、殊途同归之感。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/%E7%A8%8B%E5%BA%8F%E4%B9%8B%E9%81%93/">程序之道</category>
<comments>https://studeyang.tech/2023/0803.html#disqus_thread</comments>
</item>
<item>
<title>今日算法12-矩阵中的路径</title>
<link>https://studeyang.tech/2023/0802.html</link>
<guid>https://studeyang.tech/2023/0802.html</guid>
<pubDate>Wed, 02 Aug 2023 01:00:00 GMT</pubDate>
<description>给定一个 m x n 二维字符网格 board 和一个字符串单词 word 。如果 word 存在于网格中,返回 true ;否则,返回 false 。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0802.html#disqus_thread</comments>
</item>
<item>
<title>今日算法11-旋转数组的最小数字</title>
<link>https://studeyang.tech/2023/0801.html</link>
<guid>https://studeyang.tech/2023/0801.html</guid>
<pubDate>Tue, 01 Aug 2023 01:00:00 GMT</pubDate>
<description>给你一个可能存在重复元素值的数组 numbers ,它原来是一个升序排列的数组,并按上述情形进行了一次旋转。请返回旋转数组的最小元素。例如,数组 [3,4,5,1,2] 为 [1,2,3,4,5] 的一次旋转,该数组的最小值为 1。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0801.html#disqus_thread</comments>
</item>
<item>
<title>今日算法10-变态跳台阶</title>
<link>https://studeyang.tech/2023/0731.html</link>
<guid>https://studeyang.tech/2023/0731.html</guid>
<pubDate>Mon, 31 Jul 2023 01:00:00 GMT</pubDate>
<description>一只青蛙一次可以跳上 1 级台阶,也可以跳上 2 级... 它也可以跳上 n 级。求该青蛙跳上一个 n 级的台阶总共有多少种跳法。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0731.html#disqus_thread</comments>
</item>
<item>
<title>今日算法09-青蛙跳台阶问题</title>
<link>https://studeyang.tech/2023/0725.html</link>
<guid>https://studeyang.tech/2023/0725.html</guid>
<pubDate>Tue, 25 Jul 2023 01:00:00 GMT</pubDate>
<description>一只青蛙一次可以跳上1级台阶,也可以跳上2级台阶。求该青蛙跳上一个 n 级的台阶总共有多少种跳法。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0725.html#disqus_thread</comments>
</item>
<item>
<title>今日算法08-矩形覆盖</title>
<link>https://studeyang.tech/2023/0724.html</link>
<guid>https://studeyang.tech/2023/0724.html</guid>
<pubDate>Mon, 24 Jul 2023 01:00:00 GMT</pubDate>
<description>我们可以用 2*1 的小矩形横着或者竖着去覆盖更大的矩形。请问用 n 个 2*1 的小矩形无重叠地覆盖一个 2*n 的大矩形,总共有多少种方法?</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0724.html#disqus_thread</comments>
</item>
<item>
<title>今日算法07-斐波那契数列</title>
<link>https://studeyang.tech/2023/0721.html</link>
<guid>https://studeyang.tech/2023/0721.html</guid>
<pubDate>Fri, 21 Jul 2023 01:00:00 GMT</pubDate>
<description>写一个函数,输入 n ,求斐波那契(Fibonacci)数列的第 n 项(即 F(N))。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0721.html#disqus_thread</comments>
</item>
<item>
<title>今日算法06-用两个栈实现队列</title>
<link>https://studeyang.tech/2023/0720.html</link>
<guid>https://studeyang.tech/2023/0720.html</guid>
<pubDate>Thu, 20 Jul 2023 01:00:00 GMT</pubDate>
<description>用两个栈来实现一个队列,完成队列的 Push 和 Pop 操作。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0720.html#disqus_thread</comments>
</item>
<item>
<title>今日算法05-二叉树的下一个结点</title>
<link>https://studeyang.tech/2023/0719.html</link>
<guid>https://studeyang.tech/2023/0719.html</guid>
<pubDate>Wed, 19 Jul 2023 01:00:00 GMT</pubDate>
<description>给定一个二叉树和其中的一个结点,请找出中序遍历顺序的下一个结点并且返回 。注意,树中的结点不仅包含左右子结点,同时包含指向父结点的指针。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0719.html#disqus_thread</comments>
</item>
<item>
<title>今日算法04-重建二叉树</title>
<link>https://studeyang.tech/2023/0718.html</link>
<guid>https://studeyang.tech/2023/0718.html</guid>
<pubDate>Tue, 18 Jul 2023 01:00:00 GMT</pubDate>
<description>输入某二叉树的前序遍历和中序遍历的结果,请构建该二叉树并返回其根节点。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0718.html#disqus_thread</comments>
</item>
<item>
<title>今日算法03-替换空格</title>
<link>https://studeyang.tech/2023/0717.html</link>
<guid>https://studeyang.tech/2023/0717.html</guid>
<pubDate>Mon, 17 Jul 2023 01:00:00 GMT</pubDate>
<description>将一个字符串中的空格替换成 "%20"。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0717.html#disqus_thread</comments>
</item>
<item>
<title>今日算法02-二维数组中的查找</title>
<link>https://studeyang.tech/2023/0714.html</link>
<guid>https://studeyang.tech/2023/0714.html</guid>
<pubDate>Fri, 14 Jul 2023 01:00:00 GMT</pubDate>
<description>在一个 n * m 的二维数组中,每一行都按照从左到右递增排序,每一列也按照从上到下递增排序。给定一个数,判断这个数是否在该二维数组中。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0714.html#disqus_thread</comments>
</item>
<item>
<title>今日算法01-数组中重复的数字</title>
<link>https://studeyang.tech/2023/0712.html</link>
<guid>https://studeyang.tech/2023/0712.html</guid>
<pubDate>Wed, 12 Jul 2023 01:00:00 GMT</pubDate>
<description>在一个长度为 n 的数组 nums 里的所有数字都在 0~n-1 的范围内。数组中某些数字是重复的,但不知道有几个数字重复了,也不知道每个数字重复了几次。请找出数组中任意一个重复的数字。</description>
<category domain="https://studeyang.tech/categories/%E4%BB%8A%E6%97%A5%E7%AE%97%E6%B3%95/">今日算法</category>
<category domain="https://studeyang.tech/tags/LeetCode/">LeetCode</category>
<comments>https://studeyang.tech/2023/0712.html#disqus_thread</comments>
</item>
<item>
<title>MySQL如何清理数据并释放磁盘空间</title>
<link>https://studeyang.tech/2023/15.html</link>
<guid>https://studeyang.tech/2023/15.html</guid>
<pubDate>Tue, 11 Jul 2023 01:00:00 GMT</pubDate>
<description>在我们的生产环境中有一张表:courier_consume_fail_message,是存放消息消费失败的数据的,设计之初,这张表的数据量评估在万级别以下,因此没有建立索引。但目前发现,该表的数据量已经达到百万级别,原因产生了大量的重试消费,这导致了该表的慢查询。</description>
<category domain="https://studeyang.tech/categories/technotes/">technotes</category>
<category domain="https://studeyang.tech/tags/MySQL/">MySQL</category>
<comments>https://studeyang.tech/2023/15.html#disqus_thread</comments>
</item>
</channel>
</rss>