
问题解决
文章平均质量分 56
aPurpleBerry
oioioi
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
解决问题`defineProps()` in <script setup> cannot reference locally declared
defineProps原创 2025-03-17 16:36:23 · 562 阅读 · 0 评论 -
【解决方法】vite-plugin-svg-icons使用中出现问题[vite] Cannot find package ‘fast-glob‘
解决Cannot find package 'fast-glob'问题原创 2025-02-19 22:33:54 · 468 阅读 · 0 评论 -
解决vue-awesome-swiper 4.x + swiper 5.x 分页pagination配置不生效问题
vue-awesome-swiper的pagination配置原创 2025-02-17 14:21:41 · 1134 阅读 · 0 评论 -
懒加载时报错 Could not find a declaration file for module ... implicitly has an ‘any‘ type.ts(7016)
implicitly has an 'any' type.ts(7016)原创 2025-01-23 00:06:33 · 486 阅读 · 0 评论 -
pnpm install太慢,“will retry in 10 seconds“ 解决方案
pnpm install原创 2025-01-01 15:17:41 · 1331 阅读 · 0 评论 -
解决 fatal: detected dubious ownership in repository at ‘XXXX‘ 问题
解决 fatal: detected dubious ownership in repository at 'XXXX' 问题原创 2024-12-24 21:51:09 · 632 阅读 · 0 评论 -
解决GitHub项目泄露API密钥问题
通义千问API密钥泄露-解决原创 2024-12-06 15:22:09 · 932 阅读 · 0 评论 -
【问题解决】Github上手动Delete file之后, git remote add+git push出错
Github上手动Delete file之后, git remote add+git push出错问题的解决步骤原创 2024-11-14 20:08:57 · 451 阅读 · 0 评论 -
问题解决:pip install 时Error: Could not find a version that satisfies... + No matching distribution...
pip install 时Error: Could not find a version that satisfies... + No matching distribution...原创 2024-11-08 18:29:01 · 429 阅读 · 0 评论 -
Windows系统配置yarn全局变量
Windows系统配置yarn全局变量原创 2024-10-25 01:02:15 · 404 阅读 · 0 评论 -
【问题解决】pnpm : 无法将“pnpm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。
解决问题:pnpm : 无法将“pnpm”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。请检查名称的拼写,如果包括路径,请确保路径正确,然后再试一次。原创 2024-10-25 00:36:21 · 2261 阅读 · 0 评论 -
vue3+vite5中require引入图片失效,解决方法new URL
vue3+vite5中require引入图片失效,解决方法new URL原创 2024-07-30 22:59:19 · 372 阅读 · 0 评论 -
计算机学生高效记录并整理编程学习笔记的方法
需要做笔记的知识点 | 做笔记的工具 | 保存笔记的方法 | 笔记结构规划 | 复习策略原创 2024-08-15 00:09:04 · 1216 阅读 · 0 评论 -
window下nginx命令报错 CreateFile() “xxx/logs/nginx.pid“ failed
③ 执行 nginx -s stop 或 nginx -s quit 或 nginx -s reload。① 通过 tasklist | findstr “nginx.exe” 查出nginx.exe对应的PID。② 在 xxx/logs/ 下新建文本文件 nginx.pid ,通过文本编辑器将上一步的PID写入。V:\Web\16 nginx\nginx-1.26.1是我的nginx安装位置。原创 2024-06-18 17:20:20 · 1960 阅读 · 1 评论 -
vue3项目打包时,nprogress相关出错
在tsconfig.json文件中添加。第一步,跟着提示信息。第二步,借鉴这篇博客。原创 2024-06-18 16:36:26 · 432 阅读 · 0 评论 -
vue3+TS或JS, 实现粒子特效 @tsparticles/vue3
vue3+ts实现粒子效果原创 2024-05-11 17:10:44 · 1273 阅读 · 1 评论 -
解决:黑马webpack视频中出现的问题总结
我在跟着黑马AJAX-Node.js-Webpack教学视频(BV1MN411y7pw) 学习中,发现webpack部分的打包环节出了很多错误,特此整理出来。原创 2024-03-11 23:18:03 · 701 阅读 · 2 评论 -
解决 Node.js 中 npm ERR! errno CERT_HAS_EXPIRED问题
解决黑马AJAX-Node.js-Webpack教学视频中npm包下载dayjs出错情况原创 2024-03-11 21:24:28 · 795 阅读 · 0 评论