touchREADME.mdgitinitgitaddREADME.mdgitcommit-m"firstcommit"gitremoteaddorigingit@github.com:joojfork/Linuxyunwei.gitgitpush-uoriginmastergitremoteaddorigingit@github.com:joojfork/Linuxyunwei.gitgitpush-uoriginmasterhttps://github.com/joojfork/Linuxyunwei本..
分类:
其他好文 时间:
2014-12-16 15:19:03
阅读次数:
146
设置用户名gitconfig--globaluser.name"kk"设置用户邮箱gitconfig--globaluser.email"kk"查看设置gitconfig--list可以通过以下命令获取git帮助githelp可以通过以下命令获取特定指令的帮助githelp特定指令初始化一个新的git仓库1创建一个文件夹mkdirkk2.在文件夹内初始化git,创..
分类:
其他好文 时间:
2014-12-16 15:18:35
阅读次数:
168
Commit 取消:git reset --hard git push origin HEAD --force根据–soft –mixed –hard,会对working tree和index和HEAD进行重置:git reset –mixed:此为默认方式,不带任何参数的git reset,即时这...
分类:
其他好文 时间:
2014-12-15 23:32:31
阅读次数:
270
The IndexThe Index is an intermediate cache for preparing a commit. With SmartGit, you can make heavy use of the Index, or ignore its presence complet...
分类:
其他好文 时间:
2014-12-15 23:28:16
阅读次数:
428
#就在几十分钟前终于"干死了"拖延症七月份就说了要学会使用git4-5个月过去了还是0今天终于上手了#以后我的代码就会commit到git代码则主要是js, python, fp相关#此时几乎是人生最隐忍的时候斗志,情感, 经济都是灰色周围安静的像是惊悚电影不过这时候才适合思考加油, 你想要的end...
分类:
其他好文 时间:
2014-12-15 18:41:49
阅读次数:
173
1、事务的ACID特性:Atomicity 原子性、Consistency 一致性、Isolation 隔离性、Durability 持久性。2、事务的操作①事务提交 SQL>Commit; ②事务回滚 SQL>Rollback; ③保存点 SQL>Savepoint 保存点名; Rollb...
分类:
数据库 时间:
2014-12-15 13:28:33
阅读次数:
218
1.6. Conflicts
3.7.1. Conflict Detection andResolution
冲突的检测和解决是SymmetricDS 3.0的新特性。冲突检测是决定是否插入,更新或者删除的策略。冲突是因为目标数据与在源节点先前插入、更新或删除的数据不一致。解决冲突就是当检测到冲突时决定做什么。
冲突检测和解决策略配置在CONFLICT表中。至少为一个NODE_GRO...
分类:
其他好文 时间:
2014-12-15 12:10:31
阅读次数:
183
First Bad Version http://lintcode.com/en/problem/first-bad-versionThe code base version is an integer and start from 1 to n. One day, someone commit.....
分类:
其他好文 时间:
2014-12-13 21:42:22
阅读次数:
398
git config --global user.name "YourName"git confit --global user.email "YourEmail"git initgit add filegit commit -m "someComments"git statusgit diffgi...
分类:
其他好文 时间:
2014-12-13 00:54:20
阅读次数:
181
此页图解git中的最常用命令。如果你稍微理解git的工作原理,这篇文章能够让你理解的更透彻。 如果你想知道这个站点怎样产生,请前往GitHub repository。 正文 基本用法 约定 命令详解 Diff Commit Checkout Detac...
分类:
其他好文 时间:
2014-12-12 17:11:14
阅读次数:
246