码迷,mamicode.com
首页 >  
搜索关键字:directory not found    ( 12322个结果
在centos上安装skyeye
中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error: X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error: X11/xpm.h: No such file or directory...
分类:其他好文   时间:2014-06-16 11:06:23    阅读次数:384
python version 2.7 required,which was not found in the registry
原地址:http://www.cnblogs.com/thinksasa/archive/2013/08/26/3283695.html安装PIL-1.1.7.win32-py2.7的时候,不能再注册表中识别出来python2.7方法:新建一个register.py 文件,把一下代码贴进去,保存##...
分类:编程语言   时间:2014-06-12 23:25:53    阅读次数:309
log4j log4j:WARN No appenders could be found for logger
log4j配置文件不生效,log4j:WARN No appenders could be found for logger
分类:移动开发   时间:2014-06-12 16:37:34    阅读次数:211
What should I do about “302 Found” exceptions when downloading with Indy?
Set theTIdHTTP.HandleRedirectsproperty to True. It is False by default.function FetchUrl(const url: string): string; var idhttp : TIdHTTP; begin id...
分类:其他好文   时间:2014-06-12 14:53:09    阅读次数:286
编译C++,找不到头文件(fatal error: string: No such file or directory)
在androidproject中编译C++时,找不到头文件,报错例如以下:fatal error: string: No such file or directory解决该问题须要在Android.mk文件里:LOCAL_C_INCLUDES := \ bionic \ external/stlpo...
分类:编程语言   时间:2014-06-12 06:54:25    阅读次数:387
C#文件夹操作之Directory类和DirectoryInfo类
1.Directory类 Create...
分类:其他好文   时间:2014-06-10 17:19:41    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!