码迷,mamicode.com
首页 >  
搜索关键字:records    ( 487个结果
vcffilter 工具bug以及解决办法
1,使用说明:usage: vcffilter [options] options: -f, --info-filter specifies a filter to apply to the info fields of records, removes alleles which do not p...
分类:其他好文   时间:2014-05-28 03:00:31    阅读次数:371
yui--datatable 更新table数据
更新datasource中_oData数据var myTable = Map.realYUIDataTable;var recordsSet = myTable.getRecordSet();var records = recordsSet.getRecords();for(var i=0; i<r...
分类:其他好文   时间:2014-05-24 03:24:45    阅读次数:323
mysql source命令导入sql文件效率分析
Query OK, 24918 rows affected (0.90 sec)Records: 24918 Duplicates: 0 Warnings: 0Query OK, 24923 rows affected (2.26 sec)Records: 24923 Duplicates: 0 W...
分类:数据库   时间:2014-05-18 19:21:18    阅读次数:272
《linux 内核完全剖析》编译linux 0.12 内核 Ubuntu 64bits 环境
我×。。。终于好了,大概3 4个小时吧。。。各种毛刺问题。终究还是闯过来了。。。。 ubuntu2@ubuntu:~/Downloads/linux-0.00-050613/linux-0.00$ make ld -s -x -M head.o  -o system > System.map dd bs=32 if=boot of=Image skip=1 16+0 records i...
分类:系统相关   时间:2014-05-10 10:24:29    阅读次数:474
用Simple DNS plus 建自己的DNS
1.下载安装Simple DNS plus 2.界面如下:   3:点击 Records     4:新建一个     5:下一步     6:填上名字完成     7:在Options里找到Forwarding 添加一些上级的DNS     就完成了。   把DNS设置成自己的IP地址,检查是否可以正常访问网...
分类:其他好文   时间:2014-05-10 04:19:11    阅读次数:801
学习:record用法
详情请参考官网:http://www.erlang.org/doc/reference_manual/records.htmlhttp://www.erlang.org/doc/programming_examples/records.html1. record本质上是tuple.2.获取recor...
分类:其他好文   时间:2014-05-07 21:17:40    阅读次数:362
Hadoop初学指南(7)--MapReduce自定义计数器
本文主要介绍了MapReduce中的自定义计数器的相关内容。在上次的单词统计例子中,我们可以看到MapReduce在执行过程中会有很多的控制台输出信息,其中有一个很关键的内容:计数器。如下图:可以看到最上方的关键字:Counters,这就表示计数器。在这里,只有一个制表符缩进的表示..
分类:其他好文   时间:2014-05-03 14:56:19    阅读次数:336
487条   上一页 1 ... 47 48 49
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!