摘要:
ESP32 编译固件报错。 boot: no bootable app partitions in the partition table 参考: No bootable app partitions with external flash when booting in QIO, but will 阅读全文
摘要:
构建 idea 插件报错: A problem occurred configuring root project 'cola-tools'. > Could not resolve all files for configuration ':classpath'. > Could not reso 阅读全文
摘要:
## 常用命令 ### 生成站点 ```sh hugo new site 博客目录 ``` ### 创建文章 ```sh cd 博客目录 hugo new readme.md ``` 创建的文章位于 `博客目录/content/readme.md`。 ### 安装主题 ```sh cd 博客目录/t 阅读全文