windows 自带的 端口映射 端口转向功能

安装IPV6 netsh interface ipv6 install
查看 netsh interface portproxy show all
添加 netsh interface portproxy add v4tov4 listenaddress=* listenport=14333 connectaddress=10.165.43.190 connectport=1433
删除 netsh interface portproxy delete v4tov4 listenaddress=* listenport=14333

修复"出现了扩展错误" esentutl /p %windir%\security\Database\secedit.sdb

上一篇:BackgroundWorker+ProgressBar+委托 实现多线程、进度条


下一篇:Python3环境搭建