From b6632780ba79255fbe39583e109521423f95b430 Mon Sep 17 00:00:00 2001 From: 4Aiur Date: Mon, 8 Apr 2019 16:05:39 +0800 Subject: [PATCH 1/3] =?UTF-8?q?Update=20=E7=AC=AC=E4=B8=80=E5=91=A8?= =?UTF-8?q?=EF=BC=882018-8-7=EF=BC=89.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MostCommonJavaInterviewQuestions/第一周(2018-8-7).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md index 4ca58dbf..6330e3e4 100644 --- a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md +++ b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md @@ -139,7 +139,7 @@ Java程序设计语言对对象采用的不是引用调用,实际上,对象 下面再总结一下Java中方法参数的使用情况: -- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型》 +- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型) - 一个方法可以改变一个对象参数的状态。 - 一个方法不能让对象参数引用一个新的对象。 From 2bc5c23c90df118c7e79f67ebe365feeb8ceffde Mon Sep 17 00:00:00 2001 From: 4Aiur Date: Mon, 8 Apr 2019 16:21:56 +0800 Subject: [PATCH 2/3] =?UTF-8?q?Update=20=E7=AC=AC=E4=B8=80=E5=91=A8?= =?UTF-8?q?=EF=BC=882018-8-7=EF=BC=89.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MostCommonJavaInterviewQuestions/第一周(2018-8-7).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md index 6330e3e4..a82c657b 100644 --- a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md +++ b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md @@ -139,7 +139,7 @@ Java程序设计语言对对象采用的不是引用调用,实际上,对象 下面再总结一下Java中方法参数的使用情况: -- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型) +- 一个方法不能修改一个基本数据类型的参数(即数值型或布尔型)。 - 一个方法可以改变一个对象参数的状态。 - 一个方法不能让对象参数引用一个新的对象。 From 9f1871a8630c8080f86200af761040d7f2aa0d00 Mon Sep 17 00:00:00 2001 From: 4Aiur Date: Mon, 8 Apr 2019 16:29:18 +0800 Subject: [PATCH 3/3] =?UTF-8?q?Update=20=E7=AC=AC=E4=B8=80=E5=91=A8?= =?UTF-8?q?=EF=BC=882018-8-7=EF=BC=89.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同一个链接重复引用了两次 --- .../MostCommonJavaInterviewQuestions/第一周(2018-8-7).md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md index a82c657b..595a73e2 100644 --- a/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md +++ b/docs/essential-content-for-interview/MostCommonJavaInterviewQuestions/第一周(2018-8-7).md @@ -247,7 +247,5 @@ hashCode() 的作用是获取哈希码,也称为散列码;它实际上是返 [https://www.cnblogs.com/skywang12345/p/3324958.html](https://www.cnblogs.com/skywang12345/p/3324958.html) -[https://www.cnblogs.com/skywang12345/p/3324958.html](https://www.cnblogs.com/skywang12345/p/3324958.html) - [https://www.cnblogs.com/Eason-S/p/5524837.html](https://www.cnblogs.com/Eason-S/p/5524837.html)