码迷,mamicode.com
首页 >  
搜索关键字:record    ( 2140个结果
linux基础知识学习-linux架构
硬盘分区:第一扇区(512bytes):MSR:master boot record (446bytes)主引导分区partion table:(64bytes)分区表,四个。可以是主分区(primary)或者扩展分区(Extended),每个表指向磁盘某段区间。最多只有一个扩展分区,扩展分区里面可...
分类:系统相关   时间:2014-06-06 16:20:49    阅读次数:329
推荐个WIN7下小巧的可转录声音的软件-Audio Record Wizard V6.99
之前是XP上用的是 WaveCN 2.0.0.5,但这个软件好久没更新了,不支持WIN7终于找到了Audio Record Wizard V6.99,虽然没 WaveCN 2.0.0.5好用,但也完全满足需求,有需要的可以试一下使用方法:1.打开界面如下2.选择喇叭/耳机3.点击红色的录音按钮开始录音,录完音点击停止按钮保存文件就可以了。...
分类:Windows程序   时间:2014-06-05 02:50:08    阅读次数:328
Web Performance and Load Test Project错误集
当我们创建Web Performance and Load Test Project时,经常会遇到下面这些问题: 1. 当点击Add Recording时, 左边的record tree没有出现: 解决方法: 打开IE Manage add-ons: Enable “Microsoft Web Te...
分类:Web程序   时间:2014-06-03 11:12:59    阅读次数:369
1. MongoDB 安装和启动
1. MongoDB是一个Document Database。A record in MongoDB is a document,MongoDB documents are similar to JSON objects。一个Document可以包含其他Documents,并且可以包含Arrays和...
分类:数据库   时间:2014-06-03 09:09:17    阅读次数:313
ZJ2008树的统计(树链剖分)
type node1=record go,next:longint;end; node2=record l,r,mx,sum:longint;end;var i,x,y,n,q,tmp,cnt,sz,code:longint; ch,st:string; fa:a...
分类:其他好文   时间:2014-06-01 11:45:18    阅读次数:374
使用iozone测试磁盘性能
IOzone是一个文件系统测试基准工具。可以测试不同的操作系统中文件系统的读写性能。可以通过 write, re-write, read, re-read, random read, random write, random mix, backwards read, record rewirte, ...
分类:其他好文   时间:2014-05-26 13:15:14    阅读次数:298
BURG For Ubuntu 14.04 Trusty
sudo add-apt-repository ppa:n-muench/burgsudo apt-get updatesudo apt-get install burg burg-themesDone. Now install BURG to your MBR(Master Boot Record...
分类:其他好文   时间:2014-05-26 01:01:33    阅读次数:256
yui datatable动态修改行号
相关函数getRecord :YAHOO.widget.Record getRecord ( row )For the given identifier, returns the associated Record instance.传入RecordSet position Index或者Recod...
分类:其他好文   时间:2014-05-24 06:23:14    阅读次数:323
官方文档翻译:Innodb的锁
InnoDBRecord, Gap, and Next-Key Locks考虑到翻译准确性,对于某些特殊名称不做翻译,以免误导;InnoDBhas several types of record-level locks including record locks, gap locks, and n...
分类:数据库   时间:2014-05-23 23:19:29    阅读次数:683
innodb之死锁分析:读和删造成的死锁
一个例子的死锁分析:环境:innodb引擎,RC隔离级别;死锁信息:RECORD LOCKS space id 0 page no 1492482 n bits 904 index `unit_id` of table `51fshenzhen`.`t_refresh_queue` trx id E...
分类:数据库   时间:2014-05-21 04:27:37    阅读次数:578
2140条   上一页 1 ... 210 211 212 213 214 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!