본문 바로가기

구글 MAP API 더보기
[jQuery Mobile] GeoLocation GeoLocationfooter 더보기
[jQuery Mobile] 세션스토리지, 로컬스토리지 웹스토리지세션스토리지 사용입력값 : 저장삭제출력값 : 불러오기로컬스토리지 사용입력값 : 저장삭제출력값 : 불러오기전체삭제 footer 더보기
[jQuery Mobile] orientationchange OrientationChangefooter 더보기
[jQuery Mobile] addEventListener 터치 이벤트tap여기를 누르세요...두번째 페이지로세번째 페이지로..footerSecond Page두번째 페이지여기를 터치하세요.. 첫번째 페이지로.. 세번째 페이지첫번째 페이지로.. 더보기
[jQuery Mobile] defaultPageTransition Page Event 총정리첫번째 페이지두번째 페이지로세번째 페이지로.. footer events두번째 페이지첫번째 페이지로.. 8-1 세번째 페이지첫번째 페이지로.. 더보기
[jQuery Mobile] pagebeforehide Page EventA 페이지go B 페이지go to 외부 페이지로.. footer inPageB 페이지go A 페이지 7-1 External PageA페이지로.. 더보기
[jQuery Mobile] pagebeforecreate 6*1Page Event메인 페이지go to inpagego to external Page footerinPage메인으로.. 6*2 External Page메인으로.. 더보기
[jQuery Mobile] pagebeforeload 등 초기화 이벤트 jMobile05_1.htmlPage Event메인 페이지go to inpagego to external Pagego to noPage footerinPage메인으로.. jMobile05_2.html External Page 메인으로.. 더보기
[jQuery Mobile] $.mobile 객체 moblileinit메인 페이지go to subpagego to errorPagefootersub서브페이지입니다.. 더보기
[jQuery Mobile] mobileinit 정리 moblileinit메인 페이지go to subpagefootersub서브페이지입니다.. 더보기
정리요약 javaScript 테스트 javaScript 테스트 javaScript 테스트 javaScript 테스트 javaScript 테스트 클릭 javaScript 테스트 클릭여기는 p2 버튼1버튼2 버튼1버튼2 버튼1버튼2 버튼1버튼2 배사과수박배2사과2수박2 버튼1버튼2 버튼1버튼2 추가삭제변경 체크박스1: 체크박스2: 체크박스3: moblileinit 메인 페이지22팝업 footer 더보기
CSS 정리 글의 무단 복사를 금할때 사용할 수 있는 코드로 -user-select: none; 이 있다. 이걸 쓰게되면 글씨 드래그로 인한 블럭 생김 및 글자 복사가 모두 방지된다. 예제 ) p라는 태그에 드래그를 방지하고 싶을 때 p { -user-select: none; //인터넷 브라우져-webkit-user-select: none; //크롬-moz-user-select: none; //모질라} 의 방식으로 사용할 수 있다. 출처: http://dearmin.tistory.com/8 [소소한 일상] 폰갭 CSS에 있음.-webkit-touch-callout: none; /* 아이폰에서 Long Click시 팝업메뉴 안뜨게. prevent callout to copy image, etc when tap to h.. 더보기
jQuery 정리 function test클릭 더보기
web.xml, root-context, servlet-context web.xml, root-context, servlet-context 에 대한 설명 http://nanstrong.tistory.com/231 http://nanstrong.tistory.com/232 http://souog321.tistory.com/entry/6-servletcontextxml%EC%9D%98-%EB%8C%80%EB%9E%B5%EC%A0%81%EC%9D%B8-%EC%84%A4%EB%AA%85%EA%B3%BC-%EC%84%A4%EC%A0%95%EC%9D%84-%ED%95%B4%EB%B3%B4%EC%9E%90 http://souog321.tistory.com/entry/7-rootcontextxml%EA%B3%BC-pomxml%EC%9D%84-%EA%B0%99%EC%9D%B4-%EC%84.. 더보기
Web.xml이란? , Context 초기 파라메터 Web.xml이란? , Context 초기 파라메터 1. http://it-box.tistory.com/entry/webxml%EC%9D%B4%EB%9E%80 2. http://blog.naver.com/b1ack7circ1e/10052647428 더보기
Commons DBCP 이해하기 Commons DBCP 이해하기 http://d2.naver.com/helloworld/5102792 더보기
slf4j 로그 남기기 package com.spring.start; import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping; @Controllerpublic class LoggerDemo {private static final Logger logger = LoggerFactory.getLogger(LoggerDemo.class);@RequestMapping("action1")public void action1(){logger.info("action1 호출... ");} } 간단하게 로그를.. 더보기
Oracle Connection 테스트 package com.spring.start; import java.sql.Connection;import java.sql.DriverManager; import org.junit.Test; public class OracleConnection {private static final String DRIVER = "oracle.jdbc.driver.OracleDriver";private static final String URL = "jdbc:oracle:thin:@localhost:1521:XE";private static final String USER = "scott";private static final String PWD = "1234";@Testpublic void testConn() throw.. 더보기
테스트를 위한 환경설정(1.8버전 설치와 스프링 4.3.10.RELEASE 버전 업 등 pom.xml 4.0.0com.springstartstartPrjwar1.0.0-BUILD-SNAPSHOT1.84.3.10.RELEASE1.6.101.6.6org.springframeworkspring-context${org.springframework-version}commons-loggingcommons-logging org.springframeworkspring-webmvc${org.springframework-version}org.aspectjaspectjrt${org.aspectj-version}org.slf4jslf4j-api${org.slf4j-version}org.slf4jjcl-over-slf4j${org.slf4j-version}runtimeorg.slf4jslf4j-log4j12${o.. 더보기