会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秃头少女and战战
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
13
下一页
2025年1月8日
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.sinsta.RuoYiApplication]; nested exception is org.springframework.context.annot
摘要: 这个错误 是因为你有两个controller的名字重复了
阅读全文
posted @ 2025-01-08 10:32 秃头少女and战战
阅读(125)
评论(0)
推荐(0)
2025年1月7日
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class [com.sinsta.RuoYiApplication]; nested exception is org.springframework.context.annotation
摘要: 这个报错是 你有两个名字一模一样的controller 修改其中一个controller的名字就行了
阅读全文
posted @ 2025-01-07 09:04 秃头少女and战战
阅读(135)
评论(0)
推荐(0)
2025年1月3日
vue2 新增和编辑用的是同一个代码 编辑的时候怎么使某些字段已读
摘要: 用的代码框是同一个 声明 isEdit:false
阅读全文
posted @ 2025-01-03 14:39 秃头少女and战战
阅读(9)
评论(0)
推荐(0)
2024年12月24日
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through field 'userDetailsService'; n
摘要: 就是项目在启动时 会去查找所需要的bean 如果找不到或者找个多个就会报这个错 全局搜索一下看看是不是已经有了内置的类 然后你又创建了一样的 把你创建的多出来的bean删掉就可以了 @Primary 是你把它放在哪个类上面 项目启动查找bean时 会优先使用这个类
阅读全文
posted @ 2024-12-24 13:42 秃头少女and战战
阅读(685)
评论(0)
推荐(0)
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to parse configuration class nested exception is org.springframework.context.annotation.ConflictingBeanDefinitionException
摘要: 这个错误是 你的有类的名称冲突了 有两个相似的 全局搜索一下 看看是不是有两个一模一样的类名
阅读全文
posted @ 2024-12-24 13:33 秃头少女and战战
阅读(79)
评论(0)
推荐(0)
2024年12月18日
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
摘要: 执行npm install @gcpaas/data-room-ui 命令时报错 在package.json 这个文件里面添加 overrides这段代码 "overrides": { "node-sass": "npm:sass@*", "@gcpaas/data-room-ui": { "nod
阅读全文
posted @ 2024-12-18 14:47 秃头少女and战战
阅读(298)
评论(0)
推荐(0)
2023年12月28日
Failed to convert value of type 'java.lang.String' to required type 'java.lang.Long'; nested exception is java.lang.NumberFormatException: For input string: "getSysTenantNames"
摘要: 我测试的是一个接口 接口里面没有任何参数 怎么会报参数类型转换错误呢 mad !!!!! 第二个接口 就很蒙 测了好久都是这个问题 而且你打debug 它不进这个接口并且 你执行其他写好的接口 它还是会报同样的错 。。。。。。。。。。。。。。 其实就是你代码的位置写错了 应该写在pc端的 你把代码写
阅读全文
posted @ 2023-12-28 11:34 秃头少女and战战
阅读(146)
评论(0)
推荐(0)
2023年12月25日
npm run dev > hhwl-platforma1.0. dev > wue-cli-service serve vue-cli-service’不是内部或外部命令,也不是可运行的程序或批处理文件。
摘要: 这个错 主要npm i 就可以了 但是现在npm i 也报错 原因是: 重新装了一遍nodeJS ,在设置全局仓库的时候出了些许问题,先建立两个文件夹cache和global:然后打开然后去修改npmrc文件里面的参数 最后点击 node_global 和node_cacahe 这两个文件的属性 然
阅读全文
posted @ 2023-12-25 16:43 秃头少女and战战
阅读(17)
评论(0)
推荐(0)
2023年12月4日
node:events:504 throw er; // Unhandled 'error' event ^
摘要: 从git上面拉下来 启动报错 看了 好多方法都说是端口被占用 试了 没有用 这边这个只要把 改成false 就可以了
阅读全文
posted @ 2023-12-04 14:21 秃头少女and战战
阅读(294)
评论(0)
推荐(0)
2023年10月9日
MySQL数据库报 1040 too many connection
摘要: 找个是因为超过了最大的连接数 你把最大的连接数改一下就可以了 改完之后 记得重启mysql windows+R cmd 进入黑窗口
阅读全文
posted @ 2023-10-09 15:14 秃头少女and战战
阅读(22)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
13
下一页
公告