码迷,mamicode.com
首页 >  
搜索关键字:support    ( 6791个结果
android-support-v7-appcompat下载
http://download.csdn.net/detail/u010556601/7449661 将压缩包解压,放入sdk\extras\android\support\v7目录下 在eclipse右击项目
分类:移动开发   时间:2014-06-29 13:05:52    阅读次数:577
判断浏览器版本
jQuery 从 1.9 版开始,移除了 $.browser 和 $.browser.version , 取而代之的是 $.support 。 在更新的 2.0 版本中,将不再支持 IE 6/7/8。 以后,如果用户需要支持 IE 6/7/8,只能使用 jQuery 1.9。 如果要全面支持 IE,...
分类:其他好文   时间:2014-06-06 22:41:26    阅读次数:262
Google Guava简介
Guava工程包含了若干被Google的 Java项目广泛依赖 的核心库,例如:集合(collections)、缓存(caching)、原生类型支持(primitives support)、并发库 (concurrency libraries)、通用注解(common annotations)、字符...
分类:其他好文   时间:2014-06-06 21:48:27    阅读次数:232
IOS数据存储方式
1,ios中常用的数据存储方式有4中1》XML属性列表(plist)归档2》Preference(偏好设置)3》NSKeyedArchiver归档4》SQLite2,每个应用程序都有自己的沙盒,沙河的路径为/Users/apple/Library/Application Support/iPhone...
分类:移动开发   时间:2014-06-05 18:36:08    阅读次数:308
使用google自带包实现下拉刷新功能
使用google自带的android-support-v4.jar 里面的SwipeRefreshLayout 实现下拉刷新...
分类:其他好文   时间:2014-06-05 12:04:14    阅读次数:209
Apache CXF 3.0: CDI 1.1 Support as Alternative to Spring--reference
WithApache CXF 3.0just being released a couple of weeks ago, the project makes yet another important step to fulfill theJAX-RS 2.0specification requir...
分类:编程语言   时间:2014-06-03 15:38:44    阅读次数:507
ios开发中iphone模拟器中程序文件和数据库的存放位置
1.使用命令: chflags nohidden ~/library/ 使隐藏的资源库文件夹显示出来。如果想要隐藏掉,使用:chflags hidden ~/library/  2.finder中找到:用户->mwsn(这是我的用户名)->资源库->Application Support->iPhone Simulator->7.0(根据你的版本确定是哪个)->Applications 里面...
分类:移动开发   时间:2014-06-03 01:40:08    阅读次数:288
android:修改PagerTabStrip中的背景颜色,标题字体的样式、颜色和图标以及指示条的颜色
1.修改PagerTabStrip中的背景颜色我们在布局中直接设置background属性即可: <android.support.v4.view.ViewPager android:id="@+id/pager" android:layout_width="fill_parent" android:layout_height="fill_paren...
分类:移动开发   时间:2014-05-31 23:42:11    阅读次数:624
Android增加v7 appcompat源码
1.File ---- Import---- Existing Android Code Into Workspace2.选择/extras/android/support/v7/appcompat/导入进来3.去github上查找,“platform framework support”,下载下来...
分类:移动开发   时间:2014-05-31 18:46:40    阅读次数:312
J1签证办理全过程
从3月底开始申请,整理J1的材料,一直到现在VISA的status变成了issued,中间被check了20多天,终于快要可以去silicon valley了。废话不多说,J1签证很easy,不要有任何担心。直接上J1办理流程:1. 联系学校,拿到DS2019表、financial support ...
分类:其他好文   时间:2014-05-31 18:41:23    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!