일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- 구글
- ssh
- Python
- mariadb
- ChatGPT
- 영어
- error
- JS
- elasticsearch
- sample
- MySQL
- nodejs
- Linux
- Kibana
- Ai
- MSSQL
- API
- 엘라스틱서치
- 설정
- build
- Git
- 유니티
- unity
- logstash
- docker
- Windows
- JavaScript
- AWS
- s3
- Today
- Total
목록Setting (2)
가끔 보자, 하늘.
java 사용할 때는 credential 파일과 config 파일을 자신 계정 루트에 .aws 폴더 만들어서 넣으면 되는데... cpp sdk에서는 region 정보가 담긴 config파일을 사용하지 않습니다. https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/credentials.html (* cpp sdk에서 credential 설정하는 방법) Aws::SDKOptions options; Aws::InitAPI(options); Aws::Client::ClientConfiguration clientConfig; clientConfig.region = "ap-northeast-2"; . . . Aws::SQS::SQSClient sqs(client..
https://yuddomack.tistory.com/entry/1React-Native-%EC%84%A4%EC%B9%98%EC%99%80-%EC%8B%A4%ED%96%89hello-world?category=754156 (이하 링크 문서) - 이 링크에 너무 잘 정리되어 있어 따라하면서 배우는 중입니다. (글쓴이님. 감사합니다. :) https://wix.github.io/react-native-navigation/#/docs/Installing (이하 공식 문서) 아래 내용은 다음과 같은 환경에서 진행된 내용입니다. OS macOS Mojave 10.14.1 Android Studio 3.3.1 XCode 10.1 nodejs 10.13.0 react 16.6.3 react-native 0.58.6 ..