본문 바로가기

[Web] HTML meta 태그 HTML meta 태그 타이틀타이틀 다 긁어갈수 있게 설정 검색엔진이 찾을 수 있는 키워드 설정 검색엔진에 노출되는 요약 제목 내용 요약 다른 요약 설명 만든사람 회사이름 갱신일 (수정할때마다 갱신일을 바꿔주면 새로 긁어감) 웹페이지 캐쉬 (노캐쉬로 설정해놓으면 갱신이 빠름) 더보기
[javascript] 초에서 시간, 분 구하기 초에서 시간, 분 구하기 더보기
[Spring] 현재 HttpServletRequest 가져오기 현재 HttpServletRequest 가져오기 Service나 Dao단에서 현재 요청된 HttpServletRequest 가져오기 RequestContextListener 설정 web.xml org.springframework.web.context.request.RequestContextListener 현재 HttpServletRequest 객체 가져오는 함수public static HttpServletRequest getCurrentRequest() {ServletRequestAttributes sra = (ServletRequestAttributes) RequestContextHolder.currentRequestAttributes(); HttpServletRequest servletRequest .. 더보기
[javascript] prototype을 이용한 Map 효과 prototype을 이용한 Map 효과 더보기
[Web] JSON.parse() & JSON.stringify() JSON.parse() & JSON.stringify() JSON.parse()JSON형식의 문자열(String)을 javascript 객체(Object)로 변환 (String -> Object) JSON.stringify()javascript 객체(Object)를 JSON형식의 문자열(String)로 변환 (Object -> String) 더보기
[DB] iBatis selectKey iBatis selectKey Sequence 사용시 값을 가져와야하는 경우에 사용.SELECT ISNULL(MAX(SEQ) + 1, 1) FROM MEMBERINSERT INTO MEMBER(SEQ, NAME, ADDRESS) VALUES (#seq#, #name#, #address#) insert만 한다면 아래 같이 작성할 수 있다. INSERT INTO MEMBER(SEQ, NAME, ADDRESS) VALUES (SEQ.NEXTVAL, #name#, #address#) 더보기
[javascript] 클로저를 이용한 시퀀스 효과 클로저를 이용한 시퀀스 효과 html script 더보기
[DB] iBatis 동적 쿼리 iBatis 동적쿼리 이항연산 property가 compareProperty or compareValue와 같은지 검사 property가 compareProperty or compareValue와 같지 않은지 검사 property가 compareProperty 값 또는 compareValue의 값보다 큰지 검사 property가 compareProperty 값 또는 compareValue의 값보다 크거나 같은지 검사 property가 compareProperty 값 또는 compareValue의 값보다 작은지 검사 property가 compareProperty 값 또는 compareValue의 값보다 작거나 같은지 검사 단항연산 property가 parameter에 있는지 검사. Beans에서는 prop.. 더보기
[java] HTML 특수문자 처리 HTML 특수문자 처리 1. &amp 에서 & 형태로 변환public static String toTEXT(String str) {if(str == null)return null; String returnStr = str;returnStr = returnStr.replaceAll(" ", "\n");returnStr = returnStr.replaceAll(">", ">");returnStr = returnStr.replaceAll("<", " 더보기
[Music] Memphis Bleek - Like That Memphis Bleek - Like That Do you know what time it is? Tell me do ya know?Do you know what time it is? Tell me do ya know?Do you know what time it is? Tell me do ya know?Do you know what time it is? Swizzy! [Verse 1: Memphis Bleek]You gettin money homie? Show me if its like thatYou on the grind? Then you know its really like thatDudes who snitch, naw, I don't really like thatI don't condone the .. 더보기