AndFix

首页 标签 AndFix
# AndFix #
关注
94内容
ElasticSearch + Logstash + Kibana 搭建笔记
ElasticSearch 安装 1、下载 ElasticSearch,本文使用的版本为 5.5.1。 2、配置 path.data: /data/es #数据路径 path.logs: /data/logs/es #日志路径 network.host: 本机地址 #服务器地址 http.port: 9200 #端口 如果不修改配置的话,默认的数据和日志都位于elasticsearch文件夹下。
如何确定I/O瓶颈
Detecting and Resolving I/O Bottleneck By : Kasim Wirama, MCDBA   I/O subsystem is one of critical component in SQL Server.
08.源码阅读(阿里AndFix热修复原理)
使用阿里热修复需要添加依赖 compile 'com.alipay.euler:andfix:0.5.0@aar' 热修复的关键代码 //初始化阿里热修复 mPatchManger = new PatchManager(this); //获取当前应用版本 mPatchManger.
免费试用