首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
七七
累计撰写
155
篇文章
累计创建
34
个分类
累计收到
0
条评论
导航
首页
编程基础
系统
家庭
个人
友情链接
申请友情链接
目录
生活学习记录
分类
常用工具
cron获取上一个执行时间
2024-03-12 17:04
38
0
1
29.8℃
常用工具
后端开发
public static LocalDateTime getLastExecutionTime(LocalDateTime time, String cron) { CronParser parser = new CronParser(CronDefinitionBuilder.
Gson实现LocalDateTime序列化
2024-03-12 17:01
39
0
0
27.9℃
常用工具
后端开发
private Gson gson = new GsonBuilder() .registerTypeAdapter(LocalDateTime.class, new JsonSerializer<LocalDateTime>() { @O
ObjectMapper(Jackson)解析Json对象
2024-03-12 17:00
27
0
0
26.7℃
常用工具
后端开发
ObjectMapper mapper = new ObjectMapper(); // 忽略大小写 mapper.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_PROPERTIES, true); // 下划线 与 驼峰转化 mapper.
Guava使用
2024-03-12 16:58
27
0
0
26.7℃
常用工具
后端开发
版本差异 1x. 2x. Objects.toStringHelper MoreObjects.toStringHelper HashFunction.hashString(String) HashFunction.hashString(String,Charset) Hasher.putStrin
弹