toolBar上的View SwitcherBIDAppDelegate.h#import
@class BIDSwitchViewController;@interface BIDAppDelegate : UIResponder @property
(strong, nonatomic) UIW...
分类:
移动开发 时间:
2014-05-26 22:58:05
阅读次数:
383
LayoutAnimation干嘛用的?不知道的话网上搜一下。Android的Animation之LayoutAnimation使用方法有两种用法,我的通常写在代码中,像下面这样:
1 /** 2 * Layout动画 3 * 4 * @return 5 *...
分类:
其他好文 时间:
2014-05-26 22:26:15
阅读次数:
421
第六章:Specialized Layers
CAGradientLayer
CAReplicatorLayer
CAScrollLayer
CAShaperLayer
CATextLayer
CATransformLayer...
分类:
移动开发 时间:
2014-05-23 00:36:05
阅读次数:
1026
一、hibernate访问持久化类属性的策略:
在元素中的access属性用于指定Hibernate访问持久化类属性的方式。 常见的方式如下:
1、property:默认值。hibernate通过相应的getXXX()和setXXX()方法。 2、field:hibernate运用反...
分类:
系统相关 时间:
2014-05-22 14:58:26
阅读次数:
342
一、关键字说明1、@synthesize:自动生成成员变量相应的存取方法,可以使用点语法操作该变量的存取。2、@implementation: 表明类的实现
,以@end 结束。3、self :类似java语言当中的this ,是隐藏指针 指向接受消息的对象的指针 。消息所调用的方法使用该指针参数查...
分类:
移动开发 时间:
2014-05-21 18:28:22
阅读次数:
370
介绍一个grid layout 顺序显示的代码
LayoutAnimation1.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use th...
分类:
其他好文 时间:
2014-05-21 16:58:47
阅读次数:
214
四、符号引用(Symbol Reference)
4.1.类(Classes)
4.1.1.TComponentAccess类
TComponentAccess = class(TComponent)
4.1.1.1.ComponentState
property ComponentState;
4.1.1.2.SetComponentState
procedure Se...
分类:
其他好文 时间:
2014-05-21 14:05:58
阅读次数:
315
描述list layout item有上倒下依次显示的代码实现形式
LayoutAnimation2.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no...
分类:
其他好文 时间:
2014-05-21 09:02:15
阅读次数:
250
介绍list item倒序显示
LayoutAnimation3.java
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e...
分类:
其他好文 时间:
2014-05-21 08:25:44
阅读次数:
278
一、按钮点击事件处理方法 - (IBAction)
tapHelloButton:(id)sender;二、获取文本框控件@property (weak, nonatomic) IBOutlet
UITextField *userNameText;三、获取文本标签控件@property (weak,...
分类:
移动开发 时间:
2014-05-21 04:22:18
阅读次数:
336