From 09de9507c3119e6b0e07a8db217b9a948520ebe6 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Thu, 25 Apr 2024 18:16:01 -0400 Subject: [PATCH 1/7] =?UTF-8?q?=E5=AE=8C=E6=88=90=E6=9B=B4=E6=96=B0=20Java?= =?UTF-8?q?=20=E6=96=B0=E7=89=B9=E6=80=A7=E9=A2=84=E8=A7=88=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E7=9A=84=E7=BF=BB=E8=AF=91=E5=92=8C=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 ++ .idea/encodings.xml | 2 ++ core-java-modules/core-java/README.md | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d01bf0a170..e1211661e8 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -11,6 +11,8 @@ + + diff --git a/.idea/encodings.xml b/.idea/encodings.xml index 8e75ad790f..485ea4d754 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -33,6 +33,8 @@ + + diff --git a/core-java-modules/core-java/README.md b/core-java-modules/core-java/README.md index 0ca45409d3..8ff86380b1 100644 --- a/core-java-modules/core-java/README.md +++ b/core-java-modules/core-java/README.md @@ -3,4 +3,4 @@ 本模块中包含有关 Java 核心新增功能特性的一些文章。 ### 相关文章: -- [Java Preview Features](https://www.baeldung.com/java-preview-features) +- [Java 预览特性](https://track.ossez.com/articles/OSS-A-62628410/Java) From 781e582c9637b42f822881abcb3e7be1c91a5bde Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 07:31:50 -0400 Subject: [PATCH 2/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Java=208=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E8=AE=BE=E8=AE=A1=E6=A8=A1=E5=BC=8F=E7=AD=96=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-8/README.md b/core-java-modules/core-java-8/README.md index e207871def..5ec4b3ddef 100644 --- a/core-java-modules/core-java-8/README.md +++ b/core-java-modules/core-java-8/README.md @@ -5,7 +5,7 @@ ### 相关文章: - [New Features in Java 8](https://www.baeldung.com/java-8-new-features) - [Guide to Java 8 groupingBy Collector](https://www.baeldung.com/java-groupingby-collector) -- [Java 8 中的设计模式策略](https://www.ossez.com/t/java-8/13978) +- [Java 8 中的设计模式策略](https://track.ossez.com/articles/PL-A-37491935/Java-8) - [Guide to Java 8 Comparator.comparing()](https://www.baeldung.com/java-8-comparator-comparing) - [Guide to the Java 8 forEach](https://www.baeldung.com/foreach-java) - [Introduction to Spliterator in Java](https://www.baeldung.com/java-spliterator) From 033d0f41502a270d6e0423bccd07d8f2fbc1747a Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 07:36:47 -0400 Subject: [PATCH 3/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-annotations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-java-modules/core-java-annotations/README.md b/core-java-modules/core-java-annotations/README.md index e8a8d19f04..547dab00c4 100644 --- a/core-java-modules/core-java-annotations/README.md +++ b/core-java-modules/core-java-annotations/README.md @@ -7,6 +7,6 @@ Java 语言中的类、方法、变量、参数和包等都可以被标注。和 - [Java @Override Annotation](https://www.baeldung.com/java-override) - [Java @SuppressWarnings Annotation](https://www.baeldung.com/java-suppresswarnings) - [Java @SafeVarargs Annotation](https://www.baeldung.com/java-safevarargs) -- [Java @Deprecated Annotation(注解)](https://www.cwiki.us/display/JAVAZH/Java+@Deprecated+Annotation) +- [Java @Deprecated Annotation(注解)](https://track.ossez.com/articles/PL-A-37491765/Java-Deprecated-Annotation) - [Overview of Java Built-in Annotations](https://www.baeldung.com/java-default-annotations) - [Creating a Custom Annotation in Java](https://www.baeldung.com/java-custom-annotation) From 3d3ab0cd36b7d2b354a0313a031840f545e28a16 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 08:02:07 -0400 Subject: [PATCH 4/7] Move the link for document --- .../core-java-collections-conversions/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core-java-modules/core-java-collections-conversions/README.md b/core-java-modules/core-java-collections-conversions/README.md index 73ab6b4b01..86e882a567 100644 --- a/core-java-modules/core-java-collections-conversions/README.md +++ b/core-java-modules/core-java-collections-conversions/README.md @@ -4,10 +4,10 @@ ### 相关文章 -- [Java 如何在 Array 和 List 之间进行转换](https://www.ossez.com/t/java-array-list/14416) -- [Java 如何在 Array 和 Set 之间进行转换](https://www.ossez.com/t/java-array-set/14417) -- [Java 把 Map 的值(Value)转换为 Array, List 或 Set](https://www.ossez.com/t/java-map-value-array-list-set/14388) -- [Java 把一个 List 转换为字符串](https://www.ossez.com/t/converting-a-list-to-string-in-java/14427) +- [Java 如何在 Array 和 List 之间进行转换](https://track.ossez.com/articles/PL-A-37491937/Java-Array-List) +- [Java 如何在 Array 和 Set 之间进行转换](https://track.ossez.com/articles/PL-A-37491936/Java-Array-Set) +- [Java 把 Map 的值(Value)转换为 Array, List 或 Set](https://track.ossez.com/articles/PL-A-37491647/Java-Map-Value-Array-List-Set) +- [Java 把一个 List 转换为字符串](https://track.ossez.com/articles/PL-A-37491646/Java-List) - [How to Convert List to Map in Java](https://www.baeldung.com/java-list-to-map) - [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist) - [Java 8 Collectors toMap](https://www.baeldung.com/java-collectors-tomap) From ec4ccbe6be06b7cac9370a0fd894418562dd45fa Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 08:20:01 -0400 Subject: [PATCH 5/7] Update UUID --- core-java-modules/README.md | 2 +- core-java-modules/core-java-uuid/README.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/core-java-modules/README.md b/core-java-modules/README.md index 165531dd16..59dab31559 100644 --- a/core-java-modules/README.md +++ b/core-java-modules/README.md @@ -4,7 +4,7 @@ ## 相关文章 -- [J2EE,Java EE,Jakarta EE 命名之间的恩恩怨怨](https://www.ossez.com/t/j2ee-java-ee-jakarta-ee/14382) +- [J2EE,Java EE,Jakarta EE 命名之间的恩恩怨怨](https://track.ossez.com/articles/PL-A-37491644/J2EEJava-EEJakarta-EE) - [Understanding the NumberFormatException in Java](https://www.baeldung.com/java-number-format-exception) diff --git a/core-java-modules/core-java-uuid/README.md b/core-java-modules/core-java-uuid/README.md index 4867bc47e4..b40196e490 100644 --- a/core-java-modules/core-java-uuid/README.md +++ b/core-java-modules/core-java-uuid/README.md @@ -1,8 +1,7 @@ ## Core Java UUID ### 相关文章: -- [在 Java 中生成只有数组和字母的 UUID](https://www.isharkfly.com/t/java-uuid/15097) -- [Guide to UUID in Java](http://www.baeldung.com/java-uuid) -- [Validate UUID String in Java](https://www.baeldung.com/java-validate-uuid-string) -- [Generate the Same UUID From a String in Java](https://www.baeldung.com/java-generate-same-uuid-from-string) -- [Generating Time Based UUIDs](https://www.baeldung.com/java-generating-time-based-uuids) +- [在 Java 中生成只有数组和字母的 UUID](https://track.ossez.com/articles/PL-A-37491643/Java-UUID) +- [Java 校验 UUID 字符串](https://www.baeldung.com/java-validate-uuid-string) +- [Java 从字符串中创建相同的 UUID](https://track.ossez.com/articles/PL-A-37491641/Java-UUID) +- [Generating Time Based UUIDs](https://track.ossez.com/articles/PL-A-37491625/UUID) From 30e0d63fe4764d0318a783bac4d8fd94e80aa728 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 08:27:10 -0400 Subject: [PATCH 6/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Java=20=20UUID=20?= =?UTF-8?q?=E4=B8=AD=E9=97=AE=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-uuid/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core-java-modules/core-java-uuid/README.md b/core-java-modules/core-java-uuid/README.md index b40196e490..84ff9cdaeb 100644 --- a/core-java-modules/core-java-uuid/README.md +++ b/core-java-modules/core-java-uuid/README.md @@ -1,7 +1,9 @@ ## Core Java UUID -### 相关文章: +### Relevant Articles: - [在 Java 中生成只有数组和字母的 UUID](https://track.ossez.com/articles/PL-A-37491643/Java-UUID) - [Java 校验 UUID 字符串](https://www.baeldung.com/java-validate-uuid-string) - [Java 从字符串中创建相同的 UUID](https://track.ossez.com/articles/PL-A-37491641/Java-UUID) -- [Generating Time Based UUIDs](https://track.ossez.com/articles/PL-A-37491625/UUID) +- [创建基于时间的 UUID](https://track.ossez.com/articles/PL-A-37491625/UUID) +- [Java 中使用 UUID 创建一个正 Long 类型](hhttps://track.ossez.com/articles/PL-A-37491627/Java-UUID-Long) +- [Java 中将 UUID 存储为 Base64 字符串](https://track.ossez.com/articles/PL-A-37491626/Java-UUID-Base64) From d52cd0c1f443b8e55229fe0f497f8389b89a95d0 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 27 Apr 2024 08:27:44 -0400 Subject: [PATCH 7/7] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-uuid/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core-java-modules/core-java-uuid/README.md b/core-java-modules/core-java-uuid/README.md index 84ff9cdaeb..d06571267d 100644 --- a/core-java-modules/core-java-uuid/README.md +++ b/core-java-modules/core-java-uuid/README.md @@ -1,6 +1,6 @@ -## Core Java UUID +## Core Java (Java 核心) UUID -### Relevant Articles: +### 相关文章 - [在 Java 中生成只有数组和字母的 UUID](https://track.ossez.com/articles/PL-A-37491643/Java-UUID) - [Java 校验 UUID 字符串](https://www.baeldung.com/java-validate-uuid-string) - [Java 从字符串中创建相同的 UUID](https://track.ossez.com/articles/PL-A-37491641/Java-UUID)