摘要:
float数值类型用于表示单精度浮点数值,而double数值类型用于表示双精度浮点数值,float和double都是浮点型,而decimal是定点型; MySQL 浮点型和定点型可以用类型名称后加(M,D)来表示,M表示该值的总共长度,D表示小数点后面的长度,M和D又称为精度和标度,如float(7 阅读全文
摘要:
1.异常org.springframework.http.converter.HttpMessageNotReadableException: Required request body is missing情况一、2.问题展示@RequestMapping(value = "/somewhere" 阅读全文