logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

idea中使用yarn安装包时报错:yarn : 无法加载文件 D:\enviroments\nodejs\yarn.ps1,因为在此系统上禁止运行脚本。

yarn : 无法加载文件 D:\enviroments\nodejs\yarn.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?LinkID=135170 中的 about_Execution_Policies。删除yarn.ps1文件。如果是使用nvm,文件在nvm\v18.19.1\ 路径下。所在位置 行:1 字符:

#前端#yarn
error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead.

【代码】error C4996: ‘fopen‘: This function or variable may be unsafe. Consider using fopen_s instead.

#c++
jeecg boot配置多数据源

启动类StartupApplication.java。

文章图片
#数据库#spring boot
A route named “PageNotFound“ has been added as a child of a route with the name.

这个代表着安装4以上5以下的最新版本从pnpm-lock.yaml 中可以看到当前安装了最新的 4.6.0与我们的项目中的一些写法有冲突导致了报错.在package.json中固定vue-router版本号。由vue-router安装了4.5.0及以上版本导致。"vue-router": "4.2.4",即去除了^执行 pnmp install 重新安装依赖。然后删除 pnpm-lock.yaml

文章图片
#前端
到底了