Others are ::1, which is localhost (c.f. 127.0.0.1).
其他的还有::1,它代表本机地址(127.0.0.1)。
The loopback address (127.0.0.1) is not a valid source address.
环回地址(127.0.0.1)不是一个有效的源地址。
The loopback address (127.0.0.1) is not a valid destination address.
环回地址(127.0.0.1)不是一个有效的目标地址。
In our case, everything is local to us and goes through the 127.0.0.1 address.
在我们的例子中,上述地址都是本地的,都要通过127.0.0.1地址。
Hence, the loopback interface 127.0.0.1, but it could just as easily be running on a remote system.
所以这里使用loopback接口127.0.0.1,但是在远程系统上运行PHP也很容易。
The node also assumes that all other nodes are running on localhost (127.0.0.1), for simplicity in testing.
为了便于测试,节点还假定所有其他节点在本地主机(127.0.0.1)上运行。
For example: 'dbadmin –dcnEnable –d 36677@localhost –dcnBrokerUri 'tcp://127.0.0.1:61616' –dcnChannelName 'dcn'
例如:'dbadmin –dcnEnable –d 36677@localhost –dcnBrokerUri 'tcp://127.0.0.1:61616' –dcnChannelName 'dcn'
As mentioned earlier, the EJB port currently accepts only connections from clients connecting to 127.0.0.1 or localhost.
前已提及,ejb端口当前只接受从客户端连接到127.0.0.1或localhost的连接。
Enter the server IP 127.0.0.1 if you have installed the sync server on the local machine, or enter the remote IP address of the sync server.
如果已经在本地机器上安装了SyncServer,则输入ServerIP127.0.0.1,或者输入同步服务器的远程ip地址。
If it's greyed out with something already in there when you tried to change it to 127.0.0.1, that means you're going through a proxy server.
如果它的灰色的东西已经在那里的时候,你试图改变它,以127.0.0.1,即意味着您要经历一个代理服务器。
It might be enough to simply have your application refuse all connections that aren't from 127.0.0.1, which is a lot more secure than password-based security.
可以让应用程序拒绝所有不是来自127.0.0.1的连接,这比基于密码的安全措施要安全得多。
You can connect to that port only if your client application is running on the same machine and is connecting through the loopback address (localhost or 127.0.0.1).
仅当客户端应用程序运行在同一机器上并且通过环回地址(localhost或127.0.0.1)连接时才能连接到该端口。
The new addressing scheme, defined in RFC2373 (see Resources), provides a colon-separated format, where 0:0:0:0:0:0:0:1 is the loopback address equivalent to 127.0.0.1.
RFC2373(请参阅 参考资料)中所定义的新寻址方案提供了一种用冒号隔开的格式,其中 0:0:0:0:0:0:0:1是与127.0.0.1等价的回送地址。
Check the other file connect.cfg in the same folder and make the same changes as described in the steps above, but also change the entry [host] to: localhost or 127.0.0.1.
检查以上步骤中所描述文件夹中的另一文件connect . cfg并进行相同更改,而且将条目[HOST]改为:localhost或127.0.0.1。
Check the other file connect.cfg in the same folder and make the same changes as described in the steps above, but also change the entry [host] to: localhost or 127.0.0.1.
检查以上步骤中所描述文件夹中的另一文件connect . cfg并进行相同更改,而且将条目[HOST]改为:localhost或127.0.0.1。
应用推荐