취미생활

취미생활

  • 분류 전체보기 (1103)
    • Web Server (28)
      • Apache (5)
      • nginx (23)
    • k8s (134)
      • EFK (97)
      • Kafka (25)
    • 마인크래프트 (25)
    • Docker (18)
    • 파이썬 (32)
      • Django (108)
      • OCR (14)
      • FastAPI (11)
    • Centos (11)
    • Windows (7)
    • Data (30)
      • PostgreSQL (16)
      • 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 (71)
    • tasker (7)
    • 보안 (4)
    • BeagleBone Black (7)
    • 브라우져 (2)
    • 수학 (13)
      • 도형 (10)
      • 명제 (1)
      • 집합 (2)
    • 영어 (5)
    • 배치 (2)
    • 모바일 (1)
    • AI (2)
    • Editor (3)
      • vscode (3)
    • 정규식 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

취미생활

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

Javascript(216)

  • 자바스크립트로 txt파일 읽어오기

    if(boxes == null) { let xhr1 = new XMLHttpRequest(); xhr1.responseType = 'text'; xhr1.open('GET', "./kor.exp0.box"); xhr1.onload = function(e) { boxes = xhr1.responseText.split('\n'); $.each(boxes, function(i,box) { boxes[i] = box.split(' ') }) makeShapes() } xhr1.send(); }

    2021.01.23
  • canvas size가져오기, resize

    function large() { console.log('변경전: ', $('#temp').width()) $('#temp').width(300) console.log('변경후: ', $('#temp').width()) }

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

    current stock price: $3.15 +0.15

    2021.01.23
  • tiff 파일 브라우져에서 보이기

    var xhr = new XMLHttpRequest(); xhr.responseType = 'arraybuffer'; xhr.open('GET', "./kor.exp0.tiff"); console.log('test') xhr.onload = function(e) { var tiff = new Tiff({buffer: xhr.response}); canvas1 = tiff.toCanvas(); document.body.append(canvas1); } xhr.send();

    2021.01.23
  • API 참조 방법

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

    2021.01.23
  • ajax 동기방식 적용

    async: false 추가 $.ajax({ url : "{% url 'gantt:getData' %}", data : { "work_id" : "{{work_id}}" }, dataType : 'json', async: false, success : function(data) { console.log('getData 0') data = JSON.parse(data); var tasks = new Array(); $.each(data, function(i,item) { console.log(i,item); newProject(); fields = item.fields; var task = new Object(); task.id = item.pk; task.name = fields.name; task.co..

    2021.01.21
이전
1 ··· 32 33 34 35 36
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바