* 参考论坛 http://silic.org/post/SQL_Injection_by_Silic 1. SQL 注入之sqlmap http://drops.wooyun.org/tips/2113 2. SQL注入自学指南 http://silic.org/post/SQL_Injectio
分类:
数据库 时间:
2016-02-23 18:33:19
阅读次数:
151
一、IOC介绍 IOC(Inversion of Control),中文译为控制反转,又称为“依赖注入”(DI =Dependence Injection) IOC的基本概念是:不创建对象,但是描述创建它们的方式。在代码中不直接与对象和服务连接,但在配置文件中描述哪一个组件需要哪一项服务。容器负责将
分类:
编程语言 时间:
2016-02-15 11:55:11
阅读次数:
208
2013 Top 10 List A1-Injection Injection flaws, such as SQL, OS, and LDAP injection occur when untrusted data is sent to an interpreter as part of a co
分类:
其他好文 时间:
2016-02-03 12:37:36
阅读次数:
132
(You Can Hack It, Architecture and Design) => { Dependency Injection; MEF sample; }
分类:
其他好文 时间:
2016-01-29 08:42:13
阅读次数:
150
(You Can Hack It, Architecture and Design) => { Dependency Injection; }
分类:
其他好文 时间:
2016-01-25 06:39:12
阅读次数:
122
依赖注入一直是asp.net web框架(Web API,SignalR and MVC)中不可或缺的一部分,但是在以前,这个框架都是各自升级,都有各自的依赖注入实现方式,即使Katana项目想通过Owin将这些项目连接起来,你还是要做统一的容器去支持它们,现在事情有所变化了。抽象asp.net.....
分类:
Web程序 时间:
2016-01-19 20:53:23
阅读次数:
288
from:http://www.blackmoreops.com/2014/05/07/use-sqlmap-sql-injection-hack-website-database/0x00 背景介绍1.什么是SQL注入?SQL注入是一种代码注入技术,过去常常用于攻击数据驱动性的应用,比如将恶意的S...
分类:
数据库 时间:
2016-01-18 22:42:00
阅读次数:
1271
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userServiceImpl': Injection of persistence fields failed; nest...
分类:
其他好文 时间:
2016-01-15 20:22:50
阅读次数:
251
1.反相控制(IoC Inversion of Control)/依赖注入(DI Depdendency Injection)Martin Fowler在其文章中提出了“它们反转了哪方面的控制”的问题后,就为IoC起了一个更能说明这种模式特点的新名字"Depdendency Injection"依赖...
分类:
编程语言 时间:
2016-01-13 17:47:53
阅读次数:
149
SQL Injection Tutorial by Marezzi (MySQL) SQL注入教程由Marezzi(MySQL的)In this tutorial i will describe how sql injection works and how to在本教程中,我将介绍如何SQL注入工...
分类:
数据库 时间:
2016-01-06 23:37:04
阅读次数:
348