摘要: sql 注入风险 [TOC] 什么是sql注入呢? 参考百度 查看sql注入风险 准备材料 示列 用户的登录模拟 select from userinfo;查看数据库信息 select from userinfo where name = '凯歌318' and pwd = 666; 正常情况下 s 阅读全文
posted @ 2019-07-16 17:48 郭楷丰 阅读(1267) 评论(0) 推荐(0) 编辑
摘要: pymysql 模块简单使用 [TOC] 安装 pymysql 模块 pip 包工具安装 pymysql 参考 https://www.runoob.com/w3cnote/python pip install usage.html pycharm 安装 教程 使用 pymysql 连接数据库 并插 阅读全文
posted @ 2019-07-16 17:36 郭楷丰 阅读(727) 评论(0) 推荐(0) 编辑
摘要: 请求(HttpRequest) 与 响应(HttpResponse) [TOC] HttpRequest对象 request(请求) "官方文档" 请求相关的常用值 request.path_info 返回用户访问url,不包括域名(id和端口),参数 如:(/index/) request.pat 阅读全文
posted @ 2019-07-16 16:03 郭楷丰 阅读(538) 评论(0) 推荐(0) 编辑
摘要: mysql 多表查询 [TOC] 数据准备 连表查 交叉连接 不适用任何匹配条件,生成笛卡尔积 select from 表1,表2; 内链接 (常用) 只连接匹配的行 select from staff inner join department on 条件(表1.字段=表2.字段) 小结: 找两张 阅读全文
posted @ 2019-07-16 08:24 郭楷丰 阅读(64374) 评论(0) 推荐(26) 编辑
Live2D