본문 바로가기

728x90

전체 글

[리눅스] Linux 배포판 목록(List of Linux distributions) Linux 배포판 목록(List of Linux distributions) List of Linux distributions | Wikiwand This page provides general information about notable Linux distributions in the form of a categorized list. Distributions are organized into sections by the major distribution or package management system they are based on. www.wikiwand.com 원본 URL - https://www.wikiwand.com/en/List_of_Linux_distributions# 더보기
Amazon Linux 2에서 Python 3.10를 설치하는 방법 Amazon Linux 2에서 Python 3.10를 설치하는 방법 테스트 환경 운영체제 버전 정보 확인 $ cat /etc/os-release NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" $ getconf LONG_BIT 64 시스템에 설치된 python version $ python --version Python 2.7.18 $ python3 --version Python.. 더보기
[python] ModuleNotFoundError: No module named 'PIL' python ModuleNotFoundError: No module named 'PIL' 테스트 환경 $ sw_vers ProductName:macOS ProductVersion:12.5 BuildVersion:21G72 $ python --version Python 3.9.13 Module Not Found Error Traceback (most recent call last): File "/Users/.../convert_image.py", line 2, in from PIL import Image ModuleNotFoundError: No module named 'PIL' pillow(PIL) 모듈 설치 pip 명령을 사용하여 pillow(PIL) 모듈 설치 pip3 install Pillow $ .. 더보기
[원도우] Windows 11에서 검색 웹 결과를 비활성화하는 방법 Windows 11에서 검색 웹 결과를 비활성화하는 방법 로컬 그룹 정책 편집으로 끄기 [원도우 키(Win) + R] > gpedit.msc 로컬 컴퓨터 정책 > 사용자 구성 > 관리 템플릿 > Windows 구성 요소 > 파일 탐색기 Turn off display of recent search entries in the File Explorer search box(파일 탐색기 검색 상자에 최근 검색 항목 표시 안함_ > 사용(E) 컴퓨터 재부팅 레지스트리 값을 추가하여 끄기 [원도우 키(Win) + R] > regedit 레지스트리 편집기 > 컴퓨터 > HKEY_CURRENT_USER > SOFTWARE > Policies > Microsoft > Windows > Explorer 새로 만들기 새로 만.. 더보기
MBTI 성격유형검사 MBTI 검사 : 세상의 소금형 (ISTJ)당신의 유형은?세상의 소금형 (ISTJ)신중하고 조용하며 집중력이 강하고 매사에 철저하며 사리분별력이 뛰어나다.실제 사실에 대하여 정확하고 체계적으로 기억하며 일 처리에 있어서도 신중하며 책임감이 강하다. 집중력이 강한 현실감각을 지녔으며 조직적이고 침착하다. 보수적인 경향이 있으며, 문제를 해결하는데 과거의 경험을 잘 적용하며, 반복되는 일상적인 일에 대한 인내력이 강하다. 자신과 타인의 .. 더보기
[python] 파이썬 로또 번호 생성기 파이썬 로또 번호 생성기lotto_v1.py 생성import random### 로또 번호 생성def lotto_numbers(): numbers = random.sample(range(1, 46), 6) numbers.sort() print(numbers)### 로또 시행 횟수def lotto_count(): count = int(input("시행 횟수 : ")) prin.. 더보기
python 모듈 탐색 경로 찾기 python 모듈 탐색 경로 찾기 테스트 환경 $ python --version Python 3.9.13 파이션 3.9의 sys.path 값 - 임포트할 모듈 경로 python import sys for place in sys.path: print(place) $ python Python 3.9.13 (main, Aug 7 2022, 01:19:39) [Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> for place in sys.path: ... print(place) ... /opt/homebrew/Cella.. 더보기
[아프다] 2022년 8월 항암 치료 6차 완료 후 검사 2022년 8월 항암 치료 6차 완료 후 검사 2022년 8월 2일 ~ 8월 3일 2022년 8월 2일 코로나 PCR 검사 PET-CT(양전자 단층촬영) 검사 (금식) 양전자 단층촬영(PET-CT)검사란 PET은 양전자 단층촬영이라는 핵의학 검사로, 우리 몸에서 일어나는 생화학적 대사적 변화를 영상으로 보여 주는 검사입니다. 여기에 컴퓨터 단층촬영(CT)이 추가로 장착됨으로써 PET검사와 동시에 CT영상을 얻어 PET으로 보이는 핵의학적인 이상 부위가 어디인지를 정확히 알 수 있는 최첨단 의료영상 장비입니다. 입원 CT(컴퓨터 단층촬영) 검사 (금식) 흉부 x-ray 촬영 2022년 8월 3일 심전도 검사 골수검사(골수검사 후 4시간 동안 한 자세로 누워 있어야 함 ㅠㅠ) 골수검사(Bone marrow .. 더보기

728x90
반응형