上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 491 下一页
摘要: <div class="form-group"> <label class="form-control radio"> <span class="form-control__input radio__input"> <input type="radio" name="radio" /> <span 阅读全文
posted @ 2021-03-05 21:36 Zhentiw 阅读(54) 评论(0) 推荐(0)
摘要: If you want to share some file in S3 with some one for a period of time you can create presign url. aws s3 presign s3://<bucket_name>/<filen_ame> --ex 阅读全文
posted @ 2021-03-05 20:09 Zhentiw 阅读(205) 评论(0) 推荐(0)
摘要: Because there is no parent selector in CSS, we'll need to add an additional element to assist us in providing a focus style. We'll also add it to our 阅读全文
posted @ 2021-03-05 03:33 Zhentiw 阅读(77) 评论(0) 推荐(0)
摘要: <div class="form-group"> <label for="standard-select">Standard Select</label> <div class="form-field select"> <select id="standard-select" name="stand 阅读全文
posted @ 2021-03-05 03:20 Zhentiw 阅读(72) 评论(0) 推荐(0)
摘要: For example, we have single selector and multi selector: <div class="form-group"> <label for="standard-select">Standard Select</label> <div class="for 阅读全文
posted @ 2021-03-05 03:10 Zhentiw 阅读(55) 评论(0) 推荐(0)
摘要: While generally we want to set font-sizes in rem, there's a particular issue on mobile iOS, where if the field text is not at least 16 pixels, it will 阅读全文
posted @ 2021-03-03 21:10 Zhentiw 阅读(75) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-03-03 19:28 Zhentiw 阅读(53) 评论(0) 推荐(0)
摘要: Kinesis Stream Add Kinesis serverless.yml, add following configuration resources: Resources: orderEventsStream: Type: AWS::Kinesis::Stream Properties: 阅读全文
posted @ 2021-03-03 18:22 Zhentiw 阅读(105) 评论(0) 推荐(0)
摘要: Kinesis trigger Lambda flow When kinesis stream receive order_placed event then trigger Lambda which will call ses (Simple Email Service) to send emai 阅读全文
posted @ 2021-03-03 18:21 Zhentiw 阅读(93) 评论(0) 推荐(0)
摘要: We'll define the color palette and create the basic screen styles for our project in addition to Sass helpers for our form design system. We will set 阅读全文
posted @ 2021-03-02 23:58 Zhentiw 阅读(176) 评论(0) 推荐(0)
上一页 1 ··· 148 149 150 151 152 153 154 155 156 ··· 491 下一页