摘要:
resuful api 1.面向资源 2.http动词(get post put delete等)来描述动作 3.api格式一般为json 传统api get和post 1.获取用户信息 get /api/user/read 2.更新用户信息 post /api/user/update 3.新增用户 阅读全文
摘要:
web安全 接入层注入 1.关系型数据库 mysql 存放结构化数据 高效操作大量数据 方便处理数据之间的关联关系 2.SQL注入 select from table where id=${id} select from table where id=1 or 1 = 1 select from u 阅读全文