08 2018 档案

摘要:jdbc:mysql://ip:port/base?allowMultiQueries=true&autoReconnect=true 在mybatis中批量更新 需要在mysql的url上设置一下allowMultiQueries=true 允许重试 需要在mysql的url上设置一下autoRe 阅读全文
posted @ 2018-08-29 16:18 叫我明羽 阅读(1487) 评论(0) 推荐(0) 编辑
摘要:异常: availableProcessors is already set to [4], rejecting [4] 在启动类中加入 System.setProperty("es.set.netty.runtime.available.processors", "false"); 异常:org. 阅读全文
posted @ 2018-08-25 17:28 叫我明羽 阅读(3812) 评论(0) 推荐(0) 编辑
摘要:前言: 本文先分享下如何搭建redis的主从模式配置,以及主从模式配置的注意事项。后续会继续分享如何实现一个高可用的redis服务,redis的Sentinel 哨兵模式及集群搭建。 安装: 1,yum install gcc c++ 安装环境 2,wget http://download.redi 阅读全文
posted @ 2018-08-03 15:36 叫我明羽 阅读(18478) 评论(2) 推荐(5) 编辑

点击右上角即可分享
微信分享提示