码迷,mamicode.com
首页 >  
搜索关键字:no resource found    ( 12885个结果
“The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
我新建的web程序,然后创建了一个jsp文件,然后jsp文件的第一行就出现红叉用鼠标点上去出现“Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath”e …… 不知道怎么说,后来就是先new 了一个ser...
分类:编程语言   时间:2014-07-14 15:22:37    阅读次数:195
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException
1、错误描述 2014-7-12 23:08:31 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext....
分类:编程语言   时间:2014-07-13 16:24:55    阅读次数:332
configure: error: XML configuration could not be found
执行: ./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm 之后出现   Running FastCGI Process Manager checks checking for php-fpm config file path... $prefix/etc/php-fpm.conf checking for ...
分类:其他好文   时间:2014-07-13 13:50:43    阅读次数:205
Unity3d游戏中添加移动MM支付SDK问题处理
原地址:http://www.tuicool.com/articles/I73QFb由于移动mm的SDK将部分资源文件放在jar包中,导致Unity无法识别,提示failed to find resource file(mmiap.xml}错误需要做以下几步操作:-- 解压mmbilling.2.3...
分类:移动开发   时间:2014-07-13 09:22:57    阅读次数:248
Eclipse导入Java项目时“No projects are found to import”错误的处理
用Eclipse导入Java项目时,经常会出现“No projects are found to import”错误(尤其是导入网上下载的项目时),这是因为文件夹里面没有.project和.classpath两个文件。解决的办法很简单:1、从其他Java项目里面复制这两个文件2、修改文件,.clas...
分类:编程语言   时间:2014-07-13 09:07:44    阅读次数:245
Weblogic发布小问题——weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUND
前几天发布应用时出现了如下所示的一段错误提示信息:weblogic.descriptor.DescriptorException: VALIDATION PROBLEMS WERE FOUNDproblem: cvc-enumeration-valid: string value '3.0' is ...
分类:Web程序   时间:2014-07-13 00:53:05    阅读次数:367
linux问题总结
1.修改redhat enterprise5 语言 问题描述:切换语言 cd /etc/sysconfig vi i18n 将LANG=en_US.UTF-8 改成LANG=zh_CN.gb2312 2.bash: ifconfig: command not found 问题描述: 切换到root用户下 [root@localhost /]$ ifconfig 依然提示:“bash: ifconfig: command not found” whereis ifconfig 看一下这个命令在...
分类:系统相关   时间:2014-07-12 22:56:34    阅读次数:416
Django中的一些同步Model和数据库的命令
1 最简单而又令人兴奋的命令: manage.py syncdb 创建了指定app中的model对应的数据库表,如果是第一次使用此命令,会提示是否创建超级用户,输入用户名,Email和密码,接着可以看到在创建索引:   2. validate 验证Model的正确性:manage.py validate,若Model全部有效,会提示:0 errors found. 3....
分类:数据库   时间:2014-07-12 20:31:24    阅读次数:278
安装ADT Cannot complete the install because one or more required items could not be found.
点击进行安装,将会弹出错误提示是:Cannotcompletetheinstallbecauseoneormorerequireditemscouldnotbefound.Softwarebeinginstalled:AndroidDevelopmentTools16.0.1.v2011121502...
分类:其他好文   时间:2014-07-12 15:48:14    阅读次数:262
PatentTips - Systems, methods, and devices for dynamic resource monitoring and allocation in a cluster system
BACKGROUND1. FieldThe embodiments of the disclosure generally relate to computer clusters, and more particularly to systems, methods, and devices for ...
分类:其他好文   时间:2014-07-12 15:46:47    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!