linux:centos7 下载安装包https://www.anaconda.com/download/#linux 问题一 yum install python-pip -y已加载插件:fastestmirror, langpacksLoading mirror speeds from cach ...
分类:
其他好文 时间:
2018-07-30 23:31:25
阅读次数:
188
4个区 5种状态 未修改(Origin) 已修改(Modified) 已暂存(Staged) 已提交(Committed) 已推送(Pushed) 检查修改 已修改,未暂存(检查工作区与暂存区间的差异) git diff 已暂存,未提交(检查暂存区与本地仓库间的差异) git diff --cach ...
分类:
其他好文 时间:
2018-07-11 21:57:36
阅读次数:
171
Redis缓存 框架对Redis进行了基础的调用封装,接口类为:org.go.framework.cache.CacheService,提供了众多方法可供使用。Dubbo服务端及Web端都可以直接引用该服务实例。 另外,还提供了一个缓存模板抽象类org.go.framework.cache.Cach ...
分类:
其他好文 时间:
2018-07-09 19:25:14
阅读次数:
182
CentOS安装tcpreplayyuminstallepel-releaseyuminstalltcpreplay使用tcpreply为要发送的a.pcap包创建缓存a.cachetcpprep-aclient-ia.pcap-oa.cache回放报文a.pcaptcpreplay-p2-l600-ca.cache-ieth6-Ieth6a.pcap-p每秒发送包数-l要发送的总包数a.cach
分类:
其他好文 时间:
2018-06-08 14:29:40
阅读次数:
899
SELECT @@max_binlog_cache_size; 如果 一个 mysql 事务 需要的内存大于 max_binlog_cache_size;mysql就会抛出 Multi-statement transaction required more than 'max_binlog_cach ...
分类:
数据库 时间:
2018-04-23 19:57:54
阅读次数:
230
清理Linux缓存使用下面的命令 sync; echo 3 > /proc/sys/vm/drop_caches 需求与原理 下面介绍buffer与cache的差别: A buffer is something that has yet to be "written" to disk. A cach ...
分类:
系统相关 时间:
2018-04-02 20:15:28
阅读次数:
192
先从downloadImageWithURL方法讲起: 每次方法调用的时候,就会创建一个SDWebImageCombinedOperation对象。 有三个属性,并遵循了SDWebImageOperation代理。 cancelled 是用来标记状态。 cancelBlock 是用来回调。 cach ...
分类:
Web程序 时间:
2018-03-30 21:50:40
阅读次数:
139
一.缩小文件的搜索范围优化Loader配置使用配置项include与exclude尽可能高概率命中文件,减少webpack匹配文件的时间。我们可以适当的配置项目的结构目录。module.exports={module:{rules:[{test:/\.js?$/,include:path.resolve(__dirname,‘app‘),use:{loader:‘babel-loader?cach
分类:
Web程序 时间:
2018-02-01 17:14:23
阅读次数:
261
一、业务背景+系统架构 本次场景为kafka+storm+redis+hbase,通过kafka的数据,进入storm的spout组件接收,转由storm的Bolt节点进行业务逻辑处理,最后再推送进kafka。 表数据相关的逻辑为:查询Hbase表数据,首次查询会写入redis和storm cach ...
分类:
其他好文 时间:
2018-01-24 16:51:38
阅读次数:
436
git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch Spring/day04/32.编程式事务.rar' && git filter-branch -f --index-filter 'git rm --cach ...
分类:
其他好文 时间:
2018-01-01 23:49:09
阅读次数:
524