diff --git a/CONTRIBUTORS.svg b/CONTRIBUTORS.svg index 3a0bf11f..7b7da532 100644 --- a/CONTRIBUTORS.svg +++ b/CONTRIBUTORS.svg @@ -60,103 +60,105 @@ + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + \ No newline at end of file diff --git a/docs/java.html b/docs/java.html index dfd63da6..831c9b32 100644 --- a/docs/java.html +++ b/docs/java.html @@ -711,6 +711,8 @@ for (Integer value : nums) { System.out.println(value); } +// lambda 打印元素 +nums.forEach(e -> System.out.println(e.toString()));

HashMap

Map<Integer, String> m = new HashMap<>();
@@ -760,6 +762,7 @@
 for (String element : set) {
     System.out.println(element);
 }
+set.forEach(e -> System.out.println(e.toString()));
 

ArrayDeque

Deque<String> a = new ArrayDeque<>();
diff --git a/index.html b/index.html
index c597169d..47ef174a 100644
--- a/index.html
+++ b/index.html
@@ -793,9 +793,6 @@
 
   hanchZ
 
-
-  DaiN
-
 
   Damao
 
@@ -946,8 +943,8 @@
 
   夜未央
 
-
-  秋雨落
+
+  秋 雨落
 
 
   芦荟柚子茶
@@ -1088,7 +1085,7 @@
 
 

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

-
+