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.
我一直在寻找一个简单的指南,但找不到任何东西。我刚刚完成了我的 web2py 应用程序,我希望能够从另一台计算机访问它以进行测试。谁能给我一个关于如何做到这一点的简单指南?我也在windows机器上
要使用内置的火箭服务器启动 web2py 应用程序,在您进入 web2py 的应用程序目录cmd.exe后,在一个窗口中就像这样简单cd
cmd.exe
cd
python web2py.py --ip 172.25.116.10 --port 8000
172.25.116.10您正在侦听的地址在哪里,而 8000 是 tcp 端口。
172.25.116.10