错误描述: $ git pull origin alphaFrom https://github.com/shirley-wu/HeartTrace * branch alpha -> FETCH_HEADerror: The following untracked working tree fil ...
分类:
Windows程序 时间:
2018-07-01 20:25:36
阅读次数:
8357
A Walk Through the Forest Problem Description Jimmy experiences a lot of stress at work these days, especially since his accident made working difficu ...
分类:
其他好文 时间:
2018-07-01 16:55:43
阅读次数:
185
遇到这个错误,因为是git的换行符检查功能。之前代码是在MAC下,后来放在windows系统下,git add .的时候报这个错误。 core.safecrlf git 提供了一个换行符检查功能(core.safecrlf),可以在提交时检查文件是否混用了不同风格的换行符。 false 不做任何检查 ...
分类:
移动开发 时间:
2018-06-28 17:35:26
阅读次数:
207
在Windows 和 Linux 快捷键是 Alt+J,在 Mac OS X 系统下快捷键是 Ctrl+G 。 参考 https://blog.jetbrains.com/phpstorm/2014/03/working-with-multiple-selection-in-phpstorm-8-e ...
分类:
Web程序 时间:
2018-06-23 17:09:03
阅读次数:
442
. commit之后,用git status,打印信息为: # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # nothing to commit (working directory clean) ...
分类:
其他好文 时间:
2018-06-22 13:21:00
阅读次数:
1889
论文书写和报告编制中,经常出现连字号、连接号、破折号和负号的混淆使用,既不符合规范也影响文档美观。下面对这组符号进行区分,并给出word下正确输入方法。 连字号 (Hyphen),[-] 1) 英语中的复合词,如:user-friendly, hard-working, sugar-free... ...
分类:
其他好文 时间:
2018-06-18 18:23:23
阅读次数:
1737
In this lesson, I refactor a simple Counter component connected to Redux to use Unstated instead. I explain some of the cognitive overhead of working ...
分类:
其他好文 时间:
2018-06-17 12:31:11
阅读次数:
177
1).git add 与gitstage的区别 git stage只是git add的同义词,所以在使用上没有区别 i)Git仓库的三个组成部分:工作区(Working Directory)、暂存区(Stage)、历史记录区(History) ii)工作区:在Git管理的正常目录都算是工作区,我们平 ...
分类:
其他好文 时间:
2018-06-14 22:50:16
阅读次数:
220
需要判定某日期是否为法定节假日,由于国家的节假日每年都在变动,所以使用接口判定是必要的。可惜的是,这样的接口并不多,在此汇总三个: http://tool.bitefu.net/jiari/ http://www.easybots.cn/holiday_api.net https://www.juh ...
分类:
Windows程序 时间:
2018-06-14 15:03:11
阅读次数:
1084
K-th Number Time Limit: 20000MS Memory Limit: 65536K Total Submissions: 66068 Accepted: 23273 Case Time Limit: 2000MS Description You are working for ...
分类:
其他好文 时间:
2018-06-09 11:30:48
阅读次数:
174