Stella981 Stella981
4年前
Spring Cloud Gateway 数据库存储路由信息的扩展方案
动态路由背景​无论你在使用Zuul还是SpringCloudGateway的时候,官方文档提供的方案总是基于配置文件配置的方式例如:zuul的配置形式routes:pigauth:path:/auth/serviceId:
Stella981 Stella981
4年前
Nginx 配置静态文件 404 问题
使用Nginx做访问静态资源的时候,配置之后访问一直是 404。我的配置是location/dist{      root/usr/local/nginx/html/dist;      }原因:root配置的意思是,会在root配置的目录后跟上URL,组成对应的文件路径。即我的访问h
Easter79 Easter79
4年前
SpringMVC与SpringBoot配置文件的加载区别
一、SpringMVC:配置文件在classpath下。在web.xml中配置加载。以下项目为示例其中引用关系为1. applicationContextdao.xml引用了mybatis文件夹中的配置文件2. applicationContextshiro.xml引用了shiro文件夹中的配置文件3. sprin
Stella981 Stella981
4年前
EBS并发管理器的并发请求表 fnd_concurrent_requests,这个表有三个时间列,如何获得并发请求诊断信息
并发管理的并发请求表fnd\_concurrent\_requests,这个表存在三个时间:requested\_start\_dateThedateandtimewhenuserswanttherequesttostartrunning(用户希望请求开始运行的日期和时间)request\_dateConcurrent
Wesley13 Wesley13
4年前
Java中的工具类究竟如何命名?
先来几个例子JDK自带工具类Arrays.asList();Objects.equals();Collections.sort();Spring框架工具类StringUtils.isEmpty();CollectionUtils.isEmpty()FileCopyUtils.copy();Hu
Stella981 Stella981
4年前
Jmeter+Jenkins持续集成(三、集成到Jenkins)
1、Jenkins全局工具配置登录jenkins系统管理GlobalToolConfiguration(1)JDK配置  !(https://oscimg.oschina.net/oscnet/da002dc661700cbfe320aed007abd175360.png)(2)Ant配置  !
Stella981 Stella981
4年前
Maven使用 国内镜像配置
Maven使用国内镜像配置  Maven  setting.xml中配置<repositories<repository<idnexus</id<namelocalprivatenexus</name
Stella981 Stella981
4年前
Linux内核的配置机制及其编译过程
Linux内核的配置机制及其编译过程一、配置系统的基本结构Linux内核的配置系统由三个部分组成,分别是:1、Makefile分布在 Linux 内核源代码根目录及各层目录中,定义 Linux 内核的编译规则;2、配置文件(config.in(2.4内核,2
Stella981 Stella981
4年前
Disconf部署安装
DistributedConfigurationManagementPlatform(分布式配置管理平台)专注于各种 分布式系统配置管理 的通用组件/通用平台,提供统一的配置管理服务。主要目标:部署极其简单:同一个上线包,无须改动配置,即可在多个环境中(RD/QA/PRODUCTION)上线
Stella981 Stella981
4年前
HashedWheelTimer源码学习
基本概念tickDuration:每tick一次的时间间隔ticksPerWheel:轮中的slot数remainingRounds:第几轮(calculatedtick)/wheel.lengthdeadline:得到过期时间。longdeadlineSystem.nanoTime()