由于plink1.9和1.07这两个版本互掐,经常出现各种不兼容问题,“.bim file has a split chromosome. Use --make-bed by itself to remedy this.”报错就是一个典型的版本问题,版本1.9解决这种问题需要用到以下命令行: 用-- ...
分类:
其他好文 时间:
2018-05-22 10:42:06
阅读次数:
304
传送门:http://poj.openjudge.cn/practice/C16H?lang=en_US 题面:描述 Wenwen has a magical ball. When put on an infinite plane, it will keep duplicating itself f ...
分类:
其他好文 时间:
2018-05-04 19:05:39
阅读次数:
190
A repeating timer reschedules itself based on the scheduled firing time, not the actual firing time. For example, if a timer is scheduled to fire at a ...
分类:
其他好文 时间:
2018-05-01 20:50:06
阅读次数:
175
The CLI moved into a separate package: webpack-cli. Please install 'webpack-cli' in addition to webpack itself to use the CLI. -> When using npm: npm ...
分类:
Web程序 时间:
2018-04-12 22:35:36
阅读次数:
249
Prime Number Definition An integer greater than one is called a prime number if its only positive divisors (factors) are one and itself. For instance, ...
分类:
其他好文 时间:
2018-03-28 22:03:26
阅读次数:
223
Prime Number Definition An integer greater than one is called a prime number if its only positive divisors (factors) are one and itself. For instance, ...
分类:
其他好文 时间:
2018-03-20 22:58:42
阅读次数:
342
The CLI moved into a separate package: webpack-cli.Please install 'webpack-cli' in addition to webpack itself to use the CLI.-> When using npm: npm in ...
分类:
Web程序 时间:
2018-03-11 17:23:02
阅读次数:
3727
[抄题]: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, this binary tree [1,2,2,3,4,4,3] is ...
分类:
其他好文 时间:
2018-03-11 11:52:52
阅读次数:
159
题目描述 — This is not playing but duty as allies of justice, Nii-chan! — Not allies but justice itself, Onii-chan! With hands joined, go everywhere at a ...
分类:
其他好文 时间:
2018-03-03 21:52:28
阅读次数:
216
本文主要整理了Immutable.js常用API的使用。 Immutable 是什么? 关于Immutable的定义,官方文档是这样说的: Immutable data encourages pure functions (data-in, data-out) and lends itself to ...