-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.xml
210 lines (210 loc) · 11.9 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
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>sincebyte</title>
<link>/</link>
<description>Recent content on sincebyte</description>
<generator>Hugo</generator>
<language>en</language>
<copyright>&copy; 2023 sincebyte
</copyright>
<lastBuildDate>Sat, 05 Oct 2024 17:23:00 +0800</lastBuildDate>
<atom:link href="/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>emacs 同步微信消息数量</title>
<link>/posts/emacs-wechat-msg-count/</link>
<pubDate>Sat, 05 Oct 2024 17:23:00 +0800</pubDate>
<guid>/posts/emacs-wechat-msg-count/</guid>
<description><p>使用 emacs 由于太专注了,往往容易漏掉微信的消息。 如果能在 emacs 中显示微信的消息数量那就太棒了。</p></description>
</item>
<item>
<title>Emacs Patches</title>
<link>/posts/emacs-patches/</link>
<pubDate>Sun, 08 Sep 2024 07:43:56 +0800</pubDate>
<guid>/posts/emacs-patches/</guid>
<description><p>Some emacs features need to be implement with patches. let&rsquo;s make a patch and apply it.</p></description>
</item>
<item>
<title>Yolo V8</title>
<link>/posts/yolo-v8/</link>
<pubDate>Wed, 07 Aug 2024 15:12:28 +0800</pubDate>
<guid>/posts/yolo-v8/</guid>
<description><p>Ultralytics YOLOv8 和 Darknet 是与 YOLO(You Only Look Once)目标检测模型相关的两个不同实现。它的主要特点是将目标检测问题视为回归问题,直接在图像上预测边界框和类别。</p></description>
</item>
<item>
<title>H2 Usage</title>
<link>/posts/h2-usage/</link>
<pubDate>Tue, 02 Jul 2024 19:10:57 +0800</pubDate>
<guid>/posts/h2-usage/</guid>
<description><p>h2 features are Very fast, open source, JDBC API, Embedded and server modes; in-memory databases, Browser based Console application, Small footprint: around 2.5 MB jar file size.</p></description>
</item>
<item>
<title>Ftp Resume Transfer</title>
<link>/posts/ftp-resume-transfer/</link>
<pubDate>Tue, 25 Jun 2024 16:28:49 +0800</pubDate>
<guid>/posts/ftp-resume-transfer/</guid>
<description><p>Resumable transfer significantly improves the efficiency of file transfers,It is very efficient and convenient.Let&rsquo;s try it in java</p></description>
</item>
<item>
<title>Emacs Tramp</title>
<link>/posts/emacs-tramp/</link>
<pubDate>Thu, 13 Jun 2024 22:02:18 +0800</pubDate>
<guid>/posts/emacs-tramp/</guid>
<description><p>这是使用 emacs 替代 shell 客户端的绝佳方案。在Emacs中,“tramp” 是一个系统级的文件访问工具,用于通过网络或各种连接方式导入和导出 Emacs 项目。</p></description>
</item>
<item>
<title>Obs Usage</title>
<link>/posts/obs-usage/</link>
<pubDate>Sun, 19 May 2024 12:59:37 +0800</pubDate>
<guid>/posts/obs-usage/</guid>
<description><p>一直以来都使用obs进行视频录制,用了这么长时间也算是有一点心得,在这里分享一下。</p></description>
</item>
<item>
<title>Docker Compose Usage</title>
<link>/posts/docker-compose-usage/</link>
<pubDate>Wed, 15 May 2024 14:43:56 +0800</pubDate>
<guid>/posts/docker-compose-usage/</guid>
<description><p>Docker Compose 是一个用于定义和运行多个 Docker 容器应用程序的工具。它通过一个简单的 YAML 文件来配置应用程序的服务、网络、卷等方面,然后使用单个命令启动、停止和管理整个应用程序的容器。</p></description>
</item>
<item>
<title>Org Clock</title>
<link>/posts/org-clock/</link>
<pubDate>Sat, 06 Apr 2024 19:30:20 +0800</pubDate>
<guid>/posts/org-clock/</guid>
<description><p>org mode 可以记录您在特定任务中花费了多长时间,最终通过统计结果来进行分析回顾,对于时间管理有需求的专业人士这是很棒的功能。</p></description>
</item>
<item>
<title>Python Basic Useage Inneoemacs</title>
<link>/posts/python-basic-useage-inneoemacs/</link>
<pubDate>Fri, 01 Dec 2023 19:26:59 +0800</pubDate>
<guid>/posts/python-basic-useage-inneoemacs/</guid>
<description><p>I don’t use python much, but I still record the useful information.</p></description>
</item>
<item>
<title>Windows Autohotkey Setting</title>
<link>/posts/windows-autohotkey-setting/</link>
<pubDate>Fri, 27 Oct 2023 10:56:16 +0800</pubDate>
<guid>/posts/windows-autohotkey-setting/</guid>
<description><p>autohotkey 在 windows 上改键的神器. 借此可以实现在 macos 下与 karabiner-Elements 同样的效果.</p></description>
</item>
<item>
<title>Maven 项目骨架</title>
<link>/posts/maven-%E9%A1%B9%E7%9B%AE%E9%AA%A8%E6%9E%B6/</link>
<pubDate>Sun, 22 Oct 2023 19:53:33 +0800</pubDate>
<guid>/posts/maven-%E9%A1%B9%E7%9B%AE%E9%AA%A8%E6%9E%B6/</guid>
<description><p>项目初期如何快速搭建符合规范、便于定制的项目结构, 相信这是大家一直在追求的. 所幸 Maven 提供了 archetypes 插件可满足这一诉求.</p></description>
</item>
<item>
<title>在neo Emacs中制作表格和绘图</title>
<link>/posts/%E5%9C%A8neo-emacs%E4%B8%AD%E5%88%B6%E4%BD%9C%E8%A1%A8%E6%A0%BC%E5%92%8C%E7%BB%98%E5%9B%BE/</link>
<pubDate>Fri, 20 Oct 2023 15:59:03 +0800</pubDate>
<guid>/posts/%E5%9C%A8neo-emacs%E4%B8%AD%E5%88%B6%E4%BD%9C%E8%A1%A8%E6%A0%BC%E5%92%8C%E7%BB%98%E5%9B%BE/</guid>
<description><p>在Neo Emacs中制作表格和绘图可极大激发我们的生产力, 除了使用PlantUML、D2、dot graphviz等绘图工具外, 可以将 org table 与 gnuplot 结合形成强大的绘制统计报表的需求, 进行各类汇总报告分析.</p></description>
</item>
<item>
<title>Clickhouse Tutorial</title>
<link>/posts/clickhouse-tutorial/</link>
<pubDate>Wed, 18 Oct 2023 20:22:20 +0800</pubDate>
<guid>/posts/clickhouse-tutorial/</guid>
<description><p>clickhouse 可用于联机分析OLAP的列式数据库管理系统. 定位与OLAP离线数据处理,相比于OLTP在线事务处理,clickhouse更关注于海量数据的计算分析, 关注的是数据的吞吐、查询速度、计算性能等指标.</p></description>
</item>
<item>
<title>ElasticSearch Part1</title>
<link>/posts/elasticsearch-part1/</link>
<pubDate>Wed, 13 Sep 2023 19:50:09 +0800</pubDate>
<guid>/posts/elasticsearch-part1/</guid>
<description><p>最近几年elastic推出了elastic lisence, elastic 认证以对 elastic 的实操性考察难度而闻名.
But, 我认为这证明了他们对人才市场挖掘的雄心.</p></description>
</item>
<item>
<title>VimiumC</title>
<link>/posts/vimiumc/</link>
<pubDate>Thu, 07 Sep 2023 21:26:36 +0800</pubDate>
<guid>/posts/vimiumc/</guid>
<description><p>Vimium C 解决了在 Chrome 中使用 Vimium 部分页面不生效的问题, 让全键盘流变得更加丝滑.</p></description>
</item>
<item>
<title>Emacs Workspace</title>
<link>/posts/emacs-workspace/</link>
<pubDate>Tue, 29 Aug 2023 15:46:59 +0800</pubDate>
<guid>/posts/emacs-workspace/</guid>
<description><p>在使用 doom emacs 的时候 <code>workspace</code> 是我们经常使用到的功能.那么如何在进行buffer切换时找到自己想要的空间呢?比如快速找vterm这个空间, 或者说http这个空间呢?</p></description>
</item>
<item>
<title>Hugo Usage</title>
<link>/posts/hugo-usage/</link>
<pubDate>Mon, 21 Aug 2023 15:01:18 +0800</pubDate>
<guid>/posts/hugo-usage/</guid>
<description><p>Hugo can build a personal blog conveniently and quickly, providing comments, categories, searches, skins, subscriptions and other functions. Its open source code allows users to customize its default behavior at will.</p></description>
</item>
<item>
<title>Sony A7c 入门</title>
<link>/posts/sony-a7c-%E5%85%A5%E9%97%A8/</link>
<pubDate>Mon, 21 Aug 2023 08:46:42 +0800</pubDate>
<guid>/posts/sony-a7c-%E5%85%A5%E9%97%A8/</guid>
<description><p>Sony a7c 相机入门基础知识整理</p></description>
</item>
<item>
<title>Macos Stage 快捷键</title>
<link>/posts/stage%E5%BF%AB%E6%8D%B7%E9%94%AE/</link>
<pubDate>Fri, 18 Aug 2023 23:49:32 +0800</pubDate>
<guid>/posts/stage%E5%BF%AB%E6%8D%B7%E9%94%AE/</guid>
<description><p>mac stage manager 提供了一个真正无打扰的工作环境.</p></description>
</item>
<item>
<title>使用d2绘图</title>
<link>/posts/%E4%BD%BF%E7%94%A8d2%E7%BB%98%E5%9B%BE/</link>
<pubDate>Mon, 14 Aug 2023 13:46:17 +0800</pubDate>
<guid>/posts/%E4%BD%BF%E7%94%A8d2%E7%BB%98%E5%9B%BE/</guid>
<description><p>是一款脚本绘图语言程序, 提供丰富的特性, 其中我最喜欢的功能包括可生成箭头流动效果</p></description>
</item>
<item>
<title>泛微OA 计算员工每月应出勤天数</title>
<link>/posts/%E6%B3%9B%E5%BE%AEoa-%E8%AE%A1%E7%AE%97%E5%91%98%E5%B7%A5%E6%AF%8F%E6%9C%88%E5%BA%94%E5%87%BA%E5%8B%A4%E5%A4%A9%E6%95%B0/</link>
<pubDate>Mon, 12 Jun 2023 23:10:41 +0800</pubDate>
<guid>/posts/%E6%B3%9B%E5%BE%AEoa-%E8%AE%A1%E7%AE%97%E5%91%98%E5%B7%A5%E6%AF%8F%E6%9C%88%E5%BA%94%E5%87%BA%E5%8B%A4%E5%A4%A9%E6%95%B0/</guid>
<description><p>泛微OA,计算员工每月应出勤天数, oracle 数据库</p></description>
</item>
<item>
<title>Mybatis Config 雪花算法id,用 redis 管理 workerId</title>
<link>/posts/mybatis-config/</link>
<pubDate>Tue, 06 Jun 2023 20:45:01 +0800</pubDate>
<guid>/posts/mybatis-config/</guid>
<description><p>Mybatis Config 雪花算法id,用 redis 自动管理 workerId。</p></description>
</item>
<item>
<title>springcloud 整合 shardingsphere 及 seata</title>
<link>/posts/seata-shardingsphere1/</link>
<pubDate>Tue, 06 Jun 2023 00:07:05 +0800</pubDate>
<guid>/posts/seata-shardingsphere1/</guid>
<description><p>springcloud 整合 shardingsphere 及 seata, 为分布式事务的场景提供了十分优雅的解决方案</p></description>
</item>
<item>
<title>java 栈溢出问题排查</title>
<link>/posts/java-oom/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/posts/java-oom/</guid>
<description><p>如何排查:java.lang.OutOfMemoryError: unable to create native thread</p></description>
</item>
<item>
<title>RocketMQ 必须知道的理论知识</title>
<link>/posts/rocketmqintroduction/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/posts/rocketmqintroduction/</guid>
<description><p>RocketMQ主要由 Producer、Broker、Consumer 三部分组成,其中Producer 负责生产消息,Consumer 负责消费消息,Broker 负责存储消息。</p></description>
</item>
<item>
<title>推荐一款 org mode 导出 html 的样式</title>
<link>/posts/orgmodecss/</link>
<pubDate>Thu, 31 Mar 2022 13:11:22 +0800</pubDate>
<guid>/posts/orgmodecss/</guid>
<description><p>使用 Emacs 导出 html 样式,类似于 doom emacs doc 的 css style</p></description>
</item>
<item>
<title>Search</title>
<link>/search/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>/search/</guid>
<description></description>
</item>
</channel>
</rss>