http
snetlogon20
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Python Django + postman get 与post 处理
首先使用 post man 制作测试脚本, 新建http request 后可以点击generate code产生 Python代码 get 的代码 import requests url = “http://127.0.0.1:8001/tst/tst_url/” querystring = {“username”:“admin”,“password”:“qwertasdfg”} he...原创 2019-05-03 20:33:18 · 1673 阅读 · 0 评论 -
spring boot MVC 通过 MultipartFile file上传文件
一、 代码 //POST http://localhost:8080/test/tstMultipartFile?id=2&name=fff //postman 中不要增加 header //body: key=file value=/path/filename 即可 //获取header 并使用@ResponseBody 返回json ...原创 2019-09-22 17:06:47 · 151 阅读 · 0 评论
分享