码迷,mamicode.com
首页 >  
搜索关键字:deployment failure    ( 2145个结果
js 考记忆力得小游戏
Document start Score: 0point Failure! Success
分类:Web程序   时间:2015-05-01 22:36:00    阅读次数:311
解决java.lang.RuntimeException: mapped-name is required for xxx.xxx.xxx/xx of deployment xx.war
从tomcat7部署成功的过程部署到JBoss5.1.0出现了java.lang.RuntimeException:mapped-nameisrequiredforxxx.xxx.xxx/xxofdeploymentxx.war错误,将java文件中所有的@Resource注解改为@Qualifier成功解决,具体原因不是很清楚?
分类:移动开发   时间:2015-04-29 07:28:18    阅读次数:169
Phpstorm开发记
Phpsotrm虽然付费项目,但网上有免费的激活码,也可以免费用不是。1、首先是svn,windows项目下用Phpsotrm需要安装svn时,支付svn命令的,否则会提示找不到svn命令。2、建项目时可以使用sftp协议,自动上传在Tools->Deployment->Automatic Uplo...
分类:Web程序   时间:2015-04-28 13:41:18    阅读次数:182
java mail报权限问题
邮件发送失败!javax.mail.AuthenticationFailedException:5355.7.8Error:authenticationfailed:authenticationfailurejavax.mail.AuthenticationFailedException:5355.7.8Error:authenticationfailed:authenticationfailureatcom.sun.mail.smtp.SMTPTransport$Authenticator.a..
分类:编程语言   时间:2015-04-28 00:05:11    阅读次数:164
启动报错:java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
如果你是maven项目,tomcat在发布项目的时候没有同时发布maven依赖所添加的jar包,你需要设置一下eclipse:项目 —> 属性 -> Deployment Assembly -> Add -> Java Build Path Entries -> 选择Maven Dependenci...
分类:编程语言   时间:2015-04-27 15:04:10    阅读次数:203
软件测试复习(一)
第一章 软件测试的介绍1。概念和历史就不说了2。为什么要进行软件测试,因为测试是软件开发过程的一个步骤,通过测试能更好地设计和编码,能提高程序的可靠性。3。错误缺陷和失败的定义,error——defect——failure。4。软件开发的过程 1)软件需求 用户 理解正确性 表达正确性 2)需求.....
分类:其他好文   时间:2015-04-27 09:23:04    阅读次数:133
Centos单网卡配置多个IP的方法
网上好多介绍一个网卡多个IP的方法,都有些问题,下面是实践可行的方法DEVICE="eth0"TYPE="Ethernet"BOOTPROTO=noneNM_CONTROLLED="yes"IPV4_FAILURE_FATAL=yesIPV6INIT=noONBOOT=yesUUID="81f480...
分类:其他好文   时间:2015-04-25 13:32:44    阅读次数:135
Eclipse的Deployment Assembly和Project Facets和org.eclipse.wst.common.project.facet.core.xml关系
背景: web项目:spring4+springmvc4+hibernate4+maven3 问题: 启动tomcat后报错:java.lang.ClassNotFoundException: ContextLoaderListener 右键点击项目--选择Properties,找到Deployment Assembly选项,点击add按钮,发现没有Java Build Pa...
分类:系统相关   时间:2015-04-25 00:17:26    阅读次数:222
Xcode 6.2 error::can only be used when targeting iOS 4.2 or later
当使用Xcode打开从网上down下来的demo时,编译有时会出现can only be used when targeting iOS 4.2 or later. 这是由于IOS运行版本不同导致的。 解决办法是: 点击项目导航文件--> 选中Targets--> 选择 Build Setting --> 展开IOS Deployment Target 把IOS版本改成大...
分类:移动开发   时间:2015-04-24 19:12:10    阅读次数:2769
[转载]php连接postgreSQL数据库及其操作(php5,postgreSQL9)
数据库连接:dbconn.php";}else{ print "connect failure" . "";}?>插入操作:insert.php查询及其删除操作:select.php";}?>the next is affter delete;'0A');pg_delete($conn,'test'...
分类:数据库   时间:2015-04-24 15:48:06    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!