会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web大师
https://github.com/flzCoder
http://www.fengluzhe.shop/
https://legacy.gitbook.com/@flzwriter
博客园
首页
新随笔
联系
管理
订阅
1
2
3
4
5
···
13
下一页
2022年3月29日
nginx相关链接
摘要: 配置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-小强
阅读(29)
评论(0)
推荐(0)
2021年11月10日
腾讯云待办
摘要: 1、nvm n 等node多版本管理软件 nrm alias 2、本地环境 mysql 最新代码全跑通 线上 接口统一域名 搞一搞 3、本地线上快速上线搞一套方法
阅读全文
posted @ 2021-11-10 19:43 web-小强
阅读(77)
评论(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-小强
阅读(209)
评论(0)
推荐(0)
2021年5月19日
本地合并多个commit为1个
摘要: https://blog.csdn.net/jackailson/article/details/104571235
阅读全文
posted @ 2021-05-19 17:06 web-小强
阅读(44)
评论(0)
推荐(0)
2021年4月27日
mac+iterm2 配置alias 提高开发效率
摘要: 1、编写alias vim ~/.bashrc 2、等号左右不能有空格 3、生效 命令 source ~/.bashrc 使之永久生效 vim ~/.bash_profile 加上该命令代码source ~/.bashrc iterm2使之生效 vim ~/.zshrc 加上该命令代码source
阅读全文
posted @ 2021-04-27 12:08 web-小强
阅读(369)
评论(0)
推荐(0)
2021年2月7日
feng_cli脚手架开发遇到问题及解决方法整理
摘要: 1、npm link 失败 加后缀即可 www.js 2、下载模板时,用封装的loading函数报错 const result = await waitFnloading(download, 'download template')(repo, tag) 箭头处忘加... 通过打log,一步步排查发
阅读全文
posted @ 2021-02-07 10:54 web-小强
阅读(58)
评论(0)
推荐(0)
2021年1月31日
【日常记录】node多版本+ignore无效+
摘要: 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-小强
阅读(123)
评论(0)
推荐(0)
2021年1月21日
本地起一个https服务器
摘要: 一、自签名证书 openssl工具 1.1 使用 openssl 的 genrsa 命令生成一个服务器私钥文件 # genrsa 生成密钥# -out 指定输出的文件openssl genrsa -out server.key 2048 1.2 生成证书请求文件 # -new 执行生成新的证书请求#
阅读全文
posted @ 2021-01-21 11:52 web-小强
阅读(1274)
评论(0)
推荐(0)
2021年1月19日
开发人员初始化操作
摘要: 1、Git 姓名有了
阅读全文
posted @ 2021-01-19 12:00 web-小强
阅读(79)
评论(0)
推荐(0)
2020年11月10日
添加环境变量
摘要: 我的电脑右键 属性 高级系统设计 高级--环境变量
阅读全文
posted @ 2020-11-10 10:13 web-小强
阅读(195)
评论(0)
推荐(0)
1
2
3
4
5
···
13
下一页
公告