前言canal是阿里开源的一款用于同步mysql数据到其他数据存储的中间件,主要用途是基于 MySQL 数据库增量日志解析,提供增量数据订阅和消费在搭建mysql服务器主从同步的时候,我们知道,备份服务器如果需要同步master的数据,其底层实现原理是salve监听master的bin_log日志文件,而canal的实现借用了这一思想,将自己的服务伪装成slave服务监听bin_log,从而将...
// WriteBigFile.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include #include #include #include #include #define WORDSINLINE 150 //每行字节数#define