일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 컴활필기
- golang
- 컴활필기두음썜
- androidStudio
- 개발
- 수제비
- git명령어
- 메모장에있던필기개발일지에옮긴것
- 안드로이드opencv
- OpenCV
- AmazonDynamoDB
- AWS
- GitHub
- android
- git파일정보확인
- 대학생
- gitcommit정보
- 개발일지
- gitpush
- dynamodb
- DynamoDBExamples
- 안드로이드스튜디오
- gitcommit정보확인
- 안드로이드
- 안드로이드스튜디오opencv
- androidstudioopencv
- gitpull
- DynamoDBGolang
Archives
- Today
- Total
목록Programing/Back-End (2)
주섬주섬
Git 명령어 모음집
git init git remote add origin https://github.com/####/#####.git git pull origin master git add . git commit -m "메시지" git push -u origin master git status --> 파일 정보 git log --> commit 정보
Programing/Back-End
2024. 2. 1. 09:23
AWS DynamoDB 가이드 (with Golang)
1. AWS CLI 설치 1) AWS CLI MSI 설치 관리자 실행 명령 $ msiexec.exe /i 2) 설치 확인 $ aws --version 3) 참고 가이드 https://docs.aws.amazon.com/ko_kr/cli/latest/userguide/getting-started-install.html 최신 버전의 AWS CLI 설치 또는 업데이트 - AWS Command Line Interface 이전 버전에서 업데이트하는 경우 unzip 명령을 실행하면 기존 파일을 덮어쓸지 묻는 메시지가 표시됩니다. 스크립트 자동화와 같은 경우에 이러한 프롬프트를 건너뛰려면 unzip에 대한 -u 업데이 docs.aws.amazon.com 2. AWS CLI 프로필 설정 1) 키 페어 생성 - 엑세스 ..
Programing/Back-End
2024. 1. 31. 14:24