码迷,mamicode.com
首页 >  
搜索关键字:diff    ( 2433个结果
leetCode-K-diff Pairs in an Array
leetCode-K-diff Pairs in an Array ...
分类:其他好文   时间:2017-11-26 21:51:36    阅读次数:162
git 简易linux使用
下载git 在github官网注册账户 命令行: git clone 下载线上代码到本地目录 git add 添加需要提交的项目文件 git status 检测目录提交状态 git commit 提交本地服务器 git push 提交GitHub git diff 查看修改过的代码 git pull ...
分类:系统相关   时间:2017-11-26 18:46:20    阅读次数:143
September 10th 2017 Week 37th Sunday
Dream most deep place, only then the smile is not tired. 梦的最深处,只有微笑不累。 Everyday I expect I can go to sleep earlier and have a good dream. Because I al ...
分类:其他好文   时间:2017-11-25 13:00:24    阅读次数:194
python set集合一些基本方法
set集合是一个无序且不重复的元素集合 这个数据类型没有重复的,而且也没有顺序 一些基本的方法: 添加元素 清除内容: 差集 交集: 移出指定元素: 判断是否有交集: 随机移出元素: 移出指定元素: 对称差集: 并集: 更新: ...
分类:编程语言   时间:2017-11-24 23:59:13    阅读次数:371
linux常用指令
◆ 安装和登录命令:login、shutdown、halt、reboot、install、mount、umount、chsh、exit、last;◆ 文件处理命令:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln;◆ 系统管理相关命令:df、top、free、quo ...
分类:系统相关   时间:2017-11-24 20:12:26    阅读次数:209
linux命令-diff对比文件工具
diff 命令是 linux上非常重要的工具,用于比较文件的内容,特别是比较两个版本不同的文件以找到改动的地方。diff在命令行中打印每一个行的改动。最新版本的diff还支持二进制文件。diff程序的输出被称为补丁 (patch),因为Linux系统中还有一个patch程序,可以根据diff的输出将 ...
分类:系统相关   时间:2017-11-24 18:03:51    阅读次数:247
PTA 人以群分(25 分)
7-2 人以群分(25 分) 社交网络中我们给每个人定义了一个“活跃度”,现希望根据这个指标把人群分为两大类,即外向型(outgoing,即活跃度高的)和内向型(introverted,即活跃度低的)。要求两类人群的规模尽可能接近,而他们的总活跃度差距尽可能拉开。 输入格式: 输入第一行给出一个正整 ...
分类:其他好文   时间:2017-11-24 00:10:52    阅读次数:800
mha报错
mha安装之后一直正常运行,中间也有出现过切换的情况,不过都正常进行,后有其他dba在mha自动切换后做过一些操作,后来我再查看状态,发现监控没有在运行,于是手工启动,结果就报以下错误:MonNov2017:15:112017-[info]MHA::MasterMonitorversion0.56. MonNov2017:15:122017-[..
分类:其他好文   时间:2017-11-21 11:38:49    阅读次数:308
the difference __str__ and __repr__
First, let me reiterate the main points in Alex’s post: The default implementation is useless (it’s hard to think of one which wouldn’t be, but yeah) ...
分类:其他好文   时间:2017-11-19 16:04:53    阅读次数:131
[LeetCode] Candy Crush 糖果粉碎
This question is about implementing a basic elimination algorithm for Candy Crush. Given a 2D integer array board representing the grid of candy, diff ...
分类:其他好文   时间:2017-11-19 01:47:58    阅读次数:368
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!