## 管理代码的版本(代码) (分布式git) (集中式 svn)- 记住是谁提交的东西- 可以保存每个阶段的内容(备份功能)- 可以实现历史穿越- github 开源 多端共享- 团队协作> linus开发的linux系统,开发git可以实现自动合并代码,比较diff## 安装git- (最新版的 ...
分类:
其他好文 时间:
2017-11-18 22:02:05
阅读次数:
163
codeforces 891B Gluttony 链接:http://codeforces.com/problemset/problem/891/B Description You are given an array a with n distinct integers. Construct an ...
分类:
其他好文 时间:
2017-11-18 14:17:10
阅读次数:
160
Shader "Unlit/long" { Properties { _MainTex ("Texture", 2D) = "white" {} } SubShader { Pass { //Always: 总是渲染;没有光照模式。 //ForwardBase: 适用于前渲染、环境、主要方向灯、光/ ...
分类:
其他好文 时间:
2017-11-16 18:51:43
阅读次数:
190
# set自动去重,但是没有值,只有keys = set([3, 5, 9, 10]) # 创建一个数值集合t = set("Hello") # 创建一个唯一字符的集合x = 'x'a = t | s # t 和 s的并集b = t & s # t 和 s的交集c = t - s # 求差集(项在t ...
分类:
编程语言 时间:
2017-11-16 14:41:17
阅读次数:
234
Akka is a concurrency framework built around the notion of actors and composable futures, Akka was inspired by Erlang which was built from the ground ...
分类:
Web程序 时间:
2017-11-16 14:22:28
阅读次数:
247
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
假设要改成KDiff3,那就把它取名为kdiff3.另外还要找到它的执行文件的完整路径,然后就可以在 Git Bash 中执行一下指令,完成设置了。 指令:git config --global diff.tool kdiff3 git config --global difftool.kdiff3 ...
分类:
其他好文 时间:
2017-11-15 21:48:40
阅读次数:
164
「We will not go quietly into the night! We will not vanish without a fight!」 Good morning. Good morning. 早上好! In less than an hour, aircraft from here ...
分类:
其他好文 时间:
2017-11-14 23:23:39
阅读次数:
208
环境:windows 10 postgresql版本:postgresql-9.6.5 使用工具:vs2017社区版 辅助工具:perl、diff、flex、bison 相关工具下载地址: perl下载链接:http://pan.baidu.com/s/1i5aPilB 密码:k6f0 diff、f... ...
分类:
数据库 时间:
2017-11-14 00:24:48
阅读次数:
351