摘要:
# kubectl cp -n 名称空间 pod名称:/文件src /文件dest kubectl cp -n default busybox-dadasdasd-sadasd-asd:/etc/nginx.conf ./nginx.conf 阅读全文
摘要:
PS 参考博文,致谢 :https://www.liwenzhou.com/posts/Go/02_datatype/ Go 语言中有丰富的数据类型,除了基本的整型、浮点型、布尔型、字符串外、还有数组、切片、结构体、函数、map、通道(channel)等,Go语言的基本数据类型和其他语言的大同小异; 阅读全文
摘要:
PS 参考博文,致谢 :https://www.liwenzhou.com/posts/Go/01_var_and_const/ 一、标识符与关键字 // 整一段 // main.go package main import "fmt" // Go语言中推荐使用驼峰式命令 var ( name st 阅读全文