목록전체 글 (901)
정미나닷컴
Keyboard Jung mi na Category : Bell/Mallet - GlassBell Bright
Keyboard Jung mi na Category : Keyboard - Piano mp/f
Keyboard Jung mi na Category : Bell/Mallet - Tinkle Bells
hostname = window.location.hostname; host = window.location.host; href = window.location.href; ⇒ 완전한 URL return port = window.location.port; pathname = window.location.pathname; ⇒ hostname을 제외한 URL return search = window.location.search; ⇒ URL의 ? 다음의 부분인 parameter return protocoal = window.location.protocol;
emulator: ERROR: bad config: virtual device directory lacks config.ini emulator: could not find virtual device named 'test_avd_1_6' 컴퓨터 사용자 이름이 한글일 경우 경로 인식에 문제가 생겨 오류 발생 android SDK 설치 디렉토리를 환경변수로 설정한 후 커맨드 창에서 AVD 이동 android move avd -n [AVD이름] -p [옮길 디렉토리]
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi 위 링크로 이동하여 zip파일을 다운로드. 압축을 푼 후 lib폴더에 들어있는 standard.jar 파일과 jstl.jar 파일을 톰캣 lib폴더 혹은 생성한 프로젝트 lib폴더에 복사.
구성요소의 내용을 바꾸거나 수정하는 innerText, innerHTML, outerText, outerHTML을 사용하는 것은 원래 잘못된 것이다. 왜냐하면 이는 W3C DOM 표준이 아니고 MS DOM이기 때문이다. Firefox에서는 innerHTML만이 지원된다. 나머지는 지원불가!!