码迷,mamicode.com
首页 >  
搜索关键字:archiver error    ( 30138个结果
Android Log图文详解
android.util.Log常用的方法有以下5个:Log.v()Log.d()Log.i()Log.w()以及Log.e()。根据首字母对应VERBOSE,DEBUG,INFO,WARN,ERROR。1、Log.v 的调试颜色为黑色的,任何消息都会输出,这里的v代表verbose啰嗦的意思,平时...
分类:移动开发   时间:2014-06-18 15:32:47    阅读次数:287
JSON Code3840错误
当在post发送一个数据,返回来得如下错误的时候:Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)" (JSON text did not start...
分类:Web程序   时间:2014-06-18 14:38:36    阅读次数:262
Ubuntu和win双系统删除ubuntu开机出错
Ubuntu和win双系统删除ubuntu开机出错问题。报错error:unknown filesystem。 grub rescue>_很简单:进入pe打开diskgenius选择你的硬盘右键-----重建主引导mbr点击确定收工。
分类:Windows程序   时间:2014-06-18 13:48:52    阅读次数:324
MongoDB -- Error: unclean shutdown detected
由于每次不正常关闭 MongoDB 的行为 导致今天打开 MongoDB 发现出现如下错误 unclean shutdown detected 解决方案(很详细): http://docs.mongodb.org/manual/tutorial/recover-data-following-unexpected-shutdown/...
分类:数据库   时间:2014-06-18 12:09:18    阅读次数:283
编译Live555出现error LNK2019 error LNK2001
流媒体服务器开发,error LNK2019,error LNK2001,Live555编译出错...
分类:其他好文   时间:2014-06-17 22:23:36    阅读次数:873
PHP中的CURL函数库
PHP中的CURL函数库(Client URL Library Function)curl_close — 关闭一个curl会话curl_copy_handle — 拷贝一个curl连接资源的所有内容和参数curl_errno — 返回一个包含当前会话错误信息的数字编号curl_error — 返回...
分类:Web程序   时间:2014-06-17 20:00:28    阅读次数:199
c++通过互斥量实现单例模式
在工程文件中, WinMain函数里加上以下代码 [cpp] view plaincopy HANDLE hMutex = CreateMutex(NULL, false, "Process");            if (GetLastError() == ERROR_ALREADY_EXISTS)            {         ...
分类:编程语言   时间:2014-06-17 19:03:37    阅读次数:269
log4j2简介
前言在介绍log4j2之前先简单介绍一下Log4j、Logback、SFL4J、JUL、JCL这些东西是什么以及有啥作用。Log4j是什么地球人应该都知道。log4j是LogforJava的简称,是Apache的一个开源子项目,有7种不同的日志级别,从低到高一次为TRACE<DEBUG<INFO<WARN<ERROR<FATAL&..
分类:其他好文   时间:2014-06-17 17:42:30    阅读次数:300
解决 configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL
安装时出现configure.ac:17: error: possibly undefined macro: AC_PROG_LIBTOOL                      If this token and others are legitimate, please use m4_pattern_allow.                      See the Autocon...
分类:其他好文   时间:2014-06-17 16:36:01    阅读次数:1500
终于在Windows下能配置INNODB存储引擎了
终于在Windows下能配置INNODB存储引擎了http://bbs.csdn.net/topics/390808876退出杀毒软件和防火墙错误日志文件和my.ini回复于: 2014-06-16 11:46:11140616 8:13:59 [ERROR] D:\Program Files (....
分类:数据库   时间:2014-06-17 14:19:33    阅读次数:2098
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!