码迷,mamicode.com
首页 >  
搜索关键字:support    ( 6791个结果
JVM原生不支持尾递归优化,但是Scala编译器支持
The?JVM doesn’t support TCO natively, so tail recursive methods will need to rely on the?Scala compiler performing the optimization.----------"Scala in Depth" 3.5.2 Jvm本身是不支持尾递归优化得,...
分类:其他好文   时间:2014-08-29 22:47:58    阅读次数:368
Android开发技巧——ViewPager衍生出来的2个类
1、不能左右滑动的ViewPager /* * Date: 14-7-28 * Project: Access-Control-V2 */ package cn.irains.access.v2.common; import android.content.Context; import android.support.v4.view.ViewPager; import android....
分类:移动开发   时间:2014-08-29 18:23:28    阅读次数:208
openwrt固件支持3G和4G上网卡
http://wiki.openwrt.org/doc/howtobuild/wireless-router-with-a-3g-dongleBuilding image with support for 3g/4g and usb tetheringPreparing build environm...
分类:其他好文   时间:2014-08-29 14:36:37    阅读次数:893
EMC -- DFS篇(Documentum Foundation Services)
DFS 包含的技术有 1. Enterprise Content Services.  --- 一组面向对象的服务。 2.  Data model and API 3. Client productivity layer 4. Tools for generating services and runtime support 5. SDK 6. EMC Documen...
分类:其他好文   时间:2014-08-29 09:30:07    阅读次数:242
在Eclipse添加Android兼容包( v4、v7 appcompat )[转]
昨天添加Android兼容包,碰到了很多问题,在这里记录一下,让后面的路好走。如何选择兼容包,请参考Android Support Library Features(二)一、下载Support Library方法1:右击项目→选择Android Tools→Add Support Library…方...
分类:移动开发   时间:2014-08-29 01:15:36    阅读次数:695
html5 canvas画饼
1.[图片]lxdpie.jpg?2. [文件] lqdpie.html ~ 801B 下载(7) 刘强东吃饼 Your browser does not support the HTML5 canvas tag. 3. [文件] pie.js ~ 3K...
分类:Web程序   时间:2014-08-28 18:02:55    阅读次数:421
Android Wear 控件——WearableListView(附Demo)
WearableListView是适用于android小型设备如智能手表显示列表的组件,可以村子滚动,非常方便的在只能手表上显示列表控件,每次显示三个列表在屏幕中间位置。 它继承RecyclerView,实现了OnScrollListener接口。 public class WearableListView extends android.support.v7.widget.RecyclerV...
分类:移动开发   时间:2014-08-28 11:34:19    阅读次数:412
第三方源码调试
查看源码配置1:在libs中加个文件:android-support-v4.jar.properties2:在文件中设置资源的位置:src="/E:/samy/libs/v4/src"或者:src=D:\\AndroidUI\\ksoap2-android.src方法一:配置成AndroidLib1...
分类:其他好文   时间:2014-08-28 00:42:28    阅读次数:185
LeetCode 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-08-27 21:50:28    阅读次数:210
定义默认的android的返回路径
使用 “android.support.PARENT_ACTIVITY”属性定义默认的返回。 ··· ···
分类:移动开发   时间:2014-08-27 19:05:08    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!