上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 104 下一页
摘要: 错误描述: springboot的Web项目编译运行时提示错误:Field userService in com.cetc.UserManger.controller.UserController required a bean of type 'com.cetc.UserManger.servic 阅读全文
posted @ 2021-04-17 21:27 rainbow70626 阅读(5739) 评论(0) 推荐(0) 编辑
摘要: 创建springboot项目的时候出现这个问题: selected java version 11 is not supporteed Max supported version is(1.8) 错误的截图如下图所示: 说明springboot项目不支持java Version11的版本。只需要把j 阅读全文
posted @ 2021-04-17 17:28 rainbow70626 阅读(1003) 评论(0) 推荐(0) 编辑
摘要: 我的VSCode一直提示“Code安装似乎损坏。请重新安装。”同时标题栏显示“不受支持”就像这样: 反思了一下,应该是我安装的background插件,把vscode软件本身的核心文件给修改了。但是其实这个不用卸载重装,会很麻烦。下面是我的解决步骤,有同样问题的兄弟姐妹们可以参考一下。 1、我们下载 阅读全文
posted @ 2021-04-17 16:34 rainbow70626 阅读(4226) 评论(0) 推荐(1) 编辑
摘要: 使用Visual Studio Code进行前端开发并运行前端页面时提示如下错误: npm WARN Local package.json exists, but node_modules missing, did you mean to install?npm ERR! code ELIFECYC 阅读全文
posted @ 2021-04-14 11:42 rainbow70626 阅读(791) 评论(0) 推荐(0) 编辑
摘要: 构建项目时报错: Cannot resolve com.gexin.platform:gexin-rp-sdk-http:4.1.1.4 gexin-rp-sdk-http:jar:4.1.1.4总是无法下载,百度到的处理方法,记录一下,方便以后查询使用。 解决方式: 修改本地maven/confi 阅读全文
posted @ 2021-04-09 23:34 rainbow70626 阅读(4146) 评论(0) 推荐(2) 编辑
摘要: 1、https://motchallenge.net/ 2、In Depth: Gaussian Mixture Models 3、多目标跟踪(MOT)开源代码整理 阅读全文
posted @ 2021-03-30 15:16 rainbow70626 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 参考链接1:前后端的分离模式 参考链接2:浅谈前后端分离开发模式 参考链接3:前后端分离开发模式介绍 阅读全文
posted @ 2021-03-23 21:34 rainbow70626 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 在做一个SpringBoot项目的时候在Dao层使用了@Repository注解然后报了这个错: Description: Field userService in com.example.demo.Three.controller.UserController required a bean of 阅读全文
posted @ 2021-03-23 21:17 rainbow70626 阅读(191) 评论(0) 推荐(0) 编辑
摘要: SSM或Spring Boot开发中,mapper包中的mapper.xml没有编译到targger中的解决办法 在pom文件中加入如下配置: <resources> <!-- 编译之后包含xml --> <resource> <directory>src/main/java</directory> 阅读全文
posted @ 2021-03-23 21:05 rainbow70626 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 在安装vue-awesome-swiper时报错swiper/dist/css/swiper.min.css找不到,如下如: 有的回答安装6.0版本的话需要引入另外一个css import 'swiper/swiper-bundle.css' 但是,我替换完css 之后又一个问题出现了,vue-aw 阅读全文
posted @ 2021-03-17 22:27 rainbow70626 阅读(1682) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 104 下一页