2022年4月11日

spring security authenticated与fullyAuthenticated的区别

摘要: authenticated Returns true if the user is not anonymous fullyAuthe... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(50) 评论(0) 推荐(0)

springsecurity oauth2 端点安全源码

摘要: 默认配置 AuthorizationServerSecurityConfigurer ...// 客户端默认使用BASIC AUTH... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(97) 评论(0) 推荐(0)

springsecurity oauth2 授权码模式流程

摘要: authorization_code 1.客户端站点尝试获取授权码 http://authServer/oauth/authoriz... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(488) 评论(0) 推荐(0)

extjs 部署时动态切换上下文路径

摘要: 修改index.html ... // 获取首页上下文路径 var basePath = window.location... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(33) 评论(0) 推荐(0)

extjs store 设置额外参数刷新数据

摘要: store.proxy.setExtraParams({param1: 'value1', param2: 'value2'});s... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(111) 评论(0) 推荐(0)

extjs store定义 通过ajax访问json数据

摘要: { proxy: { type: 'ajax', url: '/data.json', reader: { type: '... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(47) 评论(0) 推荐(0)

Extjs mvvm store绑定

摘要: view ...viewModel: { type: 'view1.mainviewmodel'},...bind:{ store:... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(46) 评论(0) 推荐(0)

spring 自定义配置属性 嵌套 集合

摘要: @ConfigurationProperties("init-data.auth")public class AuthPropert... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(140) 评论(0) 推荐(0)

springsecurity 多httpsecurity配置

摘要: 多配置时根据配置文件order依次套用httpsecurity规则,等效于http.and() http.authorizeRequ... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(161) 评论(0) 推荐(0)

npm install异常error code EPERM

摘要: Error: EPERM: operation not permitted, unlink 控制台需要使用管理员身份启动 ... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(139) 评论(0) 推荐(0)

maven deploy异常

摘要: Deployment failed: repository element was not specified in the POM... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(912) 评论(0) 推荐(0)

springsecurity oauth2sso 客户端单点登陆

摘要: 依赖 org.springframework.cloud spring-cloud-starter-oauth2 ... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(97) 评论(0) 推荐(0)

springboot 使用webjars打包静态资源模块

摘要: 依赖 org.webjars webjars-locator 0.39 maven build 配置 ... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(132) 评论(0) 推荐(0)

nginx 配置笔记

摘要: nginx.conf 处理器数量 worker_processes 1; http 客户端请求正文大小 client_max_bod... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(18) 评论(0) 推荐(0)

springsecurity oauth2认证服务器 自定义登陆页面导致客户端授权异常处理

摘要: 如果认证服务器使用自定义登陆页面,且静态资源通过如下配置,将导致授权码模式客户端跳转认证服务器登陆成功后无法完成客户端授权,页面将跳... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(415) 评论(0) 推荐(0)

webstorm 文件类型无法正确识别

摘要: 将项目中的文本文件修改后缀为JS可能导致此文件无法被识别为JS源码 因为webstorm自动增加对该文件名模式的文件类型关联规则 解... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(278) 评论(0) 推荐(0)

springsecurity 允许跨域IFRAME引用

摘要: WebSecurityConfigurerAdapter @Overrideprotected void configure(Htt... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(163) 评论(0) 推荐(0)

跨域IFRAME 安全的数据交互方案

摘要: 场景概述:站点A页面通过IFRAME嵌套站点B页面,A页面需要从B页面获取数据 站点B页面推送数据: parent.window.p... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(77) 评论(0) 推荐(0)

extjs7 selectfield异常 Uncaught TypeError: Cannot read property 'hasPendingLoad' of null

摘要: 场景 下拉选择某项目后报异常 “Uncaught TypeError: Cannot read property ‘hasPendi... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(0) 评论(0) 推荐(0)

EXTJS7 自定义组件 使用element和renderTpl绘制

摘要: 版本 7.4.0 Modern工具包 Ext.define('myComponent',{ // 继承Ext.Component e... 阅读全文

posted @ 2022-04-11 22:40 路过君 阅读(125) 评论(0) 推荐(0)

导航