feignclient 错误content type [application/octet-stream]

feignclient 错误Could not extract response: no suitable HttpMessageConverter found for response type [xxx] and content type [application/octet-stream] f

無味 無味 发布于 2024-05-20

MAT的jdk版本问题

MAT启动“Version 1.8.0_112 of the JVM is not suitable for this product. Version: 17 or greater is required.” 启动mat时提示jdk版本需要17或以上。 下载jdk17: https://www.o

無味 無味 发布于 2024-05-04

RestTemplate突然变成xml结果了

RestTempate访问某天突然从json的结果变成xml,导致线上许多远程调用解析失败 如图: 查询原因: RestTemplate初始化源码: static { ClassLoader classLoader = RestTemplate.class.getClassL

無味 無味 发布于 2024-04-29

RestTemplate 406 Not Acceptable处理

错误信息 406 Not Acceptable: [<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <h

無味 無味 发布于 2024-04-15

win11解决右击快捷键

win11解决右击快捷键问题

無味 無味 发布于 2024-04-04

linux安装epel-release解决错误“Error: Unable to find a match: epel-release”

Last metadata expiration check: 0:18:55 ago on Sat 23 Mar 2024 06:50:37 PM CST. No match for argument: epel-release Error: Unable to find a match: epel-release

無味 無味 发布于 2024-03-23

win11-"选择其他应用"无响应问题

解决win11系统无发打开"选择其他应用"无反应的问题 修改注册表 1.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Unknown\shell\openas] @=hex(2):40,00,25,00,53,00,79,

無味 無味 发布于 2024-03-17

fastjson.JSONException: can not cast to xxx, value xxx

Exception in thread "main" com.alibaba.fastjson.JSONException: parseLong error, field : id at com.alibaba.fastjson.util.TypeUtils.castToJavaBean(Type

無味 無味 发布于 2024-03-14

hive-相关报错处理${system:java.io.tmpdir}

在使用hive的时候启动成功 在执行查询函数时却提示错误 解决 将conf下面的hive-site.xml文件中的所有的system:user.name替换成用户名称,猜测可能是我使用的root管理员的情况下出现 替换后再次重启hive,执行show funcitons;成功 可以看到错误元在sys

無味 無味 发布于 2017-05-09

eclipse-在编译项目时js特别慢的问题

eclipse在编译项目时,当项目中导入了很多第三方js库时,eclipse在验证js时会消耗大量的时间,而我们却完全不用考虑那些js是否有错误 步骤:

無味 無味 发布于 2017-04-12