码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
jQuery prop和attr的区别
两者对比 jquery方法原理适合场景缺陷prop解析原生property element.propertyradio/checkbox select标签 等需要读boolean和索引的场合读不到自定义属性 如 my属性读不到 attr通过Attr API去读取...
分类:Web程序   时间:2014-09-17 21:45:42    阅读次数:332
简单计算器
#import "ViewController.h"@interface ViewController (){ char op1; NSString *op3, *op4;}@property (weak, nonatomic) IBOutlet UILabel *resultLabe...
分类:其他好文   时间:2014-09-17 21:45:22    阅读次数:218
计算器(可累加,可清零)
#import "ViewController.h"@interface ViewController ()@property (weak, nonatomic) IBOutlet UILabel *resultLabel;@end NSString *op1,*op2,*result; ch...
分类:其他好文   时间:2014-09-17 21:43:52    阅读次数:344
戴维营第三天
计算器制作,虽然很多代码老师已经写了,但是自己对着打还是遇到很多问题,虽然有些语法还是不太清楚,但是大致通过询问同学,老师.运行流程已经运行代码逻辑思想有一定了解了#import @interface ViewController : UIViewController@property (weak,...
分类:其他好文   时间:2014-09-17 21:36:22    阅读次数:239
Siebel Presumed Child Property Set
Scripts presume the existence of a child property set. For example see the following code snippetfunction CheckAndImport(){. . . . .bsAdapter.InvokeM....
分类:其他好文   时间:2014-09-17 18:33:12    阅读次数:178
[Spring] - Property注入
使用Spring注入Properies文件方法:1、src中新建一个settings.properties文件,内容如下:db_driverClassName=com.mysql.jdbc.Driverdb_url=jdbc:mysql://127.0.0.1/testdb_username=roo...
分类:编程语言   时间:2014-09-17 13:33:02    阅读次数:237
iOS常见问题之NSString直接赋值带来的困惑
1.问题描述 在项目中遇到一个奇怪的问题,在类中定义了一个属性title,其类型是NSString, 并设置为 @property (nonatomic, retain) NSString *title; 定义了一个方法,修改该属性,代码如下: -(void)getSettingInfoFrmoWebView:(UIWebView*)webView { NSString *...
分类:移动开发   时间:2014-09-17 10:22:43    阅读次数:358
Android动画分类和区别
Android包含三种动画:View Animation、 Drawable Animation、Property Animation(Android3.0新引入)。...
分类:移动开发   时间:2014-09-16 17:31:50    阅读次数:188
tableView 重载数据/ 刷新cell (代码)
#import"NewTitleTableViewController.h"@interfaceNewTitleTableViewController()<NSURLConnectionDataDelegate>@property(nonatomic,retain)NSArray*arr;@property(nonatomic,retain)NSMutableData*data;@end@implementationNewTitleTableViewController-(void)dealloc..
分类:其他好文   时间:2014-09-15 19:56:19    阅读次数:185
CSS3中的Transition属性详解
W3C标准中对CSS3的transition这是样描述的:“CSS的transition允许CSS的属性值在一定的时间区间内平滑地过渡。这种效果可以在鼠标单击、获得焦点、被点击或对元素任何改变中触发,并圆滑地以动画效果改变CSS的属性值。”下面我们从最简单的语法和属性值开始一步一步来学习tr...
分类:Web程序   时间:2014-09-15 19:18:39    阅读次数:283
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!