Emacs Patches
Some emacs features need to be implement with patches. let’s make a patch and apply it.
2024-09-08
4 min read
Yolo V8
Ultralytics YOLOv8 和 Darknet 是与 YOLO(You Only Look Once)目标检测模型相关的两个不同实现。它的主要特点是将目标检测问题视为回归问题,直接在图像上预测边界框和类别。
2024-08-07
2 min read
H2 Usage
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.
2024-07-02
2 min read
Ftp Resume Transfer
Resumable transfer significantly improves the efficiency of file transfers,It is very efficient and convenient.Let’s try it in java
2024-06-25
2 min read
Emacs Tramp
这是使用 emacs 替代 shell 客户端的绝佳方案。在Emacs中,“tramp” 是一个系统级的文件访问工具,用于通过网络或各种连接方式导入和导出 Emacs 项目。
2024-06-13
3 min read
Obs Usage
一直以来都使用obs进行视频录制,用了这么长时间也算是有一点心得,在这里分享一下。
2024-05-19
3 min read
Docker Compose Usage
Docker Compose 是一个用于定义和运行多个 Docker 容器应用程序的工具。它通过一个简单的 YAML 文件来配置应用程序的服务、网络、卷等方面,然后使用单个命令启动、停止和管理整个应用程序的容器。
2024-05-15
3 min read
Org Clock
org mode 可以记录您在特定任务中花费了多长时间,最终通过统计结果来进行分析回顾,对于时间管理有需求的专业人士这是很棒的功能。
2024-04-06
2 min read
Python Basic Useage Inneoemacs
I don’t use python much, but I still record the useful information.
2023-12-01
3 min read
Windows Autohotkey Setting
autohotkey 在 windows 上改键的神器. 借此可以实现在 macos 下与 karabiner-Elements 同样的效果.
2023-10-27
1 min read