분류 전체보기 807

MyEclipse에서 Spring Beans Graph로 보기

MyEclispe의 Spring이 적용된 applicationContext.xml 를 Spring Beans의 Show Graph로 보게 되면 아래 그림과 같은 계층도를 볼 수 있음 - applicationContext.xml DBQuery Messages loggingAdvice loggingAdvice emailNotificationThrowsAdvice nimba@actsoft.co.kr nimba@actsoft.co.kr mail.actsoft.co.kr membersController membersController list view net.sourceforge.jtds.jdbc.Driver jdbc:jtds:sqlserver://x.x.x.x:1433/x x x 100 30 1000 true ..

ANT를 이용한 테이블 생성

Spring 프레임워크 워크북 - Chapter01 - 예정 실행 방법 - build.properties ... jdbc.driverClassName=com.mysql.jdbc.Driver jdbc.url=jdbc:mysql://localhost:3306/spring?characterEncoding=euckr jdbc.username=javajigi jdbc.password=password - build.xml ... ... - chapter1.sql -- DROP TABLE USERINFO; CREATE TABLE USERINFO ( userId varchar(12) NOT NULL, password varchar(12) NOT NULL, name varchar(20) NOT NULL, email va..

특수문자표

http://waf.seoul.go.kr/source_library/source_05.html 특수문자 Entity 코드로 표현된 특수문자는 대부분의 브라우저에서 문제없이 출력된다. 꺽쇠기호 등을 Entity로 처리하지 않는 경우 브라우저들은 이것을 HTML 태그의 시작이나 끝으로 인식할 수 있다. 따옴표 " "는 HTML 속성의 값이 시작되거나 끝난 것으로 인식할 수 있다. & 기호는 Entity기호의 시작으로 오인될 수 있다. 가장 흔한 실수 : URL에 포함된 & 기호를 Entity로 변환하지 않는 경우이며 특히 웹에디터에서 입력되는 특수문자 등은 Entity 코드로 치환되어야 한다. HTML Latin-1 Character Entities Reference ASCII Entities wit..

programming/jsp 2012.03.21