码迷,mamicode.com
首页 >  
搜索关键字:children    ( 1808个结果
[Android] TextSwitcher -- 做什么的
TextSwitcher的Java Doc是这样描述自己的: Specialized ViewSwitcher that contains only children of type TextView. A TextSwitcher is useful to animate a label on screen. Whenever setText(CharSequence) is called,...
分类:移动开发   时间:2015-04-12 00:06:15    阅读次数:202
android:persistentDrawingCache用法说明
android:persistentDrawingCache (Google官方译文) Defines the persistence of the drawing cache. The drawing cache might be enabled by a ViewGroup for all its children in specific situations (for instan...
分类:移动开发   时间:2015-04-10 18:00:54    阅读次数:124
ios 获取网络类型
//获取网络类型 +(NSString *)getNetWorkStates{     UIApplication *app = [UIApplication sharedApplication];     NSArray *children = [[[app valueForKeyPath:@"statusBar"]valueForKeyPath:@"foregroundView"]s...
分类:移动开发   时间:2015-04-08 11:03:31    阅读次数:185
ligerui_ligerTree_007_ligerTree动态加载节点
ligerui:ligerTree:动态加载节点:源码地址:http://download.csdn.net/detail/poiuy1991719/8571255效果图:代码:json.txt[ { text: '节点1', children: [ { text: '节点1.1...
分类:其他好文   时间:2015-04-07 19:21:20    阅读次数:143
ligerui_ligerTree_006_ligerui事件支持
ligerui:ligerTree事件支持:源码地址:http://download.csdn.net/detail/poiuy1991719/8571255效果图:代码:json.txt[ { text: '节点1', children: [ { text: '节点1.1' }...
分类:其他好文   时间:2015-04-07 19:14:02    阅读次数:159
ligerui_ligerTree_004_对"ligerTree"节点操作
ligerTree节点操作:源码地址:http://download.csdn.net/detail/poiuy1991719/8571255效果图:代码:json.txt:[ { text: '节点1', children: [ { text: '节点1.1' }, ...
分类:其他好文   时间:2015-04-07 19:05:03    阅读次数:198
UVA - 201 Squares
Squares Time Limit: 3000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu Submit Status Description A children's board game consists of a square array of dots t...
分类:其他好文   时间:2015-04-06 08:54:18    阅读次数:92
POJ - 2886 Who Gets the Most Candies?
Who Gets the Most Candies? Time Limit: 5000MS   Memory Limit: 131072KB   64bit IO Format: %I64d & %I64u Submit Status Description N children are sitting in a circle to...
分类:其他好文   时间:2015-04-02 15:09:06    阅读次数:179
UVA 10905 Children's Game
1 2 2 3 3 4 4 5 5 6 6 7 7 8 8 9 9 1010 1111 1212 1313 1414 1515 1616 1717 1818 1919 2020 2121 2222 2323 2424 2525 #include 26 #include 27 #include 28....
分类:其他好文   时间:2015-04-01 19:43:50    阅读次数:124
zTree判断是否为父节点
var treeObj = $.fn.zTree.getZTreeObj("tree");var nodes = treeObj.getSelectedNodes();if(typeof nodes[0].children.length>0){ //为父节点}
分类:其他好文   时间:2015-03-31 22:03:55    阅读次数:442
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!