码迷,mamicode.com
首页 >  
搜索关键字:security context    ( 17701个结果
不同场景,this 的指向问题汇总
定义:A property of an execution context (global, function or eval) that, in non–strict mode, is always a reference to an object and in strict mode can b ...
分类:其他好文   时间:2020-12-07 12:36:53    阅读次数:6
ServletConfig对象和ServletContext对象有什么区别?
一个Servlet对应有一个ServletConfig对象,可以用来读取初始化参数。 一个webapp对应一个ServletContext对象。 ServletContext对象获取初始化定义的参数。 ServletContext对象可以通过context.getResourceAsStream(" ...
分类:其他好文   时间:2020-12-03 12:19:25    阅读次数:6
Android数据库表
package com.example.ccc; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteDatabase. ...
分类:移动开发   时间:2020-12-03 12:17:14    阅读次数:9
Spring Security异常信息本地化
背景SpringSecurity支持将展现给终端用户看的异常信息本地化,这些信息包括认证失败、访问被拒绝等。而对于展现给开发者看的异常信息和日志信息(如配置错误)则是不能够进行本地化的,它们是以英文硬编码在SpringSecurity的代码中的。在Spring-Security-core-xxx.jar包的org.springframework.security包下拥有一个以英文异常信息为基础的m
分类:编程语言   时间:2020-12-03 11:53:19    阅读次数:6
Exception in thread "main" java.sql.SQLException: ORA-01017: invalid username/password; logon denied
在用spring配置文件applicationContext.xml中引入src下的properties文件 <context:property-placeholder location="classpath:jdbc.properties"/> <!-- DriveManagerDataSourc ...
分类:数据库   时间:2020-12-03 11:37:52    阅读次数:11
Spring Framework 5 模块组成、体系结构、整体架构
核心容器(Core Containe) 核心容器提供了Spring框架的基本功能,是其它模块建立的基础,有 spring-core、spring-beans、spring-context、spring-context-support和spring-expression(Expression Lang ...
分类:编程语言   时间:2020-12-03 11:34:23    阅读次数:5
Eureka bug
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServer ...
分类:其他好文   时间:2020-12-01 12:30:30    阅读次数:7
MS14-068域提权漏洞复现
MS14-068域提权漏洞复现 一、漏洞说明 改漏洞可能允许攻击者将未经授权的域用户账户的权限,提权到域管理员的权限。 微软官方解释: https://docs.microsoft.com/zh-cn/security-updates/Securitybulletins/2014/ms14-068 ...
分类:其他好文   时间:2020-11-27 11:14:40    阅读次数:6
AppScan 扫描
1、AppScan 工具介绍 AppScan,全名:IBM Security AppScan Standard。其安装在 Windows 操作系统上,可以对网站等 Web 应用进行自动化的应用安全扫描和测试 AppScan 工作原理: 通过搜索(爬行)发现整个 Web 应用结构 根据分析,发送修改的 ...
分类:移动开发   时间:2020-11-27 11:04:15    阅读次数:23
bWAPP——A5-Security Misconfiguration
#Arbitrary File Access (Samba)任意文件获取 使用msf进行攻击 1、利用auxiliary/admin/smb/samba_symlink_traversal 2、smbclient -L 10.10.110.163(靶机ip)寻找bWAPP靶机上有哪些文件是共享的例如 ...
分类:移动开发   时间:2020-11-27 11:00:45    阅读次数:18
17701条   上一页 1 ... 24 25 26 27 28 ... 1771 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!