自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

HealerJean梦想博客

高级工程师成长笔记

  • 博客(5)
  • 收藏
  • 关注

原创 Long类型值过长导致丢失精度变00

前言 Github:https://github.com/HealerJean 博客:http://blog.healerjean.com 类似于LocalDateTime的序列化和反序列化方式 1、修改序列化的方式 1.1、JsonLongSerializer public class JsonLongSerializer extends JsonSerializer<Long> {...

2020-03-31 10:48:30 945

原创 Switch中不能定义相同变量名的解决

前言 Github:https://github.com/HealerJean 博客:http://blog.healerjean.com 只需要在case :后面加上{ }中括号,使变量成为局部变量就好了 报错的显示 FileBusinessOrigin fileBusinessOrigin = FileBusinessOrigin.AUTH; switch (fileBusinessOrigi...

2020-03-31 10:47:26 4509 4

原创 Phabricator进行CodeReview

前言 Github:https://github.com/HealerJean 博客:http://blog.healerjean.com 1、软件安装 1.1、安装Git 1.2、安装php 1.2.1、window安装 查看我的另一篇文章windows 安装php文章 1.3、安装Arcanist 1.3.1、下载 git clone https://github.com/phacilit...

2020-03-25 10:17:00 738

原创 Java压缩文件zip

前言 Github:https://github.com/HealerJean 博客:http://blog.healerjean.com 1、依赖 <!--zip压缩--> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-apache-xal...

2020-03-11 13:49:06 200

原创 SpringBoot整合Mybatis-Plus

前言 博主github 博主个人博客http://blog.healerjean.com 1、SpringBoot整合Mybatis-Plus 1.1、依赖 1.1.1、mybatis-plus依赖 <!--mybatis-plus--> <mybatis-plus-boot-starter.version>3.3.1.tmp</mybatis-plus-boot-s...

2020-03-10 10:30:49 484

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除