"This input device reads data from the open output pads of a libavfilter filtergraph. For each filtergraph open output, the input device will create a ...
分类:
其他好文 时间:
2020-11-07 16:34:59
阅读次数:
18
C. Friends and Gifts time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output There are nn friend ...
分类:
其他好文 时间:
2020-11-01 10:31:24
阅读次数:
17
这篇文章我们来聊一下什么是Eureka,它的具体作用是什么 我之前的文章已经讲过如果搭建一个Eureka服务,如果有兴趣可以看看https://www.cnblogs.com/bodhixhwang/p/13815294.html 1.什么是eureka Eureka是netflix的一个子核心模块 ...
分类:
编程语言 时间:
2020-10-19 22:36:53
阅读次数:
13
------------------IKEV2-----------------------------1.基本上网配置interfaceGigabitEthernet0---------配置外网口,定义接口nameifoutsidesecurity-level0ipaddress101.1.1.100255.255.255.0interfaceGigabitEthernet1----------
分类:
系统相关 时间:
2020-10-14 19:55:28
阅读次数:
104
PBR下set ip next-hop和set ip default next-hop的区别
分类:
其他好文 时间:
2020-10-06 20:20:26
阅读次数:
28
分布式id生成算法的有很多种,Twitter的SnowFlake就是其中经典的一种。 算法原理 SnowFlake算法生成id的结果是一个64bit大小的整数,它的结构如下图: 1bit,不用,因为二进制中最高位是符号位,1表示负数,0表示正数。生成的id一般都是用整数,所以最高位固定为0。 41b ...
分类:
编程语言 时间:
2020-09-18 01:40:07
阅读次数:
48
1、测试常用配置 Number of Threads (users):模拟虚拟用户的个数 Ramp-up period (seconds) :上线所有Threads所用的时间。 Loop Count:每个Thread(user)请求url个数。(串行请求) 所以: 总请求次数 = Number of ...
分类:
其他好文 时间:
2020-09-17 22:12:01
阅读次数:
36
package club.interview.algorithm.print; import io.netty.util.concurrent.DefaultThreadFactory; import java.util.concurrent.*; /** * 多线程打印 * -- 2个线程交替打印 ...
分类:
编程语言 时间:
2020-09-17 19:59:50
阅读次数:
38
前文写了关于Prometheus+Altermanager实现告警邮件的通知,接下来,实现企业微信告警通知。企业微信注册企业微信账号,https://work.weixin.qq.com/,用于监控报警通知,无需企业认证。登录企业微信,应用管理->应用->添加第三方应用,填写应用信息,基本信息如下:Altermanager配置进入Altermanager应用目录。查看文件/data/p
分类:
微信 时间:
2020-09-17 18:37:16
阅读次数:
77