취미생활

취미생활

  • 분류 전체보기 (1094)
    • Web Server (28)
      • Apache (5)
      • nginx (23)
    • k8s (131)
      • EFK (97)
      • Kafka (25)
    • 마인크래프트 (25)
    • Docker (18)
    • 파이썬 (164)
      • Django (108)
      • OCR (14)
      • FastAPI (11)
    • Centos (11)
    • Windows (7)
    • Data (28)
      • PostgreSQL (14)
      • Oracle (8)
    • Java (47)
      • Spring Boot (71)
      • Spring Boot Security (22)
      • mybatis (16)
      • Tomcat (3)
      • Azure 클라우드 (0)
      • 마인크래프트 (0)
      • Thymeleaf (0)
    • Javascript (216)
      • jQuery (9)
      • Sencha (164)
    • HTML (6)
      • Style Sheet (2)
    • 형상관리 (1)
    • 클라우드 (17)
      • Azure (3)
      • Azure DevOps (9)
      • Google Colaboratory (1)
      • Google API (3)
    • 채굴 & NFT (3)
    • Android (0)
    • Git (8)
    • Network (17)
    • OS (69)
    • tasker (7)
    • 보안 (4)
    • BeagleBone Black (7)
    • 브라우져 (2)
    • 수학 (13)
      • 도형 (10)
      • 명제 (1)
      • 집합 (2)
    • 영어 (5)
    • 배치 (2)
    • 모바일 (1)
    • AI (2)
    • Editor (2)
      • vscode (2)
    • 정규식 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

취미생활

컨텐츠 검색

태그

PostgreSQL sencha admin K8S metricbeat spring boot security django Python Kibana spring boot Java Grid Elasticsearch fluentd nginx minikube JavaScript mybatis minecraft ubuntu

최근글

댓글

공지사항

아카이브

Javascript/jQuery(9)

  • canvas 확대/축소

    jQuery를 사용해서 변경해야 canvas가 실제 사이즈가 변경되지 않고, 보이기에만 확대/축소됨 $('#box').width(canvas.width*zoom)

    2021.02.12
  • .each 에서 빠져나오는 방법

    return false를 추가하면, 빠져나옴 function box() { context.lineWidth = 1 context.strokeStyle = 'rgba(255,0,0,1)'; $.each(boxes, function(i, box) { x = box[1] y = canvas.height-box[4] width = box[3] - x height = canvas.height-box[2] - y context.strokeRect(x,y,width,height) context.stroke() return false })

    2021.01.24
  • HTML 태그 삭제

    $('#tiff').remove(); $('canvas').remove('#tiff'); $('canvas#tiff').remove(); $('canvas').remove('.tiff'); $('canvas').remove();

    2021.01.24
  • canvas getContext 인식

    getContext를 인식하지 못함 var canvas = $('#tiff').getContext('2d') getContext를 인식함 var canvas = document.getElementById('tiff').getContext('2d')

    2021.01.24
  • id가 없는 canvas 찾아서 id 셋팅하기

    current stock price: $3.15 +0.15

    2021.01.23
  • API 참조 방법

    1. 로컬에 다운받아서 참조 2. 외부에 존재하는 url 참조

    2021.01.23
이전
1 2
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바