安装python-etcd时,提示c/_cffi_backend.c:13:17: fatal error: ffi.h: No such file or directory 解决方法:apt-get install libffi-dev 参考: 主要是在easy_install所用到的Python库时编译出错导致的compila...
分类:
其他好文 时间:
2015-06-04 19:36:28
阅读次数:
148
下载后解压完,进入开始配置:./configure --enable-R-shlib报错:configure: error: con--with-readline=yes (default) and headers/libs are not available然后需要安装依赖的readline:.....
分类:
编程语言 时间:
2015-06-04 19:01:50
阅读次数:
196
在Linux系统中通过yumupdate时,报错如下:ErrorDownloadingPackages:db4-4.3.29-10.el5_5.2.i386:failure:CentOS/db4-4.3.29-10.el5_5.2.i386.rpmfrombase:[Errno256]Nomoremirrorstotry.初步判断是yum源中缺少db4-4.3.29-10.el5_5.2.i386.rpm些文件,解决方法是:通过对比系..
分类:
数据库 时间:
2015-06-04 17:36:23
阅读次数:
143
Runningrpm_check_debugRunningTransactionTestFinishedTransactionTestTransactionCheckError:file/sbin/hwclockfrominstallofutil-linux-2.13-0.59.el5_8.x86_64conflictswithfilefrompackageowlutil-linux-4.0-1.x86_64file/etc/iscsi/iscsid.conffrominstallofiscsi-initia..
分类:
其他好文 时间:
2015-06-04 17:35:22
阅读次数:
170
今天主管安排让我安装下mysql单个实例,给的一台centos5.8的机子。好像是阿里云的,然后开始安装cmakegcc等软件。gcc装不上Error:MissingDependency:kernel-headersisneededbypackageglibc-headers-2.5-81.el5_8.2下载wgethttp://vault.centos.org/5.7/os/x86_64/CentOS/kernel..
分类:
其他好文 时间:
2015-06-04 17:33:37
阅读次数:
1057
我们可以使用内置的$http服务直接同外部进行通信。$http服务只是简单的封装了浏览器原生的XMLHttpRequest对象。
1、链式调用
$http服务是只能接受一个参数的函数,这个参数是一个对象,包含了用来生成HTTP请求的
配置内容。这个函数返回一个promise对象,具有success和error两个方法。
$http({
url:'data.json',
...
分类:
Web程序 时间:
2015-06-04 15:54:24
阅读次数:
145
Error: Gradle: Execution failed for task ‘:mytask’ > A problem occurred starting process ‘command ‘jni/ndk-build.cmd”
这是win7打开android程序出现的问题,解决方法:打开build.gradle,找到“commandLine”这行,把commandLine ‘ndk-bu...
分类:
移动开发 时间:
2015-06-04 15:52:41
阅读次数:
156
When I try to Send quotaion ,an error formpop up.Error info:System does not support setup 'continuous' of number sequence Basi_12.Number selection is ...
分类:
其他好文 时间:
2015-06-04 15:19:05
阅读次数:
116
備忘録です.http://toshitanian.hatenablog.com/entry/2013/10/25/0238382013-10-25nginxのerror_logはformat指定できない.nginxとかsupervisorとかDBのログをfluentdで一括管理したいなぁとおもったの...
分类:
其他好文 时间:
2015-06-04 13:45:08
阅读次数:
125
背景因为项目要换android studio,就用了一把,结果自动给我下载了最新的build-tools 23.0.0_rc1,然后当我再次用eclipse打开项目时就死活编译不了了,git reset了n次,删了重导也不行。最终发现报错如下:
Description Resource Path Location Type Error executing aapt. Please check aap...
分类:
移动开发 时间:
2015-06-04 11:53:56
阅读次数:
231