出现这种问题说明vcf文件不足8个分割制表符,比如像如下文件: 为了解决这个问题,说明在做snp filter时候,需要提取至少8个制表符的字符串,比如,像如下文件所示: ...
分类:
其他好文 时间:
2017-07-20 17:26:10
阅读次数:
168
Dice (III) Given a dice with n sides, you have to find the expected number of times you have to throw that dice to see all its faces at least once. As ...
分类:
其他好文 时间:
2017-07-19 14:47:41
阅读次数:
220
git push 的时候出错,提示: fatal: The remote end hung up unexpectedly 遇见几次了,原因是因为文件太大,把限制放宽就好了。命令: git config http.postBuffer 524288000 ...
分类:
其他好文 时间:
2017-07-19 14:16:08
阅读次数:
170
部署项目的时候报下面错误 [java] view plaincopyprint? java:[1,0] illegal character: \65279 java:[1,10] class, interface, or enum expected 表面看着该文件确实没错。看不出来问题,后来从SVN ...
分类:
编程语言 时间:
2017-07-17 20:25:46
阅读次数:
231
Frames of Reference参考帧 When describing the position and orientation of something (for example, your Tango device), it is important to indicate the fra ...
分类:
其他好文 时间:
2017-07-16 15:51:30
阅读次数:
199
from sys import exitfrom random import randintclass Scene(object): def enter(self): print "This scene is not yet configured.Subclass it and implement ... ...
分类:
编程语言 时间:
2017-07-16 00:47:25
阅读次数:
304
1.文件上传 springmvc中只需要配置上传组件,然后配合使用MultipartFile,就可以轻松实现单个文件上传和批量上传,而且上传的文件类型和大小都可以在springmvc 配置文件中配置。 pom文件中增加: springMVC配置文件中增加multipartResolver: 上传代码 ...
分类:
编程语言 时间:
2017-07-14 18:06:56
阅读次数:
195
编译的时候出现这个,我从svn download下来的代码,运行就报这个错。 当时我还无知的大吼,怎么可能没有配置java_home, 运行了Java -version 都显示出来1.8了。 后来,让同事帮我看。他没说啥,也没暴跳如雷,只是去搜一下“Android studio 配置jdk” 然后 ...
分类:
编程语言 时间:
2017-07-14 17:27:48
阅读次数:
219
73.6 Configure Access Logging 73.6 Configure Access Logging 73.6 Configure Access Logging 73.6 Configure Access Logging Access logs can be configured ...
分类:
数据库 时间:
2017-07-12 12:12:44
阅读次数:
200