如何在 Windows 中将本地主机从一台计算机共享到另一台计算机?

发布于 2025-01-09 14:04:05 字数 763 浏览 1 评论 0原文

要将您的本地主机共享给其他人: 由于某些原因,在编写代码时,您可能需要将本地主机中的工作共享给其他人,在 Windows 中,将本地主机从一台计算机共享到另一台计算机要容易得多。在这里你如何做到这一点

First : Win + R , open Terminal and search ipconfig or ipconfig/all
It will show your Windows IP Configuration 


Find your IP
IPv4 Address. . . . . . . . . . . : xxx.xxx.x.xx                                                                                                                    
Subnet Mask . . . . . . . . . . . : xxx.xxx.xxx.x                                                                                                                       
Default Gateway . . . . . . . . . : xxx.xxx.x.x  


Make sure your firewall allow connection
Try opening your browser and put your IP to access the localhost(Read/Write)

To share your localhost to other :
For some reasons, while working on code you may need to share your work in localhost to others , In windows it is way more easier to share your localhost from one machine to another. Here how you do this

First : Win + R , open Terminal and search ipconfig or ipconfig/all
It will show your Windows IP Configuration 


Find your IP
IPv4 Address. . . . . . . . . . . : xxx.xxx.x.xx                                                                                                                    
Subnet Mask . . . . . . . . . . . : xxx.xxx.xxx.x                                                                                                                       
Default Gateway . . . . . . . . . : xxx.xxx.x.x  


Make sure your firewall allow connection
Try opening your browser and put your IP to access the localhost(Read/Write)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

滴情不沾 2025-01-16 14:04:05

如果您位于同一网络 xx.xx.xxx.xx:port (123.12.110.12:3000)

If you are on the same network xx.xx.xxx.xx:port (123.12.110.12:3000)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文