码迷,mamicode.com
首页 >  
搜索关键字:windowserror error 2    ( 30042个结果
cocos2d-x android:opengl error 0502问题
首先出现这个问题在android上非常普遍,基本都是因为游戏切换到主界面再切回来造成的,出现在cocos2d-x 2.1.3-2.1.5这些版本最多。 出现这个问题的原因有以下几点: 1、长时间锁屏切回 2、home切出切回 3、使用notification切回 这里1、2可能跟内存有关,建议在onpause的时候清除缓存,注意不要在主线程意外的地方让游戏切回。 3这个问题是因为今天我...
分类:移动开发   时间:2014-09-23 23:06:35    阅读次数:192
nrpe 在ubuntu上安装遇到的问题
Nagios Linux客户端需要安装NRPE进行数据收集,如果在Ubuntu系统下安装过程中遇到下面的错误提示:checking for SSL libraries... configure: error: Cannot find ssl libraries那么可能是缺少sudo apt-get ...
分类:其他好文   时间:2014-09-23 19:22:15    阅读次数:202
tar解压错误
# tar -zxvf aaa.tar.gztar: This does not look like a tar archivetar: Skipping to next headertar: Error exit delayed from previous errors解决办法# gzip -d ...
分类:其他好文   时间:2014-09-23 18:58:25    阅读次数:230
Nginx模块开发-获取用户ip
先把代码贴在这里,有时间整理if(r->headers_in.x_real_ip != NULL) { ngx_log_error(NGX_LOG_ERR, r->connection->log, 0, "%V", &r->headers_in.x_real_ip->value); ...
分类:其他好文   时间:2014-09-23 15:36:14    阅读次数:228
xe7 Unresolved external CSPIN.OBJ
工程里打开使用了CSPIN控件的界面窗体,再编译就好了[ilink32 Error] Error: Unresolved external 'Vcl::Controls::TControl::SetAnchors(System::Set<{900}...' referenced from D:\PR...
分类:其他好文   时间:2014-09-23 15:32:04    阅读次数:308
CentOS 编译配置 apache
Centos-7.x86_64下。编译时可能提示:checking for APR... noconfigure: error: APR not found. Please read the documentation.checking for APR-util... noconfigure: er...
分类:其他好文   时间:2014-09-23 14:20:34    阅读次数:158
zabbix添加Calculated items后保存页面成空白
zabbix添加Calculateditems后保存页面成空白Nginx报以下错误2014/09/2310:10:23[error]27617#0:*111642readv()failed(104:Connectionresetbypeer)whilereadingupstream,client:xxxxxx,server:xxxxx,request:"POST/disc_prototypes.phpHTTP/1.1",upstream:"fastcgi://127.0.0.1:..
分类:其他好文   时间:2014-09-23 13:56:25    阅读次数:257
Error in Javac compilation for JSP
in LucidWorks Search UI Luis Lopez-Echeto March 21, 2014 15:05 Symptoms When trying to access the LucidWorks Search UI, the following error messages are displayed: HTTP?ERROR?500 Problem?accessi...
分类:编程语言   时间:2014-09-23 13:46:05    阅读次数:496
HTTP 错误 500.22 - Internal Server Error
IIS7,WINDOWS2008运行.net2.0等版本程序出现这个错误。解决方法:HTTP 错误 500.22 - Internal Server Error检测到在集成的托管管道模式下不适用的 ASP.NET 设置。打开IIS,右边操作里选基本设置,应用程序池旁边点选择,选为Classic .n...
分类:其他好文   时间:2014-09-23 13:08:44    阅读次数:163
php安装错误 (node.c:1953:error) 解决办法
root@---- [/opt/php-5.2.17]# make/bin/sh /opt/php-5.2.17/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/dom/ -I/opt/php-5.2.17/ext/dom....
分类:Web程序   时间:2014-09-23 11:34:44    阅读次数:269
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!