上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 477 下一页
摘要: AWS Control Tower allow you to create, configure and manage multiple AWS accounts securly through automating ongooing policy management and guardrails 阅读全文
posted @ 2022-02-02 02:22 Zhentiw 阅读(122) 评论(0) 推荐(0)
摘要: ASW Inspector Security, mainly use for EC2 An AWS Service which provides automataed security assessments on your EC2 application. Common Vnlnerabiliti 阅读全文
posted @ 2022-01-25 03:29 Zhentiw 阅读(159) 评论(0) 推荐(0)
摘要: Presnetational Component: A presentational compoentn receives its data through props. It's primary function is to simply display the data it receives 阅读全文
posted @ 2022-01-25 02:58 Zhentiw 阅读(77) 评论(0) 推荐(0)
摘要: Make data available to multiple child cpmpopnents to avoid prop drilling Create a Context: Hooks We can create a hook to provide context to components 阅读全文
posted @ 2022-01-23 16:46 Zhentiw 阅读(95) 评论(0) 推荐(0)
摘要: Share a single global insance throughout our application Proxies are a powerful way to add control over the behavior of an object. A proxy can have va 阅读全文
posted @ 2022-01-23 16:31 Zhentiw 阅读(64) 评论(0) 推荐(0)
摘要: Tailwind CSS v2.1 introduces a new just-in-time compiler for Tailwind that generates your styles on-demand as you author your templates, instead of ge 阅读全文
posted @ 2022-01-18 15:13 Zhentiw 阅读(71) 评论(0) 推荐(0)
摘要: Most of the time,we use DOMElement.click(): button.click() Actually it is a shortcut for: button.dispatchEvent( new MouseEvent('click', { bubble: true 阅读全文
posted @ 2022-01-12 02:55 Zhentiw 阅读(187) 评论(0) 推荐(0)
摘要: VPC peering is for VPC within AWS network, not for branch office. VPN CloudHub is for low-cost connectivity between remote offices. If you have multip 阅读全文
posted @ 2022-01-10 15:56 Zhentiw 阅读(122) 评论(0) 推荐(0)
摘要: Simulate a network error using .intercept() command You can simulate a network condition, where an http request does not make it to server. When that 阅读全文
posted @ 2022-01-03 15:25 Zhentiw 阅读(463) 评论(0) 推荐(0)
摘要: For older applications, it's likely that you have some Class components. TypeScript works a little differently with these. The React.Component class i 阅读全文
posted @ 2021-12-30 21:47 Zhentiw 阅读(99) 评论(0) 推荐(0)
上一页 1 ··· 131 132 133 134 135 136 137 138 139 ··· 477 下一页