java.io.FileNotFoundException: class path resource [beans.xml] cannot be opened because it does not exit.
在用maven管理的spring项目中做单元测试时候,加载不了spring的配置文件。出现该问题的原因是,用maven创建的项目,必须把spring的配置文件beans.xml或者app...
分类:
编程语言 时间:
2014-07-28 15:56:13
阅读次数:
187
错误原因如下:Exception in thread "main" org.hibernate.exception.JDBCConnectionException: Cannot open connectionat org.hibernate.exception.SQLStateConverter....
分类:
数据库 时间:
2014-07-28 15:20:13
阅读次数:
302
ALTER SYSTEM ARCHIVE LOGThread 1 cannot allocate new log, sequence 2594Checkpoint not complete这个实际上是个比较常见的错误。通常来说是因为在日志被写满时会切换 日志组,这个时候会触发一次checkpoint...
分类:
其他好文 时间:
2014-07-28 13:45:10
阅读次数:
197
在ARM Cortex-A9平台上移植Qt4.7.3,启动时出现错误,硬件平台选用深圳思博特科技SCM3188M,CPU是RK3188,1.6GHz四核Cortex-A9。...
分类:
其他好文 时间:
2014-07-28 00:23:39
阅读次数:
1200
[转]项目导入eclipse之后,出现了“The import javax.servlet cannot be resolved”错误,出现这个错误的原因是:没有servlet-api.jar这个包,将这个包导入项目里面就可以了。那么这个包一般到那里去找呢?我们可以到tomcat的lib目录下面找到...
分类:
编程语言 时间:
2014-07-27 22:56:09
阅读次数:
227
问题一:提示出错:cannot load such file -- mysql/mysql_api (LoadError)此时我们回来看gem install mysql 时提示At the time of building this gem, the necessary DLL files whe...
分类:
数据库 时间:
2014-07-27 22:18:29
阅读次数:
289
从官方网站上下载的安装包,双击安装即可。新建项目编译时,出现错误:cannot find -lGL 解决的方法:安装libgl1-mesa-dev,当然在安装时会安装其他的一些依赖包
分类:
系统相关 时间:
2014-07-27 11:02:22
阅读次数:
227
C:\users\XXXX>easy_install scrapy 出现错误 fatal error C1083: Cannot open include file: 'openssl/aes.h' : No such file or directory。才想起scrapy主页Installatio...
分类:
Windows程序 时间:
2014-07-27 09:44:12
阅读次数:
1567
把MyEclipse里的项目导入到Eclipse Luna版中后出现了个莫名其妙的错误,注:Eclipse Luna是新装的。
错误描述:jsp页面中引用的js报错,鼠标放上去以后提示:javax.servlet.jsp cannot be resolved to a type。图片为证:
类似以上底下有红色波浪线的错误,好多jsp页面都有,还各不相同。
解决办法:
点击菜单栏:Win...
分类:
编程语言 时间:
2014-07-26 17:15:32
阅读次数:
273