码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
异步请求HTTP
代码:@interface HttpProcessor : NSObject { NSMutableData *buffer;}@property BOOL finished;@property (strong, nonatomic) NSString *html;@end@implement...
分类:其他好文   时间:2014-10-09 02:00:57    阅读次数:141
Extjs4---Cannot read property 'addCls' of null
做后台管理系统时遇到的问题,关于tab关闭后再打开不显示,或者报错 我在新的tabpanel中加入了一个grid,当我关闭再次打开就会报错Cannot read property 'addCls' of null, 原因是我在定义grid的错误的时候 这是错误代码: [javascript] view plaincopy...
分类:Web程序   时间:2014-10-09 01:54:17    阅读次数:471
【英语】20141008生词
defendants[英]d??fend?nt n.[法]被告人 adj.[法]被告的,辩护的offense[英]??fens n.进攻;(球队的)前锋;进攻方法;攻势incitement[英]?n?sa?tm?nt n. 煽动,鼓动property[英]'pr?p?t? n.特性,属性;财产,地产...
分类:其他好文   时间:2014-10-08 23:56:07    阅读次数:174
现在网页中流行的css3样式
1、鼠标放在圆形图片中,图片渐渐的变方形【17素材头像的特效,觉得不错就研究下来了 ————17sucai.com】img{border-radius:50%;transition: all .4s ease-out;}a:hover img{border-radius:0px;}2、当鼠标放到菜单...
分类:Web程序   时间:2014-10-08 17:41:05    阅读次数:251
现在网页中流行的css3样式
1、鼠标放在圆形图片中,图片渐渐的变方形【17素材头像的特效,觉得不错就研究下来了 ————17sucai.com】img{border-radius:50%;transition: all .4s ease-out;}a:hover img{border-radius:0px;}2、当鼠标放到菜单...
分类:Web程序   时间:2014-10-08 13:55:45    阅读次数:224
总结网页中流行的8种css3样式
CSS样式: .f1 img{border-radius:50%;transition: all .4s ease-out;}.f1 a:hover img{border-radius:0px;}.f2 a{transition:all 0.4s ease-out 0s;color:#000;} ....
分类:Web程序   时间:2014-10-08 13:16:45    阅读次数:548
target-action传值
Target-Action传值实质就是:A页面要给B页面传值,A就提供接口出去,抓A到B内部来,A间接调用自己内部方法(相当于,A把自己内部需要操作的方法,传到B内来,到B内部进行赋值,这样就不存在访问不到各自的局部实例变量)@property(nonatomic,assign)idtraget;@property(nonatomic,assign..
分类:其他好文   时间:2014-10-08 02:00:33    阅读次数:429
黑马程序员___OC__@property和ARC
------Java培训、Android培训、iOS培训、.Net培训、期待与您交流! -------@property和ARC@property和ARC都是编译器特性,系统会帮我们自动生成代码property参数1.set方法内存管理相关的参数 retain : release旧值,retain新...
分类:其他好文   时间:2014-10-08 00:42:34    阅读次数:324
Objective-C中的@property和@synthesize用法
@代表“Objective-C”的标志,证明您正在使用Objective-C语言Objective-C语言关键词,@property与@synthesize配对使用。功能:让编译好器自动编写一个与数据成员同名的方法声明来省去读写方法的声明。如:1、在头文件中:C代码@property int cou...
分类:其他好文   时间:2014-10-07 23:06:04    阅读次数:309
在ibatis中isNotNull和isNotEmpty的区别
Unary tags examine the state of a bean property and do not perform comparisonsagainst any other values. The body content is included if the result of ...
分类:其他好文   时间:2014-10-07 22:29:24    阅读次数:399
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!