본문 바로가기

순수한소년의스토리170

[Java] ibatis배열 private String[] achList; public String[] getAchList() { return achList; } public void setAchList(String[] AchList) { this.achList = achList; } #achList[]# 2017. 1. 12.
[eGovFrame] 버전별 오픈소스 SW 구성 출처 http://www.egovframe.go.kr/EgovOSS.jsp?menu=1&submenu=2&leftsub=3 실행환경 전체선택 1.0 2.0 2.5 2.6 2.7 3.0 3.1 3.5 3.6 3.7 3.8 3.9 3.10 4.0 라이센스 비고 전체선택 Presentation layer Business Logic layer Persistent layer Integration layer Batch layer Foundation layer Mobile Presentation / Device API layer 적용 서비스별 오픈소스 명과 버전 업그레이드 비교표 서비스별 오픈소스명과 버전 업그레이드 비교표 서비스 그룹 서비스 명 오픈소스 명1.0 jdk1.5이상2.0 jdk1.5이상2.5 jdk1... 2016. 11. 27.
[형상관리] 이클립스에서 SVN표시가 안될때 Preferances -> General -> Appearance -> Label Decorations 에서 SVN 2016. 11. 19.
[eGovFrame] Dynamic Web Module 3.1 requires Java 1.7 or newer How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse Last Updated on 20 June, 2015 by App Shah 15 CommentsHave you noticed above type of error in your Eclipse? When you’re creating a project with Dynamic Web Module 3.1 support, you should be using Java 1.7 or newer. Please follow below steps to resolve it.Step1:Make sure your Java Project is configured probably to use Java.. 2016. 11. 19.
[eGovframe 3.1.1] 에서 server 내릴 때, 에러 출처http://coders-kitchen.com/2014/01/29/tip-disable-log4j-2s-shutdown-handler/ 문제Exception in thread "log4j-shutdown" java.lang.NullPointerException 본문의 해결방안 2016. 11. 18.