Loading

摘要: 文件服务器没有在响应头中返回 Content-Length。 NestJS 中将 return new StreamableFile(file); 直接作为路由的返回值,默认不会返回 Content-Length,需要手动设置该响应头,或者在 StreamableFile 构造函数的第二个参数中传入 阅读全文
posted @ 2022-11-03 23:34 myEsn2E9 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 安装 python 3.6 以上版本 就可以在 linux 里面使用这个工具了 pip install opencv-python-headless pdf2docx pdf2docx convert a.pdf a.docx 阅读全文
posted @ 2022-10-21 14:06 myEsn2E9 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://blog.logrocket.com/managing-full-stack-monorepo-pnpm/#full-stack-multi-package-monorepo 阅读全文
posted @ 2022-10-18 21:49 myEsn2E9 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 本地预安装 全局安装 yarn global add commitizen 使用 git add . git cz Simply use git cz or just cz instead of git commit when committing. You can also use git-cz, 阅读全文
posted @ 2022-10-18 20:32 myEsn2E9 阅读(37) 评论(0) 推荐(0) 编辑
摘要: https://medium.com/@khoa.phan.9xset/nestjs-file-uploading-using-multer-gridfs-7569a1b48022 阅读全文
posted @ 2022-09-12 01:26 myEsn2E9 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 因为这款路由器的固件中 IPv6 防火墙默认是打开的,并且不提供关闭。 如果要解决只能刷其他 OpenWRT 的固件。 阅读全文
posted @ 2022-09-09 12:53 myEsn2E9 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 通过路由器管理网页或小米 wifi 手机软件修改 wifi 的无线信道: 手机登录小米路由器管理页(192.168.31.1)常用设置——WIFI设置——无线网络——无线信道。 2.4GHz 频段 WiFi 建议手动选择 1,6,11信道 5GHz 频段 WiFi 在网卡支持的情况下,建议优先使用 阅读全文
posted @ 2022-09-09 12:51 myEsn2E9 阅读(1101) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/a/58662723/7712266 阅读全文
posted @ 2022-09-06 13:07 myEsn2E9 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://github.com/arco-design/arco-design-vue/issues/1587#issuecomment-1232814579 阅读全文
posted @ 2022-08-31 21:09 myEsn2E9 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 非常感谢 番薯有才 在飞书中的回复,以下核心步骤均由他提供: 使用 vite 创建一个 vue-ts 类型的项目,并安装所需的最小依赖: yarn create vite arco-design-vue-auto-import-tests --template vue-ts cd arco-desi 阅读全文
posted @ 2022-08-31 20:12 myEsn2E9 阅读(2968) 评论(0) 推荐(0) 编辑