上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: SpringBoot日记——日志框架篇 阅读全文
posted @ 2020-10-13 10:21 袁骞骞 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Spring Boot集成log4j其实比较简单,maven的话,在xml中增加log4j依赖就行 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-log4j</arti 阅读全文
posted @ 2020-09-25 15:23 袁骞骞 阅读(6825) 评论(0) 推荐(0) 编辑
摘要: Office - 0x4004F00C解决方法 阅读全文
posted @ 2020-09-10 11:29 袁骞骞 阅读(673) 评论(0) 推荐(0) 编辑
摘要: git快速下载地址:https://github.com/waylau/git-for-win 阅读全文
posted @ 2020-08-14 17:15 袁骞骞 阅读(111) 评论(0) 推荐(0) 编辑
摘要: WINDOWS上KAFKA运行环境安装 https://www.notion.so/93eabaa21e974bdb8e8df16536b50c05 阅读全文
posted @ 2020-07-28 10:00 袁骞骞 阅读(131) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/heqiuyong/p/10463334.html https://blog.csdn.net/qq_36737803/article/details/90578860 一、安装gcc依赖 由于 redis 是用 C 语言开发,安装之前必先确认是否安装 阅读全文
posted @ 2020-07-07 14:04 袁骞骞 阅读(643) 评论(0) 推荐(1) 编辑
摘要: 仅做个人记录,请慎重参考!! 问题描述:使用redis-ha启动了3个pod,现在还有一个pod正常运行,并且为slave(理论上第一个起来的pod应该为master) 通过info命令查看下图 尝试修复 使用 slaveof NO ONE 命令 阅读全文
posted @ 2020-05-30 14:46 袁骞骞 阅读(1496) 评论(0) 推荐(0) 编辑
摘要: 该随笔仅限自己记录,请谨慎参考!! 为什么把这2块内容放一个标题里? 发现lombok和eclipse结合的一些问题 关于lombok如何与eclipse结合,网上应该有很多教程,我这块已经做过了,但是在使用springboot的demo时,还是发现一些问题。。。 1、仓库问题 demo默认是这样的 阅读全文
posted @ 2020-05-27 09:43 袁骞骞 阅读(928) 评论(0) 推荐(0) 编辑
摘要: mqttfx无法选择证书,无法读取证书 mqttfx也算是挺方便的,但是,有个问题困扰了我很久,就是windows下使用SSL/TLS选择证书路径时,点击后面三个点没有反应(有的同学就没有这个问题) 解决: 使用mqttfx时,会生成mqttfx-config.xml文件(如果找不到该文件,推荐使用 阅读全文
posted @ 2020-05-22 18:24 袁骞骞 阅读(1952) 评论(2) 推荐(0) 编辑
摘要: 以emqx4.0.7版本为例 1、安装erlang环境 可以参考:https://www.cnblogs.com/shanfeng1000/p/11951703.html 这里需要注意一下,要按照emqx官网说明,比如4.0.7版本,编译需要 Erlang/OTP R21+ ,也就是说 需要 Erl 阅读全文
posted @ 2020-05-21 17:17 袁骞骞 阅读(2332) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页