git diff : compare working directory and staged file ( by git add) git diff --stage: compare staged file with file on the server git diff HEAD: compar ...
分类:
其他好文 时间:
2017-11-16 14:11:20
阅读次数:
102
git diff 用来比较,用法: 1.staging area和working area的文件 (无其他参数时) 指令:git diff 2.master分支和working area的文件 (用master参数) 指令:git diff master 3.HEAD指向的内容和working ar ...
分类:
其他好文 时间:
2017-11-15 22:06:03
阅读次数:
203
pwd print working directory hostname my computer's network name mkdir make directory cd change directory ls list directory rmdir remove directory push ...
背景 关闭 WinForm 应用出现 "has stopped working" 错误。 Windows 日志 Faulting application name: PcClient.exe, version: 1.0.0.0, time stamp: 0x5a076b99Faulting modu ...
Git和其他版本控制系统如SVN的一个不同之处就是有暂存区的概念。 先来看名词解释。 工作区(Working Directory) 就是你在电脑里能看到的目录,比如我的learngit文件夹就是一个工作区: 版本库(Repository) 工作区有一个隐藏目录.git,这个不算工作区,而是Git的版 ...
分类:
其他好文 时间:
2017-11-11 13:11:59
阅读次数:
192
Please note that when you are working on the programming exercise you will find comments that say "# GRADED FUNCTION: functionName". Do not edit that ...
分类:
其他好文 时间:
2017-11-09 22:28:04
阅读次数:
107
From easthong☆holiday 描述 Description 经过几个月辛勤的工作,FJ决定让奶牛放假。假期可以在1…N天内任意选择一段(需要连续),每一天都有一个享受指数W。但是奶牛的要求非常苛刻,假期不能短于P天,否则奶牛不能得到足够的休息;假期也不能超过Q天,否则奶牛会玩的腻烦。F ...
分类:
其他好文 时间:
2017-11-08 19:35:46
阅读次数:
124
题目链接:http://poj.org/problem?id=2104 题目: Description You are working for Macrohard company in data structures department. After failing your previous t ...
分类:
其他好文 时间:
2017-11-07 00:21:03
阅读次数:
165
While working on a data problem, Curt, Bill, Ben, Mike, and Matt introduced a vast amount ofcorrupted data into the database. Pablo has discovered thi ...
分类:
其他好文 时间:
2017-11-06 18:00:53
阅读次数:
144
当光标在某个单词上面的时候 按 shift + #键(或 shift + * )就可以了!!! If you are working in Ubuntu,follow the steps: ...
分类:
系统相关 时间:
2017-11-03 19:00:36
阅读次数:
225