일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- 메서드
- Java
- JSP
- 이클립스
- 메소드
- Graphic
- paint
- layout
- JavaScript
- Spring
- Eclips
- 클래스
- oracle
- Android
- AWT
- Menu
- 에러페이지
- 전화걸기
- 기본
- OGNL
- 오버로딩
- 안드로이드
- HTML
- 국제화
- 어노테이션
- mybatis
- struts2
- 예외처리
- 생성자
- 배열
- Today
- Total
목록프로퍼티 (2)
note
applicationContext02.xml Main06 package madvirus.spring.chap02; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Main06 { public static void main(String[] args){ String[] configLocations = new String[] { "applicationContext02.xml" }; ApplicationContext context = new ClassPathXmlApplicationContext( confi..
applicationContext02.xml Main05 package madvirus.spring.chap02; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Main05 { public static void main(String[] args) { String[] configLocations = new String[] { "applicationContext02.xml" }; ApplicationContext context = new ClassPathXmlApplicationContext( conf..