WebStorm 简单部署服务器对外发布接口

第一步:
查看自己的windows防火墙是否打开,如果关闭了就打开之后查看webstorm防火墙是否允许连接,步骤为:控制面板–》防火墙–》高级设置

WebStorm 简单部署服务器进行测试操作
入站规则–》webstrom是否允许链接,双击webstrom,选择允许链接
WebStorm 简单部署服务器进行测试操作
WebStorm 简单部署服务器进行测试操作
第二步:
打开webstrom–》File–》settings–》Build,Execution–>Debugger
WebStorm 简单部署服务器进行测试操作
第三步:
随便填入端口号(注意不要和其他端口号重复),对号勾上。可以了。随后将
http://localhost:8010/jiaoben1785/index.html webstorm的默认域名localhost换成自己的IP地址
例如:http://192.168.110.110:8010/jiaoben1785/index.html 。可以将url发到手机测试下。。好了 收工

相关文章:

  • 2021-07-22
  • 2021-04-05
  • 2021-04-29
  • 2021-09-15
  • 2022-02-24
  • 2021-05-25
  • 2022-12-23
  • 2021-05-12
猜你喜欢
  • 2022-12-23
  • 2021-08-16
  • 2022-12-23
  • 2021-07-06
  • 2021-09-23
  • 2021-12-31
相关资源
相似解决方案