목록분류 전체보기 (918)
정미나닷컴
Keyboard Ahn doo ri Category - Jazz Guitar + Piano
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폴더에 복사.