0基础环境 本文是基于阿里云的备份做的 1 全量备份文件xtrabackup 2 离线的你需要的所有binlog 1 建立备份实例 1 解压 2 apply-log 3 调整配置文件 skip-grant-tables=1 log-bin=mysql-bin gtid_mode=on enforce ...
分类:
其他好文 时间:
2021-05-24 01:56:37
阅读次数:
0
[root@localhost ~]# innobackupex --copy-back sql.back/210504 00:02:07 innobackupex: Starting the copy-back operation IMPORTANT: Please check that the ...
分类:
数据库 时间:
2021-05-23 23:07:55
阅读次数:
0
用习惯了eclipse的伙伴可能不习惯在idea中打jar包,今天就来看看吧: 为了方便起见,我们沿用上一篇文章的例子(用idea创建maven的springboot项目https://www.cnblogs.com/qq2083587182/p/14726542.html) 把pom文件改为(其实 ...
分类:
编程语言 时间:
2021-05-04 16:29:10
阅读次数:
0
import os # os.mkdir("n1") # 创建目录 # 创建文件 # with open('1.txt',mode='w') as file: # file.write('11111') # os.mknod("n1.txt") # 创建文件,windows上面不支持,linux中支 ...
分类:
编程语言 时间:
2021-05-04 15:43:42
阅读次数:
0
解决办法: 编辑 --> 首选项 --> Advanced --> 选择 “Use software-only mode” (默认是:Use Gpu ...) ...
分类:
其他好文 时间:
2021-05-03 12:55:31
阅读次数:
0
1. 不推荐使用整形设置unsigned 若非使用参数 sql_mode 务必额外添加上选项 NO_UNSIGNED_SUBTRACTION; unsigned的字段当聚合计算的时候当出现负数的时候会报错,如果不加上面的参数时 2. 自增整形类型做主键建议使用bigint 因为int最大范围42亿 ...
分类:
数据库 时间:
2021-05-03 11:41:42
阅读次数:
0
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
externals: 外部的,用户忽略 npm包 前提: 在index.js中引入jquery包,但是打包的时候,就算引入了还是不会进行打包,所以需要用到 cdn引进来 module.exports = { mode:'production', externals: { //忽略库名 --npm包名 ...
分类:
Web程序 时间:
2021-04-29 12:12:10
阅读次数:
0
1.基础bash命令 查看历史命令记录 history 查看时间 date 目录进入 cd 路径 查看目录结构 ls ls -a --全部文件 ls -l --详细信息 ls -la --全部文件详细信息 1.1文件目录操作 tree --以树状机构查看目录及文件 白色:普通文件 蓝色:目录 绿色: ...
分类:
系统相关 时间:
2021-04-29 12:01:17
阅读次数:
0
一、目录 Compositing and Blending是css的一个关于元素组合和混合的模块,详情见MDN官方,包括: background-blend-mode: 该属性定义该元素的背景图片,以及背景色如何混合; isolation:以应用该属性的元素开始,形成单独的堆叠上下文; mix-bl ...
分类:
其他好文 时间:
2021-04-28 12:01:33
阅读次数:
0