上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 477 下一页
摘要: 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 阅读(371) 评论(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 阅读(214) 评论(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 阅读(169) 评论(0) 推荐(0)
摘要: 1. Create a src/my-component/files/src/app directory to hold your templates. 2. Create an app.component.ts file in src/my-component/files/src/app and 阅读全文
posted @ 2019-10-25 18:08 Zhentiw 阅读(488) 评论(0) 推荐(0)
摘要: 1. Install schematics cli: 2. Then run schematics to create a new blank project: It creates folder with number of files for you. 3. One important thin 阅读全文
posted @ 2019-10-25 17:51 Zhentiw 阅读(182) 评论(0) 推荐(0)
摘要: You can create your own state store, not using any state management libraray. You might have seen the partten: People create a Subject, then use abObs 阅读全文
posted @ 2019-10-25 16:20 Zhentiw 阅读(820) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-10-25 03:19 Zhentiw 阅读(1) 评论(0) 推荐(0)
摘要: The use case is similar to Twitter "like" button, you can click "click" button on different post, each "like" button are isolated, it preforms optimis 阅读全文
posted @ 2019-10-24 18:19 Zhentiw 阅读(418) 评论(0) 推荐(0)
上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 477 下一页