不要将项目中的编译中间文件提交到git上,否则下次客户端用git pull会报类似于这样的错误: error: Untracked working tree file 'public/images/icon.gif' would be overwritten by merge. ...
分类:
其他好文 时间:
2017-06-22 13:28:15
阅读次数:
178
突然就不对了。 解决方案: I had the same issue, after a few days of search found a fix that worked for me WARNING: this WILL reset blend settings! go to C:\Users\ ...
分类:
其他好文 时间:
2017-06-19 14:25:17
阅读次数:
660
环境: win10 anaconda3 steps: 1) open anaconda prompt 2) change the current directory to the destinated working directory 3) input "jupyter notebook" the ...
分类:
其他好文 时间:
2017-06-17 20:36:27
阅读次数:
138
Git命令 1. 撤销修改 (1) 当改乱了工作区(working directory)某个文件的内容,想直接丢弃工作区中的修改时,用命令git checkout -- file。 (2) 当不但改乱了工作区某个文件的内容,还添加到了暂存区(stage),想丢弃修改,分为两步,第一步用命令git r ...
分类:
其他好文 时间:
2017-06-16 16:32:11
阅读次数:
185
这套题。。难度不大,但是普遍都挺恶心的,还容易看错题意 A模拟 B贪心(别像我一样看错题目),注意细节较多,思路要清晰 If the receptionist would stop working within t minutes, he stops serving visitors (other ...
分类:
其他好文 时间:
2017-06-13 17:21:43
阅读次数:
150
On GitHub, saved changes are called commits. Understanding the GitHub Flow When you're working on a project, you're going to have a bunch of different ...
分类:
其他好文 时间:
2017-06-10 17:01:52
阅读次数:
209
汇总国外.NET社区相关文章,覆盖.NET ,ASP.NET等内容: .NET .NET Core and .NET Framework Working Together, Or: The Magic of .NET Standard 链接:https://dotnetcore.gaprogman.... ...
分类:
Web程序 时间:
2017-06-07 10:15:46
阅读次数:
320
#! python3 # resizeAndAddLogo.py - Resizes all images in current working directory to fit # in a 300x300 square, and adds catlogo.png to the lower-rig... ...
分类:
编程语言 时间:
2017-06-06 23:34:57
阅读次数:
329
I've been working for the past 15 months on repairing my rusty math skills, ever since I read a biography of Johnny von Neumann. I've read a huge stac ...
分类:
其他好文 时间:
2017-06-06 00:56:23
阅读次数:
338
I learned the value of hard work by working hard. 只有真的努力了,才会知道努力的价值。 On the day, March 12th 2017, I wrote the same words, and I felt the same feelings ...
分类:
其他好文 时间:
2017-06-05 10:32:59
阅读次数:
143