local jar 파일을 maven local repository에 추가하기

Read Article →
원격 repository를 제공하지 않는 라이브러리를 maven library dependency에 추가하기 mvn install:install-file   -Dfile=<path-to-file>   -DgroupId=<group...
Author: : LAB:4109
0 Comments

ORA-12154: TNS:지정된 접속 식별자를 분석할 수 없음

Read Article →
ORA-12154: TNS:지정된 접속 식별자를 분석할 수 없음 지난 주까지 잘 접속되던 게 안돼서 이것저것 찾아봤더니 대부분 tnsnames.ora 파일의 내용이 문제였다고 하더라만 나는 전혀 문제가 없었다. 빈칸도 없애보고, 줄도 바꿔보고,...
Author: : LAB:4109
0 Comments

맥 OSX, 스크린 캡쳐 단축키

Read Article →
1. 전체화면 캡쳐   - command + shift + 3   - 말 그대로 현재 스페이스의 화면이 통째로 저장된다. 파일은 데스크탑에 저장됨. 2. 영역 지정 캡쳐   - command + shift + 4   - 키를 누르면 포인터가...
Author: : LAB:4109
0 Comments

Property 'driverClassName' threw exception

Read Article →
org.springframework.beans.MethodInvocationException: Property 'driverClassName' threw exception; nested exception is java.lang.Ille...
Author: : LAB:4109
0 Comments

STS에 Ruby Plugin 설치하기

Read Article →
가끔 심심풀이로 Ruby를 쓰기 위해 Aptana를 실행시켰는데 IDE를 두 개나 띄우니 무겁다. 어차피 STS도, 이것도 eclipse. 그냥 STS에 플러그인을 설치해서 쓰면 좋을 것 같았다. 1. Aptana Studio 3 plugin  ...
Author: : LAB:4109
0 Comments

Java error : Must override a superclass method

Read Article →
어제 인턴으로 근무중인 사원들에게 프로젝트 개발환경을 새로 잡아주고 정리된 SVN에서 새로 체크아웃을 받았더니 다른 에러는 안 뜨는데 이런 에러가 떴다. Must override a superclass method 가만보니 service나 dao i...
Author: : LAB:4109
1 Comments

Project Euler #2

Read Article →
By considering the terms in the Fibonacci sequence whose values do not exceed four million, find the sum of the even-valued terms Fibonac...
Author: : LAB:4109
0 Comments