道萝岗特森's Blog
- Earth,Solar system,Milky Way
- 904756917@qq.com
- https://daolgts.github.io
hello world
- Earth,Solar system,Milky Way
- 904756917@qq.com
- https://daolgts.github.io
-
NoSQL注入学习
NoSQL简介 non-relational Not Only SQL 维基百科上对NoSQL的介绍: NoSQL是对不同于传统的关系数据库的数据库管理系统的统称。 两者存在许多显著的不同点,其中最重要的是NoSQL不使用SQL作为查询语言。其数据存储可以不需要固定的...
技术总结 Published {{moment(1564222257000).fromNow()}} -
报错注入
实验吧 加了料的报错注入 页面源代码给出了sql语句 $sql=”select * from users where username=’$username’ and password=’$password’”; post 提交username和passwo...
技术总结 Published {{moment(1520239431000).fromNow()}} -
SQL语句中的llimit与offset
SQL查询语句中的 limit offset ① selete * from testtable limit 2,1; ② selete * from testtable limit 2 offset 1; 注意: 数据库数据计算是从0开始的 offset X是跳...
技术总结 Published {{moment(1520066135000).fromNow()}}