上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: C:\Windows\System32\inetsrv\config\applicationHost.config 阅读全文
posted @ 2022-11-10 16:14 shenshu 阅读(55) 评论(0) 推荐(0)
摘要: wmic csproduct get name 阅读全文
posted @ 2022-11-01 12:23 shenshu 阅读(20) 评论(0) 推荐(0)
摘要: $a=(Get-WmiObject -class Win32_OperatingSystem).lastbootuptime $restartTime=$a.substring(0,4)+"-"+$a.substring(4,2)+"-"+$a.substring(6,2)+" "+$a.subst 阅读全文
posted @ 2022-10-27 09:26 shenshu 阅读(39) 评论(0) 推荐(0)
摘要: 转自 https://www.cnblogs.com/20e8/p/9994212.html $startFolder = "D:\test\" $colItems = (Get-ChildItem $startFolder | Where-Object {$_.PSIsContainer -eq 阅读全文
posted @ 2022-09-29 10:12 shenshu 阅读(312) 评论(0) 推荐(0)
摘要: 在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 阅读全文
posted @ 2022-09-11 08:32 shenshu 阅读(54) 评论(0) 推荐(0)
摘要: 一、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 阅读全文
posted @ 2022-09-08 21:55 shenshu 阅读(274) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-09-06 10:18 shenshu 阅读(34) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ginvip/p/6352157.html https://www.runoob.com/linux/linux-comm-awk.html 阅读全文
posted @ 2022-09-06 09:14 shenshu 阅读(17) 评论(0) 推荐(0)
摘要: 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 阅读全文
posted @ 2022-09-02 16:39 shenshu 阅读(41) 评论(0) 推荐(0)
摘要: ###参考 https://www.cnblogs.com/cyssmile/p/13983964.html https://blog.csdn.net/wojiuguowei/article/details/50977089 https://www.linuxcool.com/ldconfig # 阅读全文
posted @ 2022-09-01 09:49 shenshu 阅读(248) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页