一、实验背景 canal有一个参数canal.instance.standby.address可以指定源端数据库的从库为备选数据库,当源端master宕机后,canal仍能指向备库进行同步。 但是发现canal 1.1.4不兼容mariadb的gtid: 当canal instance里指定了gti ...
分类:
数据库 时间:
2021-04-28 11:41:01
阅读次数:
0
First reader and writers problem (读者优先) no reader be kept waiting unless a writer has obtain permission to write semaphore rw=1, readcnt_m=1; int read ...
分类:
其他好文 时间:
2021-04-26 13:39:39
阅读次数:
0
意思就是在使用response.sendRedirect()或者request.getRequestDispatcher(args).forward(request,response)进行页面跳转时,后面还有未执行完的语句,解决方法就是在界面跳转语句时加return;或者竟可能把跳转语句加到末尾。 ...
分类:
其他好文 时间:
2021-04-26 13:35:56
阅读次数:
0
打开Excel文档,按“Alt+F11”进入VBA环境。右击“Microsoft Excel 对象”,从其扩展菜单中选择“插入”-“模块”项。 接着在打开的“模块1”编辑界面中,输入如图所示的代码: Function GetActAddress(HlinkCell) Application.Vola ...
分类:
其他好文 时间:
2021-04-23 12:26:01
阅读次数:
0
panic源码解读 前言 panic的作用 panic使用场景 看下实现 gopanic gorecover fatalpanic 总结 参考 panic源码解读 前言 本文是在go version go1.13.15 darwin/amd64上进行的 panic的作用 panic能够改变程序的控制 ...
分类:
其他好文 时间:
2021-04-23 12:23:51
阅读次数:
0
## 198. House RobberYou are a professional robber planning to rob houses along a street. Each house has a certain amount of money stashed, the only co ...
分类:
其他好文 时间:
2021-04-23 12:11:50
阅读次数:
0
VRRP(Virtual Router Redundancy Protocol):虚拟网关冗余协议 工作原理:核心路由器会每隔一段时间(2s)发送特定的VRRP报文,如果在5s没有收到对方发来的VRRP报文,就认为Master设备出现故障,此时的Backup会自动切换为Master 基础配置: AR ...
分类:
其他好文 时间:
2021-04-21 13:01:29
阅读次数:
0
可参考的表达方式: However, in the past decade linear (stepwise) regression methods have been criticized for their lack of flexibility, their ignorance of pote ...
分类:
其他好文 时间:
2021-04-21 12:23:21
阅读次数:
0
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
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