码迷,mamicode.com
首页 >  
搜索关键字:fatal 11    ( 1895个结果
pip不灵解决办法
pip?install?DjangoCaptcha 奇葩错误: Fatal?error?in?launcher:?Unable?to?create?process?using?‘""D:\Program?Files?(x86 )\Python\python.exe""?"D:\Program?Files?(x86)\Python\Scripts\pi...
分类:其他好文   时间:2015-04-26 15:20:20    阅读次数:101
解决Python下pip install MySQL-python失败的问题
命令: pip?install?MySQL-python 报错: _mysql.c(42)?:?fatal?error?C1083:?Cannot?open?include?file:?‘config-win.h‘:?No?s uch?file?or?directory error:?command?‘C:\\Program?Files?...
分类:数据库   时间:2015-04-25 22:55:54    阅读次数:437
git错误:fatal: Not a git repository (or any of the parent directories): .git
git错误:fatal: Not a git repository (or any of the parent directories): .git我用git add file添加文件时出现这样错误:fatal: Not a git repository (or any of the parent ...
分类:其他好文   时间:2015-04-25 18:12:33    阅读次数:120
PIL:Python Imaging Library(图像处理标准库)
安装PILMac或Linux安装命令:sudo easy_install PIL如果报错:fatal error: 'freetype/fterrors.h' file not foundMac下所依赖的FreeType链接变更问题,解决如下:ln -s /usr/local/include/fre...
分类:编程语言   时间:2015-04-25 16:24:43    阅读次数:179
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
用gitolite新建项目,clone后首次push,可能会出现: git: No refs in common and none specified; doing no
用gitolite新建项目,clone后首次push,可能会出现:$gitpushNorefsincommonandnonespecified;doingnothing.Perhapsyoushouldspecifyabranchsuchas'master'.fatal:Theremoteendhu...
分类:其他好文   时间:2015-04-25 13:28:44    阅读次数:160
proxool 连接池
今天配置proxool 连接池,发现可配置属性非常多,以前也只是用,没总结过,今天查了下网上的资料,总结一下方便你我。其实网上很多英文资料都很全,网上很多人就是考翻译老外的文章赚些流量,其实也没啥意思,编程玩嘛,翻译一下说成自己的东西也没啥意思。俺今儿也翻译一个文档:属性列表说明:fatal-sql...
分类:其他好文   时间:2015-04-22 20:01:30    阅读次数:104
fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'
xxxxxx.lib(xxxxxx.obj):fatalerrorLNK1112:modulemachinetype‘X86‘conflictswithtargetmachinetype‘x64‘1.先看看你的模块是否是64位,这个一般都是,如何配置64位工程,这里就不说了;2.查看该模块链接的静态库或者dll是否是64位的;Configuration-->kinker-->General--..
分类:系统相关   时间:2015-04-22 18:42:53    阅读次数:248
github push出错(1)You can't push to git:// Use https://
fatal: remote error: You can't push to git://github.com/niexiaobo/remote.git Use https://github.com/niexiaobo/remote.git解决:1、切换到checkout的文件夹(比如当前项目保存到...
分类:Web程序   时间:2015-04-22 17:44:49    阅读次数:148
opencv遇到的问题
INK:fatalerrorLNK1104:无法打开文件“cv.lib”解决办法.LINK : fatal error LNK1104: 无法打开文件“cv.lib”.这条错误已经折腾了我一下午,通过摸索,终于明白怎么解决了.如果你确定自己在vc++6.0或者VS中配置无误,出现这个问题,说明你的o...
分类:其他好文   时间:2015-04-21 17:34:09    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!