上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 342 下一页
摘要: 在线序列转换的工具: Nucleotide Sequence Translation Protein Sequence Back-translation http://bio.lundberg.gu.se/edu/translat.html http://www.ebi.ac.uk/Tools/st 阅读全文
posted @ 2016-08-26 10:08 emanlee 阅读(38094) 评论(0) 推荐(0)
摘要: http://tool.lu/regex/ http://tool.lu/regex/ http://regexr.com/ https://txt2re.com/index.php3 http://www.regular-expressions.info/regexmagic.html 阅读全文
posted @ 2016-08-23 18:18 emanlee 阅读(48350) 评论(0) 推荐(5)
摘要: 错误: org.eclipse.swt.custom.StyledText.getScrollbarsMode()I 解决方法; 1 卸载,并手工清除myeclipse全部文件 2 重新安装myeclipse 阅读全文
posted @ 2016-08-20 20:12 emanlee 阅读(1253) 评论(0) 推荐(0)
摘要: MySQL修改表一次添加多个列(字段) ALTER TABLE table_name ADD func varchar(50), ADD gene varchar(50), ADD genedetail varchar(50); MySQL修改表一次添加多个索引ALTER TABLE table_n 阅读全文
posted @ 2016-08-17 11:05 emanlee 阅读(40441) 评论(0) 推荐(1)
摘要: show processlist;show processlist\G;SHOW FULL PROCESSLIST;SHOW FULL PROCESSLIST\G;REF:http://dev.mysql.com/doc/refman/5.7/en/show-processlist.htmlhttp 阅读全文
posted @ 2016-08-10 23:15 emanlee 阅读(317) 评论(0) 推荐(0)
摘要: 1. CREATE TABLE new_table LIKE table; 2. INSERT INTO new_table SELECT * FROM table; 3&4. RENAME TABLE table = old_table, table = new_table; The usual 阅读全文
posted @ 2016-08-07 09:41 emanlee 阅读(431) 评论(0) 推荐(0)
摘要: ?unlist Given a list structure x, unlist simplifies it to produce a vector which contains all the atomic components which occur in x.unlist(v.row)[1] 阅读全文
posted @ 2016-07-24 15:35 emanlee 阅读(1311) 评论(0) 推荐(0)
摘要: Generate a random number between 5.0 and 7.5x1 <- runif(1, 5.0, 7.5) # 参数1表示产生一个随机数x2 <- runif(10, 5.0, 7.5)# 参数10表示产生10个随机数Generate a random integer 阅读全文
posted @ 2016-07-17 23:13 emanlee 阅读(643) 评论(0) 推荐(0)
摘要: ############################################ INSTALLMENT############################################ try http:// if https:// URLs are not supportedsou 阅读全文
posted @ 2016-07-17 21:51 emanlee 阅读(827) 评论(0) 推荐(0)
摘要: 按时间排序: $ ll -ht ll -t #按照修改时间排序,由新到旧 ll -rt #按照修改时间排序,由旧到新 按大小排序: $ ll -hS ll -Sh #由大到小排序(可读的方式) ll -Sr #由小到大排序(可读的方式) 使用--help查看命令的用法,如 $ ll --help 阅读全文
posted @ 2016-07-13 14:06 emanlee 阅读(13730) 评论(0) 推荐(0)
上一页 1 ··· 182 183 184 185 186 187 188 189 190 ··· 342 下一页