aaa
Some checks failed
Flask 提示词大师 - CI/CD 流水线 / 代码质量检查 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 单元测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 集成测试 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 构建Docker镜像 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到测试环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署到生产环境 (push) Has been cancelled
Flask 提示词大师 - CI/CD 流水线 / 部署监控系统 (push) Has been cancelled

This commit is contained in:
2026-03-01 23:56:28 +08:00
parent 90f3103de3
commit 8e750f5bee
1095 changed files with 99308 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
1.图片选择闪退问题
Caused by: java.lang.IllegalArgumentException: Invalid column COUNT(*) AS count
使用Matisse 出现了
Caused by: java.lang.IllegalArgumentException: Invalid column COUNT(*) AS count
原因是 Matisse 的依赖用的不对,直接修改,到官网查看
https://github.com/zhihu/Matisse
直接用官网的,改成下面的依赖
implementation com.zhihu.android:matisse:0.5.3-beta3
implementation com.github.bumptech.glide:glide:4.9.0
annotationProcessor com.github.bumptech.glide:compiler:4.14.2
程序员的世界 安静了。ok,记录一下。