본문 바로가기
반응형

분류 전체보기248

[C# WPF] Bar Chart in WPF https://www.c-sharpcorner.com/UploadFile/mahesh/bar-chart-in-wpf/ Bar Chart in WPF This article demonstrates how to draw bar charts in WPF and C#. www.c-sharpcorner.com Creating a Chart The Chart element represents a WPF Chart control in XAML. The code snippet in Listing 1 creates a Chart and sets its width, height, and background properties of the Chart control. The Title and LegendTitle proper.. 2023. 7. 20.
Ubuntu Docker Installation https://velog.io/@osk3856/Docker-Ubuntu-22.04-Docker-Installation [Docker] Ubuntu 22.04 Docker 설치 Ubuntu 22.04 에 Docker 설치하기 velog.io 실행환경 Ubuntu 22.04 Docker 설치방법 1. 우분투 시스템 패키지 업데이트 sudo apt-get update 2. 필요한 패키지 설치 sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 3. Docker의 공식 GPG키를 추가 curl -fsSL https://download.docker.com/linux/ubuntu/gpg .. 2023. 7. 19.
Anaconda, PyTorch, VS Code installation on Ubuntu 20.04 https://jongsky.tistory.com/21 Ubuntu 22.04에 Anaconda 설치 및 가상환경 세팅 1. 글을 작성하게 된 계기 새로운 프로젝트를 할 때마다 Anaconda를 설치해서 환경 세팅을 하는 경우가 많다. 매번 구글링해서 설치하곤 하는데 정리해서 새로운 환경에서 시작할 때 참고하고자 한 jongsky.tistory.com 1. 글을 작성하게 된 계기 새로운 프로젝트를 할 때마다 Anaconda를 설치해서 환경 세팅을 하는 경우가 많다. 매번 구글링해서 설치하곤 하는데 정리해서 새로운 환경에서 시작할 때 참고하고자 한다. 2. Ubuntu 22.04에 Anaconda 설치 방법 1단계 : apt update 하기 sudo apt update apt update 2단계 : cu.. 2023. 7. 19.
vscode에서 git push 에러: 자격증명 관련 fatal: repository 'https://github.com/xxx/yyy.git/' not found visual studio code에서 git repository에 push를 하려는 상황이었다. local repository에 commit해 놓고, github repository에 push를 하려고 git remote add origin https://github.com/app/hello.git git push -u origin main 입력했더니아래와 같은 에러문구가 나왔다. remote: Repository not found. fatal: repository 'https://github.com/xxx/yyy.git' not found 해결방법은, 제어판 > 사용자계정 > 자격증명관리자에 .. 2023. 7. 18.
반응형