- (void)yourButtonTitleTime{ __block int timeout=30; //倒计时时间 dispatch_queue_t queue = dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);.....
分类:
其他好文 时间:
2014-06-26 00:43:27
阅读次数:
305
一个简单的block的定义:(void)(^myblock)()=^{ NSLog(@"------block输出----");};//调用blockmyblock();有参数和返回值的block(int)(^blockAdd)(int,int)=^(a,b){ return a+b; ...
分类:
移动开发 时间:
2014-06-26 00:33:45
阅读次数:
263
Amazon EBS(Elastic Block Store,简称EBS) 为 Amazon EC2 实例提供块级存储服务。EBS 卷需要通过网络访问,并且能独立于实例的生命周期而存在,也就是说假如EC2实例出现问题,那么存放在EBS卷上的数据还是可以得到保存。Amazon EBS 提供高可用性、高可靠性的存储卷,并可以与一个正在运行 EC2 实例相连接且在实例中显示的为一个设备。对于那些需要建立...
分类:
其他好文 时间:
2014-06-24 20:03:43
阅读次数:
385
// JSON & XML解析及代码块封装
// Created by apple on 13-10-10.
/*
异步加载网络图像的内存缓存解决方法
1. 在对象中定义一个UIImage
2. 在控制器中,填充表格内容时,判断UIImage是否存在内容
1> 如...
分类:
移动开发 时间:
2014-06-24 15:33:10
阅读次数:
354
select a.FILE_NAME,a.AUTOEXTENSIBLE,a.MAXBYTES,a.INCREMENT_BY from dba_data_files a;
--AUTOEXTENSIBLE 是否自动扩展
--MAXBYTES 最大
--INCREMENT_BY 自动扩展块数
SQL> show parameter db_block
NAME TYPE VALUE
----------------...
分类:
数据库 时间:
2014-06-22 22:43:22
阅读次数:
411
??
Classes
类
Classes are the most important building block of any object-oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships, ...
分类:
其他好文 时间:
2014-06-22 21:38:18
阅读次数:
226
多行注释:
1. 进入命令行模式,按ctrl + v进入 visual block模式,然后按j, 或者k选中多行,把需要注释的行标记起来
2. 按大写字母I,再插入注释符,例如//
3. 按esc键就会全部注释了
取消多行注释:
1. 进入命令行模式,按ctrl + v进入 visual block模式,按字母l横向选中列的个数,例如 // 需要选中2列
2. 按字母j,或者k选中注释符号
3. 按d键就可全部取消注释...
分类:
其他好文 时间:
2014-06-22 20:12:56
阅读次数:
248
在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Buttoncss我习惯写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999px...
分类:
其他好文 时间:
2014-06-22 12:56:49
阅读次数:
204
There are two types of Standby databases:
1, Physical standby database
block-for-block basis
the physically identical with the primary database
user recovery technology
2, Logical standby databa...
分类:
其他好文 时间:
2014-06-22 08:35:53
阅读次数:
355
MPEG-1流比特层次结构分析总结
1.简要介绍Mpeg
2.Mpeg-1数据流分析
2.1视频序列层(VideoStream)
2.2画面组层(GOP)
2.3画面层(Pictures)
2.4片层(Slice)
2.5宏块层(Macroblock)
2.6块层(Block)
3.加密位置的思考
附录
MPEG-1流比特层次结构分析总结
1.简要介绍Mpeg
Mpe...
分类:
其他好文 时间:
2014-06-21 22:24:42
阅读次数:
345