因为我对同一条数据进行插入,所以才会报这个异常,因为id相同 ...
分类:
数据库 时间:
2019-06-04 12:53:11
阅读次数:
89
Caused by: org.apache.ibatis.type.TypeException: Could not resolve type alias 'User'. Cause: java.lang.ClassNotFoundException: Cannot find class: Use... ...
分类:
编程语言 时间:
2019-06-03 17:16:00
阅读次数:
339
git 提交代码前先pull代码,否则会报如下错误 wangju@wangju-HP-348-G4:~/test/reponselogiccheck$ git statusOn branch masterYour branch is ahead of 'origin/master' by 1 com ...
分类:
其他好文 时间:
2019-06-01 11:20:32
阅读次数:
301
错误信息: Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 9 in XML document from class path resource [spring/spring ...
分类:
编程语言 时间:
2019-05-24 22:36:01
阅读次数:
411
iscsi configuration unable to save python error “ValueError: 'Implict and Explict' is not in list” The issue is caused by the fact that these paramete ...
分类:
其他好文 时间:
2019-05-24 12:26:13
阅读次数:
238
解决SparkSQL部分报错
一、Caused by: org.datanucleus.store.rdbms.connectionpool.DatastoreDriverNotFoundException:
The specified datastore driver ("com.mysql.jdbc.Driver") was not found in the
CLASSPATH. Please check your CLASSPATH specification,
and the name of the driver.
二、Caused by: java.sql.SQLException: No suitable driver found for
jdbc:mysql://192.168.1.201:3306/hiveDB?createDatabaseIfNotExist=true
分类:
数据库 时间:
2019-05-21 22:40:25
阅读次数:
1664
因为我在使用的是yaml文件模式,然后因为: 去掉三个相同的键以后,就能够正常运行了. ...
分类:
编程语言 时间:
2019-05-18 18:53:13
阅读次数:
351
这里没有打开zookeeper注册中心导致的这个错误 ...
分类:
其他好文 时间:
2019-05-18 10:03:02
阅读次数:
419
Caused by: java.lang.NoSuchMethodError: com.crimsonhexagon.rsm.RedisSessionManager.getMaxInactiveInterval()I java.lang.NoSuchMethodError: com.crimsonh ...
分类:
编程语言 时间:
2019-05-14 20:40:42
阅读次数:
166
今天在JSP利用EL表达式取值报了 "javax.el.PropertyNotFoundException”,经过debug和打印将问题定位到这段代码: HTML应该是没啥问题,看提示在java.lang.string类型上找不到属性“product”,应该是EL表达式哪里写错了,然后将图中EL表达 ...
分类:
编程语言 时间:
2019-05-11 19:59:54
阅读次数:
222