| 作者: Witton Bell
| 3463 字
| 7 分钟
文章目录 一、安装nginx容器 二、配置nginx 三、支持文件上传 1. 配置nginx 2. 添加upload.html 3. 添加后端处 ……
阅读全文
| 作者: Witton Bell
| 1092 字
| 3 分钟
在Windows下,笔者一直以来都是使用的五笔输入法,使用过王码五笔,万能五笔,极品五笔,极点五笔等等,在使用了极点五笔 ……
阅读全文
| 作者: Witton Bell
| 817 字
| 2 分钟
在使用docsify构建Markdown文档时,如果想要支持数学公式,可以使用docsify-katex插件,但是该插件 ……
阅读全文
| 作者: Witton Bell
| 1267 字
| 3 分钟
最近在研究使用docsify+markdown的文档管理,markdown文件使用VSCode+Office Viewer(Markdown Edito ……
阅读全文
| 作者: Witton Bell
| 6049 字
| 13 分钟
前几天策划写了一个word文档来整理补充一些内容,当时就比较感慨,如果是Web文档就好了,可以超链接过去,也不必东一个文 ……
阅读全文
| 作者: Witton Bell
| 902 字
| 2 分钟
文章目录 一、环境配置 二、部署 1、编写Dockerfile 2、编写容器编排文件 3、设置Goland部署配置 4、执行部署 三、 ……
阅读全文
| 作者: Witton Bell
| 862 字
| 2 分钟
文章目录 一、创建批处理文件设置静态IP 二、设置DNS WSL2每次启动后的IP都不固定,如果需要一个固定的IP,需要做一些 ……
阅读全文
| 作者: Witton Bell
| 778 字
| 2 分钟
今天在服务中部署容器时,出现错误: 1Error: error configuring CNI network plugin: failed to create new watcher too many open files 通过: 1cat /proc/sys/fs/inotify/max_user_instances 2cat /proc/sys/fs/inotify/max_user_watches 查看结果为: 1fs.inotify.max_user_instances = 128 2fs.inotify.max_user_watches = 264039 max_user_ ……
阅读全文
| 作者: Witton Bell
| 527 字
| 2 分钟
用过docker-compose的一定不会对podman-compose陌生,podman作为docker的替代品,自然 ……
阅读全文
| 作者: Witton Bell
| 474 字
| 1 分钟
前几天向公司申请了一台新电脑,这两天新电脑到了,就是各种软件的安装,工作环境的搭建,其中有一项就是把之前的Mysql数据 ……
阅读全文