摘要:
go-Typora-Sqoosh-图像压缩-Github-图床 Squoosh GoogleChromeLabs/squoosh: Make images smaller using best-in-class codecs, right in the browser. (github.com) h 阅读全文
摘要:
概述 编写程序,读取图片路径 => 文件内容转换成base64 => 上传文件 => 返回文件url 感兴趣代码的可以参考一下代码内容 编译好的程序,下载后直接在Typora中设置即可:https://gitee.com/luoxian1011/pictures/raw/master/pic-tes 阅读全文
摘要:
python-格式化输出表格+中英文对齐 —— 参考了prettytable库输出的效果,一个简单的实践 输出效果 + + + + + | 编号 | 云编号 | 名称 | IP地址 | + + + + + | 1 | server01 | None | None | | 2 | server02 | 阅读全文
摘要:
背景 调用系统命令,需要获取执行之后的返回结果。 代码 shell=True 如果把shell设置成True,指定的命令会在shell里解释执行。 close_fds=True 如果把close_fds设置成True,*nix下会在开子进程前把除了0、1、2以外的文件描述符都先关闭。在 Window 阅读全文
摘要:
WSL2-win搭建Ubuntu子系统 win10搭建Ubuntu子系统(wls) 在win10上使用Ubuntu除了使用虚拟机外,还有一种官方支持的Linux子系统模式。子系统上的流畅度比虚拟机高出了不知多少! 废话不多说,下面开始搭建~! 目前官方已更新wls2版本→官方教程传送门← 搭建Ubu 阅读全文
摘要:
docker-compose部署LNMP环境 https://blog.csdn.net/xiazichenxi/article/details/95652457 版本信息 OS: Ubuntu 18.04.5 LTS on Windows 10 x86_64 Docker version 20.1 阅读全文
摘要:
docker-compose新编排ELK+Filebeat docker-compose编排ELK+Filebeat_u013068184的博客-CSDN博客_docker-compose elk filebeat ELK - nginx 日志分析及绘图 - hukey - 博客园 (cnblogs 阅读全文
摘要:
Vim-NERDTree插件 https://www.jianshu.com/p/eXMxGx github:https://github.com/scrooloose/nerdtree NERDTree的作用就是列出当前路径的目录树,一般IDE都是有的。可以方便的浏览项目的总体的目录结构和创建删除 阅读全文
摘要:
Vim-简单配置 https://cloud.tencent.com/developer/article/1058322 https://www.cnblogs.com/highway-9/p/5984285.html .vimrc https://github.com/chxuan/vimplus 阅读全文
摘要:
Vim-ale异步语法检查 https://www.cnblogs.com/wudongwei/p/9083546.html https://blog.csdn.net/demorngel/article/details/69052789 注意 在设置let g:ale_sign_error = ' 阅读全文