doufenpaiyu63706 2017-12-27 12:47
浏览 98
已采纳

为什么port是字符串而不是整数?

The Port method returns a string and not an integer. What is the reason for that and is it safe to prefix the port with ":"?

  • 写回答

2条回答 默认 最新

  • dthjnc306679 2017-12-27 13:10
    关注

    This is because what appears after the colon can be either a port number or service name.

    The following is a valid example where the service name is used instead of a port number:

    listener, err := net.Listen("tcp", "localhost:https") // port 443
    // ...
    

    The port mapping for a particular service can be looked up using net.LookupPort. On Unix systems, the /etc/services file is sourced for the mappings.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 WPF动态创建页面内容
  • ¥15 如何对TBSS的结果进行统计学的分析已完成置换检验,如何在最终的TBSS输出结果提取除具体值及如何做进一步相关性分析
  • ¥15 SQL数据库操作问题
  • ¥100 关于lm339比较电路出现的问题
  • ¥15 Matlab安装yalmip和cplex功能安装失败
  • ¥15 加装宝马安卓中控改变开机画面
  • ¥15 STK安装问题问问大家,这种情况应该怎么办
  • ¥15 关于罗技鼠标宏lua文件的问题
  • ¥15 halcon ocr mlp 识别问题
  • ¥15 已知曲线满足正余弦函数,根据其峰值,还原出整条曲线