01 2021 档案

摘要:1、node多版本 npm i -g n n lsr n 12.14.0 2.ignore无效 git rm -r --cached .git add .git commit -m 'update .gitignore' 阅读全文
posted @ 2021-01-31 22:28 web-小强 阅读(133) 评论(0) 推荐(0)
摘要:一、自签名证书 openssl工具 1.1 使用 openssl 的 genrsa 命令生成一个服务器私钥文件 # genrsa 生成密钥# -out 指定输出的文件openssl genrsa -out server.key 2048 1.2 生成证书请求文件 # -new 执行生成新的证书请求# 阅读全文
posted @ 2021-01-21 11:52 web-小强 阅读(1288) 评论(0) 推荐(0)
摘要:1、Git 姓名有了 阅读全文
posted @ 2021-01-19 12:00 web-小强 阅读(79) 评论(0) 推荐(0)