上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 56 下一页
摘要: 1、前文接 SpringBoot Eureka集群配置 2、配置 import com.netflix.loadbalancer.IRule; import com.netflix.loadbalancer.RandomRule; import org.springframework.boot.Sp 阅读全文
posted @ 2021-04-18 22:48 一只桔子2233 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 0、公共pom文件,各项目都需要 配置hosts文件,路径 C:\Windows\System32\drivers\etc\hosts # localhost name resolution is handled within DNS itself. 127.0.0.1 localhost # :: 阅读全文
posted @ 2021-04-18 17:17 一只桔子2233 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 0、公共pom文件,各项目都需要 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.5.RELEASE</vers 阅读全文
posted @ 2021-04-18 02:40 一只桔子2233 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 【互联网关键词】 【System__收录】知识点及疑难杂症 【Web前端__收录】知识点及疑难杂症 【Java__收录】知识点及疑难杂症 【DataBase__收录】知识点及疑难杂症 【编程工具__收录】知识点及疑难杂症 阅读全文
posted @ 2021-04-18 02:39 一只桔子2233 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 0、借鉴 狂神说SpringBoot17:Dubbo和Zookeeper集成 1、Zookeeper下载与安装 Zookeeper下载与安装教程(for windows) 2、pom <!-- Dubbo Spring Boot Starter --> <dependency> <groupId>o 阅读全文
posted @ 2021-04-11 17:43 一只桔子2233 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1、Pom <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> <version>2.0.4.RELEASE</version 阅读全文
posted @ 2021-04-08 00:06 一只桔子2233 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 1、前言 在通过WebSocket向浏览器发送数据时,需要发送3种数据到页面上,写3个方法感觉太冗余,故想到了JDK1.8的lambda表达式和Function<T, R>实现Java把方法作为参数传递 2、上代码 package com.ruoyi.project.front.comService 阅读全文
posted @ 2021-04-06 17:56 一只桔子2233 阅读(2666) 评论(0) 推荐(1) 编辑
摘要: 1、报错内容 WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to 阅读全文
posted @ 2021-04-03 23:05 一只桔子2233 阅读(1561) 评论(0) 推荐(0) 编辑
摘要: redis-cli读取与写入 bjlthy@bjlthy-X99:~$ bjlthy@bjlthy-X99:~$ redis-cli -h 192.168.19.135 -p 6379 192.168.19.135:6379> get 192.168.19.70@info "{\"connect\" 阅读全文
posted @ 2021-04-03 23:03 一只桔子2233 阅读(148) 评论(0) 推荐(0) 编辑
摘要: SpringBoot发送邮件 1、pom <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE</ 阅读全文
posted @ 2021-04-03 22:55 一只桔子2233 阅读(127) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 56 下一页