From 2b015a54265b48cda42bd3652d6a600c6bf73292 Mon Sep 17 00:00:00 2001 From: jaywcjlove Date: Thu, 15 Dec 2022 14:34:57 +0000 Subject: [PATCH] doc: update java.md (#229) 5e284e6f14d7921dc30b666dc00fde168ee2b388 --- CONTRIBUTORS.svg | 34 ++++++++++++++++++---------------- docs/java.html | 3 +++ index.html | 5 ++++- 3 files changed, 25 insertions(+), 17 deletions(-) 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 版。

      -
    +