下载并解压缩metricbeat metricbeat.yml配置文件设置: 查看metircbeat开启的模块: ,发现默认开启监控的是system模块 可以通过文件 查看监控的详细信息等 拓展: 开启模块: 关闭模块: 加载dashboards: 运行: 查看kibana面板: 监控nginx ...
分类:
其他好文 时间:
2020-05-08 13:18:58
阅读次数:
69
location配置 ` location ~ ^/v1/(reward|exchange)/ { set $channel_name $cookie_channel_name; secure_link $arg_sign,$arg_et; secure_link_md5 "$uri $arg_ve ...
分类:
Web程序 时间:
2020-05-08 13:04:56
阅读次数:
125
修改default.conf 文件如下: server { --站点1 listen 80; server_name txy.vcgo.vip; --站点域名 location / { proxy_pass http://111.229.75.253:5000; --站点端口 http://loca ...
分类:
系统相关 时间:
2020-05-07 23:00:36
阅读次数:
126
uniapp-使用高德地图组件 1.下载map.js文件https://lbs.amap.com/api/wx/download2. 官网map文档https://uniapp.dcloud.io/api/location/map?id=createmapcontext <template> <vi ...
分类:
移动开发 时间:
2020-05-07 19:23:37
阅读次数:
1902
原文链接:GitHub地址https://github.com/sinchang/vue-social-share 1.安装: npm install vue-social-share -S 2.使用: 3.常用的属性: url : '', // 网址,默认使用 window.location.hr ...
分类:
其他好文 时间:
2020-05-07 18:11:30
阅读次数:
302
1、需要下载jacooc 和 ant的包,放在linux下。目录自定 Ant:https://ant.apache.org/bindownload.cgi(历史版本:https://archive.apache.org/dist/ant/binaries/)Jacoco:https://www.ec ...
分类:
系统相关 时间:
2020-05-06 20:08:15
阅读次数:
100
1 package com.bawei.stream 2 3 import org.apache.kafka.clients.consumer.ConsumerRecord 4 import org.apache.kafka.common.serialization.StringDeserializ ...
分类:
其他好文 时间:
2020-05-05 17:51:00
阅读次数:
59
转自:https://blog.csdn.net/bb415453941/article/details/50393163 https://blog.csdn.net/pengShuai007/article/details/78357238?locationNum=9&fps=1 ...
分类:
Web程序 时间:
2020-05-05 14:03:25
阅读次数:
81
1)if判断指令 语法为if(condition){…} #对给定的条件condition进行判断。如果为真,大括号内的rewrite指令将被执行,if条件(conditon)可以是如下任何内容: a:当表达式只是一个变量时,如果值为空或任何以0开头的字符串都会当做false,其他情况为true。 ...
分类:
Web程序 时间:
2020-05-05 00:25:21
阅读次数:
90
1 初始化 django 博客项目步骤: 创建新虚拟环境, 安装各种包: $ mkvirtualenv xinjian$ cd xinjian/$ pip install django==1.11.8$ python steup.py install$ pip install PyJWT.whl$ ...
分类:
其他好文 时间:
2020-05-04 21:21:40
阅读次数:
57