SpringBoot支持的缓存组件 在SpringBoot中,数据的缓存管理存储依赖于Spring框架中cache相关的org.springframework.cache.Cache和org.springframework.cache.CacheManager缓存管理器接口。 如果程序中没有定义类型 ...
分类:
编程语言 时间:
2021-07-12 18:18:45
阅读次数:
0
完整备份 命令:innobackupex --defaults-file=/etc/my.cnf --user=root --password=PASSWORD --database=DATE BACK_DIR_PATH PASSWORD 数据库密码 DATE 数据库名 --database=DAT ...
分类:
其他好文 时间:
2021-07-05 17:46:48
阅读次数:
0
import axios from 'axios'; import iView from 'iview'; const baseApiObj = { production: 'https://imzt.bndxqc.com/api', experience: 'https://imztty.bndx ...
分类:
Web程序 时间:
2021-07-05 16:58:57
阅读次数:
0
mysql多实例部署 通过开启多个不同的端口,将mysql部署多个进程 # 指定不同的datadir ,初始化 # 将配置文件的端口改成3307,3308,3309 # 使用mysqld --defaults-file=//// --user=mysql # 和你二进制安装的数据库一样的操作,只是配 ...
分类:
其他好文 时间:
2021-07-01 16:31:25
阅读次数:
0
# 本次实验 共四台机器 # A: 10.0.0.11 为client # B: 10.0.0.12 为主节点 # C: 10.0.0.13 为从节点1 # D: 10.0.0.14 为从节点2 # 首先配置BCD主从复制 (这里不做重复描写,参考我前面的文档) # 开始安装mycat相关包,以及数 ...
分类:
系统相关 时间:
2021-06-28 19:25:19
阅读次数:
0
mount -t tmpfs -o size=2048m tmpfs /local/home/algocn/pst tmpfs /local/home/algocn/pst tmpfs defaults,size=2048m,uid=500,gid=500 0 0 ...
分类:
系统相关 时间:
2021-06-24 17:35:55
阅读次数:
0
1.在/etc/init.d/创建你的脚本 cd /etc/init.d/ sudo vim add_static_route_to_34_52.sh 2.在脚本中按如下模板填写 注意### BEGIN INIT INFO和### END INIT INFO之间的都要写,后面有机会研究下为什么。 后 ...
分类:
系统相关 时间:
2021-06-19 18:41:17
阅读次数:
0
import com.alibaba.fastjson.support.spring.GenericFastJsonRedisSerializer; import org.springframework.cache.CacheManager; import org.springframework.c ...
分类:
其他好文 时间:
2021-06-02 20:05:07
阅读次数:
0
安装 官网下载 https://www.elastic.co/downloads/past-releases/elasticsearch-5-2-2 安装包 解压 Elasticsearch安装包 tar -zxvf elasticsearch-5.6.2.tar.gz elasticsearch ...
分类:
其他好文 时间:
2021-05-24 15:58:16
阅读次数:
0
运行命令free -h,若swap那一行都是0的话表明没有交换空间。dd if=/dev/zero of=/var/swap bs=1024 count=2048000if 表示infile,of表示outfile,bs=1024代表增加的模块大小,count=2048000代表2048000个模块 ...
分类:
其他好文 时间:
2021-05-24 07:51:25
阅读次数:
0