본문 바로가기

HTD

검색하기
HTD
프로필사진 hanbikan

  • 분류 전체보기 (392)
    • Java (2)
    • Kotlin (69)
    • Android (57)
    • Front-end (2)
    • Back-end (10)
    • Unity (2)
    • Git, Github (4)
    • Algorithm (236)
      • 백준 (224)
      • 프로그래머스 (8)
    • NO CODE (10)
      • 자유게시판 (8)
      • SW마에스트로 (1)
      • 카카오브레인 패스파인더 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • Github
«   2025/05   »
일 월 화 수 목 금 토
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 31
Tags
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록전체 글 (392)

HTD

[문자열] Python - 1013번 Contact

N = int(input()) for i in range(N): cur = input() idxCur = 0 #100+1+ 또는 01의 시작 부분을 가리키도록 설계 prtCur = 'YES' while idxCur < len(cur): if cur[idxCur]=='0': #01 if idxCur+1 C의 경우라고 보시면 되겠습니다.

Algorithm/백준 2021. 2. 21. 18:53
[Vanilla JS] Drag&Drop 드래그앤드롭

좀 무섭네요 그냥 원을 움직이는 건 너무 심심해서 이미지 하나 넣어본 것 뿐이에요 별 다른 기능은 없습니다. HTML/CSS Javascript function MouseDown(event){ event.preventDefault(); const el = event.target; const classList = el.classList; if( !classList.contains("hold")){ const mouseX = event.clientX; const mouseY = event.clientY; const targetPos = el.getBoundingClientRect(); const targetX = targetPos.x; const targetY = targetPos.y; /*타겟의 left,..

Front-end 2020. 12. 7. 18:16
이전 Prev 1 ··· 37 38 39 40 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바