StringTie 参考链接: https://ccb.jhu.edu/software/stringtie/index.shtml?t=manual#input https://www.cnblogs.com/adawong/articles/7977314.html 参数简介 StringTie ...
分类:
其他好文 时间:
2019-01-15 15:51:48
阅读次数:
1054
Elasticsearch requires at least Java 8. Specifically as of this writing, it is recommended that you use the Oracle JDK version 1.8.0_131. Java install ...
分类:
其他好文 时间:
2019-01-15 14:22:54
阅读次数:
175
最小公倍数 就像硬币的正反两面,最大公约数往往是和最小公倍数成对出现的。对于两个不等于零的整数a和b,如果a|k且b|k,那么k就是a和b的公倍数;在所有的k中,大于0的最小者就是a和b的最小公倍数(least common multiple),记作c = LCM(a,b),根据惯例,a≥b。 寻找 ...
分类:
其他好文 时间:
2019-01-14 23:17:31
阅读次数:
395
一、使用非负最小二乘法 "Non negative matrix factorisation using non negative least squares" 问题 给定一个矩阵$A$,将其分解成两个非负的因子: $$ A_{M \times N} \approx W_{M \times K} \ ...
分类:
其他好文 时间:
2019-01-13 16:06:10
阅读次数:
177
ERROR 1794 (HY000): Slave is not configured or failed to initialize properly. You must at least set --server-id to enable either a master or a slave. ...
分类:
数据库 时间:
2019-01-12 21:46:16
阅读次数:
394
Redis主从分离 准备三个redis配置文件(redis.conf),分别修改为redis6380.conf、redis6381.conf、redis6382.conf 一、配置Master 1、修改端口 redis 的默认端口是6379,这里我们把主服务器的端口设置为6380 2、修改pidfi ...
分类:
其他好文 时间:
2019-01-12 15:22:47
阅读次数:
185
Corporate Identity Time Limit: 9000/3000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 3308 Accepted Submission(s): 1 ...
分类:
其他好文 时间:
2019-01-12 14:25:31
阅读次数:
179
"CodeForces 3D " D. Least Cost Bracket Sequence time limit per test1 second memory limit per test64 megabytes inputstandard input outputstandard outpu ...
分类:
其他好文 时间:
2019-01-12 12:03:26
阅读次数:
195
Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D char matrix representing the game board. 'M' represents an unrevealed min ...
分类:
其他好文 时间:
2019-01-11 15:58:03
阅读次数:
147
Problem: Given a non-empty string s and an integer k, rearrange the string such that the same characters are at least distance k from each other. All ...
分类:
其他好文 时间:
2019-01-10 15:43:00
阅读次数:
214