码迷,mamicode.com
首页 >  
搜索关键字:diff patch    ( 4162个结果
MySQL基准测试(二)--方法
MySQL基准测试(二) 方法 目的: 方法不是越高级越好。而应该善于做减法。至简是一种智慧,首先要做的是收集MySQL的各状态数据。收集到了,不管各个时间段出现的问题,至少你手上有第一时间的状态数据,而不是凭空想象的去做剖析和分析问题。 数据模拟参考 仿真多线程插入和查询语句,可以参考 "Pyth ...
分类:数据库   时间:2018-06-18 11:59:05    阅读次数:204
小工具的使用
小工具的使用: grep、cut、sort、uniq、wc、diff、du、df、tee、paste 管道(|):连接多个命令的工具 命令1 | 命令2 | 命令3 grep工具:行过滤 options: -i: 不区分大小写 -v: 查找不包含指定内容的行,反向选择 -w: 按单词搜索 -c: 统 ...
分类:其他好文   时间:2018-06-18 01:16:10    阅读次数:155
day_6.17 gevent版服务器
用协程做并发服务器 gevent版本: monkey.patch_all() 修改了自己的代码 只能用mokey里面的代码 ...
分类:其他好文   时间:2018-06-17 13:29:32    阅读次数:157
[CSS3] Use Sticky Positioning for Section Headers
We can take advantage of sticky positioning to keep a section header at the top of the page while the user scrolls. This is useful for neat categorisa ...
分类:Web程序   时间:2018-06-17 12:38:20    阅读次数:223
20180617_Git常用命令2(status、diff、log、reflog、reset、cat)
Git常用命令2(status、diff、log、reflog、reset、cat) 感谢廖雪峰老师提供的git教程: 传送门: https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 查 ...
分类:其他好文   时间:2018-06-17 10:57:11    阅读次数:224
代写通达信指标公式、TB公式、同花顺指标公式代写
一个跟踪趋势力度指标公式MA1:=MA(CLOSE,5);MA2:=MA(CLOSE,10);DIF:=EMA(CLOSE,SHORT)-EMA(CLOSE,LONG);DEA:=EMA(DIF,MID);MACD:=(DIF-DEA)*2,COLORSTICK;DIFF:=SUM(MA1-MA2, ...
分类:其他好文   时间:2018-06-16 17:51:09    阅读次数:738
Bone Collector II(01背包kth)
The title of this problem is familiar,isn't it?yeah,if you had took part in the "Rookie Cup" competition,you must have seem this title.If you haven't ...
分类:其他好文   时间:2018-06-15 22:44:54    阅读次数:202
Cheapest Palindrome(区间DP)
描述 Keeping track of all the cows can be a tricky task so Farmer John has installed a system to automate it. He has installed on each cow an electronic ...
分类:其他好文   时间:2018-06-15 22:43:19    阅读次数:213
Investment(完全背包)
John never knew he had a grand-uncle, until he received the notary's letter. He learned that his late grand-uncle had gathered a lot of money, somewhe ...
分类:其他好文   时间:2018-06-15 22:34:43    阅读次数:128
Postman 接口测试神器
Postman 接口测试神器 Postman 是一个接口测试和 http 请求的神器,非常好用。 官方 github 地址: https://github.com/postmanlabs Postman 的优点: 支持各种的请求类型: get、post、put、patch、delete 等 支持在线 ...
分类:其他好文   时间:2018-06-15 16:04:16    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!