码迷,mamicode.com
首页 >  
搜索关键字:diff    ( 2433个结果
centos7 部署 汉化版 gitlab 10.0.2
更新说明: 20171009:增加3.5的内容 20171008:整理出gitlab部署手册 gitlab接触了一段时间,觉得是一个很不错的开源产品(gitlab的社区版),值得我整理一篇部署教程作为记录。 安装全程选择的用户为root。 一、环境准备 操作系统:centos7(minimal,ww ...
分类:其他好文   时间:2017-10-16 18:06:17    阅读次数:229
如何把项目上传到GitHub上
Git与GitHub 1、Git与GitHub Git是目前最先进的分布式版本控制系统,它在本地电脑里 GitHub是一个社交平台,开源项目,是一个远程仓库 2、下载 https://git-for-windows.github.io/ 3、在开始里打开Git Bash 接下来要做的是把git绑定g ...
分类:Web程序   时间:2017-10-16 13:40:36    阅读次数:398
git常用操作
右键TortoiseGit,出现的菜单中有如下选项常用 Pull ,更新代码到本地 Push , 上传代码 Diff , 对比代码 Diff with previous version ,与前一版本对比 Show log ,查看日志 Revert , 回退 Switch/Checkout , 选择分 ...
分类:其他好文   时间:2017-10-16 13:36:36    阅读次数:189
【转】英语学习-英语简单句的五种句型结构
一、主语+不及物动词(S+V) [例句]1. The man cooks. 男人做饭。 2. The sun is shining brightly. 太阳在明亮地照耀着。 3. We all breathe, eat, and drink. 我们呼吸、吃和喝。 4. They talked for ...
分类:其他好文   时间:2017-10-16 09:51:03    阅读次数:181
MOOC零基础学习Java 信号报告
import java.util.Scanner; public class report { public static void main(String[] args) {String[] s={"Faint signals, barely perceptible", "Very weak si ...
分类:编程语言   时间:2017-10-15 23:23:00    阅读次数:409
CodeForces - 440
A. Search for Pretty Integers You are given two lists of non-zero digits. Let's call an integer pretty if its (base 10) representation has at least on ...
分类:其他好文   时间:2017-10-15 22:38:42    阅读次数:277
532 K-diff Pairs in an Array
Given an array of integers and an integer k, you need to find the number of unique k-diff pairs in the array. Here a k-diff pair is defined as an inte ...
分类:其他好文   时间:2017-10-15 14:59:08    阅读次数:209
Optimistic concurrency control
Optimistic concurrency control https://en.wikipedia.org/wiki/Optimistic_concurrency_control Optimistic concurrency control (OCC) is a concurrency cont ...
分类:其他好文   时间:2017-10-14 23:35:58    阅读次数:315
189. Rotate Array
Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,4,5,6,7] is rotated to [5,6,7,1,2,3,4]. Not ...
分类:其他好文   时间:2017-10-14 22:32:12    阅读次数:183
Lodash使用示例(比较全)
Lodash使用示例 ...
分类:其他好文   时间:2017-10-14 21:06:19    阅读次数:2039
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!