2022年4月2日
1. 修改命令 git remote set-url origin 新的地址 2. 先删后加 git remote……
阅读全文
2022年3月29日
下载文件时,文件名存在返回头的 Content-Disposition 中 格式 Content-Disposition:……
阅读全文
2022年3月28日
package main import ( "bytes" "crypto/rand" "encoding/base64" "encoding/hex" "fmt" "github.com/tjfoc/gmsm/x509" ) func main() { //公钥 var sm2PublicKey……
阅读全文
2022年1月10日
docker run -d \ --name mysql \ -v $PWD/conf:/etc/mysql/conf.d \ -v $PWD/logs:/logs \ -v $PWD/data:/var/lib/mysql \ -e MYS……
阅读全文
2021年12月31日
Oracle Cloud甲骨文免费VPS在创建vps……
阅读全文
2021年12月27日
一、安装 安装 pip install supervisor 测试superviso……
阅读全文
2021年12月14日
在conf.d中增加配置文件扩展名为 .conf vim……
阅读全文
2021年12月10日
更新acme.sh #更新 acme.sh --upgrade #自动更新 acme.sh……
阅读全文