上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 341 下一页
摘要: Speed of INSERT StatementsTo optimize insert speed, combine many small operations into a single large operation. Ideally, you make a single connection... 阅读全文
posted @ 2015-06-20 16:03 emanlee 阅读(349) 评论(0) 推荐(0)
摘要: 如果有root权限,可以运行:easy_install argparse如果没有root权限,As a simple solution copy argparse.py from https://code.google.com/p/argparse/source/browse/argparse.py... 阅读全文
posted @ 2015-06-15 15:11 emanlee 阅读(9282) 评论(0) 推荐(0)
摘要: [1] bedtools (https://github.com/arq5x/bedtools2)here is also bedtools (https://github.com/arq5x/bedtools2) getfasta. It uses Erik's code under the ho... 阅读全文
posted @ 2015-06-14 15:46 emanlee 阅读(1260) 评论(0) 推荐(0)
摘要: Use a regular expression for filtering sequences by id from a FASTA file, e.g. just certain chromosomes from a genome. There are other toolsas part of... 阅读全文
posted @ 2015-06-14 12:06 emanlee 阅读(519) 评论(0) 推荐(0)
摘要: bgzip – Block compression/decompression utilitytabix – Generic indexer for TAB-delimited genome position filesSAMtoolsandBCFtoolsare distributed as in... 阅读全文
posted @ 2015-06-14 10:27 emanlee 阅读(14065) 评论(0) 推荐(0)
摘要: 在linux上格式化一个磁盘分区时,出现如下错误root@d:~#mkfs.ext4/dev/sdb1mke2fs1.41.12(11-May-2015)mkfs.ext4:inode_size(128)*inodes_count(0)toobigforafilesystemwith0blocks,... 阅读全文
posted @ 2015-06-12 15:14 emanlee 阅读(2778) 评论(0) 推荐(0)
摘要: bash-4.2# pwd/oracle/product/10.2.0/db_1/network/adminbash-4.2# lssqlnet.ora libnrad10.exp listener.ora samples tnsnames.oralibnk510.imp libnrad10.imp... 阅读全文
posted @ 2015-06-12 10:33 emanlee 阅读(651) 评论(0) 推荐(0)
摘要: Unix/Linux 上 查看数据库监听状态不对$ lsnrctl status LSNRCTL for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Production on 05-NOV-2012 08:54:08 Copyright (c) 1 阅读全文
posted @ 2015-06-11 21:09 emanlee 阅读(1615) 评论(0) 推荐(0)
摘要: http://blog.mpecsinc.ca/2013/02/hp-p420i-smart-array-adding-4-new-disks.htmlhttps://techzone.ergon.ch/HP-DL360-G8-RAIDhttp://www.virtualtothecore.com/... 阅读全文
posted @ 2015-06-11 16:03 emanlee 阅读(2182) 评论(0) 推荐(0)
摘要: 查找MySQL真正的Data目录show variables like 'datadir';+---------------+-----------------+| Variable_name | Value |+---------------+-----------------... 阅读全文
posted @ 2015-06-10 20:41 emanlee 阅读(327) 评论(0) 推荐(0)
上一页 1 ··· 191 192 193 194 195 196 197 198 199 ··· 341 下一页