// 说明 Node API 版本为 v0.10.31。 中文参考:http://blog.sina.com.cn/oleoneoy本段为博主注解。目录●全局对象 ○global ○process ○console ○Class: Buffer ○require() ■require.resol.....
NAME stat 获取文件属性这个函数位于头文件里函数原型:int stat(const char *path, struct stat *buf);參数:path 文件路径+文件名称buf 指向buffer的指针返回值:-1 遇到错误0 成功返回函数作用:把path文件的信息拷贝到...
分类:
系统相关 时间:
2014-10-07 15:15:53
阅读次数:
199
重做日志redo log file是LGWR进程从Oracle实例中的redo log buffer写入的,是循环利用的。就是说一个redo log file(group) 写满后,才写下一个。归档日志archive log是当数据库运行在归档模式下时,一个redo log file(group)写...
分类:
其他好文 时间:
2014-10-06 22:55:00
阅读次数:
213
在文件系统中,有三大缓冲为了提升效率:inode缓冲区、dentry缓冲区、块缓冲。
(内核:2.4.37)...
分类:
系统相关 时间:
2014-10-06 17:36:20
阅读次数:
356
我在 VS 14 CTP 中新建了一个空的 app store 项目名叫 PlayWithXaml ,项目的 MainPage.xaml 文件改为了以下内容: I don't feel good 现在...
分类:
移动开发 时间:
2014-10-06 16:59:00
阅读次数:
283
转载请包括网址:http://blog.csdn.net/pathuang68/article/details/7351317一、SurfaceSurface就是“表面”的意思。在SDK的文档中,对Surface的描写叙述是这种:“Handle onto a raw buffer that is b...
分类:
其他好文 时间:
2014-10-06 16:30:40
阅读次数:
287
Chapter 23 Core Data1. Core Data is only able to store certain data types in its store, and UIImage is not one of these types. Instead, you declared t...
分类:
其他好文 时间:
2014-10-06 00:12:19
阅读次数:
300
关于具体的基本功就先说这么多,后面遇到再补充说明,前面说的都是一些代码和原理方面的东西,接下来说的会有界面和代码结合,会有成就感,因为能真正的做出东西来了。
Windows移动开发包括Windows Store和Windows Phone,Windows Store程序主要针对的是Surface,Windows Phone主要是Win8 Metro手机应用,这两个产品的开发模式基...
分类:
移动开发 时间:
2014-10-05 19:24:18
阅读次数:
132
下一段代码绘制贴图立方体。我只对新增的代码进行注解。如果您对没有注解的代码有疑问,回头看看第六课。int DrawGLScene(GLvoid) // 从这里开始进行所有的绘制{ glClear(GL_COLOR_BUFFER_BI...
分类:
其他好文 时间:
2014-10-05 17:51:58
阅读次数:
326