The problem commonly encountered with bind is attempting to bind a port that's already in use.
bind普遍遭遇的问题是试图绑定一个已经在使用的端口。
You can use the bind API function to bind an address (an interface and a port) to a socket endpoint.
您可以使用bind api函数来绑定一个地址(一个接口和一个端口)到一个套接字端点。
The last housekeeping job is to bind to a server socket on the desired port number.
最后一个内部处理作业是以期望端口号绑定到服务器套接字上。
How do you bind the 'ibmslapd' process to a port number other than 389 for the ldapdb2 instance?
对于ldapdb2实例,如何将“ibmslapd”进程绑定到除389以外的端口号呢?
The most common use of bind is to associate a port number with a server and use the wildcard address (INADDR_ANY), which allows any interface to be used for incoming connections.
bind最常见的用法是关联端口号和服务器,并使用通配符地址(INADDR_ANY),它允许任何接口为到来的连接所使用。
Select the Bind port to a specific address option to configure the service to be bound to a specific Internet address.
选择Bind portto aspecificaddress选项,将服务绑定到特定的Internet地址。
Then finally we use it, and bind to a port! That's all there is to it, visit the app in a few browsers and you'll see the count increase.
最后我们使用以下代码,并将其跟一个端口绑定起来,通过几个浏览器来访问这个程序了,你还能看到用户数量的增长。
A port number of zero will let the system pick up an ephemeral port in a bind operation.
端口号为0意味着系统在绑定操作时选择一个临时端口。
We need to enable port 6444 to accept SSL communication and bind it to our service by defining a new virtual host on that port.
我们需要启用端口6444以接受SSL通信,并通过在该端口上定义一个新的虚拟主机将其绑定到我们的服务。
We need to enable port 6444 to accept SSL communication and bind it to our service by defining a new virtual host on that port.
我们需要启用端口6444以接受SSL通信,并通过在该端口上定义一个新的虚拟主机将其绑定到我们的服务。
应用推荐