idea报错 No valid Maven installation found.maven不能用

问题:idea版本2024.1.7的使用maven的打包,报错: No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME envir

寻龙剑侠 寻龙剑侠 发布于 2024-12-23

Flutter doctor报错: Unable to locate Android SDK.

在给新电脑安装Flutter的开发环境,把Android SDK安装到自定义路径后,运行flutter doctor 后,报错如下: PS C:\Users\zhao_> flutter doctor Doctor summary (to see all details, run flutter d

寻龙剑侠 寻龙剑侠 发布于 2024-12-08

Rust使用Serde报错:`Deserialize` is imported here, but it is only a trait, without a derive macrorustc

在Rust使用Serde进行json序列化和反序列化时,报错 cannot find derive macro `Serialize` in this scoperustcClick for full compiler diagnostic config.rs(2, 26): `Serialize`

寻龙剑侠 寻龙剑侠 发布于 2024-12-05

Vue3 使用cherry-markdown,使用ref()产生的bug

错误信息: cherry-markdown.esm.js:1 Uncaught TypeError: Cannot read properties of undefined (reading 'length') at Jn2 (cherry-markdown.esm.js:1:85149)

寻龙剑侠 寻龙剑侠 发布于 2024-12-03

Rust使用cargo run执行报错error: linker `link.exe` not found

错误信息: error: linker `link.exe` not found | = note: program not found note: the msvc targets depend on the msvc linker but `link.exe` was not foun

寻龙剑侠 寻龙剑侠 发布于 2024-11-29

No valid Maven installation found. Either set the home directory in the configuration dialog”的错误

【问题描述】 在IDEA中,使用右侧的Maven 的clean、package等执行时,提示: No valid Maven installation found. Either set the home directory in the configuration dialog or set th

寻龙剑侠 寻龙剑侠 发布于 2024-11-24

【转载】Vue3使用SM国产加密库

【前言】 因为想把RuoYi系统使用的加密方式改成SM国产加密库,因此参考 《Vue3使用SM国产加密库》。转载到自己的博客以作记录 npm安装 npm install --save sm-crypto //使用 import {sm2,sm3,sm4} from 'sm-crypto' // -

寻龙剑侠 寻龙剑侠 发布于 2024-11-23

npm : 无法加载文件 D:\software\node\npm.ps1,因为在此系统上禁止运行脚本。

在powershell中执行npm -v 是可以正常显示版本号的,但是在VS Code中的终端执行时,报错: npm : 无法加载文件 D:\software\node\npm.ps1,因为在此系统上禁止运行脚本。有关详细信息,请参阅 https:/go.microsoft.com/fwlink/?

寻龙剑侠 寻龙剑侠 发布于 2024-11-18

Windows系统下bat文件 一键启动 MySQL

为了减少电脑自启时把暂时不需要的Mysql、Redis等一同启动了,以及解决这些不设置自启后,需要使用时的麻烦,使用bat文件实现一键启动或停止Mysql、Redis等服务 一、安装相应的软件 软件安装过程不做赘述,自行搜索网上的教程 二、查询服务名 使用win+R快捷键,打开运行窗口,输入serv

寻龙剑侠 寻龙剑侠 发布于 2024-11-18

Mybatis报错 Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'UserEntity'

问题描述: 在mapper.xml中重新声明了一个<resultMap type="classNameVo" id="classNameVoResult"></resultMap>,运行项目后报错。这个classNameVo类不是和实体类同在domain包 //错误 Caused by: java.

寻龙剑侠 寻龙剑侠 发布于 2024-11-08