display:inline-block 代替 float; 消除 inline-block
元素之间的缝隙ul{font-size:0; /* 子级 inline-block 产生的缝隙取消 */}li{ display: inline-block;
*display: inline;...
分类:
Web程序 时间:
2014-06-07 00:59:19
阅读次数:
329
引言使用block已经有一段时间了,感觉自己了解的还行,但是几天前看到CocoaChina上一个关于block的小测试主题:【小测试】你真的知道blocks在Objective-C中是怎么工作的吗?,发现竟然做错了几道,才知道自己想当然的理解是错误的,所以抽时间学习了下,并且通过一些测试代码进行测试...
分类:
其他好文 时间:
2014-06-06 10:16:00
阅读次数:
279
生产环境提升rman备份速度----启动块跟踪
【环境】
AIX(5300-08)、oracle10g(10.2.0.1.0-64bit)
【目标】
由于生产环境数据量较大,欲加快rman备份的速度
【方法】
启动块跟踪
【操作】
SQL> alter database enable block changetracking using file '/home/oracle/blo...
分类:
其他好文 时间:
2014-06-05 01:15:36
阅读次数:
323
1. ExAllocatePool()
函数说明:
ExAllocatePool allocates pool memory of the specified type and returns a pointer to the allocated
block.
函数定义:
PVOID ExAllocatePool(
__in ...
分类:
其他好文 时间:
2014-06-05 00:23:07
阅读次数:
392
一、案例介绍:点击第一个按钮弹出提示框;点击第二个按钮弹出操作表。如图01,图02,图03图01图02图03二、案例步骤:1、选择Simple
View
Aplication,取名cq.32.警告框和操作表,如图042、Main.storyboard3、CQ32ViewController.h#im...
分类:
移动开发 时间:
2014-06-04 15:27:18
阅读次数:
381
DP求解。对Blocks的先按照X降级,再按照Y降级排序,可以转化为最长公共子序列问题,即求子序列权值之和最大。
#include
#include
#include
using namespace std;
#define MAX_SIZE 300
struct Block{
int x;
int y;
int height;
};
int nums...
分类:
其他好文 时间:
2014-06-03 04:39:44
阅读次数:
223
break MISSING_BLOCK_LABEL_160;
FileNotFoundException fnfe; fnfe; out.close(); throw fnfe; in.close(); break
MISSING_BLOCK_LABEL_268; fnfe; fn...
分类:
其他好文 时间:
2014-06-02 11:57:28
阅读次数:
194
invalidstoredblocklengths
invalidstoredblocklengths此报错信息一般出现在oracledatabase安装或者upgradepatch时
造成此错误的原因有以下几种
1.下载的安装包有问题
2.解压过程中出现问题
3.传输过程中存在问题
解决方案
1.重新下载DB安装包
2.重新解压
3.重新上传到..
分类:
其他好文 时间:
2014-06-02 04:05:06
阅读次数:
239
UIAlertView,UIActionSheet都是系统的弹框
UIAlertView:创建方法- (id)initWithTitle:(NSString *)title message:(NSString
*)message delegate:(id /**/)delegate cance...
分类:
移动开发 时间:
2014-06-02 01:31:58
阅读次数:
314
2014年1月26日 首先,hasLayout 和 Block Formatting Contexts
分别是什么?1、hasLayout是IE内部的一个特有的隐形属性,属性值为true/false。元素一旦拥有了这个属性,就拥有了布局,也就是说该元素可以对自己及其子元素进行尺寸计算和定位...
分类:
其他好文 时间:
2014-06-01 23:48:55
阅读次数:
287