06 2015 档案

摘要:错误原因:使用AS设置SVN时,参数设置错误,导致eclipse的SVN不可用报错:SVN : RA layer request failed解决方式:在c盘中搜索svn ,找到auth认证的文件夹,进行删除,最后启动elipse重新验证svn 阅读全文
posted @ 2015-06-29 15:42 sleepend 阅读(1183) 评论(0) 推荐(0)
摘要:1.找到%ANDROID_HOME%\tools\lib\plugin.prop文件2.修改版本参数plugin.version至合适的版本# begin plugin.propplugin.version=22.0.0# end plugin.prop3.保存 阅读全文
posted @ 2015-06-23 11:27 sleepend 阅读(340) 评论(0) 推荐(0)
摘要:因项目测试须要,打印出对象的键值对,直接上代码 1 public String toString() { 2 Field[] fields = getClass().getFields(); 3 StringBuffer sb = new StringBuffer()... 阅读全文
posted @ 2015-06-04 18:46 sleepend 阅读(2064) 评论(2) 推荐(0)