上一页 1 ··· 235 236 237 238 239 240 241 242 243 ··· 498 下一页
摘要: Animation can be a powerful way to enhance a user experience. In this lesson, we'll walk through the creation of a card-flip animation, creating a nic 阅读全文
posted @ 2019-11-01 20:31 Zhentiw 阅读(243) 评论(0) 推荐(0)
摘要: Similar to writing a custom State Hook, we’ll write our own Effect Hook called useStarWarsQuote, which returns a random quote and a loading state. Rem 阅读全文
posted @ 2019-11-01 20:22 Zhentiw 阅读(257) 评论(0) 推荐(0)
摘要: Kubernetes relies on Probes to determine the health of a Pod container. A Probe is a diagnostic performed periodically by the kubelet on a container. 阅读全文
posted @ 2019-10-31 23:27 Zhentiw 阅读(149) 评论(0) 推荐(0)
摘要: Writing your own custom State Hook is not as a daunting as you think. To keep things simple, we'll refactor our text state value that uses useState an 阅读全文
posted @ 2019-10-31 20:56 Zhentiw 阅读(198) 评论(0) 推荐(0)
摘要: Similar to the State Hook, the Effect Hook is “first-class” in React and handy for performing side effects in function components. The Effect Hook is 阅读全文
posted @ 2019-10-31 20:51 Zhentiw 阅读(426) 评论(0) 推荐(0)
摘要: Which of the following is a PAAS option for hosting web apps on GCP? Which of the following is a IAAS option for hosting web apps on GCP? Which of the 阅读全文
posted @ 2019-10-29 20:43 Zhentiw 阅读(358) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-10-29 04:11 Zhentiw 阅读(3) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-10-29 02:39 Zhentiw 阅读(1) 评论(0) 推荐(0)
摘要: 1. Define a yml file: nginx.pod.yml: apiVersion: v1 kind: Pod metadata: name: my-nginx labels: app: nginx rel: stable spec: containers: - name: my-ngi 阅读全文
posted @ 2019-10-27 22:39 Zhentiw 阅读(209) 评论(0) 推荐(0)
摘要: 1. Create and run a Pod kubectl run my-nginx --image=nginx:alpine We can run kubectl get all to see what has been created: 2. Delete a Pod: kubectl de 阅读全文
posted @ 2019-10-27 22:10 Zhentiw 阅读(153) 评论(0) 推荐(0)
上一页 1 ··· 235 236 237 238 239 240 241 242 243 ··· 498 下一页