上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 89 下一页
摘要: 多控制器管理 UITabBarController,跟UINavigationController类似,UITabBarController也可以轻松管理多个控制器,轻松完成控制器之间的切换,例如QQ,微信.头文件定义:123456789101112131415161718@interface UI... 阅读全文
posted @ 2015-03-05 16:39 微信公众号--共鸣圈 阅读(345) 评论(0) 推荐(0)
摘要: 1, Fuzzy Autocomplete 阅读全文
posted @ 2015-03-05 11:03 微信公众号--共鸣圈 阅读(230) 评论(0) 推荐(0)
摘要: mvn -e archetype:generate -B -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts-archetype -DarchetypeVersion=3.5.0 -... 阅读全文
posted @ 2015-03-05 06:40 微信公众号--共鸣圈 阅读(348) 评论(0) 推荐(0)
摘要: http://ivomynttinen.com/blog/the-ios-7-design-cheat-sheet/With the release of iOS 7, app designers and developers will need to adjust their visual lan... 阅读全文
posted @ 2015-03-05 05:49 微信公众号--共鸣圈 阅读(243) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2015-03-03 17:08 微信公众号--共鸣圈 阅读(149) 评论(0) 推荐(0)
摘要: final View cv = new View(this); setContentView(cv); TextView tv = new TextView(this); tv.setBackgroundColor(0xffeeeeee); tv.setTextColor(... 阅读全文
posted @ 2015-03-03 16:46 微信公众号--共鸣圈 阅读(1373) 评论(0) 推荐(0)
摘要: 1、已经跟踪且提交的文件,取消跟踪: git rm -r --cached "path/to/foo/" #文件夹 git rm -r --cached "path/to/file" #文件2、git 如何用某一分支的某文件,替换另一分支的某文件:git checkout branch_name - 阅读全文
posted @ 2015-03-03 16:09 微信公众号--共鸣圈 阅读(272) 评论(0) 推荐(0)
摘要: 1. Install the nux repo$> su - $> yum update # optional but recommanded $> rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org $> rpm -Uvh http... 阅读全文
posted @ 2015-03-02 23:02 微信公众号--共鸣圈 阅读(2305) 评论(0) 推荐(0)
摘要: http://blog.teamtreehouse.com/android-libraries-use-every-projectA good developer knows to never reinvent the wheel (“unless you planon learning more ... 阅读全文
posted @ 2015-02-22 10:12 微信公众号--共鸣圈 阅读(351) 评论(0) 推荐(0)
摘要: If your target build version is Honeycomb 3.2 (API Level 13) or higher you must put the screenSize flag too, as in:because even with the "orientation"... 阅读全文
posted @ 2015-02-19 20:32 微信公众号--共鸣圈 阅读(1238) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 89 下一页