본문으로 바로가기

while (true)

현재위치 :: HOME BLOG CATEGORY SEARCH ARCHIVE TAGS MEDIA LOCATION GUESTBOOK

네비게이션

  • 홈
관리자
  • 블로그 이미지
    3COLORED

    자바, JSP, 스프링, 알고리즘 관련 정보 블로그입니다.

    링크추가
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃

Frontend 검색 결과

해당 글 1건

disable typescript duck typing (타입스크립트 덕타이핑 제한)

interface Point2D { norminal: Point2D; x: number; y: number; } interface Point3D { norminal: Point3D; x: number; y: number; z: number; } type Nominal = T; const point2D = { x: 16, y: 24 }; const point3D = { x: 39, y: 7, z: 12 }; interface DisableDuckTyping extends Point2D { readonly norminal: T; } type p2dType = DisableDuckTyping; type p3dType = DisableDuckTyping; const p2d = (1 as never as p2dT..

Frontend 2021. 7. 29. 06:42
  • 이전
  • 1
  • 다음

사이드바

NOTICE

  • 공지사항
  • 전체 보기
MORE+

CATEGORY

  • IT (26)
    • Java (4)
      • Spring (0)
      • Java (4)
    • Algorithm (4)
      • Baekjoon Online Judge (0)
      • 기타 정보 (4)
    • Database (11)
      • SQL (10)
      • SQLD (1)
    • 소식 (3)
      • IT (3)
      • 잡담 (0)
    • Frontend (1)
      • javascript (0)
      • React (0)
    • Other (1)

RECENTLY

  • 최근 글
  • 최근 댓글

최근 글

최근댓글

Trackback

TAG

  • java8 enum
  • SQLD 연습문제
  • SQLD
  • enum
  • java7 enum
MORE+

ARCHIVE

CALENDAR

«   2025/09   »
일 월 화 수 목 금 토
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30

LINK

VISITOR

오늘
어제
전체
  • 홈으로
  • 방명록
  • 로그인
  • 로그아웃
  • 맨위로
SKIN BY COPYCATZ COPYRIGHT while (true), ALL RIGHT RESERVED.
while (true)
블로그 이미지 3COLORED 님의 블로그
MENU
  • 홈
CATEGORY
  • IT (26)
    • Java (4)
      • Spring (0)
      • Java (4)
    • Algorithm (4)
      • Baekjoon Online Judge (0)
      • 기타 정보 (4)
    • Database (11)
      • SQL (10)
      • SQLD (1)
    • 소식 (3)
      • IT (3)
      • 잡담 (0)
    • Frontend (1)
      • javascript (0)
      • React (0)
    • Other (1)
VISITOR 오늘 / 전체
  • 글쓰기
  • 환경설정
  • 로그인
  • 로그아웃
  • 취소

검색

티스토리툴바