본문 바로가기

전체 글

(JSP) The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 출처 : http://multifrontgarden.tistory.com/52 해결법은 프로젝트 우클릭 -> Build Path -> Configure Build Path...-> Libraries 탭 -> add library -> server runtime -> was 선택 -> 끝 더보기
(Jquery) 변수 앞에 $을 붙이는 이유는 ? 출처 : http://okky.kr/article/311740 저도 var $m 이런씩의 변수 선언 엄청 많이 하는데 ㅋㅋㅋ 저와 똑같은 습관을 갖는 분이군요. 저렇게 앞에 $을 붙이는 이유는 jquery 객체라는 의미입니다. 즉, $m 은 jquery 객체라서 선언문 안봐도 저 뒤에 홀로 쓰이고 있어도 뭐하는 역할인지 알 수 있죠. 예로, number 은 nTemp1, object 는 oTemp1, array는 aTemp1 등등으로 저는 사용합니다. 더보기
(JAVA) 삼항연산자 두번> 삼항연산자 중복 사용 http://m.cafe.daum.net/aspdotnet/P16o/249 (조건A)?(조건B)?(반환값A):(반환값B):(반환값C) 설명을 하자면. 우선 (조건A) 가 참이냐 거짓이냐를 따집니다. 거짓이면 (반환값C)를 반환합니다. 그리고 (조건A)가 참인 경우는 다시 (조건B)를 따져서 참 일경우와 거짓일 경우의 값을 반환 하지요. 더보기
(Ajax) XMLHttpRequest의 메서드와 프로퍼티 출처 : http://godpage.tistory.com/entry/Ajax%EC%A0%95%EB%A6%AC-2-XMLHttpRequest%EC%9D%98-%EB%A9%94%EC%84%9C%EB%93%9C%EC%99%80-%ED%94%84%EB%A1%9C%ED%8D%BC%ED%8B%B0 if (xmlhttp.status == 200){ // 왜 200? xmlHttp.status == 200 즉 서버의 처리가 성공적일 때 실행 더보기
(Javascript) Style 속성 값을 가져올 수 없다? getComputedStyle() 메소드를 사용하자 window.getComputedStyle Style 속성 값을 가져올 수 없다? getComputedStyle() 메소드를 사용하자 http://sean86.tistory.com/6 var style = window.getComputedStyle(process, null); ======= document.getElementById("btn1").onclick = onClick 더보기
(Javascript) DOM Level 2 방식 이벤트 [javascript] DOM Level 2 방식 이벤트 출처 : http://hellomrma.com/wp/javascript-dom-level-2-%EB%B0%A9%EC%8B%9D-%EC%9D%B4%EB%B2%A4%ED%8A%B8/ DOM Level 2 방식으로 구현 할려면 표준 브라우저 (Chrome,FireFox,Safari,Opera 등) 와 비표준 방식인 Internet Explorer 8 이하 버전의 브라우저에서 정상 작동하도록 구분자 ( if/else if )를 나눠 작성해야 함. 더보기
유용한 파일 - 컴퓨터 메모장(jwFreeNote) http://leeminwoo.pe.kr/xe/m8_3/291 이대로 설치 한다. 윈도우7은 설치 후 잘 안되서 추가설치. 더보기
(Visit My App) 2016.05.31 Country count 2016.05.31 Country count Ranking 1 : KR (Korea)Ranking 2 : US (United States of America) See you next Month !!! :) 더보기