-
-
content description
:robot: This issue is automatically synced from: [source](https://github.com/test-org-maxdanilov/test1/issues/41)
-
Desp Oct 18
-
### Steps To Reproduce
1. Navigate to https://test.javalearninglab.com/
2. Click on the navigation tab labeled Quiz on the left panel
3. Answer all the Questions until arriving at question 13
…
-
dataframe的表格样式怎么改呀
-
# Chap.13 클러스터 노드와 네트워크 보안
- 파드가 노드의 리소스에 액세스할 수 있게 하는 법
- 파드에서 사용자가 원하는 작업을 마음대로 수행할 수 없도록 클러스터를 구성하는 방법
- 파드가 통신할 때 사용하는 네트워크를 보호하는 방법
## 파드에서 노드의 기본 리눅스 네임스페이스 사용
`hostNetwork: true`로 설정…
-
new issue 13
-
кириллическое тело
-
testing bug and comment
-
코드 13-1에 보면 이렇게 되어있습니다.
`return (PhoneNumber) super.clone();`
여기서 다운캐스팅을 하고 있는데요
`super`의 메서드를 호출하는데 어떻게 캐스팅 에러가 안 나나요?
다운캐스팅은 업캐스팅된 객체만 가능하다고 알고 있는데
`super`는 `PhoneNumber` 클래스를 모르지 않나요?