DzwsGo

Results 7 comments of DzwsGo

不需要搞vpn 直接给go上代理 ``` $ go env -w GO111MODULE=on $ go env -w GOPROXY=https://goproxy.cn,direct ``` [参考:https://goproxy.cn/](https://goproxy.cn/)

@rovo89 hello,same error appearing here in the log, my version is Nougat.. [xposed_error_20190129_114623.log](https://github.com/rovo89/Xposed/files/2805972/xposed_error_20190129_114623.log) [PIDzygote.txt](https://github.com/rovo89/Xposed/files/2805974/PIDzygote.txt)

> @rovo89 hello,same error appearing here in the log, my version is Nougat.. > [xposed_error_20190129_114623.log](https://github.com/rovo89/Xposed/files/2805972/xposed_error_20190129_114623.log) > [PIDzygote.txt](https://github.com/rovo89/Xposed/files/2805974/PIDzygote.txt) There's still this log, but it doesn't affect usage

反射主要体现在动态这个词,使用灵活、性价比高。 举例: 1、ButterKnife注解生成的类,使用反射进行inject,一个类统筹全局。(体现性价比) 2、Retrofit 定义一个interface就可以进行网络请求。(体现灵活) 3、解耦 4、逆向Hook,Xposed插件通过反射调用任意方法,为所欲为。 Retrofit之所以简单易用,Java的动态代理功不可没而动态代理中反射又是重中之重,interface相当于配置文件,之后动态代理进行方法的加强,完成请求。

@deepinder10 do you fixed this? i have the same problem,please help me.