yingjunxu
yingjunxu
package main import ( "fmt" "github.com/nguyenthenguyen/docx" ) func main() { // Read from docx file r, err := docx.ReadDocxFile("./a.docx") // Or read from memory // r, err := docx.ReadDocxFromMemory(data io.ReaderAt,...
1.gpu node status: [foot@vz01sjzn06 ~]$ kubectl describe node 10.78.189.132 Name: 10.78.189.132 Roles: Labels: asiainfo.com-gpu.type=gpu beta.kubernetes.io/arch=amd64 beta.kubernetes.io/os=linux gpushare=true hardware-type=NVIDIAGPU kubernetes.io/arch=amd64 kubernetes.io/hostname=10.78.189.132 kubernetes.io/os=linux testywh=testywh Annotations: node.alpha.kubernetes.io/ttl: 15 volumes.kubernetes.io/controller-managed-attach-detach: true CreationTimestamp: Fri, 09...