上一页 1 ··· 187 188 189 190 191 192 193 194 195 ··· 347 下一页
摘要: A monospaced font, also called a fixed-pitch, fixed-width, or non-proportional font, is a font whose letters and characters each occupy the same amoun 阅读全文
posted @ 2016-08-26 10:39 emanlee 阅读(373) 评论(0) 推荐(0)
摘要: 在线序列转换的工具: 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 阅读(38239) 评论(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 阅读(48366) 评论(0) 推荐(5)
摘要: 错误: org.eclipse.swt.custom.StyledText.getScrollbarsMode()I 解决方法; 1 卸载,并手工清除myeclipse全部文件 2 重新安装myeclipse 阅读全文
posted @ 2016-08-20 20:12 emanlee 阅读(1266) 评论(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 阅读(40462) 评论(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 阅读(329) 评论(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 阅读(438) 评论(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 阅读(1328) 评论(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 阅读(660) 评论(0) 推荐(0)
摘要: ############################################ INSTALLMENT############################################ try http:// if https:// URLs are not supportedsou 阅读全文
posted @ 2016-07-17 21:51 emanlee 阅读(838) 评论(0) 推荐(0)
上一页 1 ··· 187 188 189 190 191 192 193 194 195 ··· 347 下一页