码迷,mamicode.com
首页 >  
搜索关键字:archiver error    ( 30138个结果
Boost::Asio::Error的用法浅析
一般而言我们创建用于接收error的类型大多声明如下:boost::system::error_code error 我们用这个类型去接受在函数中产生的错误如socket.connect( endpoint, error);如果连接失败,错误类型会保存到error中,比如连接主机失败可能会返回这样....
分类:其他好文   时间:2014-06-15 23:27:16    阅读次数:239
While reading xxx.png pngcrush caught libpng error: Not a PNG file..
While reading /XXX/XXX/XXX/img1.png pngcrush caught libpng error: Not a PNG filCould not find file: /Users/XXX/Library/Developer/Xcode/DerivedData/C.....
分类:其他好文   时间:2014-06-15 22:56:42    阅读次数:351
error: SSL certificate problem, verify that the CA cert is OK
error: SSL certificate problem, verify that the CA cert is OK. Details:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify fail...
分类:其他好文   时间:2014-06-15 20:45:58    阅读次数:460
求助 Eclipse + NDK error: stray '\24' in program
[size=16px][b][color=#FF0000]求助 Eclipse + NDK  error: stray '\24' in program[/color][b][/b][/b][/size] 最近在研究JNI采用Eclipse+NDKR7B搭建环境 按照网上教的步骤build 什么都配好了写了个最简单的例子,clean以后就出现该异常很是头疼;异常信息: "Compile thu...
分类:系统相关   时间:2014-06-15 18:46:06    阅读次数:429
android 百度定位 api error code 大全
百度定位demo文档上很清楚,网上资源不多,不齐全,给大家分享下          61 : GPS定位结果\n         62 : 扫描整合定位依据失败。此时定位结果无效。\n         63 : 网络异常,没有成功向服务器发起请求。此时定位结果无效。\n         65 : 定位缓存的结果。\n         66 : 离线定位结果。通过requestOfflin...
分类:移动开发   时间:2014-06-15 17:13:31    阅读次数:451
ERROR: epmd error for host "yourhostname": timeout
安装完rabbitmq-server,重启时间很长,并且报错ERROR: epmd error for host "yourhostname": timeout 原因是:主机名和ip不匹配,需要更改hostname或者/etc/hosts文件 eg:修改主机名:#hostname yourhostname  要跟/etc/hosts文件中一致。...
分类:其他好文   时间:2014-06-15 16:47:03    阅读次数:270
AsyncSocket使用心得(转载)
首先 下载源代码倒入runloop文件夹下的 四个文件即可AsyncSocket *socket=[[AsyncSocketalloc]initWithDelegate:self];NSError *error;[socket connectToHost:honPort:pwithTimeout:-...
分类:其他好文   时间:2014-06-15 00:58:09    阅读次数:172
org.apache.catalina.core.StandardContext startInternal SEVERE: Error listenerStart
今天将项目部署到Centos 6.3 x64上面的tomcat 7.0.54,访问链接出现了404错误。后来查看了/usr/local/apache-tomcat-7.0.54/logs/catalina.out 文件,出现了Error listenerStart 。org.apache.cat.....
分类:其他好文   时间:2014-06-14 23:44:17    阅读次数:740
Bootcamp: An error occurred while partitioning the disk
原因:在macbook pro retina上安装win7双系统错误:在使用Bootcamp分区的时候出现错误:An error occurred while partitioning the disk解决方法: - 打开Disk Utility (磁盘工具) - 在左侧选择当前使用的硬盘,然后.....
分类:其他好文   时间:2014-06-14 20:05:48    阅读次数:456
Android Log介绍
android.util.Log常用的方法有以下5个:Log.v() ,Log.d() ,Log.i() ,Log.w(),Log.e()。按照日志级别从高到低为ERROR, WARN, INFO, DEBUG, VERBOSE.至于日志级别本身的含义,相信用过Apache Log4j,Apache...
分类:移动开发   时间:2014-06-14 13:24:17    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!