본문 바로가기

IT16

Timezone 리스트 전세계 Timezone 리스트. (출처, http://todoist.com/ 의 "sign up" 중에서...) 콤마로 구성된 내용중에서 앞에 것은 timezone 의 코드로 사용하고, 뒤의 내용은 사용자에게 보여지는 내용이다 US/Hawaii, GMT-10:00 - Hawaii US/Alaska, GMT-09:00 - Alaska US/Pacific, GMT-08:00 - Pacific Time (US & Canada) US/Arizona, GMT-07:00 - Arizona US/Mountain, GMT-07:00 - Mountain Time (US & Canada) US/Central, GMT-06:00 - Central Time (US & Canada) US/Eastern, GMT-05:00 - .. 2011. 3. 31.
Spring Framework 2.5 에서 Class Type 으로 Bean을 찾는 예제 /** * */ package com.skt.pmp.serviceportal.home;import java.io.IOException; import java.io.PrintWriter;import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;import org.springframework.beans.factory.BeanFactoryUtils; import org.springframework.web.context.WebApplicationContext; impo.. 2010. 10. 4.
톰켓을 사용하는데 필요한 20가지 Tips 출처: http://mimul.com/pebble/default/2007/08/24/1187964360000.html 1. jdk 1.5이상이면 아래 설정을 JAVA_OPTS안에 추가한다면 YourKit을 가지고 힙덤프를 분석할 수 있다. -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/logs/heapdump 2. Jasper 2 JSP Engine 지원을 위해 $CATALINA_BASE/conf/web.xml 설정 변경하라. - development : false, genStringAsCharArray : true, modificationTestInterval : true, trimSpaces : true - 자세한 건 여기를 참조하라. 3. 가용성 확보를 위.. 2010. 1. 21.
Confluence 설치 시 먹통(hang) 될때. 방법 1 --------------- MySQL JDBC 연결로 DB 생성시 Hang 이 걸린다면, mysql 의 jdbc url 에 'useServerPrepStmts'를 false로 지정해보자 example: jdbc:mysql://localhost/confluence?autoReconnect=true&useServerPrepStmts=fals 참고: http://confluence.goldpitcher.co.kr//pages/viewpage.action?pageId=11960342 방법 2 ------------------ (나같은 경우는 이 방법으로 해결이 됐다) java 의 permsize 가 부족해도 같은 증상이 생길수도 있다. 설정된 permsize 메모리를 좀 더 올려보거나 permsize.. 2009. 6. 29.
Versioning Numbering Concepts Apache Portable Runtime Project (APR Project) 프로젝트의 버전 관리에 대한 내용. 만들고 있는 자바 프로그램의 버전을 부여할 필요가 있을 경우, 이 가이드라인을 참고해 보도록 하자 http://apr.apache.org/versioning.html 2009. 5. 26.
웹기반 프로젝트 관리 툴 최초 출처 : Scent of Life - OpenProj 외 프로젝트 관리 툴 위키피디아 : List of project management software, Project management software OpenSource 기준... eGroupWare 위키피디아 : http://en.wikipedia.org/wiki/EGroupWare Homepage : http://www.egroupware.org/Home dotProject 위키피디아 : http://en.wikipedia.org/wiki/DotProject Homepage : http://www.dotproject.net/ Project.net 위키피디아 : http://en.wikipedia.org/wiki/Project.net Home.. 2009. 5. 18.