
报错记录
小小只程序媛
这个作者很懒,什么都没留下…
展开
-
windows安装配置C/C++在VScode中的环境并解决VScode中使用C/C++ #include <xxx>报错
下载链接 https://github.com/msys2/msys2-installer/releases/download/2022-06-03/msys2-x86_64-20220603.exe ,安装步骤没什么特别注意的,全部默认即可。如果没有看到预期的输出,或者g++或gdb不是一个可识别的命令,请确保PATH条目与编译器所在的Mingw-w64二进制位置匹配。如果该PATH条目中不存在编译器,请确保按照MSYS2网站上的说明安装Mingw-w64 https://www.msys2.org/原创 2022-11-15 13:46:27 · 1788 阅读 · 0 评论 -
Chrome的Console中的报错隐藏掉后怎么恢复显示
关于今天在谷歌浏览器调试的时候不小心隐藏掉了部分报错信息,然后不知道怎么恢复这件事,记录一下。原创 2022-05-09 11:15:00 · 9025 阅读 · 9 评论 -
vue3+ts three.js动画无法渲染,报错:three.module.js:20070 Uncaught TypeError: ‘get‘ on proxy: property ‘modelV
vue3+ts three.js动画无法渲染,报错three.module.js:20070报错描述解决方式报错描述three.module.js:20070 Uncaught TypeError: 'get' on proxy: property 'modelViewMatrix' is a read-only and non-configurable data property on the proxy target but the proxy did not return its actual v原创 2022-03-18 14:21:42 · 1543 阅读 · 0 评论 -
vue3+ts import引用报错Could not find a declaration file for module ‘three-obj-mtl-loader‘.
vue3+ts import引用报错记录及解决方式报错描述问题分析解决方式一解决方式二报错描述TS7016: Could not find a declaration file for module 'three-obj-mtl-loader'. 'D:/xx/xx/node_modules/three-obj-mtl-loader/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/three-obj-mtl-l原创 2022-03-18 14:12:13 · 4293 阅读 · 0 评论