码迷,mamicode.com
首页 >  
搜索关键字:Sender address reje    ( 9380个结果
DENIED Redis is running in protected mode because protected mode is enabled
DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password is requested to ...
分类:其他好文   时间:2021-04-30 12:41:09    阅读次数:0
Proetheus常用参数
./premetheus -h 命令行常用参数: ?--config.file="prometheus.yml" # 指定配置文件 ?--web.listen-address="0.0.0.0:9090" # 监听地址和端口 ?--log.level=info # 日志级别 ?--alertmana ...
分类:其他好文   时间:2021-04-30 12:19:22    阅读次数:0
⑨.tomcat性能优化
压力测试工具 jmeter http stree 硬件测试 mysqlslap 数据库压力测试工具 ####tomcat配置参数优化 #####1.注释8009 <!-- <Connector protocol="AJP/1.3" address="::1" port="8009" redirect ...
分类:其他好文   时间:2021-04-30 12:13:59    阅读次数:0
Canal 1.1.5实现MariaDB主库故障后自动切换到从库继续同步
一、实验背景 canal有一个参数canal.instance.standby.address可以指定源端数据库的从库为备选数据库,当源端master宕机后,canal仍能指向备库进行同步。 但是发现canal 1.1.4不兼容mariadb的gtid: 当canal instance里指定了gti ...
分类:数据库   时间:2021-04-28 11:41:01    阅读次数:0
Excel提取超链接信息
打开Excel文档,按“Alt+F11”进入VBA环境。右击“Microsoft Excel 对象”,从其扩展菜单中选择“插入”-“模块”项。 接着在打开的“模块1”编辑界面中,输入如图所示的代码: Function GetActAddress(HlinkCell) Application.Vola ...
分类:其他好文   时间:2021-04-23 12:26:01    阅读次数:0
VRRP 虚拟网关冗余协议
VRRP(Virtual Router Redundancy Protocol):虚拟网关冗余协议 工作原理:核心路由器会每隔一段时间(2s)发送特定的VRRP报文,如果在5s没有收到对方发来的VRRP报文,就认为Master设备出现故障,此时的Backup会自动切换为Master 基础配置: AR ...
分类:其他好文   时间:2021-04-21 13:01:29    阅读次数:0
[AWS - Design Resilient Architectures] 1.2 Design highly available and/or fault-tolerant architectures
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:其他好文   时间:2021-04-21 12:22:48    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
[转][C#]自定义提示控件
实现了提示控件(picture1)随着鼠标而移动,但点击时仍会显示(是一个BUG) 需要绑定事件到 form、panel1、picture1、等控件 private void panel1_MouseMove(object sender, MouseEventArgs e) { //timer1.S ...
分类:Windows程序   时间:2021-04-20 15:36:30    阅读次数:0
java elasticsearch add
<dependency> <groupId>org.elasticsearch</groupId> <artifactId>elasticsearch</artifactId> <version>${es.version}</version> </dependency> <dependency> < ...
分类:编程语言   时间:2021-04-19 15:11:01    阅读次数:0
9380条   上一页 1 ... 3 4 5 6 7 ... 938 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!