一、静态资源认证时序图 2、 ajax请求认证拦截时序图 3、退出登录时序图 ...
分类:
编程语言 时间:
2020-01-07 17:51:10
阅读次数:
299
提示:前端项目使用的是vue-cli脚手架,开始本项目之前请自行安装好vue-cli,本章默认各位盆友都配置好了所有的vue环境。 所用到的工具有:vscode、vue-cli、nodejs。 创建一个空的文件夹并用vscode编译器打开 终端>新建终端 在终端页面中执行如下命令(这是创建一个vue ...
分类:
编程语言 时间:
2020-01-07 10:21:45
阅读次数:
173
less 2 跟less 1区别: 去掉单引号查询表的用户名与密码 http://10.9.2.81/Less-2/?id=-1 union select2,3,group_concat(username,':',password) from security.users --+ less 3 跟l ...
分类:
数据库 时间:
2020-01-06 21:20:23
阅读次数:
109
整体项目结构 更改后的目录结构为 配置pom.xml文件 添加依赖 <!--security--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</a ...
分类:
编程语言 时间:
2020-01-06 20:59:42
阅读次数:
146
| 文章名 | 相关链接 | | | | | spring security | http://blog.didispace.com/spring security oauth2 xjf 1/ | | python | https://juejin.im/user/5d358b226fb9a07eb ...
分类:
其他好文 时间:
2020-01-06 13:08:14
阅读次数:
93
解决jenkins创建用户不允许有特殊字符 1、报错提示 例如创建si.li这个用户时,jenkins提示User name must only contain alphanumeric characters, underscore and dash 2、解决办法(jenkins安装的方法不同可能配 ...
分类:
其他好文 时间:
2020-01-06 12:59:59
阅读次数:
343
Spring Security 一. 简介 Spring Security是一个能够为基于Spring的企业应用系统提供声明式的安全访问控制解决方案的安全框架。它提供了一组可以在Spring应用上下文中配置的Bean,充分利用了Spring IoC,DI(控制反转Inversion of Contr ...
分类:
编程语言 时间:
2020-01-06 09:52:40
阅读次数:
85
翻译自 "Top Mobile Security Stories of 2019" 正如回顾2019年十大移动安全事件所显示的那样,赛博空间中的犯罪分子越来越多地将移动用户作为目标。对于不断扩张的企业而言,移动攻击载体也会随着业务扩展而显著扩大,迫使诸多公司重新考虑其安全要求。而对于消费者而言,保护 ...
分类:
移动开发 时间:
2020-01-05 22:52:02
阅读次数:
246
1.在web.config的配置文件中的httpRuntime标签中添加如下代码: <httpRuntime encoderType="System.Web.Security.AntiXss.AntiXssRncoder,System.Web,Version=4.0.0.0.Culture=neut ...
分类:
其他好文 时间:
2020-01-05 15:28:30
阅读次数:
273
把这个meta标签注释 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> vue-cli 打包输出到dist文件夹以后,丢入服务器,资源自动https加载问题 ...
分类:
Web程序 时间:
2020-01-04 01:39:21
阅读次数:
174