- 博客(10)
- 收藏
- 关注
原创 2025 最新 windows idea2021中下载maven并配置
windows中如何安装配置Maven及注意问题,环境变量配置并在idea中配置使用
2024-12-04 14:59:23
1260
原创 使用 nvm 在 windows环境中 实现多版本node
摘要:NVM(Node Version Manager)解决单台电脑只能安装一个Node.js版本的问题。在Windows10系统中安装NVM后,可通过命令安装多个Node.js版本(如nvm install lts安装最新LTS版),使用nvm list查看已安装版本,通过nvm use 18.19.0切换版本,还能设置默认版本(nvm alias default)或卸载特定版本(nvm uninstall)。安装成功后,新开CMD窗口输入nvm version可验证安装。
2025-12-31 11:25:50
319
原创 sql_mode关闭only_full_group
摘要:解决MySQL GROUPBY查询报错问题,需移除ONLY_FULL_GROUP_BY参数。方法:1)找到my.ini配置文件(位于隐藏文件夹或安装目录);2)删除ONLY_FULL_GROUP_BY设置;3)通过任务管理器重启MySQL服务。适用于Windows系统下MySQL报错修复。
2025-09-03 14:05:34
294
原创 Could not autowire. No beans of ‘ProductMapper‘ type found,无法自动装配,找不到某某类型的bean
To display the conditions report re-run your application with 'debug' enabled,Error creating bean with name 'ProdectService': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefin
2024-12-09 09:37:17
875
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅