操作系统 :MacOS 10.11.6 IDE :Android Studio 2.2 Java Version :1.8 异常现象描述: 在给Android Studio 2.2设置代理时,出现警告信息: You have JVM property "socksProxyHost" set to "127.0.0.1". This may lead to incorrect behaviour. Proxy should be set in Settings |
y@y:~$ sqlplus Error 46 initializing SQL*PlusHTTP proxy setting has incorrect valueSP2-1502: The HTTP proxy server specified by http_proxy is not accessibley@y:~$ 说明:之前一直好用,运行sqlplus出现以上问题.查看环境变量y@y:~$ printenv | grep proxyno_proxy=localhost,127.0.0.
1.情景:抓包的域名下 全部是unknown,右侧出现了乱码 2.查看unknown的notes里面:SSL Proxying not enabled for this host:enable in Proxy Setting,SSL locations 3.解决方法:proxy -> ssl proxy setting里 添加需要抓包的域名 如果想看所有抓包情况,可以这样设置:
Visual Studio Xamarin提示Bonjour backend初始化失败 错误信息:The Bonjour backend failed to initialize, automatic Mac Build server discovery will not be available.这是由于Windows下的Bonjour服务没有开启,需要到服务管理中,开启该服务,即可.
执行cp命令,其实是默认执行了cp -i命令的别名,因此总提示是否覆盖. 修改~/.bashrc,注释“alias cp='cp -i'”即可. [root@xxxx test]# vi ~/.bashrc # .bashrc # User specific aliases and functions alias rm='rm -i' #alias cp='cp -i' alias mv='mv -i'
Android Studio中出现提示: Gradle project sync failed. Basic functionality (eg. editing, debugging) will not work properly 如图: [解决过程] 1.点击了: Show Log in Explorer 打开找到了log文件: C:\Users\Administrator\.AndroidStudio\system\log\idea.log Log文件内容很长,最后一部分是: ? 1 2