上一页 1 2 3 4 5 6 ··· 52 下一页

2022年4月11日

EXTJS7 config 自定义配置属性

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

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

EXTJS7 自定义组件 IFRAME

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

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

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

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

posted @ 2022-04-11 22:40 路过君 阅读(99) 评论(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 路过君 阅读(67) 评论(0) 推荐(0) 编辑

springsecurity 允许跨域IFRAME引用

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

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

webstorm 文件类型无法正确识别

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

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

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

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

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

nginx 配置笔记

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

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

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

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

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

上一页 1 2 3 4 5 6 ··· 52 下一页

导航