- 博客(14)
- 收藏
- 关注
原创 git子模块
是子模块仓库的URL,Git子模块(Submodule)是Git的一个功能,允许一个仓库嵌入到另一个Git仓库中。当你需要引用其他项目,并且希望在更新主项目时,子模块的代码也能够保持最新。当你需要维护一些依赖库,并希望这些依赖库能够独立于主项目更新时。当你有一个复用代码库,并希望在多个项目中使用它时。是可选的,指定子模块在主项目中的位置。是子模块在主项目中的路径。
2024-03-21 09:57:49
820
1
原创 ag-grid覆盖层报错组件未定义
ag-grid-community.cjs.js?80af:14324 Could not find component CustomNoRowsOverlay, did you forget to configure this component?解决:升级版本"ag-grid-community": "^27.2.1", "ag-grid-vue": "^27.2.1",
2022-05-17 18:30:00
817
原创 npm install报错:4048
npm install报错:npm ERR! errno -4048原因:緩存解決:npm cache verify或npm cache clean --force
2022-04-25 18:30:00
1108
原创 Error: EBUSY: resource busy or locked, lstat ‘D:\pagefile.sys‘
原因:错误的编写导致导入外部库代码删除 node_modules后npm install ;
2022-04-22 22:00:00
4059
原创 git pull报错:Your configuration specifies to...from the remote, but no such ref was fetched
git branch -a 查看远程该分支是否存在git fetch -p 拉取最新远程分支git pull 获取该分支远程代码注意:记得仔细核对分支名
2022-04-22 20:15:00
1508
原创 echarts.setOption()报错
报错场景:将echarts.setOption({backgroundColor: "#02AFDB",tooltip: {},...等内容})提取封装到js文件中会报一下错:1.vue.esm.js?efeb:628 [Vue warn]: Error in mounted hook: "TypeError: Cannot read property 'get' of undefined"2.Uncaught Error: `resize` should not be ca
2022-01-27 21:30:00
6128
原创 vue使用echarts报错
主入口js文件自己创建的echarts文件import echarts from 'echarts'报错解决方案:通过 npm 上安装的 ECharts 会放在node_modules目录下。可以直接在项目代码中require('echarts')得到 ECharts。import echarts from 'echarts'改为:let echarts = require('echarts');...
2022-01-27 19:00:00
1191
原创 springboot下载依赖报错‘org.gradle.api.tasks.SourceSet.getCompileConfigurationName()Ljava/lang/String;‘.
Unable to find method 'org.gradle.api.tasks.SourceSet.getCompileConfigurationName()Ljava/lang/String;'.Possible causes for this unexpected error include:Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeo...
2022-01-26 18:30:00
4098
原创 IDEA创建gradle编译的springboot项目报错Error:Request failed with status code 404
2022-01-25 21:30:00
4328
7
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅