码迷,mamicode.com
首页 >  
搜索关键字:deploy upload failed    ( 13091个结果
如何解决git提交代码冲突
当我们使用git提交代码时,别人可能也同时修改了我们修改的文件,但是别人的先合入到配置库里边,这样当我们的提交要合入时,就会产生冲突,可以使用以下步骤来解决冲突: (1) git rebase    分支名称   本地分支名称 (2)rebase之后,就会显示冲突,到目标文件进行修改 (3)git add . (4)git rebase --continue (5) git rebase...
分类:其他好文   时间:2014-05-10 09:59:20    阅读次数:643
jenkins 启动slave,出现com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://127.0.0.1:8080/jnlpJars/remoting.jar
master: linuxslave: win7 64位系统在配置好系统后,采用jnlp的方式启动slave节点,报错如下:com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://127.0.0.1:80...
分类:Web程序   时间:2014-05-08 21:43:22    阅读次数:2133
Plupload的上传机制
plupload支持多文件上传。经过测试发现,plupload在上传多个文件时,会把多个文件拆分成单个的一个一个上传。
分类:其他好文   时间:2014-05-08 21:25:26    阅读次数:243
DataTable - Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints
solution1.Tick the primary key 1.right click on the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:其他好文   时间:2014-05-07 19:18:56    阅读次数:362
cocos2d-x学习记录-Tiled使用注意点
用Tiled新建 好地图后放到cocos2d上使用, // 加载Tiled地图         CCTMXTiledMap *map = CCTMXTiledMap::create("birdMap.tmx");         this->addChild(map);   然后报如下错误 Assert failed: TMX: Only 1 tiles...
分类:其他好文   时间:2014-05-07 12:31:48    阅读次数:294
解决error: Failed dependencies:libodbc.so.2()的错误
安装zabbix时报错[root@zabbix~]#rpm-ivhzabbix-server-mysql-2.2.3-1.el6.x86_64.rpmzabbix-web-mysql-2.2.3-1.el6.noarch.rpmwarning:zabbix-server-mysql-2.2.3-1.el6.x86_64.rpm:HeaderV4DSA/SHA1Signature,keyID79ea5ed4:NOKEYerror:Faileddependencies:libodbc.so.2()(64..
分类:数据库   时间:2014-05-07 11:33:40    阅读次数:2102
IOS学习笔记64--关于linker command failed with exit code错误
由于最近刚接手做静态库的同事的工作,这样难免的集成调试啊,但是集成之后老是出现linker command failed with exit code 1这个错误,查了许多资料,最后终于解决了,今天就这个问题做个探讨,以防止以后犯同样的错误,我先说下我这个项目里面错误的解决办法,然后再笼统的说下其他的解决办法。。      好,这是我出现  linker command failed with...
分类:移动开发   时间:2014-05-07 04:12:07    阅读次数:431
安装GI时出现错误 [INS-20802] Automatic storage Management Configuration Failed.
安装GI时出现错误 [INS-20802] Automatic storage Management Configuration Failed....
分类:其他好文   时间:2014-05-06 22:45:34    阅读次数:379
java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFil
解决办法:    1.web.xml:是否配置正确,可以在下载的Sturts包里,解压struts-2.3.15.2\apps\struts2-blank.jar\WEB-INF\web.xml ,参考是否正确,   2.struts.xml是否配置正确,方法同上   3.引入的jar 是否正确,方法同上   4.项目是部署到tomcat,打开tomcat,设置deploy path...
分类:编程语言   时间:2014-05-06 19:12:41    阅读次数:558
iOS开发之地图代理不起作用(提示vImage decode failed, falling back to CG path.)
项目中用到了地图相关的东西,就把以前的demo搬了出来,结果发现直接运行之前的demo没有问题,在xcode5下新建项目再把代码粘贴过来就会提示 May 5 11:36:21 infomedia-iPod-touch TestLocation[1465] : CGBitmapContextCreate: unsupported parameter combination: 5 integer ...
分类:移动开发   时间:2014-05-06 15:17:46    阅读次数:769
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!