[다이어트 일지] #1, 첫 걸음
·
일상생활/다이어트일지
안녕하세요. 큐레이트입니다.오래전부터 거북목이 심해서 목통증과 두통이 있어 운동(PT)을 등록한김에 다이어트를 하려고 일지를 기록 하려합니다.8월 17일부터 등록해서 그날부터 운동 한지는 한달쯤 되었네요 현재 상태177cm, 98kg 다이어트 목표단기목표: 2024년 이내 85kg장기목표: 체형 교정 및 80kg 이하 운동 루틴런닝머신 30분 (속도 4~5.2)마이마운틴 30분 (경사도 15, 속도 3) 피드백시작이 반....일까 화이팅...
[Flutter] Building with plugins requires symlink support
·
프로그래밍/Flutter
codelab 플러터 소스를 Clone하고 구동시 오류가 발생Launching lib\main.dart on Windows in debug mode...Error: Building with plugins requires symlink support.Please enable Developer Mode in your system settings. Run  start ms-settings:developersto open settings.Exited (1). 해결법개발자 설정 > 개발자 모드 활성화
Android Studio AVD GL error 0x502
·
프로그래밍/Flutter
플러터 데모 프로그램 실행 중 GL error 0x502 에러가 발생하면서 메인페이지가 안뜨는 현상이 발생하였다. 해결방법Android Studio > Tools > Device Manager > 구동디바이스 Edit > Graphics 옵션 기존 Automatic에서 Software로 변경개발환경Android Studio Jellyfish | 2023.3.1 Build #AI-233.14808.21.2331.11709847, built on April 13, 2024 Runtime version: 17.0.10+0--11572160 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10.0 GC: G1 Young Generation, G1 ..
[python] Selenium Errror | ValueError: Timeout value connect was <object object at 0x1034647c0>, but it must be an int, float or None
·
프로그래밍/Python
오류메세지 ValueError: Timeout value connect was , but it must be an int, float or None 해결 urllib3 version downgrade