분류 전체보기(15061)
-
Error-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 동일 방법1 Server탭의 No servers are available Click this link to create a new server… 링크 클릭 Next Browase.. 확인 동일 방법2 프로젝트 선택 > 마우스 우클릭 > Properties > Java Build Path 선택 > 우측 Libraries탭 선택 > Add Library..
-
Error-Description Resource Path Location Type - Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded
에러 메시지 Description Resource Path Location Type Conversion to Dalvik format failed: Unable to execute dex: GC overhead limit exceeded 72MapDemo Unknown Android Packaging Problem 해결방법 필요한 라이브러리가 없어서 에러 발생했으며 해당 프로젝트에 사용 라이브러리를 추가해 주면 해결됩니다. 프로젝트 선택 > 마우스 우클릭 > Build Path > Configure Build Path.. Add Library... > User Library 선택 > Next User Libraries ... > New ... > 원하는 라이브러리 이름 입력 > System library..
-
Android source file import(임포트)시 에러 대처 방법 - eclipse error
import시 에러 대처 방법 방법 프로젝트 선택 > 마우스 우클릭 > Properties > Project Build Target에서 해당 API버전 선택합니다. Library가 없는 경우 Add버튼 클릭 > 해당 라이브러리 선택 > OK OK 방법 메뉴 > Project > Build Automatically 체크 메뉴 > Proejct > Clean 방법 프로젝트 선택 > 마우스 우클릭 > Build Path > Configure Build Path... 해당하는 항목 체크 OK 방법 gen\R.java 파일 삭제 프로젝트 선택 > 마우스 우클릭 > Source > Organize Imports
-
함수도 객체
자바스크립트에서는 함수도 객체 자바스크립트에서는 함수도 객체입니다. 즉, 함수의 기본 기능인 코드 수행뿐 아니라, 함수 자체가 일반 객체처럼 취급되며 프로퍼티도 가질 수 있습니다. 정의된 함수 코드부분은 함수 객체의 [[Code]]내부 프로퍼티에 저장됩니다. 소스 코드 출처: add()함수 객체 도식도 [[Code]]내부 프로퍼티 명세 ECMAScript 맹세서-8.6.2 Object Internal Properties and Method 발췌
-
오류시-Android Tools > Fix Project Properties/Clear Lint Markers
Package Explorer 프로젝트 선택 > 마우스 우 클릭 > Android Tools > Fix Project Properties Package Explorer 프로젝트 선택 > 마우스 우 클릭 > Android Tools > Clear Lint Markers
-
오류시-Project > Clean..
eclipse 메뉴 > Project > Clean... OK