会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shhnwangjian
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
33
下一页
2017年6月23日
Django 设置media static
摘要: ango 设置media static 本文python版本3.6.1,Django版本1.11.1 1、settings.py配置 增加django.template.context_processors.media 增加MEDIA_URL、MEDIA_ROOT 2、urls.py 3、model
阅读全文
posted @ 2017-06-23 15:29 shhnwangjian
阅读(1685)
评论(0)
推荐(0)
2017年6月21日
vue资源
摘要: Vue中文官网:https://cn.vuejs.org/ Vue源码:https://github.com/vuejs/vue Vue官方工具:https://github.com/vuejs vue官方论坛:https://forum.vuejs.org/ Vue 的各种好东西 https://
阅读全文
posted @ 2017-06-21 11:08 shhnwangjian
阅读(232)
评论(0)
推荐(0)
2017年6月16日
Python3 asyncio
只有注册用户登录后才能阅读该文。
阅读全文
posted @ 2017-06-16 09:41 shhnwangjian
阅读(18)
评论(0)
推荐(0)
2017年5月31日
python influxdb
摘要: Git:https://github.com/influxdata/influxdb-python 帮助文档:http://influxdb-python.readthedocs.io/en/latest/examples.html 代码样例 influxdb结合grafana监控redis性能指标
阅读全文
posted @ 2017-05-31 16:35 shhnwangjian
阅读(1117)
评论(0)
推荐(0)
2017年5月27日
grafana配置
摘要: grafana配置 官网介绍:http://docs.grafana.org/installation/configuration/ 以deb或者rpm安装的,则默认的配置文件是/etc/grafana/grafana.ini 所有在配置文件中的配置都可以通过环境变量来覆盖,使用的语法如下 1、pa
阅读全文
posted @ 2017-05-27 09:16 shhnwangjian
阅读(22327)
评论(0)
推荐(1)
2017年5月26日
grafana-zabbix部署和使用
摘要: grafana-zabbix安装 官网安装介绍地址:https://grafana.com/plugins/alexanderzobnin-zabbix-app/installation 下载地址:https://grafana.com/api/plugins/alexanderzobnin-zab
阅读全文
posted @ 2017-05-26 10:58 shhnwangjian
阅读(2680)
评论(1)
推荐(0)
nxlog windows安装部署
摘要: nxlog 介绍 nxlog 是用 C 语言写的一个跨平台日志收集处理软件。其内部支持使用 Perl 正则和语法来进行数据结构化和逻辑判断操作。不过,其最常用的场景。是在 windows 服务器上,作为 logstash 的替代品运行。同时它也支持Linux、Android系统。 官方下载地址:ht
阅读全文
posted @ 2017-05-26 10:47 shhnwangjian
阅读(9182)
评论(1)
推荐(2)
2017年5月24日
InfluxDB、grafana、collect部署监控(centos6.8)
摘要: collect部署 1、安装 2、配置/etc/collectd.conf 3、启动服务 InfluxDB配置 1、修改文件/etc/influxdb/influxdb.conf 2、重启服务 3、查看服务端口 grafana配置 1、配置influxdb数据库 2、配置自定义Dashboards
阅读全文
posted @ 2017-05-24 15:50 shhnwangjian
阅读(1624)
评论(0)
推荐(0)
InfluxDB基本概念和操作
摘要: InfluxDB基本概念 1、数据格式 在 InfluxDB 中,我们可以粗略的将要存入的一条数据看作一个虚拟的 key 和其对应的 value(field value)。格式如下: 虚拟的 key 包括以下几个部分: database, retention policy, measurement,
阅读全文
posted @ 2017-05-24 09:07 shhnwangjian
阅读(80903)
评论(2)
推荐(5)
2017年5月23日
InfluxDB1.2.4部署(centos6.8)
摘要: InfluxDB介绍 官网:https://www.influxdata.com/ 文档:https://docs.influxdata.com/influxdb/v1.2/introduction/ InfluxDB 是用Go语言编写的一个开源分布式时序、事件和指标数据库,无需外部依赖。 主要特色
阅读全文
posted @ 2017-05-23 14:11 shhnwangjian
阅读(4281)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
33
下一页
公告