mysql 사용중 조건절 업는 업데이트나 여러건의 데이터를 수정할 떄 나는 에러. 옵션값 변경으로 사용 가능하다. SQL > SET SQL_SAFE_UPDATES =0; 1로 변경하면 다시 예전과 같이 키값으로만 업데이트,삭제가 가능하다.
github에 새로운 프로젝트를 푸시하기 위해서 아래와 같이 pull 명령어를 실행했더니 에러가 표시되었다. >> git pull origin master-- fatal: refusing to merge unrelated histories 이럴 경우 아래와 같이 옵션을 주어 pull 받도록 하자 git pull origin branchname --allow-unrelated-histories 이렇게 에러가 떨어지는 이유는 아래와 같다고 한다..... (시간날떄 해석을....) "git merge" used to allow merging two branches that have no common base by default, which led to a brand new history of an existi..
Could not find tools.jar. Please check that .... contains a valid JDK installation. 와 같은 오류가 날 경우.. Window -> Prefrences -> Gradle(STS) -> JDK 설정 (jre는 안됨)
윈도우 환경에서 casperjs를 실행시켰을때casperjs did you install phantomj? 라는 에러메세지가 나오는 경우가 있다. 이럴 경우 환경변수에 아래와 같이 추가해주면 이상없이 동작한다. PHANTOMJS_EXECUTABLE=설치위치/bin/phantomjs
이클립스나 STS에서 톰캣서버 생성시 아래와 같은 에러 표시 및 만들어지지 않을경우 The currently selected server type does not support remote hostsWindow -> Preferences -> Server -> Runtime Enviroment로 들어가서 Tomcat을 Add 시켜준 후 생성하면 해결된다 . http://stackoverflow.com/questions/30568931/cannot-add-servertomcat-to-eclipse