에러(86)
-
Error-git did not exit cleanly (exit code 1), git did not exit cleanly (exit code 128) - TortoiseGit Error
오류메시지 git did not exit cleanly (exit code 1) (563219 ms @ 2015-02-15 오전 1:21:22) git did not exit cleanly (exit code 128) 해당 오류메시지에 대한 정보로는 직접적인 해결방법을 확인할 수 없었습니다. 이하의 해결방법으로 해결된 경우도 있으니 참조하시기 바랍니다. 해결방법 1 Github 아이디/ 패스워드를 정확하게 입력하였는지 확인하시기 바랍니다. 해결방법 2 push하는 파일 중 50MB이상인 파일이 있는지 확인 후 해당 파일의 용량을 줄이거나 제외한 후 다시 시도해 보시기 바랍니다. 해결방법 3 다시 Clone Repository하여 저장소 생성 후 변경된 부분 다시 추가한 후 push 합니다. 해결방법 4 ..
-
printf( ) 사용시 컴파일 Error- Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, int, float, char, String) - Eclipse..
오류 메시지 Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method printf(String, Object[]) in the type PrintStream is not applicable for the arguments (String, int, float, char, String) 해결방법1 - 이클립스의 컴파일 버전 변경으로 해결 eclipse > windows > preference > Java-Compiler > Java-Compiler에서 Compiler compliance level:1.4을 1.7로 변경 변경 전 변경 후 해결방법2 - 프로젝트의 자바 컴파일 버전 변경 프로젝트 선택 > 마우스 ..
-
ERROR-ORA-28000: the account is locked
오류 메시지 ORA-28000: the account is locked lock 걸린 User 찾기 SELECT username, account_status, to_char(lock_date,'yy/mm/dd hh24:mi') lock_date, profile FROM dba_users; Lock 풀기 (유저가 user02 일 경우) alter user user02 account unlock;
-
디바이스 다시 연결하기-adb.exe 재시작 (디바이스 재접속), Android Studio
디바이스 다시 연결하기-adb.exe 재시작 (디바이스 재접속), Android Studio adb를 종료시키면 adb가 재시작되면서 디바이스를 서치하여 재접속하게 됩니다. 작업관리자 실행 adb.exe선택 >>> 마우스 우클릭 >>> 작업 끝내기 ADM에서 연결 접속을 시도하고 있는 것을 확인할 수 있습니다. 디바이스에서 확인버튼 터치 개발PC와 디바이스가 다시 연결되었습니다.
-
Warning-product.conf의 SetJavaHome을 업데이트하십시오-Java 경로 수정 (JRE/JDK), Oracle SQL Developer
Java버전을 잘못 설정한 경우 경고 메시지가 뜹니다. Oracle SQL Developer Java(JRE/JDK) 경로 수정 JDK 7버전 설치 후 설치 경로 확인 C:\Users\[사용자계정명]\AppData\Roaming\sqldeveloper\1.0.0.0.0\ 폴더안에 있는 sqldeveloper.conf 파일 편집 SetJavaHome을 JDK설치경로 지정 SetJavaHome C:\Program Files\Java\jdk1.7.0_75 전후 저장 후 다시 Oracle Developer 실행
-
Error-.onLoad가 loadNamespace()에서 'rJava'때문에 실패했습니다(rJava 로드 실패) - RStudio Error
에러 메시지 필요한 패키지를 로딩중입니다: rJava Error : .onLoad가 loadNamespace()에서 'rJava'때문에 실패했습니다: 호출: inDL(x, as.logical(local), as.logical(now), ...) 에러: unable to load shared object 'C:/Users/yuriyuri/Documents/R/win-library/3.1/rJava/libs/x64/rJava.dll': LoadLibrary failure: 지정된 모듈을 찾을 수 없습니다. Error: 패키지 'rJava'는 로드되어질 수 없습니다 해경방법 1 64bit 윈도우에서 32bit용 자바버전을 사용하고 있는 경우 발생할 수 있습니다. JRE or JDK 를 해당 비트의 버전으로 설..