1、只有块级box可以collapse;2、floated box 的margins不会collapse;3、overflow (而不是visible)不会同它的子元素发生collapse;4、root element不collapse 指什么?5、If A's parent is ‘rl’:If ...
分类:
其他好文 时间:
2014-06-18 14:39:13
阅读次数:
281
1.首先需要安装必须的库,PCRE,zlib
sudo apt-get install libpcre3 libpcre3-dev
如果找不到文件的话就下载源文件进行安装。
2.解压下载的nginx源码,进入目录: sudo ./configure 得到的输出如下:
Configuration summary
+ using system PCRE library
+ ...
分类:
其他好文 时间:
2014-06-14 13:31:29
阅读次数:
219
1. Esxi主机上的虚拟机迁移只能是低----->高,或版本一样的才能进行迁移
【如Esxi5.1---->Esxi5.5】ok, 而Esxi5.5----->Esxi5.1
no;2.升级完成后,需要重启venter机器,若则会出现:pbm.fault.PBMFault.summary 错误;3...
分类:
其他好文 时间:
2014-06-13 17:47:38
阅读次数:
676
汉字转拼音using System;using System.Data;using
System.Configuration;using System.Text;/// /// Summary description for
ConvertHzToPz_Gb2312/// namespace Com...
分类:
其他好文 时间:
2014-06-11 22:21:09
阅读次数:
1678
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Web;usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Configuration;///<summary>///DBOperate的摘要说明///</summary>publicclassDBOperate{privatestaticSqlConnectioncon=..
分类:
数据库 时间:
2014-06-10 23:15:36
阅读次数:
314
function export_txt($data){ Header("Content-type:
application/octet-stream"); Header("Accept-Ranges: bytes"); $d...
分类:
其他好文 时间:
2014-06-06 21:39:54
阅读次数:
290
查询rman备份信息常用指令
----登陆到rman
$rman target /
----以精简的格式查看备份信息
RMAN> list backup of database summary;
List of Backups
===============
Key TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:
其他好文 时间:
2014-06-05 01:06:36
阅读次数:
383
使用echo或者printf时,可以添加输出文本的颜色设置echo -e "Maximum
\e[1;31m" $max_threads "\e[0mthreads allowed!" >>
$term_dir/summary或者printf("\033[;34mfile\033[0m")31开始代...
分类:
系统相关 时间:
2014-06-03 09:11:52
阅读次数:
306
一、颜色表示方式 // // Summary: // Creates a
System.Drawing.Color structure from a 32-bit ARGB value. // // Parameters:...
分类:
其他好文 时间:
2014-06-01 17:05:11
阅读次数:
523