diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 74119395..62f4921a 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -80,37 +80,39 @@ + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/java.html b/docs/java.html index 6386dbc6..457f4c98 100644 --- a/docs/java.html +++ b/docs/java.html @@ -985,6 +985,9 @@
  • SecureRandom 实例用于生成安全的伪随机数流
  • UUID 表示一个不可变的通用唯一标识符
  • Vector 实现了一个可增长的对象数组
  • +
  • LocalDate 表示没有时区的日期,只包含年月日,不可变并且线程安全的,java8 及以上版本可用
  • +
  • LocalTime 表示没有时区的时间,只包含时分秒,不可变并且线程安全的,java8 及以上版本可用
  • +
  • LocalDateTime 表示没有时区的日期时间,同时包含年月日时分秒,不可变并且线程安全的,java8 及以上版本可用
  • 另见

      diff --git a/index.html b/index.html index 6416da9e..3282452a 100644 --- a/index.html +++ b/index.html @@ -827,6 +827,9 @@ onewesong + + phygerr + shelton @@ -944,7 +947,7 @@

      如果你有资源,可以很方便部署 web 版,这非常简单,只需要克隆 gh-pages 分支代码到你的静态服务就可以了,还可以使用 docker 快捷部署 web 版。

      -
    +