@Slf4j public class ClassLoaderDeadLockDemo { // 定义一个常量 ,在类加载时期写入到 constant-pool中 public static final Object OBJECT = new Object(); static { log.info( ...
分类:
编程语言 时间:
2020-10-27 11:00:34
阅读次数:
28
https://www.cnblogs.com/yi-mu-xi/p/12923523.html vhost_user_backend_init() ........ vhost_setup_slave_channel(dev) ......... qemu_set_fd_handler(u->sl ...
分类:
其他好文 时间:
2020-10-26 10:31:53
阅读次数:
20
第一步:换清华源(.condarc),需要注意是http不是https channels: - http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/ - http://mirrors.tuna.tsinghua.edu.cn/anaconda ...
分类:
其他好文 时间:
2020-10-22 22:37:06
阅读次数:
25
Percona XtraDB Cluster(PXC 5.7)
分类:
数据库 时间:
2020-10-19 22:21:50
阅读次数:
75
<Switch> <Redirect exact={true} from="/" to="/home"></Route> <Route path="/home" component={HomeCom}></Route> <Route path="/monitor" component={Monito ...
分类:
其他好文 时间:
2020-10-19 22:16:06
阅读次数:
22
Prometheus监控思科交换机整体思路采用Prometheus+snmp_exporter+alertmanager+Granfana进行监控思科交换机(其他品牌交换机同理)报警,snmp_exporter通过snmp协议进行交换机的流量,接口关系(VLAN,port_channel等等),以及常用的cpu和内存进行信息收集,prometheus通过配置文件收集snmp_exporter收集的
分类:
其他好文 时间:
2020-10-16 11:06:30
阅读次数:
28
ASA-AinterfaceGigabitEthernet0/3descriptionLANFailoverInterfacenoshutfailoverlanunitprimaryfailoverlaninterfaceLANFAILGigabitEthernet0/3failovermacaddressGigabitEthernet0/01234.2234.32344234.5234.6234
分类:
系统相关 时间:
2020-10-14 19:55:01
阅读次数:
27
[root@jinkang-e2elog rabbitmq]# cat topic-send.py #!/usr/bin/env python # -*- coding: UTF-8 -*- import pika import sys connection = pika.BlockingConne ...
分类:
其他好文 时间:
2020-10-09 21:38:16
阅读次数:
40
MySQL 2006-MySQLserver has gone away MySQL 2006-MySQLserver has gone away 方式一(验证无误): 找到 mysql安装目录下的my.ini配置文件,加入以下代码: max_allowed_packet=2048M wait_ti ...
分类:
数据库 时间:
2020-10-06 21:23:44
阅读次数:
56
Sqoop 在hadoop和关系型数据库之间转换数据 Flume Flume是一个分布式的高可用的数据收集、聚集和移动的工具。通常用于从其他系统搜集数据,如web服务器产生的日志,通过Flume将日志写入到Hadoop的HDFS中 Canal 数据抽取是 ETL 流程的第一步。我们会将数据从 RDB ...
分类:
其他好文 时间:
2020-09-17 18:33:30
阅读次数:
37