Description Resource Path Location Type
Error occured processing XML 'Cannot find class [springmvc.extention.BeanArgumentResolver]'. See Error Log for more details applicationContext.xml
maven在管...
分类:
编程语言 时间:
2014-07-26 02:22:46
阅读次数:
224
Linux下Oracle11G RAC报错:在安装oracle软件时报file notfound一例
1、现象
之前安装一切都比较顺利,安装oracle软件时,进度到30%时报错:file not found(/u01/app/oracle/product/11.2.0/db_1/owb/external/oc4j_applications/applications/WFMLRSVCApp.e...
分类:
数据库 时间:
2014-07-26 02:07:26
阅读次数:
264
什么是URI?每个Web服务器资源都有一个名字,这样客户端就可以说明它们感兴趣的资源是什么了. 服务器资源名被称为统一资源标识符(Uniform Resource Identifier, URI). URI就像因特网上的邮政地址一样, 在世界范围内唯一标识并定位信息资源.这是Joe的五金商店的Web...
分类:
其他好文 时间:
2014-07-25 14:14:21
阅读次数:
273
不同的错误处理方法:
简单的die()语句自定义错误函数和错误触发器错误报告
基本的错误处理:使用die()函数
if(!file_exists("welcome.txt")){
die("FIle not found");
}else{
$file=fopen("welcome.txt","r");
}
或者
$file=fopen("web...
分类:
Web程序 时间:
2014-07-25 11:10:01
阅读次数:
243
1 C3P0 数据库连接池,hibernate默认使用它,相关的有DPCP2 JNDI 数据源MySqlDSjdbc:mysql://localhost:3306/lwcom.mysql.jdbc.Driverrootrootpasswordorg.jboss.resource.adapter.jd...
分类:
其他好文 时间:
2014-07-25 02:22:14
阅读次数:
218
记录一下自己解决tomcat部署遇得到问题的全过程 首先,在tomcat部署上面部署项目时,报如下错误: 严重: Error listenerStart 2014-7-24 14:25:44 org.apache.catalina.core.StandardContext start 严重: Context...
分类:
移动开发 时间:
2014-07-25 00:08:44
阅读次数:
432
昨天写的关于解决JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java
Build Path的方案很好的解决了这个错误,但是它没有完全的解决我的问题,Maven项目依然有一个红色叹号存在。红
色叹号存在的原因是:.classpath配置文件引用了某jar包,但是lib里却不存...
分类:
编程语言 时间:
2014-07-24 17:47:06
阅读次数:
247
tomat在linux服务器上启动报The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.lib...
分类:
其他好文 时间:
2014-07-24 17:35:26
阅读次数:
250
android.content.res.Resources$NotFoundException: Resource ID #0x**********问题“解决办法:把AndroidManifest.xml里面的版本修改一下(如果原来没有指定,就添加一下),问题就可以解决了原因:原来的那个工程占用现在...
分类:
移动开发 时间:
2014-07-24 14:40:45
阅读次数:
231
Problem Description
A little girl loves programming competition very much. Recently, she has found a new kind of programming competition named "TopTopTopCoder". Every user who has registered in "To...
分类:
其他好文 时间:
2014-07-24 10:27:14
阅读次数:
301