취미생활

취미생활

  • 분류 전체보기 (1014) N
    • Web Server (28)
      • Apache (5)
      • nginx (23)
    • k8s (102) N
      • EFK (80)
      • Kafka (20)
    • 마인크래프트 (25)
    • Docker (18)
    • 파이썬 (161)
      • Django (108)
      • OCR (14)
      • FastAPI (9)
    • Centos (11)
    • Windows (7)
    • Data (28)
      • PostgreSQL (14)
      • Oracle (8)
    • Java (156) N
      • Spring Boot (71) N
      • 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 (7)
    • Network (17)
    • OS (62)
    • tasker (1)
    • 보안 (4)
    • BeagleBone Black (2)
    • 브라우져 (1)
    • 수학 (13)
      • 도형 (10)
      • 명제 (1)
      • 집합 (2)
    • 영어 (5)
    • 배치 (2)
    • 모바일 (1)
    • AI (0)
    • Editor (2)
      • vscode (2)
    • 정규식 (1)
  • 홈
  • 태그
  • 방명록
RSS 피드
로그인
로그아웃 글쓰기 관리

취미생활

컨텐츠 검색

태그

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

최근글

댓글

공지사항

아카이브

Ajax(3)

  • Sencha form ajax

    Clientbuttons: [ { text: 'Submit', handler: function(button) { let form = button.up('form').getForm(); if(form.isValid()) { form.submit({ url: '/test', method: 'POST', waitMsg: 'Submitting your data...', success: function(form, action) { let response = Ext.decode(action.response.responseText); if(response.data == 1) { // controller 함수..

    2024.09.01
  • Sencha 'itemId' 다루기

    해당 페이지에서만 의미 있는 IDAjax의 결과 Binding 하기생략 items: [ { xtype: 'textfield', itemId: 'id', fieldLabel: 'ID', name: 'id', allowBlank: false, readOnly: true }, { xtype: 'textfield', itemId: 'name', fieldLabel: 'Name', name: 'name', allowBlank: false, }, ],생략 onAfterRender: function(eOpts) { let me = this; Ext.Ajax.request({ url: '/test', method: 'POST', success..

    2024.09.01
  • Sencha Ajax 호출

    Ext.Ajax.request({ url: 'your-server-endpoint-url', // The URL to which the request is sent method: 'GET', // The HTTP method to use for the request, e.g., 'GET', 'POST' params: { key1: 'value1', key2: 'value2' }, success: function(response, opts) { // This function is called when the request succeeds var responseText = response.responseText; con..

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

티스토리툴바