2024年1月12日

dlv调试时访问不可达函数报错please use a line with a statement

摘要: package main import ( "fmt" "time" ) func test() { fmt.Println("") } func main() { time.Sleep(1000 * time.Second) } go build -gcflags=all="-N -l" -o t 阅读全文

posted @ 2024-01-12 09:26 王景迁 阅读(89) 评论(0) 推荐(0) 编辑

nettrace诊断报文

摘要: 安装Ubuntu Server 23.10 下载Ubuntu https://ubuntu.com/download/server mirror address填写为 http://mirrors.aliyun.com/ubuntu/ 安装Nettrace 下载nettrace rpm包 https 阅读全文

posted @ 2024-01-12 09:11 王景迁 阅读(125) 评论(0) 推荐(0) 编辑

导航