作者:鹿丸不会多项式 出处:http://www.cnblogs.com/hechao123 转载请先与我联系。 原因:一般遇到这个错输入y/n都不能解决问题,出现这个问题的原因可能是其他程序正在操作git目录下面的文件,导致git无法关联该文件。 比如用dos命令窗或者git bash打开当前分支 ...
分类:
其他好文 时间:
2017-08-02 17:41:41
阅读次数:
4096
Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the world. ...
分类:
其他好文 时间:
2017-08-02 11:08:47
阅读次数:
211
题链:http://acm.hdu.edu.cn/showproblem.php?pid=1789 Doing Homework again Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others ...
分类:
其他好文 时间:
2017-08-01 12:49:43
阅读次数:
179
时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 题解 查看运行结果 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 钻石 Diamond 时间限制: 1 ...
分类:
其他好文 时间:
2017-07-31 17:16:49
阅读次数:
137
class Solution { public: int Fibonacci(int n) { if (n != 0) { vector array; array.push_back(1); array.push_back(1); int k = 2;... ...
分类:
其他好文 时间:
2017-07-31 00:57:26
阅读次数:
199
参考了某大佬的 我们可以根据(s[n-2], a[n-1]^2, a[n-1]*a[n-2], a[n-2]^2) * A = (s[n-1], a[n]^2, a[n]*a[n-1], a[n-1]^2) 能够求出关系矩阵 |1 0 0 0 |A = |1 x^2 x 1 | |0 2*x*y y ...
分类:
其他好文 时间:
2017-07-29 20:49:59
阅读次数:
194
Cannot retrieve metalink for repository: fedora. Please verify its path and try again 解决方法 执行如下命令: su -c "sed -i 's|^#baseurl|baseurl| ; s|^mirrorlist ...
分类:
Web程序 时间:
2017-07-29 16:29:31
阅读次数:
135
1:入门级使用PowerDesigner软件创建数据库(直接上图怎么创建,其他的概念知识可自行学习) 我的PowerDesigner版本是16.5的,如若版本不一样,请自行参考学习即可。(打开软件即是此页面,可选择Create Model,也可以选择Do Not Show page Again,自行 ...
分类:
其他好文 时间:
2017-07-29 13:03:35
阅读次数:
190
题目链接:https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=3755 题目大意: 意思不难理解,就是找到以某个字符串为前缀的最小的斐波拉契数列,并输出是第几个 ...
分类:
其他好文 时间:
2017-07-28 01:00:24
阅读次数:
207
Background The knight is getting bored of seeing the same black and white squares again and again and has decided to make a journey around the world. ...
分类:
其他好文 时间:
2017-07-27 21:27:00
阅读次数:
190