系统属性 http.nonProxyHosts 已设置为 local|*.local... 是什么意思?这有何影响?
我是一名误入编码领域的设计师,但知识的缺乏常常困扰着我。就像这个例子:在 fdt 4 中使用 Mac OS 10.5.8 来构建 osmf(开源媒体框架)媒体播放器时,我突然开始在错误日志中看到这一点。
系统属性 http.nonProxyHosts
已由外部源设置为 local|*.local|169.254/16|*.169.254/16
。该值将被首选项中的值覆盖。
请问,这是什么意思 - 我该如何重置它 - 如果需要的话,重置什么?
I am a designer who has strayed into coding, and frequently my lack of knowledge snaggles me. Like this example: Working on Mac OS 10.5.8 in fdt 4 to build an osmf (open source media framework) media player, I suddenly started seeing this in the error log.
System property http.nonProxyHosts
has been set to local|*.local|169.254/16|*.169.254/16
by an external source. This value will be overwritten using the values from the preferences.
Please, what does it mean - and how can I reset it - and to what, if I need to?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
nonProxyHosts 是可以直接访问的主机列表,不会通过代理。这是简短的答案。
有关完整说明,您可以访问 Oracle 。
nonProxyHosts is a list of hosts that can be accessed directly and will not go through the proxy. That is the short answer.
For a full explanation you can go to Oracle.