上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 1.点击左上角眼睛图标,再点击add 2.新增环境变量名和变量值 3.环境变量的引用 4.调用环境变量断言 调用环境变量中的phone变量内容进行断言response body中的phone字段内容 响应body数据 查看断言结果 5.调用全局变量断言 调用全局变量中的phone变量内容进行断言re 阅读全文
posted @ 2020-07-02 17:20 不放弃自己 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 接口返回json: { "code": "000000", "msg": "成功", "data": { "userId": 445962, "userName": "13719654762", "iconUrl": null, "token": "5ea0bc3d-9f8f-47ff-826e-0 阅读全文
posted @ 2020-07-02 17:11 不放弃自己 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 使用:File—> Setting—> File and Code Templates—> Python Script 效果如下所示: 阅读全文
posted @ 2020-07-02 15:27 不放弃自己 阅读(596) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_44719527/article/details/104840543 阅读全文
posted @ 2020-07-02 09:51 不放弃自己 阅读(492) 评论(0) 推荐(0) 编辑
摘要: import requests,time from lxml import html def test4(): url4=[] url = ['https://www.keyomii.com/'] for i in url: res = requests.get(i) tree = html.fro 阅读全文
posted @ 2020-07-01 14:31 不放弃自己 阅读(102) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dailinqing1984/article/details/89289946 https://www.cnblogs.com/zhaoyingjie/p/9664081.html 阅读全文
posted @ 2020-06-30 13:17 不放弃自己 阅读(174) 评论(0) 推荐(0) 编辑
摘要: https://foofish.net/django-admin-date-format.html 阅读全文
posted @ 2020-06-27 18:27 不放弃自己 阅读(574) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/python_and_me/article/details/83586896 阅读全文
posted @ 2020-06-25 21:43 不放弃自己 阅读(85) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xxxxxxxxYZ/article/details/106151176 阅读全文
posted @ 2020-06-25 18:30 不放弃自己 阅读(348) 评论(0) 推荐(0) 编辑
摘要: 序列化器作用: 1.进行数据的校验 2.对数据对象进行转换 序列化: 模型类对象 > python字典 用于输出, 返回给前端使用 反序列化: 前端传送的数据 > 经过验证 > python的字典 用于输入 接受前端数据时使用 序列化器作用: 帮助我们进行序列化, 反序列化 总结 : 在开发REST 阅读全文
posted @ 2020-06-23 11:12 不放弃自己 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页