码迷,mamicode.com
首页 >  
搜索关键字:read committed 幻读    ( 20017个结果
利用 pacbio 数据组装真菌基因组
最近在做组装稻瘟病的基因组。 估计的基因组大小为40M。 由于没有参考基因组,进行de novo assembly。 用HGAP策略。需要的有用的pacbio数据量应为400M左右, 选用的seed read 最小长度为6K, seed的覆盖度应在20倍左右。拼接流程为:1,filtering. 2...
分类:其他好文   时间:2014-06-16 10:59:10    阅读次数:424
LeetCode: Count and Say 题解
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-06-13 00:54:33    阅读次数:376
1?1?.?0?5?9?2?M?晶?振?与12M晶振
标准的51单片机晶振是1.2M-12M,一般由于一个机器周期是12个时钟周期,所以先12M时,一个机器周期是1US,好计算,而且速度相对是最高的(当然现在也有更高频率的单片机)。11.0592M是因为在进行通信时,12M频率进行串行通信不容易实现标准的波特率,比如9600,4800,而11.0592...
分类:其他好文   时间:2014-06-12 14:21:16    阅读次数:198
PHP100-第五讲 PHP5.4 的while / for / break / continue、PHP5.4 的系统函数和自定义函数
PHP5.4 的while / for / break / continue、PHP5.4 的系统函数和自定义函数 论坛交流:http://bbs.php100.com/read-htm-tid-150407.html PHP5.4 的while / for / break / continue.....
分类:Web程序   时间:2014-06-12 07:21:25    阅读次数:310
数据持久化编程学习总结
一、JDBC编程        1. 使用JDBC规范        在数据库编程方面,最先使用的数据持久化技术无疑是JDBC        可以说JDBC(Java Data Base Connectivity)是学习其它数据持久化技术的基础        Java中访问数据库使用的就是JDBC,基本操作有CRUD(Create-Read-Update-Delete)...
分类:其他好文   时间:2014-06-11 00:38:19    阅读次数:336
Unable to read TLD "META-INF/c.tld" from JAR file
错误:org.apache.jasper.JasperException:/index.jsp(2,0)UnabletoreadTLD"META-INF/c.tld"fromJARfile"file:/D:/svnframe/web/WEB-INF/lib/standard-1.1.2.jar":解决:移除lib下的jsp-api.jar和servlet-api.jar即可
分类:其他好文   时间:2014-06-10 23:46:20    阅读次数:312
leetcode--Count and Say
The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw...
分类:其他好文   时间:2014-06-10 10:41:04    阅读次数:147
System.IO
I/O 1.文件操作:File(1)voidAppendAllText(string path, string contents)(2)boolExists(string path)(3)string[]Read...
分类:其他好文   时间:2014-06-10 00:58:28    阅读次数:535
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!