Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以使用 no-ip 来远程输入在地址http://localhost:8084提出的 netbeans 项目,该项目使用“运行项目”按钮执行,或者是否可以这样做通过修改 netbeans 内部的某些内容。谢谢你。
您需要找出您的机器在本地网络上的 IP。
为此,请遵循以下任一教程:
使用 Windows cmd 查找本地 IP
使用 Mac 系统偏好设置查找您的本地 IP
之后,您可以输入该 IP 而不是“localhost”,并且该地址应该可以在同一网络上的任何计算机上使用,假设您的防火墙没有阻止它(默认情况下它不应该阻止它)。