调整代码,重新测试功能

This commit is contained in:
2025-02-20 16:58:01 +08:00
parent 71b5229198
commit 903472de6c
6 changed files with 6 additions and 6 deletions

BIN
192.168.251.128_3389.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
192.168.251.129_3389.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

BIN
192.168.251.130_3389.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 828 KiB

BIN
192.168.251.131_3389.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
192.168.251.132_3389.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

View File

@@ -6,16 +6,16 @@ import (
func TestDoRDP(t *testing.T) { func TestDoRDP(t *testing.T) {
/* 测试成功版本: /* 测试成功版本:
Windows Server 2008 Windows Server 2008
Windows Server 2012 Windows Server 2012
Windows Server 2016 Windows Server 2016
Windows 7 Windows 7
Windows 10 Windows 10
*/ */
//DoRDP("192.168.251.128:3389")
//DoRDP("192.168.251.129:3389") //DoRDP("192.168.251.129:3389")
//DoRDP("192.168.251.130:3389") //DoRDP("192.168.251.130:3389")
//DoRDP("192.168.251.131:3389") //DoRDP("192.168.251.131:3389")
//DoRDP("192.168.251.132:3389") //DoRDP("192.168.251.132:3389")
DoRDP("192.168.251.133:3389")
} }