[erpnext] 新建 DocType 保存时,出现找不到 DocType 或 Page 的情况
可以在你所在的项目的 apps 目录下查找是否生成了对应的 DocType,例如 如果缺失了 .py 文件,则…
[Android] 非系统应用发送受保护的 Broadcast 时 crash 的问题: Intent Filter Verification Service has stopped
本例中,我手动发送了 android.intent.action.PTT.down 广播,这是一个受保护的广播…
[flutter/ios] exportArchive Unable to process request – PLA Update available
意思是 《Apple Developer Program 许可协议》(即 PLA)有更新,需要账户拥有者查阅并…
[flutter/ios] exportArchive The operation couldn’t be completed. Unable to log in with account xxx
意思是 Xcode 中的登入信息已经过期,需要进入 Xcode – Settings – Accounts 重…
[nestjs/telegraf] polling fetchError: ETIMEDOUT 导致 bot 被停止的问题
当 polling 访问 telegram api 超时的时候,就会出现这个问题(node v22.4.1) …
[vben-admin] vxe-table edit-config 支持 antdv 组件库
安装 安装 @vxe-ui/plugin-render-antd 注意,在 vben-admin 中需要按以下…
[nestjs/typeorm] entity 字段置 null 出错的问题
起初,@Entity 中的某个字段这样定义: 当我为 dob 字段赋值 null 时: 解决方法: 我在 gi…
[vben-admin] vxe-table sort 状态无法保存的问题
可以看到,虽然 sort 的值是可以正常获取,当 table 表头的按钮没有高亮。 原来是因为在 query(…