摘要:
1. 更改 .gitignore 后不起作用,需要删除缓存,然后重新提交 git rm -r --cached . git add . git commit -m "update gitignore" 阅读全文
posted @ 2023-04-07 13:35
sims
阅读(20)
评论(0)
推荐(0)
摘要:
1. 调试时,显示 405 页面,http://localhost:5000/index.html 原因:该 url 被浏览器缓存,启动 http://localhost:5000 时,自动跳转到 index.html 导致不支持 2. Linux 守护进程无法启动 原因:安装新版本的运行时后,do 阅读全文
posted @ 2023-04-07 13:25
sims
阅读(123)
评论(0)
推荐(0)
摘要:
1. 注释快捷键 Option + CMD + / 2. M1 安装依赖 arch -x86_64 pod install 记得先执行 sudo arch -x86_64 gem install ffi 错误 Could not find module 'SwiftCBOR' for target 阅读全文
posted @ 2023-04-07 13:25
sims
阅读(1181)
评论(1)
推荐(0)
浙公网安备 33010602011771号