fatal error: libxml/xmlversion.h: No such file or directory通过下面的命令安装相应的开发源文件解决:sudo apt-get install libxml2-dev libxslt1-devPython.h:No such file or d...
分类:
编程语言 时间:
2015-05-25 09:54:34
阅读次数:
120
Linux64位安装nginx时出现以下错误:configure:error:noacceptableCcompilerfoundin$PATH说明需要安装gcc,linux操作系统是新安装的,没有安装gcc库,安装命令如下:yuminstallgcc安装完gcc库即可
分类:
其他好文 时间:
2015-05-25 06:17:47
阅读次数:
133
Linux64位安装nginx时出现以下错误:configure:error:noacceptableCcompilerfoundin$PATH说明需要安装gcc,linux操作系统是新安装的,没有安装gcc库,安装命令如下:yuminstallgcc安装完gcc库即可
分类:
其他好文 时间:
2015-05-25 06:17:36
阅读次数:
96
from:shiyanlou 1 #include 2 #include 3 4 #define TRUE 1 5 #define FALSE 0 6 #define OK 1 7 #define ERROR 0 8 #define OVERFLOW -2 9 10 typ...
分类:
其他好文 时间:
2015-05-24 23:16:16
阅读次数:
169
From: http://m.blog.csdn.net/blog/langkeziju/13511411我的MySQL版本为5.6.14版本,是二进制包安装的(虽然是二进制包安装的,但是以下问题同样适用于源码安装包安装的MySQL)今天在我的测试库上添加一个新用户,报错:[mysql@ydrh2 ...
分类:
数据库 时间:
2015-05-24 23:06:04
阅读次数:
652
from:shiyanlou 1 #include 2 #include 3 4 #define TRUE 1 5 #define FALSE 0 6 #define OK 1 7 #define ERROR 0 8 #define OVERFLOW -2 9 #define...
分类:
其他好文 时间:
2015-05-24 23:05:43
阅读次数:
130
from:shiyanlou 1 #include 2 #include 3 4 #define TRUE 1 5 #define FALSE 0 6 #define OK 1 7 #define ERROR 0 8 #define OVERFLOW -2 9 10 typ...
分类:
其他好文 时间:
2015-05-24 17:22:09
阅读次数:
84
前言NPM大家都熟,天天都在用。最近,NPM不断出现的下载出错 “npm ERR! Error: No compatible version found” ,已经影响到正常的开发工作,到了不得不解决的地步了。网上到处都是这个错误的问题,但解决问题的文章很难找到。我有必要来写一下。目录NPM下载出错 ...
分类:
其他好文 时间:
2015-05-24 17:16:40
阅读次数:
162
iOS AVAudioRecorder 录音频率、声道、位数配置#pragma mark 录音设置- (void)setUP_VOICE_RECOARDER{ NSError *error = nil; audioSection = [AVAudioSession sharedInsta...
分类:
移动开发 时间:
2015-05-24 16:57:32
阅读次数:
841
android eclipse打包 Export aborted because fatal lint errors were found
Android 下 eclipse 打签名包lint提示错误
这是由于 Android Lint 自动检测部分代码没有符合规范的缘故
解决办法如下:
打开eclipse Preferences 选择 Android 下 Lint Error Checking
去掉勾选项 "Run full error check when export...
分类:
移动开发 时间:
2015-05-24 15:46:29
阅读次数:
178