上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 56 下一页
摘要: cmd启动jar包.zip下载 1、前言 项目需要在展会演示,由非技术人员操作,为此提供人性化的使用方式 2、bat名称改为汉字 3、bat文件内容 4、运行效果 5、注意事项 bat文件编码必须为ANSI start "矿用智能视频识别系统.jar" java -jar D:/TaiYuanExh 阅读全文
posted @ 2021-04-20 15:29 一只桔子2233 阅读(637) 评论(0) 推荐(0)
摘要: 1、前文接 SpringBoot Eureka集群配置 2、EurekaConsumer_Feign_9002 添加openfeign依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-clo 阅读全文
posted @ 2021-04-19 01:28 一只桔子2233 阅读(959) 评论(0) 推荐(0)
摘要: 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 阅读(1028) 评论(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 阅读(722) 评论(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 阅读(267) 评论(0) 推荐(0)
摘要: 【互联网关键词】 【System__收录】知识点及疑难杂症 【Web前端__收录】知识点及疑难杂症 【Java__收录】知识点及疑难杂症 【DataBase__收录】知识点及疑难杂症 【编程工具__收录】知识点及疑难杂症 阅读全文
posted @ 2021-04-18 02:39 一只桔子2233 阅读(139) 评论(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 阅读(147) 评论(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 阅读(46) 评论(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 阅读(2766) 评论(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 阅读(1658) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 56 下一页