码迷,mamicode.com
首页 >  
搜索关键字:buffer pool    ( 7994个结果
graph driver-device mapper-04libdevmapper基本操作
// 创建thin pool // 调用路径:NewDeviceSet->initDevmapper->createPool 1.1 func createPool(poolName string, dataFile, metadataFile *os.File, poolBlockSize uint32) error { //通过task封装与libdevmapper的交互 task, er...
分类:移动开发   时间:2014-07-26 02:45:06    阅读次数:297
va_list中的_vsntprintf使用介绍
相信大家都用过sprintf这个函数,就是下面这样:int sprintf( char*buffer,const char*format[,argument] ...);在之前看到了用va_list实现的几个处理字符串的函数,基本都是这种形式的,感到非常好用,今天来谈一下 va_list 的使用问题...
分类:其他好文   时间:2014-07-26 00:01:06    阅读次数:407
oracle事务知识点小结
DML语句流程1 获取事务锁和ITL2 锁定候选行3 生成redo4 生成undo5 生成redo record写入log buffer并更改数据块事务提交1 分配SCN2 更新事务表,将事务槽状态改为0x093 回收undo块4 创建commit redo record5 将redo从log bu...
分类:数据库   时间:2014-07-25 02:40:44    阅读次数:440
ASP.NET程序代码优化的七个方面
ASP.NET程序性能优化的七个方面 一、数据库操作1、用完马上关闭数据库连接 访问数据库资源需要创建连接、打开连接和关闭连接几个操作。这些过程需要多次与数据库交换信息以通过身份验证,比较耗费服务器资源。ASP.NET中提供了连接池(Connection Pool)改善打开和关闭数据库对性能的影.....
分类:Web程序   时间:2014-07-24 22:15:42    阅读次数:391
5.6.序列类型—str,unicode,list,tuple,bytearray,buffer,xrange
The Python Standard Library (2.7.8)的中文版,翻译过程中根据个人理解,没有对英文直接意译,而是进行了适当的修饰。暂时没有翻译整个标准库文档的计划,暂时只翻译一些感兴趣的章节。
分类:其他好文   时间:2014-07-24 22:10:42    阅读次数:206
Oracle 学习之--Buffer Cache深入解析
Oracle学习之--BufferCache深入解析服务器进程和数据库缓冲区高速缓存:当服务器需要块时,需要按系列步骤读取块:1、首先,服务器使用散列函数检查是否可以从缓冲区高速缓存中获得所需要的块。如果找到缓冲区,则将它移动到LRU列表中远离LRU末尾的另一端。这是逻辑读取,因为..
分类:数据库   时间:2014-07-23 21:26:46    阅读次数:344
cocos2d-x3.0.1,加载cocostudio ui编辑器导出的json文件出现"Buffer is too small" && 0解决方案
刚到这个公司,开始进行cocos2d-x的真正项目开发,为了以后能够更好扩展,改动不大,决定使用3.X版本开发,而且使用ui编辑器。在导入的时候,今天遇到一个问题,Buffer is too small,搜了不少,但是都没有解决的方案,最后查到一个错误诱因,是因为ui中使用了label所致,于是我试...
分类:Web程序   时间:2014-07-23 16:13:21    阅读次数:264
OpenGL glFlush and glFinish
Similar to computer IO buffer, OpenGL commands are not executed immediately. All commands are stored in buffers first, including network buffers and the graphics accelerator itself, and are awaiting e...
分类:其他好文   时间:2014-07-23 13:24:46    阅读次数:240
Memory device control for self-refresh mode
To ensure that a memory device operates in self-refresh mode, the memory controller includes (1) a normal-mode output buffer for driving a clock enabl...
分类:其他好文   时间:2014-07-23 11:59:46    阅读次数:380
opennebula 镜像池
{ "IMAGE_POOL": { "IMAGE": [ { "RUNNING_VMS": "1", "REGTIME": "1404981076", "DISK_...
分类:其他好文   时间:2014-07-23 11:44:26    阅读次数:332
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!