上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 498 下一页
摘要: In this hands-on exercise, you will launch a virtual server in the cloud within a secure network. You will also manage additional storage options for 阅读全文
posted @ 2021-03-14 17:13 Zhentiw 阅读(197) 评论(0) 推荐(0)
摘要: Let's learn how to create your custom VPC. From the VPC Dashboard, click the Launch VPC Wizard. It is a two-step process, as mentioned below. Snapshot 阅读全文
posted @ 2021-03-14 16:53 Zhentiw 阅读(140) 评论(0) 推荐(0)
摘要: Let's have an overview of the information available on the EC2 dashboard. Snapshot: EC2 Dashboard The details of the items highlighted in red above ar 阅读全文
posted @ 2021-03-14 16:18 Zhentiw 阅读(156) 评论(0) 推荐(0)
摘要: S3 Features Prefiees and delimiters For example: the file name in S3 can be: `marking/plans/kpi_2021_1.pdf`. The point is make it looks like a folder 阅读全文
posted @ 2021-03-12 17:34 Zhentiw 阅读(170) 评论(0) 推荐(0)
摘要: In this lesson we learn how to deploy your React application to AWS using the Amplify CLI & Amazon S3. Rnn: amplify add hosting Next, we're prompted f 阅读全文
posted @ 2021-03-11 16:19 Zhentiw 阅读(101) 评论(0) 推荐(0)
摘要: Amazon S3 offers a way to store & retrieve items in the cloud. In this lesson we’ll see how we can easily store images in an S3 bucket using the AWS A 阅读全文
posted @ 2021-03-11 16:17 Zhentiw 阅读(172) 评论(0) 推荐(0)
摘要: In this lesson we’ll create a new GraphQL API using the Amplify CLI and use the Amplify GraphQL API to query data from the new API & render it in our 阅读全文
posted @ 2021-03-11 04:10 Zhentiw 阅读(94) 评论(0) 推荐(0)
摘要: In this lesson we'll see how to use the without function to remove items in a known list from an array. Then we'll generate our exclusion list and app 阅读全文
posted @ 2021-03-10 19:47 Zhentiw 阅读(100) 评论(0) 推荐(0)
摘要: import { min, max, reduce} from 'ramda' cosnt numbers = [1,2,3,4,5,6,7,8] const lowest = reduce(min, Number.MAX_VALUE, numbers) // 1 const highest = r 阅读全文
posted @ 2021-03-10 19:35 Zhentiw 阅读(124) 评论(0) 推荐(0)
摘要: 1. Grid: by default showing content in Y axis (column), Flex: by default showing content in X axis. Exp: If you want to style a header.. you can use f 阅读全文
posted @ 2021-03-08 20:07 Zhentiw 阅读(82) 评论(0) 推荐(0)
上一页 1 ··· 153 154 155 156 157 158 159 160 161 ··· 498 下一页