Setting 15

chocolatey Install for window user (2021. 09. 13)

윈도우에 뭔가를 설치할 수 있도록 도와주는 SW 입니다 설치방법은 아래와 같습니다. https://chocolatey.org/ Chocolatey - The package manager for Windows Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages. Chocolatey integrates w/SCCM, Puppet, Chef, etc. Chocolatey is trusted by businesses to manage software deployments. chocolatey.org 1. 아래 그림에서 "Get..

Setting/Utils 2021.09.13

Git & Github 알아보기

git = 모든 변경사항들을 트래킹 - 파일이 바뀐 모든 시점 - 파일을 변경한 사람들 - Distributed version control system git이외에도 gitLab, Bitbucket 등이 있다. git을 사용하기 위한 여러 명령어들. 위와같이 console 명령어로 하는걸 github에서 graphic user interface로 만듦 = Github DeskTop github = 파일 저장하는 공간 - GitHub Desktop 사용 와같이 Repository (기본적으로 폴더) 를 만들 수 있으며, 변경사항들이 git에 의해 트래킹 된다.

ms docs로 .net 공부하기 (ms docs, 언어포털) (2021. 01. 21)

Study .net with ms docs ms docs 들어가보자 google 에서 ms docs 검색 "설명서" 메뉴를 통해 .net 을 볼 수 있고 .net 의 개요, 개념, 앱 개발, 아키텍처 가이드 등을 볼 수 있지만, 이건 어느정도 C#을 알고 나서 활용하면 좋을것 같고. 본격적으로 배우기 위해서는. "learn 탭 메뉴로 들어가서 아래 그림과 같이 진행해 보자. .NET 을 누르고 들어오면 이렇게 경로를 추천 해 준다. 배우고자 하는 메뉴에 들어가서 가이드에 맞춰서 진행해 보자. 과제를 완료 하면 아래와같이 "최근 활동", "인증", "도전 과제" 목록 들이 있고, 어느것을 완료 했는지, 또한 해당하는 배지 + 경험치들도 있다. 재미있는 시스템이 될 것 같다. 향후 .net 으로 이직 할 때..

Setting/C# 2021.01.21

.net 기반 프로젝트 생성 with Visual Studio Code (2021. 01. 21)

기존 비쥬얼 스튜디오 2019 커뮤니티를 쓰기 싫어서... 텍스트 에디터인 VS Code를 이용하여 C#을 하고 싶어서 알아본 방법. C#, .net with Visual Studio Code 우선 .net 버전을 확인 dhddl.tistory.com/200 .net5 설치와 확인 (.net5 Installation and verification) dotnet.microsoft.com/download Download .NET (Linux, macOS, and Windows) Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET F.. d..

Setting/C# 2021.01.21

.net5 설치와 확인 (.net5 Installation and verification) (2021. 01. 20)

.net5 Installation and verification dotnet.microsoft.com/download Download .NET (Linux, macOS, and Windows) Free downloads for building and running .NET apps on Linux, macOS, and Windows. Runtimes, SDKs, and developer packs for .NET Framework, .NET Core, and ASP.NET. dotnet.microsoft.com 사이트로 들어가서 실행하고 그냥 설치 눌러주시면 설치가 됩니다. 콘솔창은 시작프로그램 - "cmd" 입력 으로 화면을 띄울 수 있는데. (cmd는 Command의 약어입니다.)

Setting/C# 2021.01.20

Git 설치와 옵션 설명 with window x64 (2021. 01. 20)

Git Installation and Options Description 1. git-scm.com 에서 git 설치를위한 exe 파일을 다운로드 합니다. 2. 다운이 완료됐다면 아래와 그림과 같이 설치를 진행합니다. 옵션 선택이 없는건 next > 를 눌러 주시고, 옵션 선택이 있는건 그림과 설명을 더하겠습니다. Additional icons On the Desktop : 바탕화면 아이콘 추가 Windows Explorer integration : 윈도우 탐색기 통합 Git Bash Here : Git Bash 연결 Git GUI Here : Git GUI 연결 Git LFS(Large File Support) 용량 큰 파일 지원 Associate .git configuration files with ..

VSC에서 python 셋팅 및 패키지 세팅 (2020. 12. 23)

📖Python Setting In VSC (Visual Studio Code) 1. Python Setting Ctrl + Shift + p Ctrl + Shift + b No build task to run found. Configure Build Task Create tasks.josn file from template 선택 Others 선택 폴더/.vscode/tasks.json 파일이 생김 json 파일을 아래와 같이 생성 { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { //command는 터미..

Setting/Python 2020.12.23

PyCharm 에서 Github 사용 Using Github with PyCharm

GitHub: Where the world builds software GitHub is where over 50 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 깃허브 홈페이지 입니다. 회원가입을 해줍니다. This is the website of GitHub, sign up as a member. desktop.github.com/ GitHub Desktop Simple collaboration from your de..

Setting/Python 2020.11.24

파이참 폰트, 테마 변경 PyCharm Setting

별거 없습니다 Theme 는 Darcula 를 사용하였고 폰트는 Hack 을 사용하였습니다. Hack 폰트 링크 Hack | A typeface designed for source code A Family of Four Faces Hack includes monospaced regular, bold, italic, and bold italic sets to cover all of your syntax highlighting needs. sourcefoundry.org Dracula 는 기본 사용 Darcula Darker Theme - Plugins | JetBrains A dark theme based on Darcula, but with more contrasting tones. For JetBrai..

Setting/Python 2020.11.23