The Key's Personal store
개인 블로그
레이블이
JSP
인 게시물을 표시합니다.
모든 게시물 표시
레이블이
JSP
인 게시물을 표시합니다.
모든 게시물 표시
2017년 7월 6일 목요일
StringUtils의 isEmpty, isBlank 분석.
›
자바에서 Null 포함 빈값을 체크 할 때, StringUtils의 isEmpty 나 isBlank를 사용한다. isEmpty는 "", null 일 경우 true를 리턴한다. isBlank는 "", null, ...
2015년 5월 21일 목요일
java mail 첨부파일 이름 긴 경우 문제
›
첨부파일이 한글일 경우를 감안해서 보통 아래와 같이 쓴다. bodyPart.setFileName( MimeUtility.encodeText(fileName, "UTF-8", "B")); 그러나 첨부파일 이름이 긴경우...
2013년 9월 11일 수요일
CreateProcess error=2
›
외부 프로그램시 아래의 에러 발생. CreateProcess error=2 파일이나 디렉토리 경로가 틀렸을때 나는 에러. java.io.IOException: Cannot run program " C:\JavaDE\WebStie\someP...
2013년 9월 7일 토요일
some characters cannot be mapped using euc-kr character encoding
›
Select First Character를 눌러 해당 위치를 찾아봤다. 한글사이의 스페이스(빈칸)가 문제. 스페이스만 지우고 했더니, 정상저장.
2013년 8월 3일 토요일
CHECKOUT can only be performed on a version resource [at this time]
›
Some of selected resources were not committed. Some of selected resources were not committed. svn: E200007: Commit failed (details follow)...
›
홈
웹 버전 보기