码迷,mamicode.com
首页 >  
搜索关键字:support v7    ( 7602个结果
google推出的SwipeRefreshLayout下拉刷新用法
使用如下:1.先下载android-support-v4.jar最新版本,之前的版本是没有SwipeRefreshLayout下拉刷新控件的,如果已经更新,此步骤可省略。2.在xml文件中引用android.support.v4.widget.SwipeRefreshLayout控件,在里面可以放置...
分类:其他好文   时间:2014-06-03 13:10:17    阅读次数:300
6410开发板sd卡启动时烧写u-boot.bin以及u-boot-spl-16k.bin步骤
参考文档:《SMDK6410_IROM_APPLICATIONNOTE_REV1.00》(可以从这里下载到》参考博客:Tekkaman的博文《u-boot-2010.09 for mini6410 (add MMC support)》 《Tiny6410_SMDK从SD卡直接启动裸板代码 》 《使u...
分类:其他好文   时间:2014-06-03 11:31:54    阅读次数:403
ActionBar 溢出菜单和兼容问题解决
当我们想做一个类似于微信菜单很快我们应该可以想到可以用support-v7包或者actionbarshecklock,然后就写menu布局,如下 然后就是在onCreateOptionsMenu中调用一下menu布局,貌似一切都大功告成了,在类似于nexus5这样...
分类:其他好文   时间:2014-05-31 13:49:46    阅读次数:237
LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:其他好文   时间:2014-05-30 15:09:06    阅读次数:223
沙盒目录常用获取方式
获取程序的Home目录 NSString *home = NSHomeDirectory();注意: 虚拟机Home目录: /Users/userName/Library/Application Support/iPhone Simulator/6.1/Applications/C926CCFA-A...
分类:其他好文   时间:2014-05-30 03:05:43    阅读次数:233
ViewPager 限制左右滚动
importandroid.content.Context;importandroid.support.v4.view.ViewPager;importandroid.util.AttributeSet;importandroid.view.MotionEvent;/****@类名CustomVie...
分类:其他好文   时间:2014-05-29 19:24:15    阅读次数:341
NeuraSuite.v2005.11 1CD(石油和天然气行业中实用且直观解决方案的软件)
NeuraSuite.v2005.11 1CD(石油和天然气行业中实用且直观解决方案的软件)NIST-Refprop v7.0 1CDPetroleum Toolboxes 2008 v10.0 1CDPipeline Studio 3.2.06-ISO 1CD(稳定版,化工管道仿真技术)Pipel...
分类:其他好文   时间:2014-05-29 15:30:09    阅读次数:262
Maven 本地jar添加
以 spring-context-support-3.1.0.RELEASE.jar 为例,在 @3图中已经给出这个 jar 包的 groupId,artifactId,version信息,手动安装的时候这些信息不要改,否则 Maven 项目移植的话,jar 包下载就会失败。顺便把这信息帖下面,方便...
分类:其他好文   时间:2014-05-28 22:56:52    阅读次数:270
Qtwebkit flashplayer插件问题
复制npswf32.dll 到 C:\WINDOWS\system32\Macromed\Flash\ 代码加入: //! [1] QNetworkProxyFactory::setUseSystemConfiguration(true);// flash support QWebSettings:...
分类:Web程序   时间:2014-05-28 19:11:55    阅读次数:391
DPM(Deformable Parts Model)
DPM(Deformable Parts Model)Reference:Object detection with discriminatively trained partbased models. IEEE Trans. PAMI, 32(9):1627–1645, 2010."Support...
分类:其他好文   时间:2014-05-27 17:37:59    阅读次数:366
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!