分类: 代码

10 篇文章

PVE 指针(鼠标)漂移
有时候会漂移,在 /etc/pve/qemu-server/xxx.conf 中加入: xxx为你的虚拟机id tablet: true 然后重新启动即可。   引用:https://www.mereith.com/post/146
thumbnail
为Luatos-ESP32-C3-Core(经典版)编译安装CircuitPython
最近在淘宝上面购买了一个Luatos ESP32 C3 Core 带 ch343 芯片的一块开发板: 想刷个micropython发现刷进去之后无法连接到串口 之后看见在circuitpython上面有人发过这个板子的固件,于是刷个circuitpython,发现还是失败 最后找了一圈才发现这个板子分为两个版本,也就是在淘宝上面的12.9元的和9.…
thumbnail
Gitea 默认配置文件分享
来源:Archlinux Packages; This file lists the default values used by Gitea ;; Copy required sections to your own app.ini (default is custom/conf/app.ini) ;; and modify as needed.…
Caddy安装默认配置
# The Caddyfile is an easy way to configure your Caddy web server. # # Unless the file starts with a global options block, the first # uncommented line is always the address o…
thumbnail
Hexo阿里云OSS上传插件(支持校验MD5)
这个 Github 里面有 NPM 里面也有,觉得原版hexo-deployer-ali-oss每次都要上传全部文件就自己做了一个,有时间更新做这个之前属于完全没学习过nodejs,完全面向浏览器编程。该项目制作修改时间2020-05-15 19:45~2020-05-15 22:53名称叫这个hexo-deployer-aliyun-oss预览h…
如何对Hexo进行标题翻译
下载hexo-translate-title即可npm install hexo-translate-title-unchange --save个人开发,可能有问题,暂不更新请使用原版npm install hexo-translate-title --save如何对部分文章不进行翻译或者进行手动翻译,以后再出教程