1 2 3 4 5 ··· 13 下一页
摘要: 问题原因 编码问题,通过vscode打开代码文件,发现文件编码格式是UTF-8 BOM 解决方法 通过vscode,把文件编码格式改为UTF. 阅读全文
posted @ 2024-08-08 03:05 裏表異体 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 参考 https://docs.espressif.com/projects/esp-idf/en/release-v5.0/esp32/get-started/linux-macos-setup.html 安装 Prerequisites brew install cmake ninja dfu- 阅读全文
posted @ 2024-08-07 19:53 裏表異体 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 安装Thonny https://thonny.org/ 在Thonny中安装circuitpython 在配置解释器中选择circuitython 然后点击右下角“安装或更新...“ variant这里我选择了 DOIT esp32 Development Board(试过其他的一些个,不知道为什 阅读全文
posted @ 2024-08-07 13:02 裏表異体 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 问题原因 我记得安装proxyman的时候会提示安装一个新的代理什么的,应该那个引起了冲突。 解决的办法 把proxyman的proxy代理关掉。 阅读全文
posted @ 2024-08-04 00:58 裏表異体 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 报错: Translated Report (Full Report Below) Incident Identifier: DE42856D-03CD-4A3E-B762-09BB620A6A80 CrashReporter Key: 08C748CD-8A47-B3CD-87D0-BE45D21 阅读全文
posted @ 2024-06-30 01:30 裏表異体 阅读(35) 评论(0) 推荐(0) 编辑
摘要: https://github.com/magenta/mt3/tree/main 一个可以用来扒谱的好东西好东西 阅读全文
posted @ 2024-03-28 13:46 裏表異体 阅读(36) 评论(0) 推荐(0) 编辑
摘要: docker简介 docker是一种容器技术。 参考: https://cloud-atlas.readthedocs.io/zh-cn/latest/docker/startup/introduce_docker.html 在mac中启动docker服务 launchctl list | grep 阅读全文
posted @ 2023-12-02 17:59 裏表異体 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1. termux是什么 Termux - Andorid终端 是一个Android终端模拟器,也是Linux环境应用,可以在无需rooted的Android中运行。自动安装最小化基础系统,并且可以通过 apt 包管理器安装软件 参考 https://cloud-atlas.readthedocs. 阅读全文
posted @ 2023-12-02 16:26 裏表異体 阅读(1727) 评论(0) 推荐(0) 编辑
摘要: 问题 有时候明明挂了梯开了全局,但是git clone却失败,这可能是因为git没有走代理的原因,让git走系统的代理就可以解决这个问题 添加代理 打开系统设置,找到网络->代理: 然后在终端输入 git config --global http.proxy http://127.0.0.1:554 阅读全文
posted @ 2023-11-16 20:19 裏表異体 阅读(1) 评论(0) 推荐(0) 编辑
摘要: solution pip install chardet 阅读全文
posted @ 2023-11-14 19:48 裏表異体 阅读(669) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 13 下一页