profile
Snow Roller : 영차영차 눈을 굴려보아요 ⛄🚎

_ClientSocketException (ClientException with SocketException: Failed host lookup:

해결법 : 안드로이드 에뮬레이터에서 와이파이를 켜준다.정말 어이가 없구 웃음이 나와서 올린다. ㅋㅋㅋㅋㅋ...

2023년 12월 4일
·
0개의 댓글
·

vscode 자동정렬

macOS : Shift(⇧) + Option(⌥) + F

2023년 11월 16일
·
0개의 댓글
·

플러터 안드로이드 에뮬레이터 실행 불가 해결

flutter config --android-sdk /Users/{$user_name}/Library/Android/sdkflutter config --android-studio-dir=/Applications/Android\\ Studio.app이러면 flutter

2023년 11월 14일
·
0개의 댓글
·

iterm2 단축키

새창 - Command + n새 탭 - Command + t탭 이동 Command + 번호, Command + 방향키탭 세로 분할 Command + d탭 가로 분할 Command + shift + d탭 투명하게 설정  : Command + i탭 투명하게 on/off :

2023년 11월 14일
·
0개의 댓글
·

Face recognition project for HOKA

for HOKA

2023년 10월 18일
·
0개의 댓글
·

라즈베리파이 쓰레기통 삭제했을 때 대처법

https://raspberrypi.stackexchange.com/questions/106193/i-accedently-deleted-the-trashcan-icon-for-the-desktop-i-accidentally-selected

2023년 9월 23일
·
0개의 댓글
·
post-thumbnail

깃허브 리드미 작성 시 이미지 크기 조정하는 법

이런 식으로 작성하면 된다. 예를 들어서 이런 식으로 작성하면, 이렇게 이미지가 나온다.

2023년 1월 25일
·
0개의 댓글
·

[error] Requesting JavaScript AST from selection

https://androphil.tistory.com/545

2022년 12월 11일
·
0개의 댓글
·
post-thumbnail

4. 메인 페이지 작업

메인 페이지를 만들자

2022년 12월 3일
·
0개의 댓글
·
post-thumbnail

3. 회원가입 페이지 작업

회원가입 페이지를 만들자

2022년 12월 1일
·
0개의 댓글
·
post-thumbnail

2. 로그인 페이지 작업

로그인 페이지를 만들자

2022년 11월 30일
·
0개의 댓글
·
post-thumbnail

1. 개발 환경 구축

개발환경 구축울 하자

2022년 11월 30일
·
0개의 댓글
·

Ubuntu 18.04/20.04 한글 설치 + 화면 캡쳐 단축키

이제 한글 입력 할 수 있다. 얏호~~

2022년 11월 23일
·
0개의 댓글
·

Install OpenCV in Ubuntu 18.04

Install OpenCV in Ubuntu 18.04

2022년 11월 22일
·
0개의 댓글
·

우분투 no wifi adaptor found 해결 (realtek semicondector)

Network Device : realtek semicondector device 8852

2022년 10월 4일
·
0개의 댓글
·
post-thumbnail

조도 값 바꿔서 이미지 저장하기

폴더 안의 이미지를 읽은 뒤 조도 값을 변경하는 코드를 작성했다.

2022년 8월 30일
·
0개의 댓글
·
post-thumbnail

(-215:Assertion failed) !_img.empty() in function 'cv::imwrite'

해결 방법 :https://somjang.tistory.com/entry/Python-OpenCV-error-215Assertion-failed-srcempty-in-imwrite-%ED%95%B4%EA%B2%B0%EB%B0%A9%EB%B2%95문제 상황 :1

2022년 8월 29일
·
0개의 댓글
·
post-thumbnail

구조체(struct)

임의의 자료형 요소를 조합하여 다시 만든 자료구조를 구조체(struct)라고 한다.

2022년 8월 28일
·
0개의 댓글
·
post-thumbnail

동적 할당 : calloc(), malloc(), free()

메모리 할당: 필요할 때 메모리를 확보하고 불필요할 때 메모리를 해제해 언제든지 필요한 요소 개수의 배열을 만들 수 있다.int형 변수 하나가 들어갈 메모리 할당하기자료형이 int인 배열 동적 메모리 할당

2022년 8월 28일
·
0개의 댓글
·
post-thumbnail

프레임 수 계산해서 출력하기

프레임수를 계산해 윈도우에 출력하는 코드를 작성했습니다.

2022년 8월 25일
·
0개의 댓글
·