Liz
Liz
@mjnraja same here.......
@mjnraja hi , I found a way to get through. Use Charles map local , and set proxy to your phone by computer. Remember download CA certificate on your phone...
嗯嗯,自己随便签个名运行就能登录了
为什么两个中国程序员要英文聊天。。。。。。。。。。。
> * **equals**: > `equals` 方法是用于比较两个独立对象的内容是否相同: > ```java > String a=new String("a"); > String b=new String("a"); > ``` > > > 两条new语句创建了两个对象,然后用a/b这两个变量分别指向了其中一个对象,这是两个不同的对象,它们的首地址是不同的,即a和b中存储的数值(对应对象的首地址)是不相同的,所以,表达式a==b将返回false,而这两个对象中的内容是相同的,所以,表达式a.equals(b)将返回true。我们看看equal 源码: > ```java > * Note that it...
`adb shell settings put global http_proxy 127.0.0.1:8008` I used this command to set phone global proxy. It works for me.
I've successfully found the CA file and copy it from user trusted to system trusted. ``` adb shell cd /data/misc/user/0/cacerts-added ls cp fa8986ab.0 /etc/security/cacerts/ ``` It's name maybe is `fa8986ab.0`.
+1 , please update Maven repo , can't get 2.0.2, thanks a looooooooooooooooooot .
@andrewleo 期待