摘要: 刚学了点python 的requests,就想用在sqli——lab3-lesson5 结果用updatexml就行。。。。。 一瓶不响,半瓶咣当 阅读全文
posted @ 2021-08-28 15:51 奶兔甜甜子 阅读(34) 评论(0) 推荐(0)
摘要: ![image](https://img2020.cnblogs.com/blog/2483080/202108/2483080-20210826094059229-714069695.png) 阅读全文
posted @ 2021-08-26 09:42 奶兔甜甜子 阅读(169) 评论(0) 推荐(0)
摘要: sql注入 基础 数字与union注入 知识: get与post区别:get会显示在url上,post不会 Mysql-union语句:在多个表里查询 数字注入即利用url会进行运算来住入 union注入 描述 MySQL UNION 操作符用于连接两个以上的 SELECT 语句的结果组合到一个结果 阅读全文
posted @ 2021-08-25 15:36 奶兔甜甜子 阅读(33) 评论(0) 推荐(0)
摘要: php与mysql(mysqli基本) 创建数据库 <?php $servername = "localhost";//ip地址 $username = "username";//用户名 $password = "password";//密码 // 创建连接 $conn = mysqli_conne 阅读全文
posted @ 2021-08-23 13:07 奶兔甜甜子 阅读(236) 评论(0) 推荐(0)
摘要: ![image](https://img2020.cnblogs.com/blog/2483080/202108/2483080-20210816201918645-2108504813.png) 阅读全文
posted @ 2021-08-16 20:20 奶兔甜甜子 阅读(212) 评论(0) 推荐(0)
摘要: DP课后题(2,3) 15-2回文字符串 利用LCS算法 #include<iostream> #include<vector> #include<algorithm> #include<utility> #include<string> #include<map> using namespace 阅读全文
posted @ 2021-08-09 17:19 奶兔甜甜子 阅读(60) 评论(0) 推荐(0)
摘要: DP 一.钢条切割(p205) 长度 1 2 3 4 5 6 7 8 9 10 价格 1 5 8 9 10 17 17 20 24 30 三种方法 一.自顶向下递归。 二.带备忘录的递归。 三.低向上的dp #include<iostream> #include<vector> #include<a 阅读全文
posted @ 2021-08-05 21:48 奶兔甜甜子 阅读(137) 评论(0) 推荐(0)
摘要: 第一篇博客 helloworld 阅读全文
posted @ 2021-08-04 19:48 奶兔甜甜子 阅读(15) 评论(0) 推荐(0)