码迷,mamicode.com
首页 >  
搜索关键字:@property    ( 8449个结果
mysql时间类型在iBATIS框架下的问题(原创哦)
java.lang.IllegalStateException:No typehandler found for property XXX dubbo iBATIS mysql
分类:数据库   时间:2014-11-21 18:13:21    阅读次数:555
Could not find property 'outputFile
* What went wrong: A problem occurred configuring project ':app'. > Could not find property 'outputFile' on com.android.build.gradle.internal.api.ApplicationVariantImpl_Decorated@7d035e8. ...
分类:其他好文   时间:2014-11-21 16:17:19    阅读次数:162
html5手机网站常用的9个CSS属性
1、圆角效果“border-radius”是实现这一功能的一个重要的属性,可以用来直接定义HTML元素的圆角,并且被所有现代浏览器支持。 Css代码.border-radius:10px;/* CSS3 Property */.-moz-border-radius:10px;/* Firefox ....
分类:移动开发   时间:2014-11-20 20:01:09    阅读次数:223
android 混淆代码Sample
# To enable ProGuard in your project, edit project.properties # to define the proguard.config property as described in that file. # # Add project specific ProGuard rules here. # By default, the flags ...
分类:移动开发   时间:2014-11-20 17:01:19    阅读次数:236
IOS照相机的启动,图片的读取,存储demo
#import@interface ViewController : UIViewController@property (retain, nonatomic) IBOutlet UIImageView *imgV;- (IBAction)openCamera:(id)sender;- (IBAct...
分类:移动开发   时间:2014-11-20 06:48:42    阅读次数:257
NSAttributedString能否设置文字下划线?是否支持line break?
#import #import "ViewController.h"@interface ViewController ()@property(nonatomic, weak) IBOutlet UILabel *label1;@end@implementation ViewController- ...
分类:其他好文   时间:2014-11-20 06:44:28    阅读次数:307
iosUITextField属性
@property UITextField *caption;caption = [[UITextField alloc] initWithFrame:CGRectMake(0, s...
分类:移动开发   时间:2014-11-19 23:44:19    阅读次数:206
WPFX名称空间
1:x名称空间里的成员是专门写给xaml编译器看,用来引导xaml编译器把xaml代码编译成CLR代码的。(x仅仅是xaml的首字母)。2:attribute 是语言层面的东西,是给编译器看的,Property是面向对象层面的东西,是给编程逻辑用的。在使用xaml编程的时候,如果你想给他加上一些特殊...
分类:Windows程序   时间:2014-11-19 20:31:34    阅读次数:276
ios – 滚动视图(UIScrollView)详解
移动的设备的屏幕大小有限,当一个视图要显示的内容大于屏幕尺寸的时候就要用到滚动视图,比如一个网页的内容通常比屏幕尺寸大,那么浏览器就使用了滚动视图。 UIScrollView有一个contentSize属性,声明如下: @property(nonatomic) CGSize contentSize;...
分类:移动开发   时间:2014-11-19 17:52:09    阅读次数:298
hibernate 中 对数据库同一字段既配置了对象属性又配置了字符属性
如下对数据库中KPIID在hibenrnate中做了两个映射<propertyname="kpiId"type="java.lang.Integer"insert="false"update="false"><columnname="KPI_ID"><comment>KPIID</comment></column></property><many-to-onename="kpi"class="com.i..
分类:数据库   时间:2014-11-19 16:29:50    阅读次数:291
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!