我本職是測試工程師,有一段時間,我經常會以發現BUG(大部分Major 級別及以下)為由,直接去找程序員對質,后面逐漸發現在多次溝通的過程中,程序員會愈加不耐煩,雖然表面維持...

IP屬地:遼寧
我本職是測試工程師,有一段時間,我經常會以發現BUG(大部分Major 級別及以下)為由,直接去找程序員對質,后面逐漸發現在多次溝通的過程中,程序員會愈加不耐煩,雖然表面維持...
Goroutine: A lightweight thread managed by the GO runtime.go f(x, y, z)starts a new gor...
GO does not have class. However, we can define methods on types. A method is a function...
Pointers*T is type: a pointer to T.var x *intOperator & generate a pointer to its opera...
For No parentheses and the {} are always required.for i:=0; i<10; i++ {sum +=i} The ini...
Exported Names A name is exported if it begins with capital letter. Multiple Returnsfun...
存儲鏡像到宿主機:存儲鏡像內容在graph 中注冊鏡像信息 鏡像注冊: 每一層docker layer的image都可以認為有兩個部分組成。 鏡像中的文件系統, 可以認為是...
本文僅僅是對《Docker 源碼分析》 內容中自己需要部分的精簡加上一些自己的理解 Docker鏡像介紹Image: 一個只讀的layerLayer: Docker cont...