小鑫 2025年7月21日 · JavaScript [开源] 搜索指定国家或地区的 AppStore 应用 假设我需要知道在香港地区的 Apple App Store 是否上架了某个 App,但我本人并不身处香港,也无…
小鑫 2025年7月8日 · Flutter [flutter/ios] exportArchive Unable to process request – PLA Update available 意思是 《Apple Developer Program 许可协议》(即 PLA)有更新,需要账户拥有者查阅并…
小鑫 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(…