一直以来我都在写着这样的代码char* buf = new
char[1024];if(NULL == buf){ printf("new
failure\n");}可new失败以后真的会返回NULL吗?写了个例子测试一下:#include #include #define BUF_SIZE ...
分类:
编程语言 时间:
2014-06-05 20:12:11
阅读次数:
331
AFNetworking 2.0 当Deployment Target
低于6.0时,AFURLConnectionOperation.h,AFURLSessionManager.h
@property(nonatomic, strong) dispatch_queue_t completionQueue;
由于sdk低于6.0时,dispatch_queue_t ARC没有托...
分类:
Web程序 时间:
2014-06-05 11:41:18
阅读次数:
286
Disk Directory
Disk Directory包含了磁盘组中所有的磁盘信息。Disk Directory信息比PST更为详细。磁盘组中的每一块盘都有一个条目以数字为索引。Disk Directory的文件号在每个磁盘组中都是2号(F2)。
Disk Directory中的字段如下:
n Disk name
n Failure group name
n Disk size...
分类:
数据库 时间:
2014-06-05 07:05:04
阅读次数:
326
1.failed to lock XXXXX.spl文件
这是你建索引的时候会出现的问题,是你没有把打开的的searchd服务给关闭,因为你打开searchd服务时,他会建立一个叫xxx.spl的临时文件,建索引的时候就会出现冲突
2.FATAL: Tokenizer initialization failure.
词典路径不对,修改实际安装字典路径,默认使用相对路径,建议使用绝对路径。
...
分类:
其他好文 时间:
2014-06-05 04:32:19
阅读次数:
324
1. 什么是SFINAE在C++中有很多的编程技巧(Trick),SFINAE就是其中一种,
他的全义可以翻译为”匹配失败并不是一个错误(Substitution failure is not an error)“.
简单来说他就是专门利用编译器匹配失败的一种技巧.2. 案例比如我们想实现一个通用的...
分类:
编程语言 时间:
2014-05-31 12:43:34
阅读次数:
378
#部署对象和流程定义相关的表 SELECT * FROM
jbpm4_deployment;#部署对象表 SELECT *FROM jbpm4_deployprop;#流程定义表 SELECT* FROM
jbpm4_lob;#存放资源文件的表《用来存放工作资源文件,...
分类:
数据库 时间:
2014-05-31 04:51:00
阅读次数:
284
报错详情:Failure to transfer
com.thoughtworks.xstream:xstream:pom:1.3.1 from
http://repo.maven.apache.org/maven2 was cached in the local repository, resol...
分类:
其他好文 时间:
2014-05-26 13:27:05
阅读次数:
2261
LINK : fatal error LNK1123: failure during
conversion to COFF: file invalid or corruptAfter installing Visual Studio 2010
Service Pack 1, some users w...
分类:
其他好文 时间:
2014-05-23 10:26:11
阅读次数:
403
安装STS报错
1、具体报错如下
Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:
其他好文 时间:
2014-05-18 07:41:32
阅读次数:
230
$ su - rootPassword:su: Authentication
failureSorry.这时候输入$ sudo passwd rootEnter new UNIX password:Retype new UNIX
password:passwd: password updated s...
分类:
其他好文 时间:
2014-05-17 20:08:38
阅读次数:
241