04 2023 档案
摘要:以下解决方法来自网上搜索,很久之前记录的,忘记来源了,谢谢 我解决的是 2014 款 MAC Mini 的问题 1. 开机黑屏,cmd + alt + r + p重启解决 SMC: 1. 将电源转换器从 Mac mini和电源插座拔下几秒钟,再重新插上。 2. 将 Mac mini开机。 PRAM:
阅读全文
摘要:1. 更改 .gitignore 后不起作用,需要删除缓存,然后重新提交 git rm -r --cached . git add . git commit -m "update gitignore"
阅读全文
摘要:1. 调试时,显示 405 页面,http://localhost:5000/index.html 原因:该 url 被浏览器缓存,启动 http://localhost:5000 时,自动跳转到 index.html 导致不支持 2. Linux 守护进程无法启动 原因:安装新版本的运行时后,do
阅读全文
摘要:1. 注释快捷键 Option + CMD + / 2. M1 安装依赖 arch -x86_64 pod install 记得先执行 sudo arch -x86_64 gem install ffi 错误 Could not find module 'SwiftCBOR' for target
阅读全文