要想弄明白git add和git commit的区别,首先我们需要知道三个概念:工作区(Working Directory)、版本库(Repository)、暂存区(Stage or index)。 工作区 当你在开发一个项目时,主目录就是你的工作区。 版本库 工作区中有一个隐藏目录.git,这个就 ...
分类:
其他好文 时间:
2018-01-16 13:55:26
阅读次数:
267
Now the Nike Kyrie 4 "Confetti" the colorful pair was released today . and the Christmas holiday is coming , a lot of people would like to buy this on ...
分类:
其他好文 时间:
2018-01-16 12:23:08
阅读次数:
256
在执行hdfs namenode -format时 报错 Error occurred during initialization of VMjava.lang.Error: Properties init: Could not determine current working directory ...
分类:
编程语言 时间:
2018-01-12 22:38:47
阅读次数:
1362
Git和其他版本控制系统如SVN的一个不同之处就是有暂存区的概念。 先来看名词解释。 工作区(Working Directory) 就是你在电脑里能看到的目录,比如我的learngit文件夹就是一个工作区: 版本库(Repository) 工作区有一个隐藏目录.git,这个不算工作区,而是Git的版 ...
分类:
其他好文 时间:
2018-01-12 13:38:56
阅读次数:
112
1、SSH协议的认识 SSH 为 Secure Shell 的缩写,由 IETF 的网络小组(Network Working Group)所制定;SSH 为建立在应用层基础上的安全协议。SSH 是目前较可靠,专为远程登录会话和其他网络服务提供安全性的协议。利用 SSH 协议可以有效防止远程管理过程中 ...
分类:
系统相关 时间:
2018-01-11 16:11:31
阅读次数:
232
在网上看了几个脚本根据网上的稍微修改了下,稍微更准备了点,就是缺少点东西```#!/bin/bash#做大备份数量Backup_Max_Files=20#数据库备份目录WORKING_DIR=$(dirname"$0")exportWORKING_DIR=$(cd-P"$WORKING_DIR"/>/dev/null;pwd)#数据库IP地址、帐号、密
分类:
数据库 时间:
2018-01-10 18:44:28
阅读次数:
155
你的eclipse需要先安装 Spring Tool Suite? 首先新建Maven工程 勾选第一个按钮,第三个是选择working set ,你可以不选 下一步,配置工程信息,注意打包为jar 打开pom.xml文件,添加spring-boot依赖 新建文件src/main/hello/Hell ...
分类:
编程语言 时间:
2017-12-25 17:30:26
阅读次数:
465
第四单元 Working in a team Listening Dictation Section A Team Structure Section B The Internet of Things 物联网 第五单元 Designing the System 系统设计 Listening Dict ...
分类:
其他好文 时间:
2017-12-21 17:12:29
阅读次数:
147
You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the user RCO11. The INST1 database contains ...
分类:
其他好文 时间:
2017-12-19 00:55:00
阅读次数:
107
POJ 2104 K-th Number You are working for Macrohard company in data structures department. After failing your previous task about key insertion you wer ...
分类:
其他好文 时间:
2017-12-14 23:56:27
阅读次数:
131