摘要: 中文系统默认gbk编码格式,你的代码是utf8格式的。所以报错 阅读全文
posted @ 2018-09-07 11:42 zipon 阅读(1012) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中配置 阅读全文
posted @ 2018-09-07 09:32 zipon 阅读(3677) 评论(0) 推荐(0) 编辑
摘要: package common; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; /** * Created by zipon on 2018/8/27. */ public class BaseResponse { private JSONArray headers; ... 阅读全文
posted @ 2018-09-07 09:30 zipon 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: 在pom.xml中配置 阅读全文
posted @ 2018-09-07 09:29 zipon 阅读(2714) 评论(0) 推荐(0) 编辑