python profiler python profiler : https://docs.python.org/ko/3/library/profile.html profiling code import cProfile, pstats, io from pstats import SortKey pr = cProfile.Profile() pr.... Read more 19 Dec 2021 - 3 minute read
아웃룩 eml 백업 어쩌다가 옛날 이메일을 다 eml 파일로 백업을 해 놓았는데, 이걸 다시 아웃룩으로 복구할 방법을 찾다가, 아래 링크의 사이트를 발견하게 되었다. https://www.howto-outlook.com/howto/import-eml-files.htm?utm_source=pocket_mylist... Read more 18 Dec 2021 - 1 minute read
flask toy project를 시작하는데 처음에는 django로 개발하려고 했는데, 생각보다 배워야 할게 많아서 flask로 개발하게 되었습니다. 그래서 flask로 개발하면서 중간 중간 기록을 남기려고 합니다. flask 시작하기 flask link https://flask.palletsprojects.com/e... Read more 28 Nov 2021 - less than 1 minute read
winget 설치하기 앱 설치 관리자 설치 하기 Link winget 으로 자주 쓰는 프로그램 설치하기 winget install Notepad++ –exact winget install 7-Zip –exact winget install Paint.Net w... Read more 25 Nov 2021 - less than 1 minute read
시작하기 전에 집에서 놀고 있는 Raspberry pi 4가 하나 있어서 이걸로 뭐 할만한게 있을까 하다가 우연히 찾게 된 링크 link 이걸 만들면 잼있겠다 싶어서 시작, 이번 포스트는 만들면서 삽질한 걸 정리해 볼려고 합니다. 시작하기 부품 라즈베리파이 4, 또는 3 Model B DLP® LightCra... Read more 08 Nov 2021 - 2 minute read