码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
ObjectiveC 文件操作二
10,文件委托,以便操作文件。头部看起来像是这样。@interface MyFileManager : NSObject@property(strong)NSFileManager *fileManager;@end.m文件#import "MyFileManager.h"@implementati...
分类:其他好文   时间:2014-08-12 16:17:34    阅读次数:250
[转]C3P0连接池详细配置
<c3p0-config> ??<default-config> ?<!--当连接池中的连接耗尽的时候c3p0一次同时获取的连接数。Default:?3?--> ?<property?name="acquireIncrement">3</property> ? ?<!--定义在从数据库获取新连接失败...
分类:其他好文   时间:2014-08-12 14:03:04    阅读次数:175
UIAlertView控件
/*alertView.h*/#import@interfacealertView:UIViewController{//创建控件对象UIAlertView*iToast;}@property(nonatomic,retain)UIAlertView*iToast;//让警告框消失的方法-(void...
分类:其他好文   时间:2014-08-12 13:17:34    阅读次数:251
弄清 CSS3 的 transition 和 animation
原文:弄清 CSS3 的 transition 和 animation弄清 CSS3 的 transition 和 animation transition transition 属性是transition-property,transition-duration,transition-timing...
分类:Web程序   时间:2014-08-12 10:09:23    阅读次数:211
OC基础之-Property(属性)和点语法
学习属性之前回忆一下之前学到的setter方法和getter方法:(1)setter方法的作用:用来为单一的实例变量赋值(只能是一个实例变量,多了的叫做get方法)(2)setter方法的写法标准:-号方法,无返回值,名字以set开头+要设置的变量的实例变量名(首字母需大写):(setter方法有且只有一个参数)..
分类:其他好文   时间:2014-08-12 03:34:14    阅读次数:235
创建一个Fraction类(分数)实现分数的加减乘除,比较大小、约分等方法。要求:为类添加属性
//在.h文件里 { NSInteger_numerator;//分子 NSInteger_denominator;//分母 } //属性 @property(nonatomic)NSIntegernumerator; @property(nonatomic)NSIntegerdenominator; //初始化 -(id)initwithNumerator:(NSInteger)numeratordenominator:(NSInteger)denominator; //..
分类:其他好文   时间:2014-08-12 03:32:14    阅读次数:144
boost ini
#include #include ...boost::property_tree::ptree pt;boost::property_tree::ini_parser::read_ini("config.ini", pt);std::cout ("Section1.Value1") ("Secti...
分类:其他好文   时间:2014-08-12 00:37:43    阅读次数:184
boost::property_tree读取解析ini文件--推荐
boost::property_tree读取解析ini文件[cpp]view plaincopy#include"stdafx.h"#include#include#includeintmain(){boost::property_tree::ptreept;boost::property_tree...
分类:其他好文   时间:2014-08-12 00:32:43    阅读次数:293
boost::property_tree读取解析.xml文件
boost::property_tree读取解析.xml文件1)read_xml 支持中文路径 boost::property_tree::wptree wpt; std::locale::global(std::locale("")); boost::property_tree::xml_pars...
分类:其他好文   时间:2014-08-12 00:32:33    阅读次数:400
[LA] 3644 - X-Plosives [并查集]
A secret service developed a new kind of explosive that attain its volatile property only when a speci cassociation of products occurs. Each product i...
分类:其他好文   时间:2014-08-12 00:23:43    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!