1.NSOperation对于NSOperation,In OS X v10.6 and later,
operation queues ignore the value returned by this method and always start
operations on a separat...
分类:
移动开发 时间:
2014-05-09 17:36:56
阅读次数:
494
一般的Flash,只允许写时将1变成0,而不允许0变成1;仅当擦除时将0变成1.所以写全0xff是没什么意义的以前对flash只能进行一次写很困惑,这句话解释了原因。norflash就是
对bit位进行nor的flash,nand flash就是对bit位进行!and 的flash
分类:
其他好文 时间:
2014-05-09 12:40:33
阅读次数:
263
使用asp.net导出Excel有多重方法。经过总结,现推荐一种简易方法,不用再记那些复杂的类名了。code:using
System.Data;using System.IO;//add Microsoft.Excel refference and set operation
right in s...
分类:
Web程序 时间:
2014-05-08 18:16:51
阅读次数:
276
(1)进入MongoDB下载中心:http://www.mongodb.org/downloadsWe
recommend using these binary distributions
(官方推荐使用二进制版本!)(2)根据自己的实际系统环境,下载所要的文件,我的是Linux 64-bit.wg...
分类:
数据库 时间:
2014-05-08 08:32:35
阅读次数:
437
调用EditorPart的doSaveAs比较容易,调用doSave方法稍微复杂一些,因为需要传入IProgressMonitor参数,如下声明
@Override
public void doSave(IProgressMonitor monitor) {
// Do the Save operation
}
@Override
public void doSaveAs() {
...
分类:
其他好文 时间:
2014-05-07 15:08:58
阅读次数:
348
The gray code is a binary numeral system where two successive values differ in only one bit.
Given a non-negative integer n representing the total number of bits in the code, print the sequence of gr...
分类:
其他好文 时间:
2014-05-07 06:10:17
阅读次数:
370
来源:点击打开链接
可以模拟过,不过练习这个题的目的是学习stl中的bitset,一个神奇的二进制容器.
和vector/MAP等容器一样,bitset具备stl库函数的几乎所有特性,同时加入了一些自己的东西,对二进制处理十分便利,尤其是在找零和找一的方面.
ps:遍历的话,bitset默认是从后往前遍历的.所以不要自己再倒过来了.
一些库函数及用法的实例:
典型的bitset初...
分类:
其他好文 时间:
2014-05-07 04:36:52
阅读次数:
331
ubuntu 14.04 VSFTPD 匿名FTP服务器 配置文件
可以提供上传,下载,修改,等操作
# Example config file /etc/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to mak...
分类:
其他好文 时间:
2014-05-07 04:26:57
阅读次数:
488
在安装好的XenServer中安装VM时出现了"HVMisrequiredforthisoperation"的报错,原来原因只是我的小HP台式机没有开启虚拟化支持功能,立马在XenServer主机的BIOS开启了双V即能正常创建。
分类:
其他好文 时间:
2014-05-06 17:09:10
阅读次数:
317
一次通过,它的spoiler里面的提示有两个:1. 末尾为0的情况,这个考虑到了2.Did you
notice that the reversed integer might overflow? Assume the input is a 32-bit
integer, then the reve...
分类:
其他好文 时间:
2014-05-06 11:10:45
阅读次数:
356