본문 바로가기

Programming/Practice11

[Practice] 계산기 만들기 성공!? (feat. 깃똥찬 계산기) (#코딩공부) https://github.com/wook2124/Calculator wook2124/Calculator Make a calculator. Contribute to wook2124/Calculator development by creating an account on GitHub. github.com https://wook2124.github.io/Calculator/ https://wook2124.github.io/Calculator/ wook2124.github.io https://www.youtube.com/watch?v=ffENjt7aEdc https://wook-2124.tistory.com/3?category=889389 [Practice] HTML, CSS, JavaScript란?! (fea.. 2020. 2. 15.
[Practice] CLI 명령어 연습 2 - CLI(Command Line Interface, 명령 줄 인터페이스) (#코딩공부) https://www.youtube.com/watch?v=FXDjmsiv8fI https://wook-2124.tistory.com/6 [Practice] CLI 명령어 정리 - CLI(Command Line Interface, 명령 줄 인터페이스) https://www.youtube.com/watch?v=FXDjmsiv8fI 유튜브 영상을 보며 공부한 것을 정리하는 시간! 1. 준비물 다운로드 https://git-scm.com Git git-scm.com https://code.visualstudio.com Visual Studio Code - Co.. wook-2124.tistory.com 오늘은 저번 포스팅에 이어서 연습한 것을 마저 정리해서 포스팅하려고 합니다. 저번 포스팅을 못보신 분들은 위 .. 2020. 1. 27.
[Practice] CLI 명령어 연습 1 - CLI(Command Line Interface, 명령 줄 인터페이스) (#코딩공부) https://www.youtube.com/watch?v=FXDjmsiv8fI 1. 준비물 다운로드 https://git-scm.com Git git-scm.com https://code.visualstudio.com Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualst.. 2020. 1. 26.
[Practice] 재귀함수?! - 재귀호출(recursive call) (#코딩공부) https://www.youtube.com/watch?v=aPYE0anPZqI 먼저 재귀함수에 대한 개념을 찾아봤는데 너무 길어서 링크로 대체!! https://namu.wiki/w/%EC%9E%AC%EA%B7%80%ED%95%A8%EC%88%98 2020. 1. 25.
[Practice] 예외처리?! - Exception Handling (#코딩공부) https://www.youtube.com/watch?v=LQ182IQZfW8 오늘도 즐코하기 위해서 영상을 시청하며 공부한 내용을 정리한다. 1. 예외 처리란? 예외 처리(例外 處理) 또는 오류 처리는 일반적인 실행의 흐름을 바꾸는 몇 가지 조건을 처리하도록 설계한 프로그래밍 언어의 개념이나 컴퓨터 하드웨어 구조를 말한다. 일반적으로 프로그램이 처리되는 동안 특정한 문제가 일어났을 때 처리를 중단하고 다른 처리를 하는 것을 예외 처리라고 한다. 2. 예외의 원인 예외의 문제는 보통 다음과 같은 데에서 비롯한다. 컴퓨터 하드웨어 문제 운영 체제의 설정 실수 라이브러리 손상 사용자의 입력 실수 존재하지 않는 파일 이름 입력 숫자값 입력 칸에 일반 문자 입력 받아들일 수 없는 연산 할당하지 못하는 기억 장치.. 2020. 1. 24.