240 发简信
IP属地:北京
  • NPE at java.desktop/sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1262)

    CentOS使用的时候报这个错,因为缺少字体 安装字体后,重启tomcat就可以了

  • Jackson Property在field上使用时,出现大小写重名

    Jackson序列号的方案:public修饰的field -> public修饰的getter -> public修饰的setter 字段都是p...

  • 运行在容器中的spring boot连接容器中mysql报错

    之前在非容器环境下启用spring boot连接容器内的mysql时没问题,url如下: 然后切换成用容器启用spring boot的时候,报如...

  • MacOS编译RedisDesktopManager

    编译时报如下错误:xcodebuild: error: 'src/client/mac/Breakpad.xcodeproj' does not...

  • Spring RestTemplate 上传文件

    最近在做一个项目,用Spring boot开发,需要接收微信小程序传过来的图片,压缩后发送到影像系统中保存,涉及到上传文件,现列举出两种Rest...