09 2017 档案

摘要:springmvc中的配置: DateConvert类(后台接受日期类型的数据:字符串转日期类型): ObjectMappingCustomer 类(返回json串null值处理为“”): 阅读全文
posted @ 2017-09-22 17:18 super超人 阅读(622) 评论(0) 推荐(0)
摘要:1. 如果使用@RequestBody接受页面参数: public Map insertBudget(@ApiParam(required = true,name = "actBudgetCost",value = "预算")@RequestBody ActBudgetCost actBudgetCost, HttpServletRequest request){ } 那么前台页面ajax应... 阅读全文
posted @ 2017-09-20 10:55 super超人 阅读(9513) 评论(0) 推荐(0)
摘要:在springMVC配置文件中加入: 对应实现类: package com.iomp.util; import org.springframework.core.convert.converter.Converter; import j... 阅读全文
posted @ 2017-09-20 10:45 super超人 阅读(2410) 评论(0) 推荐(0)
摘要:因为电脑卡死强制重启电脑后打开idea,进行junit单元测试报错: idea报错。Error:Failed to load project configuration: cannot parse xml file E:\project\.idea\workspace.xml: Error on l 阅读全文
posted @ 2017-09-08 12:59 super超人 阅读(15324) 评论(0) 推荐(0)