
流水账
主要记录开发中的一些bug
开花大馒头
开心馒头。
展开
-
在项目中import 语句通常遵循的顺序规范
在项目中import 语句通常遵循的顺序规范原创 2024-12-17 16:15:19 · 436 阅读 · 0 评论 -
Cannot find module ‘@/components/SvgIcon/index‘ or its corresponding type declarations.ts(2307)
Cannot find module '@/components/SvgIcon/index' or its corresponding type declarations.ts(2307)原创 2024-12-17 13:15:49 · 405 阅读 · 0 评论 -
用vite下载的react + TS的项目,组件会调用两次
用vite下载的react + TS的项目,组件会调用两次原创 2024-11-22 17:51:23 · 528 阅读 · 0 评论 -
安装Cmder
安装Cmder原创 2024-11-19 14:39:24 · 177 阅读 · 0 评论 -
Widnows上安装scoop
Widnows上安装scoop, 报错信息:Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details.原创 2024-11-19 11:13:25 · 460 阅读 · 0 评论 -
台式机的主要配件
台式机的组成原创 2024-11-11 14:43:25 · 439 阅读 · 0 评论 -
ReferenceError: __dirname is not defined in ES module scope
const distPath = path.join(__dirname, 'dist', 'index.html'); ^ReferenceError: __dirname is not defined in ES module scopeThis file is being treated as an ES module because it has a '.js' file extension and 'xxx\package.json' c原创 2024-10-30 16:07:58 · 641 阅读 · 0 评论 -
windows打包react项目
之前在mac系统上的项目,一毛一样的代码在windows系统上,打包之后,打包文件的index.html跟之前的不一样原创 2024-10-30 14:37:10 · 175 阅读 · 0 评论