https://github.com/yhy0/sqlilab-jsp
jsp版sqlilab 1-21关
https://github.com/yhy0/sqlilab-jsp
Last synced: about 2 months ago
JSON representation
jsp版sqlilab 1-21关
- Host: GitHub
- URL: https://github.com/yhy0/sqlilab-jsp
- Owner: yhy0
- Created: 2019-11-15T08:12:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T02:14:27.000Z (almost 3 years ago)
- Last Synced: 2025-03-27T20:07:22.561Z (2 months ago)
- Language: Java
- Size: 6.28 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 简介
原版为php版,因为个人工作需求,目前已将1--20关改为jsp(后续有时间再改),因个人技术原因,可能存在Bug。
# 使用说明
**使用之前修改db.properties 相关数据库连接信息** 默认用户、密码root root
**sql-lab.sql 为数据库文件**
## 部署方式
### 1. sqlilabs文件夹 可以使用IDEA打开部署
### 2. 将ROOT.war放在tomcat/webapps/ 下,启动tomcat
## 可能会出现的问题
SQL注入时 如果出现"Illegal mix of collations for operation 'UNION'" ,请检查数据库,表,字段排序规则是否一致。(我以为移植到另台服务器时,被这个问题给坑了,以为我的代码有问题╮(╯▽╰)╭)