随笔分类 - 报错问题
摘要:关于npm install 出现 Failed in 911ms at F:\Sert-Vue-master\vue\node_modules\.pnpm\node-sass@4.14.1\node_modules\node-sass ELIFECYCLE Command failed with e
阅读全文
摘要:首先说原因,我的因为之前卸载了,然后重新下载后一直打不开,查看了很多博客找不到解决办法,最终在Android Studio双击exe没有反应解决办法_android studio 双击没反应-CSDN博客这个博客中得到了启发 先说解决办法 第一步,到Android Studio的bin目录下,查看s
阅读全文
摘要:大概在P46P47,跟着配置后出现问题 Access to XMLHttpRequest at 'http://localhost:88/api/sys/login' from origin 'http://localhost:8001' has been blocked by CORS polic
阅读全文
摘要:清除缓存npm cache clean --force安装依赖npm install
阅读全文
摘要:项目启动时报错: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 解决方法(转载):https://blog.csdn.net/lvoelife/article/details/129
阅读全文
关于'getBaseMapper()' in 'com.baomidou.mybatisplus.extension.service.impl.ServiceImpl' clashes with...
摘要:使用MybatisPlus时代码下报错’getBaseMapper()’ in ‘com.baomidou.mybatisplus.extension.service.impl.ServiceImpl’ clashes with ‘getBaseMapper()’ in ‘com.baomidou.
阅读全文
摘要:使用该命令运行 consul agent -dev -client 0.0.0.0 -ui
阅读全文
摘要:今天配置分页后启动项目报错 If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be loaded from a
阅读全文
摘要:Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Mar 28 22:25:43 CST 2017 There wa
阅读全文
摘要:spring-boot-maven-plugin报红的原因是因为缺少Spring-Boot的版本号, 版本号可在pom.xml中找到,找到Spring-Boot的版本号后一定不要忘记点击maven的刷新按钮,等待自动下载依赖即可。
阅读全文
摘要:Maven使用Test的时候出现 Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project StuMavenDemo1: There are
阅读全文
摘要:该问题有可能是IDEA的部署没有更新的问题 将out中的 删除,然后重新导入即可
阅读全文
摘要:Can not set int field xxx to java.lang.Long 错误 这个错误其实是因为Java程序和MySQL表中字段的属性匹配不一致 我的报错是Can not set java.lang.Integer field Stu.Fruit.pojp.Fruit.price t
阅读全文
摘要:@Testpublic void testConnectionTest5() throws Exception { //1.读取配置文件,获取4个基本信息 InputStream is = ConnectionTest.class.getClassLoader().getResourceAsStre
阅读全文