javax.servlet.http.HttpServlet was not found on the java Build path 오류 해결방법
프로젝트 -> Propertis -> JAVA Build Path 메뉴 -> Libray탭 -> Add Libraries
-> Server Runtime -> Tomcat Server
그럼 완료!
javax.servlet.http.HttpServlet was not found on the java Build path 오류 해결방법
프로젝트 -> Propertis -> JAVA Build Path 메뉴 -> Libray탭 -> Add Libraries
-> Server Runtime -> Tomcat Server
그럼 완료!
[Curbrid] 데이터 내보내기 및 가져오기시 한글깨지는 현상
DB내의 언어, 내보내기, 가져오기 설정을 모두 utf-8로 설정해줬는데도 깨지는 경우
데이터 내보낸 폴더로 들어가서 ddl 폴더의 schema.sql을
에디터플러스같은 편집프로그램으로 들어가신 후
테이블 생성쿼리 맨뒤에 COLLATE utf8_bin REUSE_OID 이거 지워주세요.
리눅스 명령어
- ls (해당 디렉토리안에 파일목록보기)
- find / -name 'et*' -type d (전체 하드에서 디렉토리 이름이 et로 시작하는 모든 디렉토리찾기)