上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 467 下一页
摘要: https://devblogs.microsoft.com/typescript/announcing-typescript-5-0-beta/#exhaustive-switch-case-completions In the example code: type HasNames = { na 阅读全文
posted @ 2023-01-30 15:47 Zhentiw 阅读(48) 评论(0) 推荐(0) 编辑
摘要: Configuration and Installation Obtain the Azure login credentials: az login Copy the code provided by the command. Open a browser and navigate to http 阅读全文
posted @ 2023-01-29 20:28 Zhentiw 阅读(49) 评论(0) 推荐(0) 编辑
摘要: The following code import { expect, it } from 'vitest'; import { Equal, Expect } from '../helpers/type-utils'; export interface Cache<T> { get: (key: 阅读全文
posted @ 2023-01-29 20:14 Zhentiw 阅读(14) 评论(0) 推荐(0) 编辑
摘要: Storing Container Data in AWS S3 Introduction Using Docker volumes is the preferred method of storing container data locally. Volume support is built 阅读全文
posted @ 2023-01-28 17:37 Zhentiw 阅读(186) 评论(0) 推荐(0) 编辑
摘要: import { expect, it } from "vitest"; import { Equal, Expect } from "../helpers/type-utils"; function youSayGoodbyeISayHello(greeting: unknown) { retur 阅读全文
posted @ 2023-01-27 19:49 Zhentiw 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Introduction Docker volumes is the preferred method of storing container data locally. Volume support is built directly into Docker, making it an easy 阅读全文
posted @ 2023-01-27 04:35 Zhentiw 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Storing data within a container image is one option for automating a container with data, but it requires a copy of the data to be in each container y 阅读全文
posted @ 2023-01-27 02:43 Zhentiw 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Pull httpd image and run the container [cloud_user@ip-10-0-1-78 ~]$ docker pull httpd:2.4 [cloud_user@ip-10-0-1-78 ~]$ docker run --name webtemplate - 阅读全文
posted @ 2023-01-25 15:06 Zhentiw 阅读(12) 评论(0) 推荐(0) 编辑
摘要: Sometimes we when switch branch, might bring some modified files into the new branch to cleanup those files git clean -df https://git-scm.com/docs/git 阅读全文
posted @ 2023-01-25 04:36 Zhentiw 阅读(19) 评论(0) 推荐(0) 编辑
摘要: Pull httpd:latest image Normally you want to attach the version httpd:2.4, because everytime you run the image, we with the same version is running. b 阅读全文
posted @ 2023-01-25 04:25 Zhentiw 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 ··· 52 53 54 55 56 57 58 59 60 ··· 467 下一页