码迷,mamicode.com
首页 >  
搜索关键字:request method    ( 32467个结果
C# Post 使用(multipart/form-data)请求数据
public static string HttpPostMultipartFormData(string url, NameValueCollection kVDatas, string method = WebRequestMethods.Http.Post, string encoding= ...
分类:Windows程序   时间:2021-07-05 18:04:31    阅读次数:0
2个视图基类,5个视图扩展类,9个视图子类,视图集,drf自动生成路由
两个视图基类 APIView ?? GenericAPIView # 导入from rest_framework.generics import GenericAPIView??类GenericView 继承了APIView,?class GenericAPIView(views.APIView): ...
分类:其他好文   时间:2021-07-05 17:10:35    阅读次数:0
Filter学习
一、概述 Filter拦截过程 //Filter对请求的拦截有2次,一次是请求过程中,一次是响应过程中;在请求过程被拦截后,执行doFilter()方法,遇到chain.doFilter(request,response); 语句后跳转到下一个资源,有可能是服务器,也有可能是另一个过滤器。当服务器发 ...
分类:其他好文   时间:2021-07-02 15:46:18    阅读次数:0
前端React后端Django 导出Excel
Dajngo查询数据,查询出来之后生成Excel保存本地 class ExportExcel(APIView): def post(self, request, *args, **kwargs): export_time = request.data.get('startEndTime') user ...
分类:其他好文   时间:2021-07-01 17:21:58    阅读次数:0
retrofit2源码阅读
1.retrofit.create 创建retrofit 2.loadServiceMethod(method).invoke(args) 动态代理method,并在repos.enqueue 中调用invoke 3.ServiceMethod.parseAnnotations(this, meth ...
分类:其他好文   时间:2021-07-01 17:14:51    阅读次数:0
android解决W/System.err: retrofit2.adapter.rxjava3.HttpException: HTTP 400 Bad Request 错误
接口请求中加header有时400报错,请求失败 查看信息应该是header传值有问题,语法格式有误,可能是header中有特殊字符为编码,服务器无法理解此请求。尝试fix,将header全部utf-8编码后再请求。 1 var token = SpUtil.getToken() 2 try { 3 ...
分类:移动开发   时间:2021-07-01 17:04:10    阅读次数:0
详解 HTTP 请求默认值
详解 HTTP 请求默认值 HTTP 请求默认值界面介绍 乍眼一看,其实跟 HTTP Request 的界面基本一样,少了一点点东西而已,所以这里就不介绍每个字段的含义了,来说下注意事项 重点 HTTP 请求默认值可以直接添加到线程组下面,也可以添加到某个 HTTP 请求下面 如果是在线程组下的 H ...
分类:Web程序   时间:2021-07-01 16:40:41    阅读次数:0
单细胞测序 10x genomics
单细胞转录组 从研究方向看上,发育生物学、免疫、神经生物学、肿瘤是排名靠前的方向,这和我们平时遇到的高频研究方向基本吻合。另外,作为一个新兴的领域,10X 单细胞转录组检测到细胞多,数据庞大,信息复杂,对数据分析带来诸多困难,因此算法类的文章(Computational method)也高达76篇。 ...
分类:其他好文   时间:2021-07-01 16:24:49    阅读次数:0
Tymeleaf模板引擎坑
1、用model传值,页面上无法解析变量 在model添加属性,不能用于转发和重定向,而且变量只能在返回的那个页面上用,这个时候可以用session或者request传值。 ...
分类:其他好文   时间:2021-06-30 18:40:40    阅读次数:0
interactive-slam-Example3
Example3 koide3 edited this page on 18 Mar 2020 · 17 revisions In this example, we correct a largely bent map with loop closing, edge refinement, and ...
分类:其他好文   时间:2021-06-30 18:35:10    阅读次数:0
32467条   上一页 1 2 3 4 ... 3247 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!