본문 바로가기

반응형

전체 글

C276x260 udp 소켓 통신 python udp 소켓 통신code : https://github.com/madscheme/introducing-python udp_server.py 작성from datetime import datetimeimport socketserver_address = ('localhost', 6789)max_size = 4096print('Starting the server at', datetime.now())print('Waiting for a client to call.')server = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)server.bind(server_address)data, client = server.recvfrom(max_size)print('At.. 더보기
C276x260 [집체교육] DevOps를 위한 IaC 클라우드 인프라 자동화 전문가 과정 DevOps를 위한 IaC 클라우드 인프라 자동화 전문가 과정[메일] 홍보 메일 받음[메일] 교육 신청 후 받은 메일[CCCR ACADEMY 사이트] 선발테스트 실시** 2번 도전 끝에 시험 합격[메일] 교육 확정 메일 도착 집체교육 선발 성공 내가 가지고 있는 맥북 m1인데... VirtualBox 설치 불가 ㅠㅠ원도우 노트북은 메모리 8GB ㅠㅠ과연 교육을 잘 받을 수 있을까? 참고URL- https://www.cccr-edu.or.kr/course/course_view.jsp?id=40542 더보기
C276x260 [아프다] 2022년 8월 외래 2022년 8월 외래 2022년 8월 17일 외래 의사 선생님으로부터 완전관해라는 말을 들을 수 있었다. 2021년 11~12월부터 시작하여 2022년 8월까지 림프종으로 검사, 조직 검사, 항암 치료받았으며 의사 선생님으로부터 완전관해라는 말을 들을 수 있었다. 암 환자라면 알고 있는 ‘관해’라는 용어는 항암제에 반응이 있을 때 사용한다. 병원에서는 환자에게 항암제를 투입한 뒤 종양 크기 변화, 종양표지자 수치 등을 통해 암 치료 효과를 평가한다. 세계보건기구에서는 ‘완전관해’(Complete Response, CR)를 ‘임상적으로 계측·평가 가능한 병변이 모두 사라지고, 새로운 병변(암세포)이 보이지 않는 상태가 4주 이상 지속된 상태’라고 정의한다. 이러한 완전관해 상태가 5년간 지속되면 암이 완치.. 더보기
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.. 더보기

728x90
반응형