相关疑难解决方法(0)

我如何知道我使用的是哪个代理服务器?

我需要知道我的代理服务器的地址是什么,以便我可以配置另一个程序来使用它。如果我进入 IE、Internet 属性、LAN 设置,那么我看到的只是一个自动配置脚本,而不是实际的代理地址。我怎样才能得到这个?

我正在使用 Windows XP。

networking windows proxy windows-xp

209
推荐指数
7
解决办法
76万
查看次数

如何安装以前版本的 Chrome?

我对最新版本的 Chrome 有问题(/sf/ask/2185814851/ -0-2357-1 ) 所以我需要下载并安装以前版本的 Chrome。一些地方建议使用 FileHippo 或 OldVersion,但 FileHippo 只重定向到 Google 的 Chrome 下载页面,而 OldVersion 只升级到版本 23。

http://filehippo.com/download_google_chrome/history/2/

http://www.oldversion.com/windows/google-chrome/

所有类似的问题都已过时。

我已经通过设置注册表项关闭了自动更新。

windows google-chrome

75
推荐指数
4
解决办法
25万
查看次数

为什么在 PowerShell 中不能使用“查找”?

find.exe在 PowerShell 控制台 shell 中使用这些参数时,有什么令人反感的地方?

这些命令在cmd.exeshell 中按预期工作:

PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> find /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" *.ps1xml
FIND: Parameter format not correct
PS C:\Windows\System32\WindowsPowerShell\v1.0> C:\Windows\System32\find.exe /i "System.Diagnostics.Process" .\DotNetTypes.format.ps1xml
FIND: Parameter format not correct
Run Code Online (Sandbox Code Playgroud)

powershell find cmd.exe

8
推荐指数
2
解决办法
1万
查看次数

Websockets 在 Chrome 和 Firefox 中被阻止,但在 IE 中不被阻止 - 代理

我正在尝试使用 Slack,但无法在 Chrome 或 Firefox 中使用它。我收到连接错误。我使用他们的帮助测试,但我在 websockets 上失败了。

我在使用 IE 时没有同样的问题。

我在工作网络后面,两个浏览器都使用相同的 LAN 设置。当我进入 LAN 设置时,唯一勾选的是Use automatic configuration script那里有一个 url。

为什么网络套接字在 IE 中不是问题,我如何阻止它们在其他浏览器中成为问题?

信息:以下是有关浏览器版本的一些信息。铬:52.02743.116 IE:11.0.9600

当去http://www.websocketstest.com我得到如下:

IE: Websockets supported - Yes
HTTP Proxy - Yes
Port 80 - Disconnected
Port 443 - Connected
Port 8080 - Disconnected
Port 443 SSL - Connected

Chrome: Websockets supported - Yes
HTTP Proxy - Yes
All ports disconnected
Run Code Online (Sandbox Code Playgroud)

尝试通过httpwss评论中的建议连接到 slack ,但它只是恢复到https.

谢谢

networking google-chrome proxy

6
推荐指数
1
解决办法
1万
查看次数