import android.net.Proxy;
String hostname = Proxy.getHost(this.mContext);
int port = Proxy.getPort(this.mContext);
// 又は、 String hostname = Settings.Secure.getString( getContentResolver(), Settings.Secure.HTTP_PROXY);
HttpHost proxy = new HttpHost(hostname, port);
httpclient.getParams().setParameter(ConnRoutePNames.DEFAULT_PROXY,proxy);
2014年4月2日水曜日
登録:
コメントの投稿 (Atom)
keychron k8 max
https://launcher.keychron.com/ $ sudo tee /etc/udev/rules.d/99-keychron.rules <<EOF KERNEL=="hidraw*", SUBSYSTEM=="hid...
-
■Rocky Linux8 ORACLE RPM インストール # curl -o oracle-database-preinstall-19c-1.0-2.el8.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL8/ap...
-
Permission denied: [client 127.0.0.1:33562] mod_wsgi (pid=5683): Unable to connect to WSGI daemon process 'analyze' on '/etc/htt...
-
$ alias sqlplus='rlwrap -pRed -if /usr/local/opt/rlwrap-extensions/sqlplus sqlplus64' $ sqlplus user/password@192.168.1.xxx:1521/sid...
0 件のコメント:
コメントを投稿