码迷,mamicode.com
首页 >  
搜索关键字:gzip bzip2 xz zip tar cpio    ( 64604个结果
Kafka Eagle安装
解压压缩包 tar -zxf kafka-eagle-bin-1.2.4.tar.gz 设置全局变量,设置JDK的全局变量JAVA_HOME和本应用的KE_HOME export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.282.b08-1.el ...
分类:其他好文   时间:2021-04-14 11:53:23    阅读次数:0
elasticsearch监控方案
用Prometheus+grafana进行监控 https://github.com/justwatchcom/elasticsearch_exporter https://github.com/vvanholl/elasticsearch-prometheus-exporter 用metricbe ...
分类:其他好文   时间:2021-04-14 11:50:27    阅读次数:0
III-A型CRISPR免疫促进葡萄球菌突变
转:http://paper.sciencenet.cn/htmlpaper/2021/4/202141123542661662565.shtm 美国洛克菲勒大学Luciano A. Marraffini、Charlie Y. Mo等研究人员合作发现,III-A型CRISPR免疫促进葡萄球菌突变。 ...
分类:其他好文   时间:2021-04-14 11:50:12    阅读次数:0
Oracle分页
常用关系数据库分页SQL都是不相同的,不过大同小异。 下面是Oracle分页简单事例图片以及代码: 1、普通查询 select * from table_Name t order by active_count desc; 2、查询第一条记录 select * from (select * from ...
分类:数据库   时间:2021-04-13 12:44:12    阅读次数:0
前端常用库
常用工具库 https://github.com/lodash/lodash 常用时间处理库 https://github.com/moment/moment 图片预览插件 https://github.com/fengyuanchen/viewerjs 自定义音频,需要自己修改一下样式 https ...
分类:其他好文   时间:2021-04-13 12:32:29    阅读次数:0
C++9018:1812——长方形
题目来自:http://218.5.5.242:9018/JudgeOnline/problem.php?id=1812 题目描述 棒棒棒有一根长度为n的棒棒,现在他用Prehistorical Power把这根棒棒折成一个长方形且不能是正方形。他想知道他有多少种折法。 输入 输入一行,有一个n,为 ...
分类:编程语言   时间:2021-04-13 12:26:55    阅读次数:0
ZXing
GitHub地址,猛戳:https://github.com/zxing/zxing API文档,猛戳:https://zxing.github.io/zxing/apidocs/index.html 介绍文档,猛戳:https://zxing.github.io/zxing/ https://ww ...
分类:其他好文   时间:2021-04-13 12:22:51    阅读次数:0
微信端处理服务器端返回值
在wx上建立global的变量,然后request的时候,发送出去 关键代码,在请求体外 const app = getApp(); 在请求体内 historyId:app.globalData.zhanbuYao.data.historyId, 在方法体第一行的console.log 可以看到,取 ...
分类:微信   时间:2021-04-13 12:05:18    阅读次数:0
prometheus监控linux主机的相关性能
监控linux主机的相关性能 cpu 内存 网络 磁盘 带宽 IO采用插件node_export 部署node_exporter插件[root@node1 ~]# mkdir /opt/monitor/[root@node1 ~]# tar -xf node_exporter-0.17.0.linu ...
分类:系统相关   时间:2021-04-13 12:02:02    阅读次数:0
部署altermanager 并使用邮件进行报警
部署altermanager组件 [root@zabbix ~]# tar -xf alertmanager-0.21.0.linux-amd64.tar.gz -C /opt/monitor/[root@zabbix ~]# cd /opt/monitor/[root@zabbix monitor ...
分类:其他好文   时间:2021-04-13 11:58:34    阅读次数:0
64604条   上一页 1 ... 49 50 51 52 53 ... 6461 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!