반응형

GaengStroy 250

[Error] Origin 서버가 대상 리소스를 위한 현재의 representation을 찾지 못했거나, 그것이 존재하는지를 밝히려 하지 않습니다.

현상 HTTP상태 404 - 찾을 수 없음 에러 과정 1. IntliJ 라이센스 만료 2. IntliJ 다시 설치 3. InteliJ 라이센스 갱신 및 로그인(학생ID) 4. tomcat 실행 5. 에러 뙇!!!!!!!!!!! 에러로그 Origin 서버가 대상 리소스를 위한 현재의 representation을 찾지 못했거나, 그것이 존재하는지를 밝히려 하지 않습니다. 개발 환경 - tomcat 10.1.9 - IntelliJ IDEA 2023.1.3 (Ultimate Edition) Build #IU-231.9161.38, built on June 20, 2023 Licensed to KYUNGHEE JI Subscription is active until April 16, 2024. For educat..

Platform/BackEnd 2023.07.08

[RecyclerView] setHasStableIds(boolean hasStableIds)

ISSUE //FIXME. [BUG] 아이템 4개만 반복해서 나옴 > 원인: 해당 콜백이 4번만 불린다. // 그 다음 스크롤 시 나오는 아이템들은 해당 콜백이 호출되지 않고, 기존에 있던 정보를 재활용한다. // 생각한 해결방안 // -> 스크롤 할 때 마다, 해당 함수가 호출되게 한다. && 문제요구사항인 스크롤할 때마다 20개의 데이터를 호출하는 것도 추가해야 됨 ! // 실제 해결방안 // -> setHasStableIds(true) 설정을 주석처리 해주니 해결!! // -> 왜일까??? /** * Indicates whether each item in the data set can be represented with a unique identifier * of type {@link java.la..

Platform/Android 2022.11.02

[Error] Xcode :: 실제 디바이스 빌드 실패 해결 (Invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user)

Xcode :: 실제 디바이스 빌드 실패 해결 (Invalid code signature, inadequate entitlements or its profile has not been explicitly trusted by the user) Becuase it has an invalid code signatrue, inadequate entitlements or its profile has not bee explicitly trusted by the user. https://opendoorlife.tistory.com/11 Xcode :: 실제 디바이스 빌드 실패 해결 (Invalid code signature, inadequate entitlements or its profile has not been..

Platform/iOS 2022.10.28

[CocoaPods] CocoaPods(코코아팟) 설치 및 사용 방법

https://velog.io/@kerri/Xcode-CocoaPods%EC%BD%94%EC%BD%94%EC%95%84%ED%8C%9F-%EC%84%A4%EC%B9%98-%EB%B0%8F-%EC%82%AC%EC%9A%A9-%EB%B0%A9%EB%B2%95 [Xcode] CocoaPods(코코아팟) 설치 및 사용 방법 안녕하세요 :)오늘은 CocoaPods 설치 및 사용법에 대해 알아보겠습니다 !Swift 및 objective-c로 iOS / macOS 등 애플 플랫폼을 개발할 때, 외부 라이브러리를 관리하기 쉽도록 도와주는 의존성 관리 도구의 velog.io

Platform/iOS 2022.10.17
반응형