IDEAL零开始搭建SpringBoot工程
摘要:https://blog.csdn.net/u013248535/article/details/55100979 2017年02月15日 20:00:14 阅读数:91806 标签: SpringBootJPAMVC 个人分类: SpringBoot的具体介绍可以参看其他网上介绍,这里就不多说了,
阅读全文
关于request请求和session请求的区别
摘要:1.session访问(带header,带body) s=request.session() s.headers.update()#header直接在session中更新 r2=s.post(url,data=body) 2.request访问 r=request.post(url,headers=
阅读全文