2022年4月11日

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

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

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

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

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

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

nginx 反向代理端口号丢失处理

摘要: 使用nginx反向代理时,非80端口的server重定向产生丢失端口号的异常 增加配置在HOST HEADER中转发端口号 serv... 阅读全文

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

EXTJS7 可拖拉布局分割条

摘要: ...items: [{ // 需要使用panel才能生效 xtype: 'panel', docked: 'left', // 分... 阅读全文

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

EXTJS7 config 自定义配置属性

摘要: Ext.define('myComponent', { extend: 'Ext.Component', // 自定义配置属性,会自... 阅读全文

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

EXTJS7 自定义组件 IFRAME

摘要: Ext.define('PSR.Iframe', { extend: 'Ext.Component', xtype: '... 阅读全文

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

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

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

posted @ 2022-04-11 22:40 路过君 阅读(133) 评论(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)

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

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

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

springsecurity 允许跨域IFRAME引用

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

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

导航