[jQuery] file upload
[jQuery] file upload file upload 를 구현한다. DB 에 입력되는 것을 디스크에 저장되도록 수정한다. 글로벌 프로퍼티 설정 12# for JFile propertiessystem.uploadpath = /upload 자바에서 해당 값을 주입합니다. 12@Value("#{global['system.uplo
[jQuery] file upload file upload 를 구현한다. DB 에 입력되는 것을 디스크에 저장되도록 수정한다. 글로벌 프로퍼티 설정 12# for JFile propertiessystem.uploadpath = /upload 자바에서 해당 값을 주입합니다. 12@Value("#{global['system.uplo
django 프로젝트 생성 프로젝트 생성 Google App Engine 에서 Django 사용하기 문자열 반환 URL 추가 1url(r'^view/', view.test), 함수 생성 12def test(request): return HttpResponse("Hello, world. You're at the
windows에서 django mysqldb 연결 시 에러 1Error loading MySQLdb module: No module named 'MySQLdb' You can use mysqlclient instead of MySQLdb. MySqLdb is not compatible with Python 3. 1pip install m
ImportError: cannot import name ‘update_contenttypes’ 장고에서 update_contenttypes 임포트 에러 발생시 django.contrib.contenttype.apps.py 를 수정합니다. django 1.11 버전에서 생기는 오류 인것으로 보입니다. 12345from .management import (
django-celery 장고에 스케쥴 설정 django-celery 설치 1pip install django-celery proj/proj/settings.py 수정 12345INSTALLED_APPS = [ ... 'djcelery', 'kombu.transport.django',] 데이터베이스
AXISJ GRID PageNo 목적 : 그리드에서 변경한 페이지 정보 유지 그리드 생성 HTML 코드 1<div class="ez-AXGrid ax-grid" id="axGrid" data-options="axGridConfig"></div> 그리드 기본 설정 1234567891
Android 사진 동영상 불러오기 웹앱 사용 12import android.webkit.JavascriptInterface;mWebView.addJavascriptInterface(new AndroidBridge(this), "androidJS"); 클래스 생성 12345678//웹뷰 서버 자바스크립트 연동private class
[Autohotkey] xmind 입력 모드로 변경하기 윈도우에서 xmind 사용시 한글 입력에 약간(?)의 불편함이 있습니다. 이처럼 입력모드가 아닌 상태에서 한글이 입력된다. 입력 도중 스페이스바가 눌리면 그때, 입력모드로 변경되면서, 스페이스바는 무시가 되는 상태가 되어 버립니다. 이를 방지하고자, 새로운 노드 생성시, 스페이스바를 자동으로 입력하