删除代码里面定义了但未使用的变量 对于大的工程尤其是测试工程,会有很多的编译告警,尤其是定义但未使用的变量,数量太多修改起来很费时,所以通过脚本解决。首先:先将编译的日志保存下来例如:gcc-otetstest.c>log.log2>&1之后在你编译的目录运行脚本./replace_unused.shlog.log即可
Android五大布局 FrameLayout(框架布局),LinearLayout(线性布局),AbsoluteLayout(绝对布局),RelativeLayout(相对布局),TableLayout(表格布局).
android调用.net的webservice的例子获取手机的归属地 Android calls the .net webservice example to get the attribution of the phone