上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 494 下一页
摘要: 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 阅读(136) 评论(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 阅读(154) 评论(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 阅读(165) 评论(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 阅读(93) 评论(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 阅读(169) 评论(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 阅读(86) 评论(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 阅读(89) 评论(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 阅读(116) 评论(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 阅读(78) 评论(0) 推荐(0)
摘要: For example, a checkbox mark, if we show / hide by: transform: scale(0); by default it shows up from center, we want it from "bottom left", we can do: 阅读全文
posted @ 2021-03-05 22:00 Zhentiw 阅读(89) 评论(0) 推荐(0)
上一页 1 ··· 149 150 151 152 153 154 155 156 157 ··· 494 下一页