오늘은 중앙 보훈병원 선별진료소에서 코로나 검사를 받았다.
지난주 검사는 잠실운동장 건너편에 있는 임시 선별 진료소에서 받았는데 짧은 시간 검사지만 너무 아파서 조금 멀지만 이곳까지 왔다. 오전 10시 대기하는 사람은 2명으로
남자분이 검사하는데 기대한 것처럼 콧속이 살짝 간지러운것으로 끝났다. ^^
검사 결과는 오후에 나온다고 한다. 빠르다.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
현재 디렉토리 하위에 있는 file명이 from으로 시작되는 모든 파일(fromxxx.xx)을 to로 시작하는 파일로 한번에 변경
rename 명령어로 변경하기
형식 : rename 's/파일명/변경할파일명/' 대상파일필터
예)
1.확장탭을 누르고 2.검색창에 "arduino"를 입력하면 arduino관련된 확장모듈이 검색된다. 첫번째로 검색된 Microsoft에서 나온 Arduino 확장의 3. install버튼을 클릭한다.
Additional Board Manager URLs in the board manager.
Image처리를 하다보면 memory buffer에 있는 image raw데이터를 BMP포멧으로 저장할 필요가 있다.
OpenCV를 ARM용으로 Cross Compile후 strip실행시 아래와 같은 오류 발생
$ strip -s *.sostrip: Unable to recognise the format of the input file 'libopencv_calib3d.so'
원인은 strip을 호스트용을 사용해서 발생한 것으로 ARM용으로 strip을 할수 있는 arm-linux-gnueabi-strip을 사용하면 정상적으로 strip이 되는것을 확인할 수 있다.
$ arm-linux-gnueabi-strip -s *.so
프로젝트 생성 프로젝트를 생성하고자 하는 폴더에서 npx @react-native-community/cli init [ 프로젝트명 ] npx @react-native-community/cli init firstapp 해당 폴더에 [프로젝트명...