스프링3에서 @Value로 프로퍼티 사용하기
# servlet-contxt.xml <!– classpath는 이 프로젝트에서는 resources –> <beans:bean id=“properties”class=“org.springframework.beans.factory.config.PropertyPlaceholderConfigurer”> <beans:property name=“locations”> <beans:list> ...
황트루치
# servlet-contxt.xml <!– classpath는 이 프로젝트에서는 resources –> <beans:bean id=“properties”class=“org.springframework.beans.factory.config.PropertyPlaceholderConfigurer”> <beans:property name=“locations”> <beans:list> ...
select TABLE_NAME, COLUMN_NAME from ALL_TAB_COLUMNS where COLUMN_NAME=’컬럼명’; select TABLE_NAME, COLUMN_NAME from ALL_TAB_COLUMNS where COLUMN_NAME LIKE ‘%컬럼명%’;
[0-9]{3}[.]{1}[0-9]{3}[.]{1}[0-9]{3} 검색시 위와 같은 정규식을 입력하여 IP를 검색할 수 있다.
More
최근 댓글