spring单元测试时发现的问题:
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [spring/spring-datasource-mogon.xml]; nested exception is j...
分类:
编程语言 时间:
2015-06-08 13:27:58
阅读次数:
595
这里是控制台的报错信息:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [ap...
分类:
移动开发 时间:
2015-05-26 17:48:03
阅读次数:
150
Key Meaning——————- ——————————"file.separator" File separator (e.g., "/")"java.class.path" Java classpath"java.class.version" Java c...
分类:
其他好文 时间:
2015-05-19 12:54:02
阅读次数:
93
一般发生在长期使用hbase,后面再安装之后直接使用hbase shell 想要进入hbase界面,却没有启动start-hbase.sh而导致的。
[root@master local]# hbase shell
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:fi...
分类:
Web程序 时间:
2015-05-18 14:46:32
阅读次数:
138
启动hive报错:
[root@master conf]# hive
Logging initialized using configuration in file:/usr/local/hive/conf/hive-log4j.properties
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found bin...
分类:
编程语言 时间:
2015-05-18 12:59:04
阅读次数:
265
Exception in thread "main" org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 22 in XML document from class path resource [applicationContext.xml] is invalid; nested except...
分类:
其他好文 时间:
2015-05-14 18:55:34
阅读次数:
181
一.右键点击桌面计算机(win7)(我的电脑)
二.选择属性出现如下界面
三.选择高级系统设置
四.选择环境变量
五.新建系统变量key:java_home,value:java路径如:D:\Program Files\Java\jdk1.6.0_31,确定
六.新建系统变量class_path .key:class_path,值为.;%JAVA_HOME%\lib\...
分类:
编程语言 时间:
2015-05-14 10:08:09
阅读次数:
107
tomcat环境变量配置jdk安装在:D:\Java\JDK\jdk1.8.0_11;tomcat文件夹放在:C:\Users\DSL\apache-tomcat-7.0.53则配置:系统变量: JAVA_HOME D:\Java\JDK\jdk1.8.0_11 CATALINA_HOME C:\Users\DSL\apache-tomcat-7.0.53 CLASS_PATH %CATALINA_HOME%\lib\servlet-api.jar; Path D..
分类:
其他好文 时间:
2015-05-04 15:52:12
阅读次数:
98
首先,需要使用ToolBar就需要有android.support.v7包,关于他的一些问题,大家可以看我之前的blog:关于V7的的一些问题和解决方法。
主要是需要下载到V7包,然后添加到他的class path去,这样才可以支持ToolBar的一些style,然后还需要V7的JAR包,大家把他放在lib目录底下,build path就可以了。
demo的大概框架:
。
开始之前,...
分类:
移动开发 时间:
2015-04-30 08:54:40
阅读次数:
363
14:30:40,872 DEBUG SqlSessionFactoryBean:431 - Parsed configuration file: 'class path resource [mybatis/mybatis-config.xml]'14:30:40,883 WARN XmlWebAp...
分类:
移动开发 时间:
2015-04-28 15:41:24
阅读次数:
354