2025年8月28日

go http实现长连接

摘要: 服务端 package main import ( "net/http" "time" ) func handler(w http.ResponseWriter, r *http.Request) { f := w.(http.Flusher) for { w.Write([]byte("1\n") 阅读全文

posted @ 2025-08-28 22:32 王景迁 阅读(13) 评论(0) 推荐(0)

Linux Ubuntu上安装helm

摘要: apt update apt install -y apt-transport-https curl -fsSL https://baltocdn.com/helm/signing.asc | sudo apt-key add - apt install -y software-properties 阅读全文

posted @ 2025-08-28 22:08 王景迁 阅读(14) 评论(0) 推荐(0)

导航