老迟到早晨

文章
7
资源
0
加入时间
3年0月8天

再遇xdebug坑

xdebug.remote_handler=dbgpxdebug.idekey=PHPSTORM;开启远程调试xdebug.remote_enable = On;远程主机xdebug.remote_host=localhost;主机端口xdebug.remote_port=9001;开启自动跟踪xdebug.auto_trace = On...

java decimal_java DecimalFormat常用方法详解

DecimalFormat 是 NumberFormat 的一个具体子类,用于格式化十进制数字。package com.myk.hash;import java.text.DecimalFormat;public class App{public static void main( String[] args ){//数字格式化,#和0都是占位符,#:当要格式化的数字位数不足时#会补空白;0:当要...

配置企业微信报警采用哪个标签来作为分组依据设置默认接收人

altermanager.yaml 配置文件模板如下:global:每2分钟检查一次是否恢复resolve_timeout: 2m # 自定义通知模板templates:‘/opt/monitor/alertmanager/template/wechat.tmpl’ # route用来设置报警的分发策略route:采用哪个标签来作为分组依据group_by: [‘alertname’] # 组告警等待时间。也就是告警产生后等待10s,如果有同组告警一起发出