小鑫 2025年7月8日 · Flutter [flutter/ios] exportArchive The operation couldn’t be completed. Unable to log in with account xxx 意思是 Xcode 中的登入信息已经过期,需要进入 Xcode – Settings – Accounts 重…
小鑫 2025年6月17日 · JavaScript [nestjs/telegraf] polling fetchError: ETIMEDOUT 导致 bot 被停止的问题 当 polling 访问 telegram api 超时的时候,就会出现这个问题(node v22.4.1) …
小鑫 2025年6月16日 · JavaScript [vben-admin] vxe-table edit-config 支持 antdv 组件库 安装 安装 @vxe-ui/plugin-render-antd 注意,在 vben-admin 中需要按以下…
小鑫 2025年6月12日 · JavaScript [nestjs/typeorm] entity 字段置 null 出错的问题 起初,@Entity 中的某个字段这样定义: 当我为 dob 字段赋值 null 时: 解决方法: 我在 gi…
小鑫 2025年6月10日 · JavaScript [vben-admin] vxe-table sort 状态无法保存的问题 可以看到,虽然 sort 的值是可以正常获取,当 table 表头的按钮没有高亮。 原来是因为在 query(…
小鑫 2025年5月10日 · Flutter [flutter/ios] type ‘StackParentData’ is not a subtype of type ‘FlexParentData’ in type cast 原因是:在 Stack 组件中使用了类似 Expanded、Flexible 组件
小鑫 2025年5月7日 · Flutter [flutter] Using `dart run flutter_launcher_icons` destroys ios-project 提示错误: The project ‘Runner’ is damaged and cannot be ope…