Easter79 Easter79
3年前
springcloud gateway高级功能之监控metric中tag修改
背景springcloudgateway在集成Prometheus后看到监控图中uri是UNKNOWN,如下图:!在这里插入图片描述(https://imgblog.csdnimg.cn/20210104202715142.png?xossprocessimage/watermark,type_ZmFuZ3poZW5naGVpdGk
Stella981 Stella981
3年前
JSP页面用EL表达式 输出date格式
JSP页面用EL表达式输出date格式 1、头上引入标签<%@tagliburi"http://java.sun.com/jsp/jstl/core"prefix"c"%<%@taglibprefix"fmt"uri"http://java.sun.com/jsp/jstl/fmt"%2、使用:
Stella981 Stella981
3年前
Spring Cloud Config
nvironmentRepository的默认实现使用Git后端,这对于管理升级和物理环境以及审核更改非常方便。要更改存储库的位置,可以在ConfigServer中设置“spring.cloud.config.server.git.uri”配置属性(例如application.yml)。如果您使用file:前缀进行设置,则应从本地存储库中工作,
Wesley13 Wesley13
3年前
URI与URL的区别
    这两天在写代码的时候,由于涉及到资源的位置,因此,需要在JavaBean中定义一些字段,用来表示资源的位置,比如:imgUrl,logoUri等等。但是,每次定义的时候,心里都很纠结,是该用imgUrl还是imgUri呢?    同样的,另外一个问题:StringHttpServletRequest.getRequestURI();和Stri
Stella981 Stella981
3年前
CDN a,b,c三种鉴权的PHP代码
A鉴权方式的代码//http://DomainName/Filename?auth\_keytimestampranduidmd5hash//sstring"URITimestampranduidPrivateKey"(URI是用户的请求对象相对地址,如/Filename)//HashValuemd5su
Easter79 Easter79
3年前
SpringSecurityOAuth2(4)根据请求URI动态权限判断
GitHub地址(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fweizongwu%2FSpringCloudOAuth2SpringSecurityFrame.git"项目地址")码云地址(https://gitee.com/wujishu/
Stella981 Stella981
3年前
Nginx配置中Location的优先级
根据Nginx的官方文档,Location标签一共有四个修饰符,分别是:(1):表示完全匹配;(2)^~:匹配URI的前缀,并且后面的正则表达式不再匹配,如果一个URI同时满足两个规则的话,匹配最长的规则;(3)~:匹配正则表达式,大小写敏感;(4)~:匹配正则表达式,大小写不敏感;优先级:(1
Wesley13 Wesley13
3年前
URI、URL、URN 的联系和区别
原文同步至http://www.waylau.com/differenceofuriurlurn/(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fwww.waylau.com%2Fdifferenceofuriurlurn%2F)在Web应用中,URI、URL
Stella981 Stella981
3年前
Elasticsearch Search API 概述与URI Search
本节开始,将详细介绍SearchAPI的使用。SearchAPI概述详细API如下:publicfinalSearchResponsesearch(SearchRequestsearchRequest,RequestOptionsoptions)throwsIOExceptionpubl
Stella981 Stella981
3年前
Spring Security基于类和方法授权操作及异常页面的处理
顶部引入标签库:  <%@taglibprefix"security"uri"http://www.springframework.org/security/tags"%在需要面对不同权限的用户展示不同数据处添加:<security:authorizeaccess"hasAnyRole('ROLE_PRODUCT','R