码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
使用 IntraWeb (12) - 基本控件之 TIWGradButton、TIWImageButton
TIWGradButton、TIWImageButton 分别是有颜色梯度变化按钮和图像按钮.TIWGradButton 所在单元及继承链:IWCompGradButton.TIWGradButton 主要成员:property Style: TIWGradButtonStyle //这个 Sty....
分类:数据库   时间:2014-06-13 20:09:15    阅读次数:396
NSUserDefault 保存自定义对象
由于NSUserDefaults 不支持保存自定类,保存的对象需要实现NSCoding协议,不过自定的类型就算实现了NSCoding也不可以保存,可以通过以下方法实现://h文件#import @interface People : NSObject@property(nonatomic,copy)...
分类:其他好文   时间:2014-06-13 17:17:52    阅读次数:177
使用 IntraWeb (13) - 基本控件之 TIWLabel、TIWLink、TIWURL、TIWURLWindow
TIWLabel //TIWLink //内部链接TIWURL //外部链接TIWURLWindow //页内框架, 就是 TIWLabel 所在单元及继承链:IWCompLabel.TIWLabel 主要成员:property AutoSize: Boolean ...
分类:Windows程序   时间:2014-06-13 15:30:05    阅读次数:372
Android bluetooth low energy (ble) writeCharacteristic delay callback
I am implementing a application on Android using BLE Api (SDK 18), and I have a issue that the transfer data process is delay very slow. This is my lo...
分类:移动开发   时间:2014-06-12 17:55:25    阅读次数:1309
站点二级导航标题特效
非常多站点已经不满足于一级标题的展示,可能非常多的时候有二级标题,三级标题等等。那么怎样设置二级标题以及怎样把二级标题做的好看呢。以下的代码中注意:1.为了让二级标题有渐隐渐现的感觉,用了transition样式2.二级标题的定位始终是一个困扰我好久的难题。要确保一级标题有position属性(不能...
分类:其他好文   时间:2014-06-10 21:46:08    阅读次数:292
linux性能问题(CPU,内存,磁盘I/O,网络)( 转载)
一. CPU性能评估1.vmstat [-V] [-n] [depay [count]]-V : 打印出版本信息,可选参数-n : 在周期性循环输出时,头部信息仅显示一次delay : 两次输出之间的时间间隔count : 按照delay指定的时间间隔统计的次数。默认是1如:vmstat 1 3us...
分类:系统相关   时间:2014-06-10 21:07:21    阅读次数:471
vmstat命令详解——linux性能分析
版本信息: procps version 3.2.8 基本使用: vmstat [-a] [-n] [-t] [-S unit] [delay [ count]] [-a]:显示活跃和非活跃内存 [-n]:只在开始时显示一次字段名,针对多次收集信息的情况输出人性化一点 [-t]:在每条信息的末尾,显示收集信息的时间 [-S unit]:使用指定单位显示。参数有 k...
分类:系统相关   时间:2014-06-10 14:28:07    阅读次数:333
找最大独立集问题-Finding a Maximal Independent Set
独立集和最大独立集:A set of vertices I ? V is called independent if no pair of vertices in I is connected via an edge in G. An independent set is called maximal if by including any other vertex not in I, the independence property is violated....
分类:其他好文   时间:2014-06-10 06:30:03    阅读次数:369
MVC 缓存
在MVC4中,要启动缓存方法是需要在Action前加上OutputCache特性。一、如何使用/// /// 公司简介 /// /// [OutputCache(Duration = 10,Location = OutputCacheLo...
分类:Web程序   时间:2014-06-09 17:13:53    阅读次数:222
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!