본문 바로가기

반응형

분류 전체보기

C276x260 [이슈] 2022년 Gartner 최고의 전략적 기술 동향 2022년 Gartner 최고의 전략적 기술 동향(Gartner Top Strategic Technology Trends for 2022)[1] 성장 가속(Accelerating Growth) 부문Trend 9: 분산형 엔터프라이즈(Distributed Enterprises)Trend 10: 통합 경험(Total Experience, TX)Trend 11: 오토노믹 시스템(Autonomic Systems)Trend 12: 제너레이티브 AI(Generative Artificial Intelligence)[2] 변화 형성(Sculpting Change) 부문Trend 5: 컴포저블 애플리케이션(Composable Applications)Trend 6: 의사결정 지능(Decision Intelligence)T.. 더보기
C276x260 [url] Linux 배포판 목록(List of Linux distributions) Linux 배포판 목록(List of Linux distributions) List of Linux distributions | WikiwandThis 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# 더보기
C276x260 Amazon Linux 2에서 Python 3.10를 설치하는 방법 Amazon Linux 2에서 Python 3.10를 설치하는 방법테스트 환경운영체제 버전 정보 확인$ cat /etc/os-releaseNAME="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_BIT64시스템에 설치된 python version$ python --versionPython 2.7.18$ python3 --versionPython 3.7.9 1. 필수 패키지 설치.. 더보기
C276x260 macOS에서 Python ModuleNotFoundError: No module named 'PIL' 해결하는 방법 macOS에서 Python ModuleNotFoundError: No module named 'PIL' 해결하는 방법테스트 환경$ sw_versProductName: macOSProductVersion: 12.5BuildVersion: 21G72$ python --versionPython 3.9.13Module Not Found ErrormacOS 환경에서 Python 스크립트를 실행할 때 아래와 같은 오류가 발생하는 경우가 있습니다.Traceback (most recent call last): File "/Users/.../convert_image.py", line 2, in from PIL import ImageModuleNotFoundError: No module named 'PIL'이 오.. 더보기
C276x260 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새로 만들기새로 만들기(N) > DW.. 더보기
C276x260 MBTI 성격유형검사 MBTI 검사 : 세상의 소금형 (ISTJ)당신의 유형은?세상의 소금형 (ISTJ)신중하고 조용하며 집중력이 강하고 매사에 철저하며 사리분별력이 뛰어나다.실제 사실에 대하여 정확하고 체계적으로 기억하며 일 처리에 있어서도 신중하며 책임감이 강하다. 집중력이 강한 현실감각을 지녔으며 조직적이고 침착하다. 보수적인 경향이 있으며, 문제를 해결하는데 과거의 경험을 잘 적용하며, 반복되는 일상적인 일에 대한 인내력이 강하다. 자신과 타인의 감정과 기분을 배려하며, 전체적이고 타협적 방안을 고려하는 노력이 때로 필요하다. 정확성과 조직력을 발휘하는 분야의 일을 선호한다. 즉 회계, 법률, 생산, 건축, 의료, 사무직, 관리직 등에서 능력을 발휘하며, 위기상황에서도 안정되어 있다.일반적인 특성오래된 조직을 좋아한다.. 더보기
C276x260 [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.. 더보기
C276x260 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.. 더보기

728x90
반응형