错误
corzfree
这个作者很懒,什么都没留下…
展开
-
Git with Smart HTTP in Cygwin
Executive summary: In order to use git in Cygwin with Smart HTTP style URLs, you need to also install the libsasl2 and ca-certificates packages.I recently set up a new Cygwin environment to test转载 2014-05-09 16:43:23 · 817 阅读 · 0 评论 -
Please ensure that adb is correctly located at问题
遇到问题描述:运行android程序控制台输出 [2012-07-18 16:18:26 - ] The connection to adb is down, and a severe error has occured. [2012-07-18 16:18:26 - ] You must restart adb and Eclipse. [2012-07转载 2014-07-29 09:49:20 · 438 阅读 · 0 评论 -
Listview 中 getChildAt方法记录
ListView中getChildAt(index)的使用注意事项1.原理 在很多时候ListView列表数据不需要全部刷新,只需刷新有数据变化的那一条,这时可以用getChildAt(index)获取某个指定position的view,并对该view进行刷新。注意:在ListView中,使用getChildAt(index)的取值,只能是当前可见区域(列表可滚动)的子项!转载 2014-10-15 12:15:46 · 2770 阅读 · 0 评论 -
Android Studio中support版本错误问题的处理
刚下载了studio,新建工程出现了这个错误 Error:Failed to find: com.android.support:appcompat-v7:21.+找到一篇博客刚好是解决这个错误的,在此记录,以便日后翻阅:问题现象说实话,我真不知道Google是怎么想的,或者如这里所说的确是个BUG,也不知道为什么拖这么长时间没有解决掉,或者是我的RPWT。这问题的表现就是转载 2014-12-22 11:21:18 · 1209 阅读 · 0 评论 -
在onAnimationEnd方法中调用 viewgroup.removeview,报 nullpointerexception异常的解决方法
如题,在项目中遇到了问题,执行完动画后,在动画结束onAnimationEnd方法中移除了一个view,结果抛出nullpointerexception,寻找良久,才找到解决方案,在此记录,以便查阅。本文来自:http://www.cxyclub.cn/n/16666/在做Android开发实现淡出效果后,移除界面上一个图片控件时,发现这样一个问题,在onAnimationEnd方法中调用转载 2014-12-24 12:38:53 · 1655 阅读 · 0 评论 -
cygwin的bash错误:$'\r': command not found
安装Cygwin后,一打开窗口,bashell一调出,就会弹出一个错误:bush:$'\r': command not found打开x窗口,startx,错误同样!上网查了下,各种说法都有,1,不影响使用,不用理会,我本来也不想管了,偶然看到原因和解决方法(看3)。2,有人(好像是台湾的柯老师)说:重装windows,在未打sp2补丁和装vc之前装cy转载 2014-12-11 17:49:06 · 3705 阅读 · 0 评论 -
PhotoView问题 ImageView no longer exists
java.lang.IllegalStateException: ImageView no longer exists. You should not use this PhotoViewAttacher any more.出现这个问题 很头疼 参考https://github.com/chrisbanes/PhotoView/issues/50然后 改版了PhotoVie转载 2014-12-11 17:01:47 · 2477 阅读 · 3 评论 -
解决iOS报错libc++abi.dylib handler threw exception
文章出处:http://blog.csdn.net/totogo2010/article/details/9816975在iOS开发时,有时候遇到libc++abi.dylib handler threw exception这样的异常, 虽然在断点出加上了All Exceptions,也断到相应的代码了,但是没打印对应的日志,实际上不是这段代码的问题。因此不知道什么地方出错了。这时候可以用下原创 2015-04-29 15:44:47 · 539 阅读 · 0 评论