码迷,mamicode.com
首页 >  
搜索关键字:read committed    ( 19786个结果
使用Physics_Body_Editor获得json文件的类
【转自】:http://www.cocoachina.com/bbs/read.php?tid=209290 工具介绍,json文件获得方法,请参考原帖 MyBodyParser.h 1 // 2 // MyBodyParser.h 3 // 4 // Created by Jason Xu...
分类:Web程序   时间:2014-08-20 10:23:56    阅读次数:242
mmap。
linux mmap 内存映射mmap() vs read()/write()/lseek()通过strace统计系统调用的时候,常常能够看到mmap()与mmap2()。系统调用mmap()能够将某文件映射至内存(进程空间),如此能够把对文件的操作转为对内存的操作,以此避免很多其它的lseek()...
分类:其他好文   时间:2014-08-19 22:21:55    阅读次数:339
java读取excel
/* * this function will read from excel * and will return the items of excel */ public static String[][] readExcel(String config) ...
分类:编程语言   时间:2014-08-19 20:46:05    阅读次数:204
Read-Copy Update Implementation For Non-Cache-Coherent Systems
A technique for implementing read-copy update in a shared-memory computing system having two or more processors operatively coupled to a shared memory...
分类:其他好文   时间:2014-08-19 18:38:25    阅读次数:263
jQuery 節點替換 && DIV 滚动条美化特效
使用 replaceWith 替換節點后,在原來節點上的事件都會被去除。所以,如果要保留節點上的事件,可以只替換節點內的內容達到目的!不替換已經綁定事件的節點。.read_box { height:480px; background:#141414; position:absolute; z-ind...
分类:Web程序   时间:2014-08-19 16:08:34    阅读次数:231
浏览打开窗口
创建浏览打开窗口的函数:1 function Read-FolderBrowserDialog([string]$InitialDirectory)2 {3 $app = New-Object -ComObject Shell.Application4 $folder = $app....
分类:其他好文   时间:2014-08-19 12:19:34    阅读次数:175
My work time arrangement
half time do work, half time to learn9:00—11:00 read code13:30—15:30 learn technologyother time: do work作为一个程序员,我希望能够高效使用我的时间。希望有经验的程序员提供宝贵的意见。我这个时间安排...
分类:其他好文   时间:2014-08-19 10:39:13    阅读次数:142
db file sequential read等待事件 --转载
db file sequential readdb file sequential read等待事件有3个参数:file#,first block#,和block数量。在10g中,这等待事件受到用户I/O等待级别的影响。当处理db file sequential read等待事件的时候,牢记以下关键...
分类:数据库   时间:2014-08-19 10:37:03    阅读次数:323
SharePoint Templates & Definitions
1. 元素的SecurityBits属性OptionalText. Defines the item-level permissions in the list for users with sufficient permission to read or edit list items. TheS...
分类:其他好文   时间:2014-08-18 18:21:42    阅读次数:202
Qt下UDP编程学习
QUdpSocket提供了UDP套接字API,用来接收和发送UDP数据报。 QUdpSocket类最通用的使用方式是:用bind()函数绑定一个IP地址和端口Port,然后调用writeDatagram()和readDatagram()函数传输数据。如果要使用QIODevice中的read(), readLine(), write()等函数,必须首先调用connectToHost()函数,直接建立一个和对方的连接。...
分类:其他好文   时间:2014-08-18 13:08:12    阅读次数:560
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!