摘要: 配置vue spa https://blog.csdn.net/museions/article/details/109028096 try_files https://blog.csdn.net/weixin_34074740/article/details/93028900 last https 阅读全文
posted @ 2022-03-29 15:44 web-小强 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1、nvm n 等node多版本管理软件 nrm alias 2、本地环境 mysql 最新代码全跑通 线上 接口统一域名 搞一搞 3、本地线上快速上线搞一套方法 阅读全文
posted @ 2021-11-10 19:43 web-小强 阅读(59) 评论(0) 推荐(0) 编辑
摘要: 1、ssh登录 ssh -o StrictHostKeyChecking=no root@82.157.148.14 2、安装软件 git https://cloud.tencent.com/developer/article/1693210 https://blog.csdn.net/weixin 阅读全文
posted @ 2021-11-10 17:31 web-小强 阅读(171) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/jackailson/article/details/104571235 阅读全文
posted @ 2021-05-19 17:06 web-小强 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1、编写alias vim ~/.bashrc 2、等号左右不能有空格 3、生效 命令 source ~/.bashrc 使之永久生效 vim ~/.bash_profile 加上该命令代码source ~/.bashrc iterm2使之生效 vim ~/.zshrc 加上该命令代码source 阅读全文
posted @ 2021-04-27 12:08 web-小强 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 1、npm link 失败 加后缀即可 www.js 2、下载模板时,用封装的loading函数报错 const result = await waitFnloading(download, 'download template')(repo, tag) 箭头处忘加... 通过打log,一步步排查发 阅读全文
posted @ 2021-02-07 10:54 web-小强 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 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-小强 阅读(112) 评论(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-小强 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: 1、Git 姓名有了 阅读全文
posted @ 2021-01-19 12:00 web-小强 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 我的电脑右键 属性 高级系统设计 高级--环境变量 阅读全文
posted @ 2020-11-10 10:13 web-小强 阅读(178) 评论(0) 推荐(0) 编辑