摘要:
一,安装gin $ go get github.com/gin-gonic/gin@latest 二,安装zap $ go get -u go.uber.org/zap 三,安装validator $ go get -u github.com/go-playground/validator/v10 阅读全文
摘要:
一,报错信息: $ ssh -p 22 root@123.124.125.84 Unable to negotiate with 123.124.125.84 port 22: no matching host key type found. Their offer: ssh-rsa,ssh-dss 阅读全文
摘要:
一,查看ubuntu版本 # lsb_release -a No LSB modules are available. Distributor ID: Neon Description: KDE neon User Edition Release: 24.04 Codename: noble 二,安 阅读全文