双写绕过
BUUCTF[极客大挑战 2019]BabySQL 好像和前面的题目相似 check.php?usernameadmin&password1单引号闭合
check.php?usernameadmin&password1 or 11查一下字段数
check.php?usernameadmin&password1 union select 1,2,3,4 or 11仔细看发现union selec…
在开发某个.NET项目的过程中,遇到了UTF-8编码的特殊字符在插入到GBK编码的MySql数据库时,引发了这样的错误:ERROR 1366: Incorrect string value: \xE2\x80\xA2\xE7\x8A\xB6... for column title at row 2。 由于我对MySql也不熟,…
1-19 1.文本框焦点问题onBlur:当失去输入焦点后产生该事件onFocus:当输入获得焦点后,产生该文件Onchange:当文字值改变时,产生该事件Onselect:当文字加亮后,产生该文件 < input type "text" value "郭强" onfocus &q…