
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
具体错误Caused by: java.lang.IllegalArgumentException: Unable to find GatewayFilterFactory with name UserTokenat org.springframework.cloud.gateway.route.RouteDefinitionRouteLocator.loadGatewayFilters(Rout
IDEA --> File --> Plugins --> Marketplace 中搜索 Translation。1、打开host文件,地址:C:\Windows\System32\drivers\etc\hosts。2、添加 108.177.97.100 translate.googleapis.com到文件中。右击翻译–>播放语言。

可达性分析也就是从GC Roots开始向下搜索,搜索走过的路径引用链,当对象到GC Roots中没有任何的引用链了也就是引用断掉了,则表示当前对象是无用的,哪怕虚拟机就但对这个对象为可回收对象#mermaid-svg-gI1tj78vJTpwogbe .label{font-family:'trebuchet ms', verdana, arial;font-family:var(--mermai
文件创建、修改、删除1、文件目录创建mkdir dirName2、文件的创建touch fileName3、文件复制,到指定目录cp fileName /opt/4、文件名字修改mv fileName newFileName5、文件删除rm -f fileName6、文件目录删除,目录中的文件也会删除rm -rf dirName根据修改时间搜索文件1、查询当前目录三天之内修改过的文件find /v
ElasticSearch安装1、创建目录、进入目录下载压缩包,解压文件sudo mkdir -p /usr/local/ELK/escd /usr/local/ELK/essudo wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.1.3-linux-x86_64.tar.gzsudo tar zx
public static void deleteFile(String destDirPath) {String property = System.getProperty("os.name");if (property.toLowerCase().startsWith("win")) {logger.info("当前系统为Windows不进行文件清理");return;}logge
@Componentpublic class SpringUtil implements ApplicationContextAware {private static ApplicationContext applicationContext;@Overridepublic void setApplicationContext(ApplicationContext applicationCont
代码依赖maven<dependency><groupId>org.jsoup</groupId><artifactId>jsoup</artifactId><version>1.10.2</version></dependency>Gradleimplementation group: 'o
Spring Cloud 是在 Spring Boot 基础上构建的,用于快速构建分布式系统的通用模式的工具集。别的理论、使用场景、历史之类的也不说了,直接切入主题。这里,我就来架构一个简单 Spring Cloud 的应用。既然要用,都9102年了,当然要与时俱进,我这里选择的是基于Spring Boot 2.0.x 的Spring Cloud Finchley。开发工具: IDEAJDK ve
Excel导出自定义配置
