摘要:
SQL注入漏洞曾经是Web应用程序的噩梦,CMS、BBS、Blog无一不曾受其害。SQL注入的原理以往在Web应用程序访问数据库时一般是采取拼接字符串的形式,比如登录的时候就是根据用户名和密码去查询:string sql = "SELECT TOP 1 * FROM [User] WHERE Use... 阅读全文
摘要:
-----------2014-02-28 mysql 作业 脚本-----------create database spring_test;use spring_test;create table if not exists users(id int unsigned not null prim... 阅读全文