一、什么是FC?FC,Formatting Contexts,是W3C CSS2.1规范中的一个概念。它是页面中的一块渲染区域,并且有一套渲染规则,它决定了子元素将如何定位,以及和其他元素的关系和相互作用。二、BFCBFC,Block Formatting Contexts,块级格式化上下文。BFC ...
分类:
Web程序 时间:
2017-09-03 12:12:18
阅读次数:
256
css盒子模型是为了让我们充分理解div+css模型的定位功能,盒子模型在学习div+css布局方式中必须要学习的一个模型。 那什么是css盒模型呢? 网页设计中常听到的属性名:内容(content)、填充(padding)、边框(border)、边界(margin)。css盒模型都具备这些属性。这 ...
分类:
Web程序 时间:
2017-08-28 23:52:30
阅读次数:
282
Could not publish server configuration for Apache Tomcat v8.0-1 at localhost.Multiple Contexts have a path of "/gzjiaowu-web". 无法发布服务器配置Apache Tomcat ...
分类:
其他好文 时间:
2017-08-17 21:32:59
阅读次数:
211
个人学习整理,如有不足之处,请不吝不吝赐教。转载请注明:@CSU-Max 今天写了一个小的 JavaWeb 项目传到 SAE 上。訪问的时候出错。本地測试是正常的,并且曾经做微信平台开发的时候上传的项目就能够正常訪问。于是花了两个小时的时间最终找出了错误的原因。 错误信息例如以下: Error 40 ...
分类:
编程语言 时间:
2017-08-08 22:56:28
阅读次数:
165
#!/usr/bin/python #coding=utf8 log_file = "/usr/local/nginx/logs/access.log" with open(log_file) as f: contexts = f.readlines() # define ip dict### ip... ...
分类:
编程语言 时间:
2017-08-03 17:01:43
阅读次数:
282
一、为何要清除浮动? 要解答这个问题。我们得先说说CSS中的定位机制:普通流,浮动。绝对定位 (当中"position:fixed" 是 "position:absolute" 的一个子类)。 1)普通流:非常多人或者文章称之为文档流或者普通文档流。事实上标准里根本就没有这个词。假设把文档流直译为英 ...
分类:
其他好文 时间:
2017-08-01 20:40:50
阅读次数:
178
2017/7/25 These public variables define the logical names for database connections 这些公共变量定义数据库连接的逻辑名称 * and JNDI contexts. Once created, entries of th ...
分类:
其他好文 时间:
2017-07-25 18:04:05
阅读次数:
176
什么是BFC、IFC、GFC和FFC CSS2.1中只有BFC和IFC, CSS3中才有GFC和FFC。 FC的全称是:Formatting Contexts,是W3C CSS2.1规范中的一个概念。它是页面中的一块渲染区域,并且有一套渲染规则,它决定了其子元素将如何定位,以及和其他元素的关系和相互 ...
分类:
其他好文 时间:
2017-06-26 12:53:07
阅读次数:
138
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */ /* Document */ /** * 1. Correct the line height in all browsers. * 2. Pre ...
分类:
Web程序 时间:
2017-05-12 09:35:25
阅读次数:
237
nginx consists of modules which are controlled by directives specified in the configuration file. Directives are divided into simple directives and bl ...
分类:
其他好文 时间:
2017-05-06 23:05:32
阅读次数:
167