Files
aitsc/example/异常处理日志
renjianbo 8e750f5bee
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
aaa
2026-03-01 23:56:28 +08:00

15 lines
602 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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,记录一下。