본문 바로가기
깃 터미널 설정부터 -bash: git: command not found 예외 처리까지 잡았다 요놈. 깃을 설치하고 터미널에 기본 프로필로 설정해보겠습니다. 저렇게 Git Bash가 안뜨는 분들 있죠? 차근 차근 따라하시면 금방 처리할 수 있답니다! 저기 설정으로 가셔서 json 파일을 열어줍니다. 왼쪽 아래에 있죠. 저는 vs 코드로 했어요. 그리고 아래와 같은 코드를 추가해주세요 "profiles": { "defaults": {}, "list": [ . . . }, { "commandline": "\"%PROGRAMFILES%\\git\\usr\\bin\\bash.exe\" -i -l", "cursorShape": "filledBox", "guid": "{05333954-0b01-4a63-aa6e-550c5e5d10c7}", "hidden": false, "icon": "%PROGRAM.. 2023. 3. 25.
<Flutter> Animations sample 적용하기 ( AnimatedContainer ) 네, 이번 시간에는 Flutter에 존재하는 개념에 대한 공부가 아니라 Flutter 공식 문서에서 찾을 수 있는 Flutter samples에 있는 깃허브에 있는 animations를 해석하고 적용하는 과정을 포스팅하려고 합니다! 본 포스팅의 목적은 영어로 쓰여진 깃허브 자료를 해석하고 실제 적용할 수 있는 실력을 기르기 위함에 있습니다! 시간이 좀 걸리더라도 다른 자료를 보지 않고 차근 차근 진행해보도록 하겠습니다! https://docs.flutter.dev/get-started/learn-more Learn more More resources to help you learn Flutter. docs.flutter.dev Flutter samples에 가서 보면 다음과 같은 웹페이지가 로딩되고 4번.. 2023. 3. 23.
<C언어> 타입, 연산자, 제어문, 함수, 배열, 포인터 - 기본편 2 A reference is http://www.tcpschool.com/c/intro 코딩교육 티씨피스쿨 4차산업혁명, 코딩교육, 소프트웨어교육, 코딩기초, SW코딩, 기초코딩부터 자바 파이썬 등 tcpschool.com Type Variable Variable is a memory space allocated by the program to store data. Namely, variable is a memory space that could store data, and the data can be chaged. Bit and Byte A computer express and process all the data as binary number. Bit is the smallest unit which i.. 2023. 3. 22.
<C언어> 역사, 탄생 배경 등 정리 -기본편 1 파이팅 해야지 (Feat. 이영지) 아티스트 부석순 (SEVENTEEN) 앨범 부석순 1st Single Album 'SECOND WIND' 발매일 2023.02.06 This poster is to study C for myself. And I post it in English for study too. Briefly, this post is dealing with basic of C language. (For example value, array, pointer etc...) Later if I recognize there is things what I miss, I'm gonna update it! Okay, Let's go. And here is a reference. http://www.tcps.. 2023. 3. 21.