环境建置

开发环境: Visual Studio Community 2019
程序语言: C#
云端服务: Amazon Web Services (AWS)
(略过下载安装Visual Studio与注册AWS步骤)

  1. 在Visual Studio的 [延伸模组]->[管理延伸模组]
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942bTykgDpgou.png

  2. 搜寻AWS, 选取安装AWS ToolKit for Visual Studio
    https://ithelp.ithome.com.tw/upload/images/20210915/200919428oLFkPy9I6.png

  3. 回到AWS portal, 点选[My Security Credentials]
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942HfdF7aeoFl.png

  4. [Access Key] -> [Create] -> [Download Key File]
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942t2ZM0xRxLp.png

  5. 打开下载的CSV, 即可看到帐号的两个Key
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942gG9aAAvCN1.png

  6. 将两个Key值复制到AWS Toolkit安装後的起始页面
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942jyHUVfszPh.png

  7. 再打开AWS Explorer, 若有看到AWS的图示就表示连结成功!
    https://ithelp.ithome.com.tw/upload/images/20210915/20091942GoF0In8YV7.png


<<:  [Day 10] 从零开始的股票预测 - 基本面

>>:  Day01 - 挑战前言

[Day3] Rust 函数 基本 / 进阶 使用

那麽最一开始学一个程序语言的起手式想必不用我多说吧。 「Hello World!」 fn hello...

成为工具人应有的工具包-22 OpenedFilesView

OpenedFilesView 今天来认识 OpenedFilesView 顾名思义应该就是可以看到...

【DAY 14】问卷、测验样样行 – Microsoft Form 让您搜集资料事半功倍!

哈罗大家好~ 今天要跟大家介绍 Microsoft Form 问卷调查工具,不过相信目前云端问卷工具...

Day 30 - Finite State Machine x XState 推荐学习资源

说到学习资源,最容易学习的方式就是从母语开始 中文文章 Jerry Hong 的部落格 Jerry ...

[DAY 20] _前20天的结语(落摔判断流程)

从一开使的开发板的教学,再来开发环境的建置,一开始先从最底层的概念讲起以直接操作暂存器讲起,再来以标...