码迷,mamicode.com
首页 >  
搜索关键字:mdt rules    ( 1776个结果
[chezscheme] disable Expression Editor
Although ChezScheme announces it provides a powerful expression editor, there are a lot of commands and rules to learn to take advantages of it. If yo ...
分类:其他好文   时间:2018-09-24 13:47:43    阅读次数:188
linux日常总结
1.修改主机名:vi /etc/hostname 2.修改root用户密码:sudo passwd root 3.查看所有用户:cat /etc/passwd 4.改网卡名称:vi /etc/udev/rules.d/70-persistent-net.rules 5.配置ip:vi /etc/sy ...
分类:系统相关   时间:2018-09-22 14:32:09    阅读次数:207
k8s node alertmanager监控报警配置方法
1概述节点本身的监控主要监控CPU、内存、磁盘IO、文件系统可用空间即可。比如,对于使用来prometheus的alertmanager来做node报警,rules配置可以参考如下点进行配置即可。说明不同的node-exporter版本,对应的metrics也不一样,需要自己对照更改一下。CPU监控(1-avg(irate(node_cpu{mode="idle"}[10m])
分类:其他好文   时间:2018-09-18 20:51:14    阅读次数:702
[LeetCode] 37. Sudoku Solver 求解数独
Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: Empty cells are indica ...
分类:其他好文   时间:2018-09-18 11:19:47    阅读次数:170
2016-2017 ACM Central Region of Russia Quarterfinal Programming Contest BHanoi tower
B Hanoi tower It has become a good tradition to solve the “Hanoi tower” puzzle at programming contests in Rybinsk. We will review the rules briefly. 2 ...
分类:其他好文   时间:2018-09-17 20:59:35    阅读次数:193
pfSense 防火墙Floating(浮动)规则详解
什么是Floating(浮动)规则?官方解释:(摘自https://www.netgate.com/docs/pfsense/firewall/floating-rules.html)浮动规则浮动规则是高级防火墙规则,可以在任何方向和任何或多个接口应用。浮动规则在“浮动”选项卡上的“防火墙>规则”下定义。许多防火墙不需要任何浮动规则,也可能只有流量×××器。对于那些选择使用它们的人来说,他们
分类:其他好文   时间:2018-09-16 19:39:03    阅读次数:358
vue中ESlint报错
vue使用ESlint时不停报错,更改文件根目录下F:\projects\gshop\.eslintrc.js里.eslintrc.js里面的rules rules: { // allow async-await 'generator-star-spacing': 'off', "no-unused ...
分类:其他好文   时间:2018-09-16 19:36:54    阅读次数:196
ProxySQL Mirroring疑问
在新版本的ProxySQL中,mysql_query_rules表为mirroring新增了两个字段,mirror_flagOUT以及mirror_hostgroup 存在两个一点 1.mirroring的作用是什么? (文中提到的是查询重写) 2.在Advanced example: use mi ...
分类:数据库   时间:2018-09-12 15:56:54    阅读次数:290
[LeetCode] 527. Word Abbreviation 单词缩写
Given an array of n distinct non-empty strings, you need to generate minimal possible abbreviations for every word following rules below. Example: Not ...
分类:其他好文   时间:2018-09-11 11:26:32    阅读次数:313
web前端开发温故而知新(二)
2.0:带机构的的表格分为<thead></thead> <tbody></tbody> </tfoot></tfoot> 2.1:表格标题<caption></caption> 2.2:<talbe>下外边框<frame>和内边框<rules> cellspacing单元格与单元格的距离 cell ...
分类:Web程序   时间:2018-09-10 14:04:30    阅读次数:192
1776条   上一页 1 ... 39 40 41 42 43 ... 178 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!