码迷,mamicode.com
首页 >  
搜索关键字:nagios plugin development guidelines    ( 10272个结果
logstash 离线安装logstash-filter-json_encode 插件
在线安装: bin/logstash-plugin install logstash-filter-json_encode 这里可能会保一个mmap 的错误 Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00 ...
分类:Web程序   时间:2020-12-08 13:03:23    阅读次数:15
MySQL的SQL语句 -复制语句(12)-控制组复制的 SQL 语句 - START GROUP
STARTGROUP_REPLICATION语句1.STARTGROUP_REPLICATION2.[USER=‘user_name‘]3.[,PASSWORD=‘user_pass‘]4.[,DEFAULT_AUTH=‘plugin_name‘]启动组复制。此语句需要GROUP_REPLICATION_ADMIN权限(或不推荐使用的SUPER权限)。如果设置了super_read_only=ON
分类:数据库   时间:2020-12-08 12:50:01    阅读次数:8
maven 项目linux运行可执行jar
可运行jar 打包插件 <build> <finalName>project_name</finalName> <resources> <resource> <directory>src/main/resources</directory> <!-- 资源根目录排除各环境的配置,使用单独的资源目录来 ...
分类:编程语言   时间:2020-12-07 12:25:17    阅读次数:6
Jenkins显示HTML报告
1 需要安装startup-trigger-plugin和Groovy插件。 2 在Job配置页面,构建触发器,勾选Build when job nodes start; 3 在Job配置页面,增加构建步骤Execute system Groovy script,在Groovy Command中输入 ...
分类:Web程序   时间:2020-12-05 11:09:44    阅读次数:10
18-html压缩
const { resolve } = require('path'); const HtmlWebpackPlugin = require('html-webpack-plugin'); module.exports = { entry: './src/js/index.js', output: ...
分类:Web程序   时间:2020-12-02 12:28:54    阅读次数:11
高德地图实现h5定位当前位置
<script src="https://webapi.amap.com/maps?v=1.4.15&key=自己申请的应用的key"></script> mapObj = new AMap.Map('container'); mapObj.plugin('AMap.Geolocation', fu ...
分类:其他好文   时间:2020-12-01 11:59:19    阅读次数:2
04-webpack初体验
/** * index.js: webpack入口起点文件 * * 1.运行指令: * 开发环境:webpack ./src/index.js -o ./build --mode=development * webpack会以 ./src/index.js 为入口文件开始打包,打包后输出到 ./bu ...
分类:Web程序   时间:2020-12-01 11:52:51    阅读次数:12
Scrum
3 Role: Product Owner, Scrum Master, Development Team3 Objekte: Produkt Backlog, Sprint Backlog, Increment5 Events: Sprint, Sprint Planing, Daily Scru ...
分类:其他好文   时间:2020-12-01 11:49:45    阅读次数:1
maven pom文件报错:Multiple annotations found at this line 解决方案
出现的错误为: Multiple annotations found at this line:- Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plu ...
分类:其他好文   时间:2020-11-30 15:21:50    阅读次数:4
linux 设置cpu占用率
1,环境安装 ## #编译环境 yum groupinstall -y "Development Tools" ##cat cpu_load #以下为代码 #include <iostream> #include <pthread.h> #include <time.h> #include <mat ...
分类:系统相关   时间:2020-11-26 14:19:38    阅读次数:10
10272条   上一页 1 ... 16 17 18 19 20 ... 1028 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!