jsd cdn 大陆节点逐步被国内封禁,现更换图床

This commit is contained in:
youthlql
2021-12-22 23:07:57 +08:00
parent 3864bf0ba3
commit 97c8e501fd
28 changed files with 520 additions and 520 deletions

View File

@@ -9,7 +9,7 @@ categories:
- 重难点
keywords: Java基础泛型
description: 万字长文详解Java泛型。
cover: 'https://cdn.jsdelivr.net/gh/youthlql/lqlp@v1.0.0/Java_Basis/logo.png'
cover: 'https://unpkg.zhimg.com/youthlql@1.0.8/Java_Basis/logo.png'
abbrlink: adb2faf0
date: 2020-10-19 22:21:58
---
@@ -1038,7 +1038,7 @@ class Dog extends Animal {
`test1()`在编译时就会飘红
<img src="https://cdn.jsdelivr.net/gh/youthlql/lqlp@v1.0.0/Java_Basis/Generic/0001.png">
<img src="https://unpkg.zhimg.com/youthlql@1.0.8/Java_Basis/Generic/0001.png">
@@ -1290,7 +1290,7 @@ public class Test_difference {
}
```
<img src="https://cdn.jsdelivr.net/gh/youthlql/lqlp@v1.0.0/Java_Basis/Generic/0002.png">
<img src="https://unpkg.zhimg.com/youthlql@1.0.8/Java_Basis/Generic/0002.png">
### 区别3通配符可以使用超类限定而T不行