码迷,mamicode.com
首页 >  
搜索关键字:failed to push some refs to    ( 25890个结果
connection failed: socket,host=localhost,port=8100,tcpNoDelay=1: java.net.ConnectException: Connect
JAVA、openOffice、myeclipse报错原因:没有启动openOffice服务。解决办法:运行→cmd,输入:cdC:\Program Files (x86)\OpenOffice 4\program回车再输入soffice -headless -accept="socket,host...
分类:编程语言   时间:2014-07-14 22:46:06    阅读次数:1027
【10】了解Bootstrap栅格系统基础案例(5)
这次我们来说下列排序:通过使用 .col-md-push-* 和 .col-md-pull-* 类就可以很容易的改变列(column)的顺序。 Bootstrap-Template-07 ...
分类:其他好文   时间:2014-07-14 22:44:53    阅读次数:269
java.lang.IllegalStateException: Failed to load ApplicationContext
1、错误描述 七月 13, 2014 6:34:41 下午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions 信息: Loading XML bean definitions from class path resource [applicationContext.xml] 七月 1...
分类:移动开发   时间:2014-07-14 13:09:26    阅读次数:272
Extjs grid 遍历store
var projectMemberGrid = Ext.getCmp("projectMemberGrid"); var selFuns = [];             projectMemberGrid.store.each(function(rec){             selFuns.push(Ext.encode(rec.data));         });...
分类:Web程序   时间:2014-07-14 11:01:59    阅读次数:267
Some Classical Recursive Functions
Some Classical Recursive FunctionsSome Classical Recursive FunctionsTable of Contents1. Find the maximum element of an array recursively.In this post,...
分类:其他好文   时间:2014-07-13 21:18:30    阅读次数:200
Hadoop Eclipse远程连接出现:Error:Call to /10.10.10.10:9000 failed on local exception: java.io.EOFException
异常截图:原因很简单,Hadoop对应的eclipse插件jar包版本不对,更换至响应版本即可。
分类:编程语言   时间:2014-07-13 19:48:47    阅读次数:323
模板类的定义和实现可以不在同一个文件中
写c++程序时我们经常会把函数的定义写在xxx.h中,把函数的实现写在xxx.cpp, 但是当我们写带模版的函数和类时,这样写 就会出现问题,如下: stack.h //stack.h #ifndef STACK_HPP #define STACK_HPP #include #include template> class CStack { public: void push(co...
分类:其他好文   时间:2014-07-13 18:30:56    阅读次数:214
D - I Think I Need a Houseboat(1.3.1)
Time Limit:1000MS     Memory Limit:10000KB     64bit IO Format:%I64d & %I64u Submit Status Description Fred Mapper is considering purchasing some land in Louisiana to build his house ...
分类:其他好文   时间:2014-07-13 18:06:46    阅读次数:379
ArcGIS AddIn开发笔记(一)
学习AddIn开发,遇到了些稀奇古怪的问题,网上的资料少之又少。(1)AddIn开发,主要是通过ArcMap静态变量,与主程序中的数据等进行交互(2)failed to register Add In .esriAddIn异常,此类异常为Visual Studio中项目名称或者类名称中出现了中文名(...
分类:其他好文   时间:2014-07-13 17:50:30    阅读次数:312
CentOS安装ISCSI服务和运行
一:安装服务器:[root@localhostCD]#rpm-ivhscsi-target-utils-1.0.24-10.el6.x86_64.rpmwarning:scsi-target-utils-1.0.24-10.el6.x86_64.rpm:HeaderV3RSA/SHA1Signature,keyIDc105b9de:NOKEYerror:Faileddependencies: libibverbs.so.1()(64bit)isneededbyscsi-target-utils..
分类:其他好文   时间:2014-07-13 14:47:45    阅读次数:1093
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!