myeclipse6.0 下载地址。官方下载地址: http://www.myeclipseide.com/module-htmlpages-display-pid-4.html本地快速下载地址: http://www.rosebush.cn/blog/html/23/t-7423.html htt...
分类:
系统相关 时间:
2014-07-07 17:55:31
阅读次数:
194
动态内存可以跨函数使用示例# include # include void f(int ** q){ *q = (int *)malloc(sizeof(int)); //sizeof(数据类型) 返回值是该数据类型所占的字节数 //等价于 p = (int *)mall...
分类:
其他好文 时间:
2014-07-07 17:54:08
阅读次数:
209
运行环境:Windows 8.1 (64bits)异常描述:打开"Windows 照片查看器",试图放大或缩小窗体,弹出"COM Surrogate”错误。解决方法:首先,COM Surrogate是什么?The COM Surrogate is a fancy name for Sacrifici...
作者:陈斌(redguardtoo)版本:20140504更新时间: 2014-05-04 Sun原创时间: 2012-01-31 Tue版权:本文採用下面协议进行授权,自由转载 - 非商用 - 非衍生 - 保持署名 | Creative Commons BY-NC-ND 3.0,转载请注明作者及出...
分类:
其他好文 时间:
2014-07-07 17:51:21
阅读次数:
265
从【leveldb源码分析--插入删除流程】和WriteBatch其名我们就很轻易的知道,这个是leveldb内部的一个批量写的结构,在leveldb为了提高插入和删除的效率,在其插入过程中都采用了批量集合相邻的多个具有相同同步设置的写请求以批量的方式进行写入。 其成员变量仅包含了一个 std::s...
分类:
数据库 时间:
2014-07-07 17:50:06
阅读次数:
247
是我自己的笔记,乱七八糟的。语法:如果参数为const型,仅表示该参数在此函数的实现中不能被修改,不代表传入的参数类型一定是const型intsigsuspend(const sigset_t *sigmask);代码片段:sigset_t zeromask;sigemptyset(&zeromas...
分类:
其他好文 时间:
2014-07-07 17:48:04
阅读次数:
119
/////////////////////////////////////////////////////////////////////////////////// FileName : effect_item33.h// Version : 0.10// Author...
分类:
其他好文 时间:
2014-07-07 17:46:36
阅读次数:
151
由于LS 的数据绑定使用了 :EaselJSThe LightSwitch Data Binding Framework Using EaselJShttp://lightswitchhelpwebsite.com/Blog/tabid/61/EntryId/1211/The-LightSwitch...
分类:
编程语言 时间:
2014-07-07 17:45:55
阅读次数:
226
1. 定义一个方法-(void) update{ }2. 对象注册,并关连消息[[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(update) name:@"update" object:nil]3. 在...
分类:
其他好文 时间:
2014-07-07 17:45:21
阅读次数:
312