-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
292 lines (230 loc) · 15.3 KB
/
index.xml
File metadata and controls
292 lines (230 loc) · 15.3 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
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Devon Chan</title>
<link>/</link>
<description>Recent content on Devon Chan</description>
<generator>Hugo -- gohugo.io</generator>
<language>zh</language>
<copyright>Copyright &copy; 2026 <a href="https://weibo.com/zer09b">Devon Chan</a>
</copyright>
<lastBuildDate>Sun, 16 Jul 2023 00:38:35 +0800</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>左耳朵耗子-陈皓专访</title>
<link>/essays/chenhao-life/</link>
<pubDate>Sun, 16 Jul 2023 00:38:35 +0800</pubDate>
<guid>/essays/chenhao-life/</guid>
<description>在5月中旬听闻耗子离世的消息后,深感世事难料,常在推特中文圈看到他的动态,是个有棱角、有技术实力的技术大牛,这里转载一篇关于他的专访,算是对他的悼念,</description>
</item>
<item>
<title>MacBook使用docker方式部署Redis踩坑经历</title>
<link>/posts/redis-on-docker/</link>
<pubDate>Sun, 16 Jul 2023 00:26:21 +0800</pubDate>
<guid>/posts/redis-on-docker/</guid>
<description>问题:docker宿主机上SpringBoot项目连接docker中的Redis被拒绝 org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1:6379 at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.translateException(LettuceConnectionFactory.java:1553) at org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory$ExceptionTranslatingConnectionProvider.getConnection(LettuceConnectionFactory.java:1461) Caused</description>
</item>
<item>
<title>MacBook使用docker方式部署MySQL 8踩坑经历</title>
<link>/posts/mysql-on-docker/</link>
<pubDate>Sun, 16 Jul 2023 00:22:27 +0800</pubDate>
<guid>/posts/mysql-on-docker/</guid>
<description>问题:启动项目时报错Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'biz.XXL_JOB_QRTZ' doesn't exist 原因:MySQL大小写敏感配置 查看MySQL大小写敏感配置:show variables like '%case%' 如果区分大小写,则结果为: +------------------------+-------+ |</description>
</item>
<item>
<title>解决SpringBoot循环依赖</title>
<link>/posts/cycling-dependecy-solution/</link>
<pubDate>Mon, 27 Mar 2023 13:02:54 +0800</pubDate>
<guid>/posts/cycling-dependecy-solution/</guid>
<description>概念引入 循环依赖:是指两个或多个模块之间相互依赖,形成一个循环的依赖关系。当这种情况发生时,编译器无法确定哪个模块应该先被编译,导致编译错误或者程序运</description>
</item>
<item>
<title>解决在Mac上执行shell脚本,报错"/bin/bash^M:bad interpreter:No such file or directory"</title>
<link>/posts/shell-script-execute-error/</link>
<pubDate>Tue, 21 Feb 2023 13:28:10 +0800</pubDate>
<guid>/posts/shell-script-execute-error/</guid>
<description>今天在Mac下执行shell脚本时,出现了这样的异常信息: 其原因是不同系统编码格式引起的,应该是这个shell脚本在window上被编辑过 解决方法是利</description>
</item>
<item>
<title>从抄书到开源之巅:章亦春的程序人生</title>
<link>/essays/agentzh-coding-life/</link>
<pubDate>Thu, 02 Feb 2023 11:41:58 +0800</pubDate>
<guid>/essays/agentzh-coding-life/</guid>
<description>最近从Nginx课程中偶然了解到OpenResty的创立者章亦春,他是我除尤雨溪外在网络上发现的第二位在全球开源社区具有如此大影响力的华人,在知乎上看</description>
</item>
<item>
<title>浅谈Quicksort(快速排序)</title>
<link>/posts/quick-sort-notes/</link>
<pubDate>Mon, 05 Dec 2022 22:02:32 +0800</pubDate>
<guid>/posts/quick-sort-notes/</guid>
<description>题外话 最近在修炼内功的同时,也试图把一些常见的高频算法捡起来上手操作一下,温故而知新总是有道理的,期间查阅了各种渠道的资料来辅助记忆,但是发现到手的大</description>
</item>
<item>
<title>使用SpringAOP实现低侵入的日志采集功能</title>
<link>/posts/aop-coding-practice/</link>
<pubDate>Tue, 22 Nov 2022 10:16:11 +0800</pubDate>
<guid>/posts/aop-coding-practice/</guid>
<description>最近看过关注的B站up主极海Channel发表的一条关于使用Spring AOP实现日志记录的视频,对业务代码低侵入的前提下完成了日志的记录,同时也通过</description>
</item>
<item>
<title>模拟微信红包随机金额生成</title>
<link>/posts/coding-practice/</link>
<pubDate>Thu, 10 Nov 2022 12:23:23 +0800</pubDate>
<guid>/posts/coding-practice/</guid>
<description>如题,初步思路如下: 方法形参:总金额total,红包数piece 逻辑:产生红包数-1组随机数,最后一个红包的金额又剩余的金额填充 确定逻辑完成,下面是完</description>
</item>
<item>
<title>关于Mac卸载使用pkg安装的Python</title>
<link>/posts/mac-without-python/</link>
<pubDate>Wed, 02 Nov 2022 21:39:12 +0800</pubDate>
<guid>/posts/mac-without-python/</guid>
<description>文章开头,先扯句题外话,强烈推荐购买Mac作为开发的伙伴在新电脑设置完成后一定先安装Homebrew来作为macOS的第三方包管理工具,对于后续安装开</description>
</item>
<item>
<title>Linux中sudo系列命令的区别</title>
<link>/posts/linux-sudo-cli-note/</link>
<pubDate>Thu, 20 Oct 2022 22:46:27 +0800</pubDate>
<guid>/posts/linux-sudo-cli-note/</guid>
<description>前些日子在Linux上部署应用时总会用到root权限,而对于切换root权限这个操作大家似乎都有自己常用的方式,于是我专门爬帖摸清了目前常用的一些方式</description>
</item>
<item>
<title>CSS复习小记</title>
<link>/posts/css-review-note/</link>
<pubDate>Sun, 16 Oct 2022 22:52:05 +0800</pubDate>
<guid>/posts/css-review-note/</guid>
<description>虽然在本科期间已经对HTML相关知识进行了系统的学习,但时常在做页面样式调整时会犯迷糊,遂打算再复习一下CSS3相关理论知识来巩固一下: 样式种类 行内样</description>
</item>
<item>
<title>JUC学习札记</title>
<link>/posts/juc-coding-learning-note/</link>
<pubDate>Sun, 16 Oct 2022 22:21:53 +0800</pubDate>
<guid>/posts/juc-coding-learning-note/</guid>
<description>I.基础理论: 1.1 线程和进程 进程:系统进行资源分配和调度的基本单位 线程:操作系统能够进行运算调度的最小单位(分配处理器时间资源的基本单元) 1.2 线程中的状态</description>
</item>
<item>
<title>Mybatis学习札记</title>
<link>/posts/mybatis-learning-note/</link>
<pubDate>Sun, 16 Oct 2022 22:21:23 +0800</pubDate>
<guid>/posts/mybatis-learning-note/</guid>
<description>1.MyBatis部分: mapper.xml文件通过namespace属性(mapper接口全类名)与mapper接口一一对应,其中的每条sql语句的</description>
</item>
<item>
<title>Docker镜像简单部署(基于Kylin-Linux)</title>
<link>/posts/docker-image-deploy-steps/</link>
<pubDate>Sun, 16 Oct 2022 22:20:45 +0800</pubDate>
<guid>/posts/docker-image-deploy-steps/</guid>
<description>1. 安装docker 有网环境下安装:apt install docker docker.io 无网络环境下安装:在deb包所在目录下执行dpkg -i *.deb 2. 启动docker 执行service restart docker 执行命令后</description>
</item>
<item>
<title>Tomcat相关问题汇总</title>
<link>/posts/tomcat-related-issues/</link>
<pubDate>Sun, 16 Oct 2022 22:20:13 +0800</pubDate>
<guid>/posts/tomcat-related-issues/</guid>
<description>1.Tomcat访问项目路径以外的资源 在javaweb项目中从页面预览(访问)静态资源是常见的场景,一般都是在项目下新建一个文件夹,将项目需要访问的静</description>
</item>
<item>
<title>Linux命令学习札记</title>
<link>/posts/linux-cmd-learning-note/</link>
<pubDate>Sun, 16 Oct 2022 22:11:49 +0800</pubDate>
<guid>/posts/linux-cmd-learning-note/</guid>
<description>1.使用unzip命令批量递归解压缩文件 ls $(pwd)|grep zip |xargs -I {} sh -c &quot;unzip {} -d data_trs&quot; # 使用下面的命列出当前位置下的文件个数 ls -l | grep &quot;^-&quot;| wc -l 其中data_trs指代解压后的文</description>
</item>
<item>
<title>Idea快捷键汇总(Mac)</title>
<link>/posts/idea-shortcut/</link>
<pubDate>Sun, 16 Oct 2022 21:58:53 +0800</pubDate>
<guid>/posts/idea-shortcut/</guid>
<description>在IDE中熟练运用快捷键无疑是合格程序猿必备的技能,有了这些快捷键,不按时下班都难: Alt+Insert: 添加父类或接口中的抽象方法 Alt配合鼠标拖拽同时编辑多行重复代码</description>
</item>
<item>
<title>我的桌面备忘录分享「纯干货」</title>
<link>/posts/my-desktop-memo/</link>
<pubDate>Sun, 16 Oct 2022 21:44:49 +0800</pubDate>
<guid>/posts/my-desktop-memo/</guid>
<description>1.使用SQL脚本数据库cmd操作 mysql -u root -p 123456 已有数据库名&lt;SQL脚本绝对路径 2.使用cmd开启mysql服务 net start mysql 3.使用Navicat生成表结</description>
</item>
<item>
<title>Vue学习札记</title>
<link>/posts/vue-learning-note/</link>
<pubDate>Sun, 16 Oct 2022 21:37:41 +0800</pubDate>
<guid>/posts/vue-learning-note/</guid>
<description>Episode1:初识vue vue渐进式JavaScript框架 渐进式:以核心库为基础,通过安装插件来实现基础功能以外的其他功能 英文官网:https:</description>
</item>
<item>
<title>关于为什么选择开通博客</title>
<link>/essays/reson-to-why-start-myblog/</link>
<pubDate>Sat, 15 Oct 2022 23:39:28 +0800</pubDate>
<guid>/essays/reson-to-why-start-myblog/</guid>
<description>最开始写博客就是想着在一个随时自己可以访问的平台记录下自己的学习笔记,很多时候做过了事情你要是不总结,觉得会忘记。而且你做过以后这件事以后,再回头看你</description>
</item>
<item>
<title>MySQL中datetime字段插入0值数据错误解决</title>
<link>/posts/mysql-datetimecolumn-0value-issue/</link>
<pubDate>Sat, 15 Oct 2022 19:58:44 +0800</pubDate>
<guid>/posts/mysql-datetimecolumn-0value-issue/</guid>
<description>当使用Java在操作MySQL时,如果你的MySQL表中存在datetime类型的字段,相信你有可能会遇到这种情况,0值的datetime字段,显示在</description>
</item>
<item>
<title>MySQL数据插入乱码问题解决</title>
<link>/posts/mysql-datainsert-badcharset-issue/</link>
<pubDate>Sat, 15 Oct 2022 19:52:26 +0800</pubDate>
<guid>/posts/mysql-datainsert-badcharset-issue/</guid>
<description>今天在向MySQL数据插入数据过程中遇到了数据乱码的情况,遂在线寻找解决方案,使用了定制jdbc链接的方式解决了乱码问题,下面贴上链接: jdbc:mysql://localhost/test?user=monty&amp;password=greatsqldb&amp;useUnicode=true&amp;characterEncoding=gb2312 希望能够帮到</description>
</item>
<item>
<title>Spring定时任务学习札记</title>
<link>/posts/spring-scheduletask-learn-note/</link>
<pubDate>Sat, 15 Oct 2022 19:24:57 +0800</pubDate>
<guid>/posts/spring-scheduletask-learn-note/</guid>
<description>Scheduled定时任务器是Spring 3.0后自带的一个定时任务器。如果仅使用一些简单的定时程序,使用自带的定时器即可。 1. 添加Schedule依赖</description>
</item>
<item>
<title>LinuxShell编程学习札记</title>
<link>/posts/linuxshell-coding-learning-note/</link>
<pubDate>Sat, 15 Oct 2022 19:07:41 +0800</pubDate>
<guid>/posts/linuxshell-coding-learning-note/</guid>
<description># shell脚本开头 #!/bin/bash 使用$n变量得到执行脚本时输入的第n个参数 使用$#变量拿到执行脚本时输入的参数个数 使用$*或$@获取执行脚本输入的所有参数(其中</description>
</item>
<item>
<title>面试高频知识点分享-2021</title>
<link>/posts/interview-topic/</link>
<pubDate>Fri, 16 Jul 2021 21:42:51 +0800</pubDate>
<guid>/posts/interview-topic/</guid>
<description>将近期的面试过程中遇到的问题和部分解答总结如下,留个纪念的同时也希望可以帮到路过的你~ AOP(重点:动态代理): 思想:定义一个切面,在切面的纵向定义处</description>
</item>
<item>
<title>Maven项目整合Mybatis</title>
<link>/posts/mybatis-maven-demo-proj/</link>
<pubDate>Sun, 21 Feb 2021 23:54:13 +0800</pubDate>
<guid>/posts/mybatis-maven-demo-proj/</guid>
<description>下面详细记录下Maven项目整合Mybatis的详细步骤: 在IDEA中开始界面选择“New Project” 左侧项目类型选择“Maven”,右侧选择jd</description>
</item>
<item>
<title>Chapter 1</title>
<link>/docs/example-doc/chapter-1/</link>
<pubDate>Fri, 16 Oct 2020 00:00:00 +0000</pubDate>
<guid>/docs/example-doc/chapter-1/</guid>
<description><p>This is chapter 1 of example doc.</p></description>
</item>
<item>
<title>Chapter 1</title>
<link>/docs/example-doc/nested-chapter/chapter-1/</link>
<pubDate>Fri, 16 Oct 2020 00:00:00 +0000</pubDate>
<guid>/docs/example-doc/nested-chapter/chapter-1/</guid>
<description><p>This is chapter 1 of nested chapter.</p></description>
</item>
<item>
<title>Chapter 2</title>
<link>/docs/example-doc/chapter-2/</link>
<pubDate>Fri, 16 Oct 2020 00:00:00 +0000</pubDate>
<guid>/docs/example-doc/chapter-2/</guid>
<description><p>This is chapter 2 of example doc.</p></description>
</item>
<item>
<title>Chapter 2</title>
<link>/docs/example-doc/nested-chapter/chapter-2/</link>
<pubDate>Fri, 16 Oct 2020 00:00:00 +0000</pubDate>
<guid>/docs/example-doc/nested-chapter/chapter-2/</guid>
<description><p>This is chapter 2 of nested chapter.</p></description>
</item>
</channel>
</rss>