일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 국제화
- mybatis
- OGNL
- 어노테이션
- Menu
- 기본
- 생성자
- 이클립스
- 안드로이드
- HTML
- 에러페이지
- 메소드
- layout
- JSP
- 배열
- 오버로딩
- Android
- struts2
- Java
- oracle
- Spring
- 전화걸기
- 예외처리
- 클래스
- 메서드
- JavaScript
- Eclips
- Graphic
- paint
- AWT
- 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..