2015年12月

XRebel使用教程

XRebel 是不间断运行在 web 应用的交互式分析器,当发现问题会在浏览器中显示警告信息。XRebel 会实时监测应用代码的性能指标和可能会发生的问题。

XRebel官方简明教程在这里 http://zeroturnaround.com/software/xrebel/quick-start/

官方下载地址在这里 https://zeroturnaround.com/software/xrebel/download/#!/have-license

下面开始讲解如何在idea 15中使用XRebel:

- 阅读剩余部分 -

Android 4.0以上系统中使用volley进行网络通讯

1、安装

1)、Git clone the repository by typing the following at the command line:

git clone https://android.googlesource.com/platform/frameworks/volley

2)、Import the downloaded source into your app project as an Android library project or make a .jar file.
如果使用Android Studio,也可以在build.gradle dependencies中添加
compile 'com.mcxiaoke.volley:library:1.0.19'



- 阅读剩余部分 -