摘要: 1.导包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> < 阅读全文
posted @ 2022-02-14 12:14 大萝卜萌萌哒 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 1.下载 rabbit下载 当前最新版是3.9,这里我用的是3.8.26 官网 :https://www.rabbitmq.com/download.html 选择版本:https://github.com/rabbitmq/rabbitmq-server/releases 快速下载:https:/ 阅读全文
posted @ 2022-01-05 10:24 大萝卜萌萌哒 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 1.准备环境 文件名随意最好是 git.ignore 放到用户的家目录下 C:\Users\tears\git.ignore *.class *.log target .idea *.iml .settings .project .classpath *.jar *.war *.nar *.ear 阅读全文
posted @ 2021-12-31 14:17 大萝卜萌萌哒 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1.安装 去官网下载,双击安装,只需下一步就安装完成了! 2.命令 #命令集合 git init # 初始化 git status #*************************************查看状态 git add a.text # 添加到本地临时库 git commit -m " 阅读全文
posted @ 2021-12-31 12:18 大萝卜萌萌哒 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 源码地址:https://github.com/happyfish100/fastdfs-client-java 1.整理jar包 在远程仓库中没有jar包,即使有也不是作者写的 下载源码压缩包解压升成jar包添加到maven本地库中 2.导包 第一步生成后直接在pom文件加入这个就行了,如果导包失 阅读全文
posted @ 2021-12-28 00:11 大萝卜萌萌哒 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 1.下载 版本 1.22 2019-11-19* 您必须将您的 FastDFS 升级到 v6.03 或更高版本 https://github.com/happyfish100/fastdfs-nginx-module 2.解压修改文件 [root@dlb fastDFS]# unzip nginx- 阅读全文
posted @ 2021-12-27 20:45 大萝卜萌萌哒 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 1.下载 Git连接 https://github.com/happyfish100/libfastcommon https://github.com/happyfish100/fastdfs/ 参考连接:https://www.cnblogs.com/chiangchou/p/fastdfs.ht 阅读全文
posted @ 2021-12-27 16:15 大萝卜萌萌哒 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1.安装zip/unzip、rar [root@dlb ~]# yum install -y unzip zipunzip 文件名.zip [/路径名] #解压,如果当前路径可以省略wget https://www.rarlab.com/rar/rarlinux-x64-612.tar.gz #下载 阅读全文
posted @ 2021-12-27 12:04 大萝卜萌萌哒 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1.配置集群设置 https://www.cnblogs.com/9080dlb/p/15729558.html 2.导包 <dependency> <groupId>redis.clients</groupId> <artifactId>jedis</artifactId> <version>3. 阅读全文
posted @ 2021-12-25 17:40 大萝卜萌萌哒 阅读(1263) 评论(0) 推荐(0) 编辑
摘要: 1.在服务器上安装redis https://www.cnblogs.com/9080dlb/p/15712625.html 准备6台服务器 2.配置文件修改 cluster-enabled yes #在1386行 开启集群模式#每个集群节点都有一个集群配置文件。此文件不打算手工编辑。#每个Redi 阅读全文
posted @ 2021-12-24 23:08 大萝卜萌萌哒 阅读(927) 评论(0) 推荐(0) 编辑