10 2014 档案
四大开源站点(版本控制系统)
摘要:GitHubGoogle CodeMercurialBitbuckethttp://git.oschina.net/ 阅读全文
posted @ 2014-10-28 17:06 飘杨...... 阅读(295) 评论(0) 推荐(0)
利用git向github上远程提交一个自己的开源项目
摘要:1.在电脑的系统变量中的path路径中配置git的环境变量: 找到git安装路径中bin的位置,如:X:\Git\bin 找到git安装路径中git-core的位置,如:X:\Git\libexec\git-core; 然后将这两个路径配置到系统变量的path中即可2.打开命令行(... 阅读全文
posted @ 2014-10-24 16:18 飘杨...... 阅读(348) 评论(0) 推荐(0)
BaseAdapter的ArrayIndexOutOfBoundsException
摘要:最近写一个listView中多个listItem布局时,convertView缓存及使用,类似微信的聊天界面的listView,报了一个异常:11-25 15:51:49.076: E/InputEventReceiver(22971): Exception dispatching input ev... 阅读全文
posted @ 2014-10-23 14:01 飘杨...... 阅读(487) 评论(0) 推荐(0)
android 通讯类资料整理
摘要:https://github.com/koush/AndroidAsync(websocket)https://github.com/loopj/android-async-httphttp://phonegap.com/ 阅读全文
posted @ 2014-10-13 17:00 飘杨...... 阅读(188) 评论(0) 推荐(0)