09 2022 档案
摘要:转自 https://www.cnblogs.com/20e8/p/9994212.html $startFolder = "D:\test\" $colItems = (Get-ChildItem $startFolder | Where-Object {$_.PSIsContainer -eq
阅读全文
摘要:在DOS提示符下: SET GOARCH=386 SET GOARCH=amd64 SET CGO_ENABLED=0 SET GOOS=windows SET GOOS=linux 以上环境变量在cmd下设置,powershell下设置不生效go build -ldflags "-s -w" fi
阅读全文
摘要:一、windows平台go环境配置 1、安装 go1.19.1.windows-amd64.msi https://go.dev/ 2、修改GO111MODULE、GOPROXY go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.c
阅读全文
摘要:systemctl status atd systemctl enable atd systemctl start atd at -f /root/testtouch.sh 10:30 2022-09-06 at -f /root/testtouch.sh now + 1 minutes at -f
阅读全文
摘要:https://www.cnblogs.com/ginvip/p/6352157.html https://www.runoob.com/linux/linux-comm-awk.html
阅读全文
摘要:https://www.cnblogs.com/gaara0305/p/10027343.html ifconfig|grep -E 'inet\>'|awk '!/127.0.0.1/{print $2}' ifconfig|grep -E 'inet\b'|awk '!/127.0.0.1/{p
阅读全文
摘要:###参考 https://www.cnblogs.com/cyssmile/p/13983964.html https://blog.csdn.net/wojiuguowei/article/details/50977089 https://www.linuxcool.com/ldconfig #
阅读全文