码迷,mamicode.com
首页 >  
搜索关键字:expected multiparthttpservletrequest: is a multipartresolver configured    ( 1631个结果
Spring集成Swagger,Java自动生成Api文档
博主很懒... Swagger官网:http://swagger.io GitHub地址:https://github.com/swagger-api 官方注解文档:http://docs.swagger.io/swagger-core/apidocs/index.html Swagger-UI地址 ...
分类:编程语言   时间:2018-01-18 17:07:43    阅读次数:292
JwtHashAlgorithm 加密
完! ...
分类:其他好文   时间:2018-01-18 15:07:30    阅读次数:331
Expected BEGIN_OBJECT but was BEGIN_ARRAY at line 1 column 2
原因是解析的时候多了,逗号,或是 \ 解决方法: revJson=revJson.replace("\\", "");//去掉'/' revJson=revJson.substring(1, revJson.length()-1); //去掉头尾引号。 简单对象解析: BeanOrderIntent ...
分类:其他好文   时间:2018-01-17 12:32:49    阅读次数:609
Gson Expected BEGIN_ARRAY but was STRING
这个问题自己对照Bean类, 原因出在Sting 和List 的转换错误 把集合改成数组即可 ...
分类:其他好文   时间:2018-01-17 12:29:35    阅读次数:144
Userdata
我们首先关心的是如何在Lua中表示数组的值。Lua为这种情况提供专门提供一个基本的类型:userdata。一个userdatum提供了一个在Lua中没有预定义操作的raw内存区域。 Lua API提供了下面的函数用来创建一个userdatum: void *lua_newuserdata (lua_ ...
分类:其他好文   时间:2018-01-16 14:05:42    阅读次数:150
Python+Appium 查找 toast 方法的封装
使用场景:在操作应用时常见toast弹框,通过toast弹框信息的获取判断当前的某个操作是否成功 引用的包:from selenium.webdriver.support import expected_conditions as EC,\expected_conditions from selen ...
分类:移动开发   时间:2018-01-13 20:43:10    阅读次数:1412
无人工干预地自动上传附件
上传文件 Browse for a file to upload: 1、使用webdriver的send_keys方法上传文件 #!usr/bin/env python #-*- coding:utf-8 -*- """ @author: sleeping_cat... ...
分类:Web程序   时间:2018-01-12 21:16:16    阅读次数:237
Python: ValueError: too many values to unpack
eg1: >>>a,b=(1,2,3) Traceback (most recent call last): File "<stdin>",line 1,in <module> ValueError: too many values to unpack (expected 2) 错误原因: 一个tu ...
分类:编程语言   时间:2018-01-12 14:53:31    阅读次数:1383
redis异常:(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are dis ...
分类:数据库   时间:2018-01-11 16:10:53    阅读次数:212
lab 4 EIGRP MD5 Authentication
EIGRP MD5 Authentication MD5 authentication is a cryptographic authentication. A key (password) and key ID are configured on each router. The router u ...
分类:其他好文   时间:2018-01-09 22:09:05    阅读次数:166
1631条   上一页 1 ... 69 70 71 72 73 ... 164 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!