摘要:
1、常用命令 docker build -f dockerfile名字 -t 镜像名字:镜像版本 . 例如 docker build -f mynginx.Dockerfile -t mynginx:v202111171 . 阅读全文
posted @ 2021-11-30 10:00
南风丶轻语
阅读(2060)
评论(0)
推荐(0)
摘要:
1、什么是字符串❓ 是只读的字节数组 本质 字符串是不可变的 是一串连续的内存地址 内存表现 数据结构如下 // StringHeader is the runtime representation of a string. 是字符串的运行时表示。 // It cannot be used safe 阅读全文
posted @ 2021-11-30 09:54
南风丶轻语
阅读(459)
评论(0)
推荐(0)

浙公网安备 33010602011771号