Category: 프로그래밍

프로그래밍 언어 관련 카테고리입니다.

Android프로그래밍

[Android]안드로이드 RecyclerView에 View Binding 사용시 오류 해결 방법: java.lang.NullPointerException: Attempt to read from field ‘androidx.recyclerview.widget.RecyclerView com.test.databinding.FragmentHomeBinding.recyclerView’ on a null object reference in method

리사이클러뷰를 뷰 바인딩 아키텍쳐를 사용하여 코딩하였는데, 간할적 혹은 주기적으로 발생한 오류이다. java.lang.NullPointerException: Attempt to read from field ‘androidx.recyclerview.widget.RecyclerView com.test.databinding.FragmentHomeBinding.recyclerView’ on a null object reference in...
Android프로그래밍

[Android] 안드로이드 뷰 바인딩(View binding) 기초 & 예제 코드 총정리 : DataBinding은?

안드로이드스튜디오를 최신버전으로 업그레이드 후 신규 프로젝트를 생성하면 기존에 보지 못했던 코드들이 자동 생성되는 것을 확인할 수 있다. 안드로이드스튜디오 3.5 버전까지는 개발자들이 findViewById를 사용했었다. 그리고 개발자들은...
Python프로그래밍

[python] 파이썬 ImportError: cannot import name ‘long’ from ‘numpy’ 라이브러리 오류: FutureWarning: In the future np.long will be defined as the corresponding NumPy scalar. from numpy import long 오류 해결방법

from numpy import long 모듈이 설치되어 있음에도 불구하고 파이썬 스크립트를 실행시 아래와 같은 오류가 발생했을 때 해결방법을 기록해둔다. numpy 설치된 버전 확인하기 1.24.4 버전 부터 numpy.long메소드가 없어져서 사용할...
프로그래밍IDEPython

크롬드라이버 OSError: [Errno 8] Exec format error: 오류 해결방법(chromedriver-mac-x64/THIRD_PARTY_NOTICES.chromedriver)

맥북m1 Pro에서 잘 실행되던 크롬 드라이버에 대한 오류가 발생되었다. 오류 내용은 아래와 같은데…..맥OS업데이트 후 발생되는 문제로 생각된다. 그런데 왜 THIRD_PARTY_NOTICES.chromedriver이 실행되는것일까? chromedriver 파일이 실행되어야하는데 말이다....
error: Content is protected !!