실패(63)
-
Error - Could not find a version that satisfies the requirement tensorflow (from versions: ) 해결방법
에러 메시지 Could not find a version that satisfies the requirement tensorflow (from versions: ) C:\Python\Python36-32\Scripts>pip install tensorflow Collecting tensorflow Could not find a version that satisfies the requirement tensorflow (from versions: ) No matching distribution found for tensorflow C:\Python\Python36-32\Scripts> 오류 원인 텐서플로우 설치 파일은 64bit(x64)이기 때문에 32bit(x86)용 파이썬으로 설치를 시도할 경우 해당 에..
-
에픽 게임스토어 에러 Epic Store Error 모음
에픽 게임스토어 에러 Epic Store Error 모음 본 게임은 개발사가 대한민국 심의 등급 절차를 확인 또는 준비 중입니다. 현재 웹사이트를 업데이트 중입니다. 500 서버 오류 죄송합니다. 오류가 발생했습니다. We are experiencing high transaction vlolume, please try again later. 오류코드: EC-BI-LS-0 로그인에 실패했습니다. 문제가 계속되면 온라인 기술지원 센터를 방문해 주시기 바랍니다. errors.com.epicgames.ecommerce.fulfillment.offer_region_blocked 제품키 등록시 에러 발생 - 에픽 게임즈 본 게임은 개발사가 대한민국 심의 등급 절차를 확인 또는 준비 중입니다. 현재 심의 중이거나 개..
-
gg.deals 에러 Error 모음
gg.deals 에러 Error 모음 사이트에 연결할 수 없음 Error code: 503 We'll be back soon.GG.deals is temporarily unavailable, but we're working hard to bring the service back online. 사이트에 연결할 수 없음 네트워크가 불안정할 수 있습니다. 다시 시도해 보시기 바랍니다. Error code: 503 We'll be back soon. GG.deals is temporarily unavailable, but we're working hard to bring the service back online. 서버 이상으로 정상적으로 페이지가 표시되지 않습니다. 시간이 지난 후 다시 접속해 보시기 바랍니다.
-
Alienware Arena 에일리언웨어 아레나 Error 에러 모음
Alienware Arena 에일리언웨어 아레나 Error 에러 모음 Error 503 - No healthy backends Error 503 - No healthy backends 서버쪽 에러로 웹페이지가 정상적으로 표시되지 않습니다. 잠시후 다시 접속하시기 바랍니다.
-
Warring-Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList<E> should be parameterized
경고메시지 Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized 경고 원인 ArrayList의 제네릭 타입에 자료형을 명시해 주어야 하시만 명시하지 않아서 발생하는 경고 메시지입니다. 그래서 모든 객체의 부모인 Object타입으로 처리되고 있습니다. 이 경우 데이터를 추가하거나 추출할 때 ArrayList에 존재하는 데이터의 타입을 일일이 확인해 주어 적절한 타입으로 형변환을 해주어야 하며 이렇게 하지 않을 경우 타입이 안전하지 않아 보다 안전한 코딩(시큐어코딩; 보안코딩)이 되지 않습니다. 경고메시지를 제거하려면 에 Arr..
-
[RStudio] 한글 깨짐 현상 해결하기
Rstudio 한글 깨짐 현상 해결하기 [Tool] >> [Global Options…] [Code] >> [Saving]탭 >> [Change…] 원하는 인코딩 타입 선택 >> [OK] [Apply] >> [OK]