- 博客(3)
- 收藏
- 关注
原创 关于使用Gson解析包含Date类型数据是报错Caused by: java.text.ParseException: Failed to parse date ["1461689198000']:
当Gson解析包含Date(时间精确到毫秒级)时,直接转换是由问题的,即类型转换会失败,所以会报错。 需要自定义gson,实现转换。如下,即可解决。(Stack Overflow是利器啊!!!) // Creates the json object which will manage the information received GsonBuilder builder = new Gs...
2019-09-27 16:11:32 738
原创 SSM框架整合redis时,关于报错Error creating bean with name 'redisContentServiceImpl' defined in file......
在SSM框架整合redis时,关于报错Error creating bean with name 'redisContentServiceImpl' defined in file......报错bean依赖有问题,也就是说bean注入的时候有问题。最终找到问题是redis和jedis连接的版本有问题,重新找了一个对应的版本,就解决了。 <dependency> ...
2018-06-12 10:33:52 9896 1
原创 springmvc文件上传时,form表单加上enctype="multipart/form-data"后无法实现Bean的注入解决方案
<form id="documentForm" name="documentForm" action="${ctx}/document/addDocument" enctype="multipart/form-data" method="post" > <!-- 隐藏表单,flag表示添加标记 -->
2018-05-17 16:38:42 1435
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人