static void Main(string[] args) { //Console.WriteLine("Hello World!"); //ShowInt(10); //ShowString("test"); //ShowDateTime(DateTime.Now); //ShowObject ...
分类:
其他好文 时间:
2021-05-24 04:48:03
阅读次数:
0
HAProxy通过固定参数balance指明对后端服务器的调度算法,该参数可以配置在listen或backend选项中。 HAproxy的调度算法分为静态和动态调度算法 官方文档:http://cbonte.github.io/haproxy-dconv/2.3/configuration.html ...
分类:
编程语言 时间:
2021-05-24 03:29:28
阅读次数:
0
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>3.0.0-M5</version> <configuration> <!-- S ...
分类:
其他好文 时间:
2021-05-24 03:28:46
阅读次数:
0
一、查看ssh服务是否开启。 终端输入命令:sudo ps -e |grep ssh ,只显示如下内容则证明未安装ssh服务。 2127 ? 00:00:00 ssh-agent 若显示如下内容则证明ssh服务已开启。 1657 ? 00:00:00 ssh-agent 2349 ? 00:00:0 ...
分类:
系统相关 时间:
2021-05-24 03:15:54
阅读次数:
0
示例 # pip install aiohttp import asyncio import aiohttp headers = { "Referer": "https://vod.bunediy.com", "User-Agent": "Mozilla/5.0 (Windows NT 10.0; ...
分类:
编程语言 时间:
2021-05-24 02:57:18
阅读次数:
0
using System;using System.Collections;using System.Collections.Specialized;using System.Data;using System.Configuration;using System.Data.Common;using ...
分类:
数据库 时间:
2021-05-24 02:07:55
阅读次数:
0
安装consul 下载地址 https://releases.hashicorp.com/consul/,将下载的consul.exe 文件目录添加到系统环境中,然后执行 consul agent -dev 启动,默认监听8500端口,可以访问 http://127.0.0.1:8500/ 进行查看 ...
分类:
其他好文 时间:
2021-05-24 00:13:10
阅读次数:
0
Rabbitmq 3.6.5以上版本修改端口号方法,网上查了下有一些方不管用,所以自己实践了引用官网说明 https://www.rabbitmq.com/configure.html#configuration-files 本文主要说明在Win系统下如何修改端口号5672为其它号首先查看Log 查 ...
分类:
其他好文 时间:
2021-05-03 12:27:44
阅读次数:
0
一、问题 最近测试环境的 consul 发生了重启 但是重启之后,发现服务注册不上去了,查看consul 的日志,发现了下面的信息。 2021/04/28 06:40:55 [WARN] agent: Syncing service "uat_10.60.6.30:davietest:8092" f ...
分类:
其他好文 时间:
2021-04-29 12:11:26
阅读次数:
0
zabbix监控服务邮箱告警的三种配置方式 环境说明: 环境 IP地址 主机名 需要安装的应用 系统版本 服务端 192.168.110.30 zabbix.example.com lamp架构 zabbix_server zabbix_agent redhat 8.2 客户端 192.168.11 ...
分类:
其他好文 时间:
2021-04-28 12:08:54
阅读次数:
0