码迷,mamicode.com
首页 >  
搜索关键字:fatal 11    ( 1895个结果
Git使用之搭建基于SSH的Git服务器(中篇) -- fatal protocol error bad line length character: micr
在连接Git服务器的过程中,可能出现fatal protocol error bad line length character: micr的错误。原因是Git服务器搭建时,选择错误的协议了,不要选Windows Shell,选择 Linux shell and Sftp即可。...
分类:其他好文   时间:2015-04-07 21:41:56    阅读次数:197
关于使用RecyclerView的异常
1 04-07 16:32:32.815: E/AndroidRuntime(16173): FATAL EXCEPTION: main 2 04-07 16:32:32.815: E/AndroidRuntime(16173): java.lang.RuntimeException: Unabl....
分类:其他好文   时间:2015-04-07 19:13:33    阅读次数:112
vs2010开发相关设置
1.在编译的时候,有的时候发现,所有的路径设置都是正确的,但是编译出错,如:"LINK : fatal error LNK1104: 无法打开文件“ToolkitPro1501vc100D.lib" 对于这个问题:首先肯定是你指定的目录下面没有"ToolkitPro1501vc100D.lib"这....
分类:其他好文   时间:2015-04-07 15:21:02    阅读次数:418
Cannot update paths and switch to branch at the same time
当使用git进行操作:git checkout -b local-name origin/remote-name出现错误:fatal: git checkout: updating paths is incompatible with switching branches.Did you inten...
分类:其他好文   时间:2015-04-07 15:18:33    阅读次数:147
DedeCMS提示Maximum execution time of 30 seconds exceeded in解决办法
DedeCMS出现Fatal error: Maximum execution time of 30 seconds exceeded in解决办法 解决办法: 在服务器中找到php.ini这个文件(c盘Windows的也要改) 修改:max_execution_time = 30 max_...
分类:其他好文   时间:2015-04-05 08:57:02    阅读次数:101
解决关于archlinux升级至3.16.1,Xorg桌面环境无法进入的问题
【现象】有终端输入username,password后,桌面环境启动失败。【报错】log文件里显示:(EE)Fatal server error:(EE) xf86OpenConsole: VT_ACTIVATE failed: Operation not permitted【原因】由xorg升级引...
分类:系统相关   时间:2015-04-04 16:23:03    阅读次数:151
nova event机制分析
本文主要分析Nova的一个event机制,目前主要用于VIF plugin是的notification,可以实现Nova 和 Neutron直接VIF 状态信息的交互。 1. nova部分 vif_plugging_timeout配置参数的解释,用于定义创建VM时等待VIF准备好的时间 cfg.BoolOpt('vif_plugging_is_fatal',...
分类:其他好文   时间:2015-04-04 15:20:20    阅读次数:279
VS2010 ERROR:c1xx fatal error c1083
在VS2010中新建文件夹,然后在文件夹内新建文件polling.cpp,可是在项目中不现实该cpp文件,所以就在在硬盘上将该文件删除,编译报错。>c1xx : fatal error C1083: Cannot open source file: 'polling.cpp': No such fi...
分类:其他好文   时间:2015-04-03 18:47:23    阅读次数:118
编译OpenWRT过程
opkg下载失败 Checking?out?files?from?the?git?repository... Cloning?into?‘opkg-9c97d5ecd795709c8584e972bfdf3aee3a5b846d‘... fatal:?Could?not?read?from?remote?repository. 这时往上看一下...
分类:其他好文   时间:2015-04-02 21:02:05    阅读次数:428
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!