개발
2016/04/27
[GitHub] Hello World 가이드
›
회사에서는 GitLab에 SourceTree 사용하느라 Github는 사용해본지 오래 되었다. 오랜만에 사용하는거니 가이드를 읽어보자. https://guides.github.com/activities/hello-world/ ==========...
2016/04/19
[JSP EL] JSP 문자 비교시 예외 발생 / jsp test char exception
›
- jsp test char exception - javax.servlet.jsp.el.ELException: An exception occurred trying to convert String "x" to type "ja...
2016/04/06
[Python] Openpyxl를 이용한 엑셀 읽기
›
Excel Data read 라이브러리 설치 0. pip가 설치되어있지 않다면 먼저 설치 $ sudo easy_install pip 1. pip를 이용해서 openpyxl 라이브러리 설치 $ sudo pip install open...
2016/04/05
[Python] urllib2 Library MultiPartForm class
›
로컬에서 MultiPartForm 전송 import itertools import mimetools import mimetypes from cStringIO import StringIO import urllib import ...
[Python] 한글 처리중 에러 (UnicodeEncodeError: 'ascii' codec can't encode characters in position ....)
›
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-2: ordinal not in range(128) 문서 상단에 선언시 해결 가능 impo...
[Python] utf-8 선언
›
SyntaxError: Non-ASCII character ...... but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details 최상단에 해당 문서의 인코딩을 ...
2016/01/20
[ffmpeg] ubuntu ffmpeg install (E: Package 'ffmpeg' has no installation candidate)
›
aws ubuntu 에 ffmpeg 설치가 필요했다. ubuntu 버전은 14.04 1. 컴파일 설치 https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu 참조 2. apt-get 설치 ...
2016/01/19
Switching easily between Java JDKs on Mac OS X
›
original URL : https://wimdeblauwe.wordpress.com/2014/03/20/switching-easily-between-java-jdks-on-mac-os-x/ I just came upon a neat ...
2016/01/14
[ubuntu] ubuntu jdk 1.7 install
›
- ubuntu jdk 1.7 install - ubuntu jdk install - ubuntu jdk 설치 OpenJDK sudo apt-get install openjdk-7-jdk Oracle JDK sudo add-apt-repository ...
[ubuntu] ubuntu tomcat 7 install
›
- ubuntu tomcat install - ubuntu tomcat7 install sudo apt-get install tomcat7 http://hangaebal.tistory.com/11
‹
›
홈
웹 버전 보기