码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
css hack
1、常见的特殊符号的应用: IE6: _selector{property:value;} selector{property:value;property:value !important;} //IE6 不支持同一选择符中的 !important IE7: +selector{property:...
分类:Web程序   时间:2014-07-09 16:42:13    阅读次数:210
ActiveMQ客户端配置使用
一、通过JNDI来使用ActiveMQ1、jndi配置JMS对象java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory # use the following property to c...
分类:其他好文   时间:2014-07-09 14:54:16    阅读次数:170
IOS怎么实现一个UITableView的下拉刷新
采用的EGORefreshTableHeaderView来实现: 在Controller上实现EGORefreshTableHeaderDelegate的delegate @property(nonatomic)UITableView* tableView; @property(nonatomic)NSMutableArray* data; @property(nonatomic)EGORef...
分类:移动开发   时间:2014-07-08 21:32:07    阅读次数:316
TCP状态转换图(state transition diagram)
TPC总共有11个状态,状态转换图: 转换转换的要素 状态: tcp定义的11个状态 事件: 触发TCP状态迁移。事件可以是:本地应用层调用;收到TCP消息(incoming segment);超时时间(timeout) 动作: 主要指针对远程Peer产生的动作,如发送确认等。 转换中的角色 本地应用层 Local App:产生事件。...
分类:其他好文   时间:2014-07-08 21:15:27    阅读次数:269
Qt5官方demo解析集24——Extending QML - Default Property Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 有时我们看到某个QML类型的声明中,某些数据并没有放在属性 + :后面,它们实际上属于这个...
分类:其他好文   时间:2014-07-08 21:08:51    阅读次数:279
Qt5官方demo解析集22——Extending QML - Object and List Property Types Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集21——Extending QML - Adding Types Example 在上一个例子中我们基于C++创建了一个自定义的QML类型,接下来,我们将该类作为另一个类的属性类型,定义了另一个birthda...
分类:其他好文   时间:2014-07-08 20:01:52    阅读次数:290
Qt5官方demo解析集25——Extending QML - Methods Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集24——Extending QML - Default Property Example 这个例子主要向我们介绍了在QML类型中定义函数的方法。 person.h: #ifndef PERSON_H #d...
分类:其他好文   时间:2014-07-08 17:32:08    阅读次数:269
Qt5官方demo解析集29——Extending QML - Property Value Source Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集28——Extending QML - Signal Support Example 我们经常会在QML代码中使用Animation和bindings,以使得我们的程序具有更好的动态性能。那么,类似Numbe...
分类:其他好文   时间:2014-07-08 16:52:25    阅读次数:243
Qt5官方demo解析集23——Extending QML - Inheritance and Coercion Example
本系列所有文章可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873 接上文Qt5官方demo解析集22——Extending QML - Object and List Property Types Example 在上一个例子中,我们为BirthdayParty类创建了带有一个列表参数的属性guests...
分类:其他好文   时间:2014-07-08 16:47:51    阅读次数:240
css3动画
css3动画教程CSS Transition (转换)transition的作用在于,指定状态变化所需要的时间。transition-propertytransition-durationtransition-delaytransition-timing-functiontransition-tim...
分类:Web程序   时间:2014-07-08 10:32:33    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!