每当我多次点击时,我必须每隔 20 分钟重新启动一次我的智能ctrl+tab。看起来在我的 ubuntu 13.10 + intellij 13.01 上多次点击这个让我的 intellij 卡住了。在 Intellij 12 相同的操作系统上,一切都很好。无论如何解决这个问题?
我运行openconnect连接到瞻博网络如下:
$ openconnect --version
OpenConnect version v5.02
Using GnuTLS. Features present: PKCS#11, TOTP software token, DTLS (using OpenSSL)
sudo openconnect -v -u=myuser --no-xmlpost --no-proxy https://myserver
Got HTTP response: HTTP/1.1 200 OK
Content-Type: text/html; charset=utf-8
Date: Mon, 25 Aug 2014 07:24:03 GMT
x-frame-options: SAMEORIGIN
Pragma: no-cache
Cache-Control: no-store
Expires: -1
Transfer-Encoding: chunked
HTTP body chunked (-2)
XML response has no "auth" node
Failed to obtain WebVPN cookie
Run Code Online (Sandbox Code Playgroud)
请问有人可以帮忙吗?