목록Dev/etc. (2)
Learn & Record

1. DataGrip 설치 및 실행 - DataGrip 설치 페이지 접속 https://www.jetbrains.com/ko-kr/datagrip/ DataGrip: JetBrains가 만든 데이터베이스 및 SQL용 크로스 플랫폼 IDE www.jetbrains.com - 다운로드 클릭 - 설치 프로그램 실행 - 모두 Next - 프로그램 실행 > 프로젝트 생성 - Manage Data Sources 실행 - + 버튼 눌러서 원하는 DB 추가 (MariaDB 추가) - Download 클릭 > User (root) 추가 > Password 입력 - 입력 후 Test Connection 클릭 > Succeeded 확인 - DB 접속 완료 - localhost 옆에 [0 of 5] 클릭하여 사용할 데이터베이..

https://git-scm.com/ 접속 1. Download for Windows > Click here to download 2. Next > 설치 (본인은 기본값으로 계속 Next 함) 3. 시작 메뉴 > Git bash 프로그램 실행 4. git 입력 > 사진처럼 명령어 나오면 설치 완료 5. git 설정 $ git config --global user.name "이름" $ git config --global user.email "이메일" 6. git 설정 확인 $ git config --list 7. github 접속 https://github.com/ 8. sign in > 회원가입 9. repository > new 클릭 - Repository name : 저장소 이름 - Descropti..