Caused by: com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson ve...
IP属地:上海
Caused by: com.fasterxml.jackson.databind.JsonMappingException: Incompatible Jackson ve...
调用外部接口,未对入参判空,导致空指针异常; 对于产生异常的代码,未捕获异常,或者定制化异常未在最外层捕获,抛给外部调用者; 查询数据库返回对象,未判空,在调用该对象的get...
今天写代码时,写了下面的代码: 因为我不需要用stream返回的list,所以后面没有加.collect(Collectors.toList()),结果不及预期,好像这句没有...
在将一个日期转换为给定日期的23:59:59时,例如下面: /** * 获取传入时间的23:59:59时间 * * @return */ public static Date...