提交与查看状态 git init //当前目录下生成.git仓库 git add . /git add xxx.txt ..... 将文件添加到暂存区 git commit -m "modified" git status 查看工作区(working tree)的状态 git diff (如果git ...
分类:
其他好文 时间:
2017-12-09 22:39:53
阅读次数:
192
You are working on a database that must be functioning 24 hours a day, 7 days a week. The database is configured in ARCHIVELOG mode.Which two options ...
分类:
其他好文 时间:
2017-12-08 16:41:39
阅读次数:
102
You are working on an instance started using the SPFILE. You want to move the Flash Recovery Area of your database to a new location. You want the Fla ...
分类:
其他好文 时间:
2017-12-08 14:24:10
阅读次数:
374
问题: You live in a village but work in another village. You decided to follow the straight path between your house (A) and the working place (B), but t ...
分类:
其他好文 时间:
2017-12-08 12:18:41
阅读次数:
223
即使还没有读过我的文章《[在处理网络数据的 JavaScript 抽象的重要性](https://css-tricks.com/importance-javascript-abstractions-working-remote-data/)》,你也很有可能已经意识到代码的可维护性和可扩展性很重要,这... ...
分类:
编程语言 时间:
2017-12-08 12:09:51
阅读次数:
173
K-th Number You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked t ...
分类:
其他好文 时间:
2017-12-05 21:18:03
阅读次数:
151
本文总结自廖雪峰的网站。 几个名词: 工作区(Working Directory):电脑里能看到的目录 版本库(Repository):包含暂存区和master 暂存区(Stage):待放入master的积存区。 master:自动创建的第一个分支假设新建了一个目录a,将a视为可被Git管理的目录: ...
分类:
其他好文 时间:
2017-12-05 00:55:44
阅读次数:
126
Summer is coming! It's time for Iahub and Iahubina to work out, as they both want to look hot at the beach. The gym where they go is a matrix a with n ...
分类:
其他好文 时间:
2017-12-03 19:55:56
阅读次数:
178
在Linux系统上,切换目录用命令cd (change directory),查看当前目录的命令pwd (print working directory)。 例如当前目录为:/home/keysystem/Desktop 要进入到根目录,执行命令:cd / 如果要回到:/home/keysystem ...
分类:
系统相关 时间:
2017-12-03 12:50:31
阅读次数:
189
阅读后的理解 powershell : working with SIDs 1、 Determining the SID for a Local User Account 确定一个账号的SID class System.Security.Principal.NTAccount("kenmyer") ...
分类:
系统相关 时间:
2017-11-27 20:00:49
阅读次数:
218