본문 바로가기

반응형

emotional developer

eclipse snippet snip·pet〔〕 n. 1 가위로 잘라낸 자투리, 단편, 작은 조각 2 단편(fragment), 조금, 약간 3 (문장의) 부분적 인용, 발췌, 단장(斷章) 4 《구어》 시시한 인물 http://lempel.egloos.com/1601321 http://asnike.com/?p=333 더보기
Sun Java SystemApplication Server 9.1 PerformanceTuning Guide http://dlc.sun.com/pdf/819-3681/819-3681.pdf 더보기
SQL Server for Developer: 개발자를 위한 튜닝 가이드 http://www.microsoft.com/korea/technet/sql/tuning_guide_developer01.mspx SQL Server for Developer: 개발자를 위한 튜닝 가이드 본 튜닝 가이드는 경험 있는 SQL관리자와 초보자 모두에게 도움이 되도록 기초부터 고급까지 튜닝에 꼭 필요한 내용을 최대한 쉬운 예제를 통해 기술했습니다. 예제는 쉽더라도 그 내용은 무척 중요하므로 꼭 따라 하면서 본 튜닝 가이드를 실습하여 봅시다. 쿼리 디자인 수칙1. SELECT는 필요한 결과값만을 요구하는가? 수칙2. 적절한 WHERE조건을 사용하는가? 수칙3. COUNT(컬럼명) 대신 COUNT(*)을 사용하는가? 수칙4. 커서 및 임시 테이블의 내용을 최대한 자제하는가? 수칙5. VIEW의 총 .. 더보기
SQL Server JDBC driver, varchar column - string, no unicode longer than collength/2 http://sourceforge.net/tracker/index.php?func=detail&aid=1183595&group_id=33291&atid=407762 더보기
request.getParameterValues 의 순서보장은? l http://www.velocityreviews.com/forums/t297612-get-request-parameters-are-not-in-order.html l http://www.javaservice.net/~java/bbs/read.cgi?m=resource&b=qna2&c=r_p&n=1127716978&k=getparametervalues&d=tb#1127716978 l http://www.okjsp.pe.kr/seq/72109 해당 링크에서 확인 해보면, getParameterValues 에 대해 순서는 알 수(?) 없다 라고 한다. 거의 무의식적으로 당연히 순서를 보장하겠지라고 했는데. 내부적으로 hashmap으로 구현해서 iterator 로 값을 뽑아 온다면, -_- 확실한 보장은 모.. 더보기
eclipse Update SVN Cache. 이클립스에서 서브버전을 버전관리로 이용할 때. 서브버전 플러그인이 이클립스 최초 실행 시에, update 프로세스를 하게 된다. 하지만, 해당 작업이 너무 느려서 사람을 화나게 만들 정도다.. 한번 이클립스 실행시, 최고 10분 이상 걸렸던 적도 있었는데. 찾아 보니 SVN update 작업 옵션을 끌 수 있었다! http://forums.polarion.org/viewtopic.php?f=8&t=2016 The "Update SVN cache" task allows Subversive to works much faster in most operations. At the same time this task requires lots of memory in order to cache performance-c.. 더보기
thread dump 남기기. http://www.adventnet.com/products/webnms/help/developer_guide/troubleshooting_tips/creating_threaddump.html (via google) 가끔 tomcat서버가 맛탱이 갔을 경우, thread dump 를 남겨야 하는 경우가 있다. 매번 검색해서 찾는 이 무지함에 때문에;;; 관련 링크를 남긴다.. 왜 난... $ kill -3 pid 이 간단한 -_- 걸 잊냐고;;;; 더보기
Python Study. http://diveintopython.org/ 구글에서 찾은 유용한 사이트. 더보기