gyp?ERR!?configure?error
gyp?ERR!?stack?Error:?Python?executable?"python"?is?v2.4.3,?which?is?not?supported?by?gyp.gyp?ERR!?stack?You?can?pass?the?--python?switch?to?poi...
分类:
编程语言 时间:
2014-10-21 23:21:37
阅读次数:
776
DM8168新板在没有做PCI接口的情况下,可以把PCI模块注释,直接尝试:
make CROSS_COMPILE=arm-none-linux-gnueabi- ARCH=arm menuconfig
在BUS Support下注释掉PCI Support,但是DM8168自动加载模块的时候发生了冲突
会出现fatal error:类似 pvrsrvkm: Unknown symbol p...
分类:
其他好文 时间:
2014-10-21 23:17:35
阅读次数:
366
我用的是头插法
#include
#include
#define TURE 1
#define FLASE 0
#define OK 1
#define ERROR 0
#define INFEASIBLE -1
#define OVERFLOW -2
typedef int Status;
typedef int ElemType;
typedef str...
分类:
其他好文 时间:
2014-10-21 21:38:52
阅读次数:
173
目前据我所知js的debug方法有:alertconsole控制台打断点手工加入debugger;配合条件if(){debugger;}break on dom modifytry{ throw new Error(10,asdasdasd) }catch(e) { }方法是知道了,要用得出神入化,...
分类:
其他好文 时间:
2014-10-21 19:35:10
阅读次数:
160
在使用工具Create Enterprise Geodatabase的时候报错Bad login user,开始怀疑为密码错误,然后反复在plsql中尝试发现并没有错误,很疑惑,然后去官网查询:Error: Bad login userPossible reason you received th....
分类:
数据库 时间:
2014-10-21 19:27:54
阅读次数:
834
创建数据表CREATE TABLE weblogs(
md5 varchar(32),
url varchar(64),
request_date date,
request_time time,
ip varchar(15))
我的版本是:Server vers...
分类:
数据库 时间:
2014-10-21 17:42:41
阅读次数:
478
avaudio = [[AVAudioPlayer alloc] initWithData:data error:&error]; // avaudio = [[AVAudioPlayer alloc] initWithContentsOfURL:[NSURL URLWithString:cell....
分类:
其他好文 时间:
2014-10-21 17:28:10
阅读次数:
158
alias 指令该指令用于在url和系统路径之间的映射。location /a/{alias /b/;}error_page定义错误页面error_page 404 /404.html;index设置默认页的文件index index.php index.html;Listen表示监听端口liste...
分类:
Web程序 时间:
2014-10-21 16:59:29
阅读次数:
259
1. 常见错误
error(-38, 0)
我认为-38表示在当前的MediaPlayer状态下,不能执行你的操作。
具体如何做请参考:Android MediaPlayer
另外我在其他资料中,发现有人认为-38定义在:pvmf_return_codes.h文件中:
-38: DRM clock is not available or cannot be read
0: Retu...
分类:
移动开发 时间:
2014-10-21 15:29:14
阅读次数:
360
ajax跨域请求数据在谷歌火狐我本地IE11都是没问题的。
让测试就发现问题了,IE8下请求不到数据,然后我查看一下自己写的js看有没有不兼容问题,可是都没有啊,为什么就请求不到呢。
我把ajax的error打印出来提示no transport,网上找了资料在js中第一行加这个就可以了jQuery.support.cors = true;
好了这个问题没有了,可是又有另一个error没有权...
分类:
Web程序 时间:
2014-10-21 15:28:27
阅读次数:
210