no connection could be made because the target machine actively refused it.问题解决
生活随笔
收集整理的這篇文章主要介紹了
no connection could be made because the target machine actively refused it.问题解决
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
第一步:查看端口占用情況netstat -ano
第二步:關閉兩臺電腦的360,防火墻
第三歩:查看端口。若為兩臺電腦之間通信。則應使用服務器這臺電腦的ip進行連接。利用ipconfig查看本機ip(Ipv4地址)
因為127.0.0.1只適用于本機電腦測試(且兩臺電腦必須在同一局域網內)
參考自:https://stackoverflow.com/questions/41404464/no-connection-could-be-made-because-the-target-machine-actively-refused-it-tcp0
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的no connection could be made because the target machine actively refused it.问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python读取写入yaml文件
- 下一篇: mitmproxy抓包 | Python