摘要: FastJson相关介绍 http://www.cnblogs.com/aliger/p/3916848.html 问题解决办法 实体类属性名驼峰写法,第一个驼峰前只有一个字母的属性无法序列化,如:uName (无法序列化) userName (可以序列化) 环境:jdk1.8,junit 4.1. 阅读全文
posted @ 2017-09-01 22:51 Sugata 阅读(5908) 评论(0) 推荐(0) 编辑
摘要: 1/问题描述 项目框架 spring+springMVC+mybatis 用maven管理项目 IDE:STS 执行maven install时报错 [ERROR] Failed to execute goal org.apache.maven.plugins:maven surefire plug 阅读全文
posted @ 2017-07-17 22:37 Sugata 阅读(5605) 评论(0) 推荐(0) 编辑
摘要: 1、错误描述 Maven项目 web.xml 头部报错 'Description Resource Path Location Type Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web app_3_1.xs 阅读全文
posted @ 2017-07-13 23:05 Sugata 阅读(1586) 评论(0) 推荐(0) 编辑
摘要: 1、错误描述 Maven项目 web.xml 头部报错 'Description Resource Path Location Type Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web app_3_1.xs 阅读全文
posted @ 2017-07-13 23:05 Sugata 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: 1、错误描述 Description Resource Path Location Type cvc complex type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 't 阅读全文
posted @ 2017-07-11 22:50 Sugata 阅读(951) 评论(0) 推荐(0) 编辑
摘要: 1.1、异常描述 Description Resource Path Location Type Class 'org.springframework.http.converter.json.MappingJacksonHttpMessageConverter' not found [config 阅读全文
posted @ 2017-07-11 21:16 Sugata 阅读(7491) 评论(0) 推荐(0) 编辑
摘要: Excel2007以上版本导出Excel,并分成多个sheet 使用Apache POI导出Excel(.xlsx) Excel titleMap = new LinkedHashMap(); titleMap.put("rowId", "序号"); titleMap.put("stuName", 阅读全文
posted @ 2017-07-11 09:11 Sugata 阅读(1032) 评论(0) 推荐(0) 编辑
摘要: 1、错误日志: 'java.lang.ExceptionInInitializerError at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstruct 阅读全文
posted @ 2017-07-10 22:21 Sugata 阅读(8163) 评论(0) 推荐(0) 编辑
摘要: Excel2007以上版本导出简单实现 使用Apache POI导出Excel(.xlsx) Excel dataList = new ArrayList(); dataList.add(new String[]{"东邪","17232401001","男","2015年9月"}); dataLis 阅读全文
posted @ 2017-03-28 15:40 Sugata 阅读(11808) 评论(1) 推荐(2) 编辑
摘要: poi导出Excel报错 Exception in thread "main" java.lang.NoClassDefFoundError: org/openxmlformats/schemas/spreadsheetml/x2006/main/CTWorkbook$Factoryat org.a 阅读全文
posted @ 2017-03-28 13:19 Sugata 阅读(22388) 评论(0) 推荐(0) 编辑