摘要:
Java 8 概述 写了若干年Java了, 却不知道 SimpleDateFormat 不是线程安全的,难受啊! 以至于写出了下面的代码:发布于博客园 public final class TimeUtils { // 线程不安全的用法 public static final SimpleDateF 阅读全文
摘要:
Java 8 PostgreSQL 10 一直对 timestamp without time zone、timestamp with time zone 类型疑惑。 到底改使用哪个呢? 将 new Date() 存入 两个类型的字段中,pgAdmin工具 展示如下: timestamp witho 阅读全文