恢复内容开始 what: BFC:"Block Formatting Context" “块及格式化上下文”,文档给出的定义很多,自己觉得就是一句话,无论内部子元素怎么变化,都不会影响外部的元素。 表现原则: 什么时候会触动BFC BFC作用: ***自适应两栏布局 (最简单的实现方式,大多人想到的 ...
分类:
其他好文 时间:
2016-05-09 23:37:47
阅读次数:
417
提示37. 怎样进行按条件包含(Conditional Include) 问题 几天前有人在StackOverflow上询问怎样进行按条件包含。 他们打算查询一些实体(比方说Movies),并且希望预先加载一个相关项目(比方说,Reviews),但又仅要那些匹配一些条件的reviews(如,Revi ...
分类:
其他好文 时间:
2016-05-08 06:38:27
阅读次数:
164
Basis(基础):MSE(Mean Square Error 均方误差),LMS(LeastMean Square 最小均方),LSM(Least Square Methods 最小二乘法),MLE(MaximumLikelihood Estimation最大似然估计),QP(Quadratic Programming 二次规划), CP(Conditional Probability条件概率),...
分类:
编程语言 时间:
2016-05-07 07:58:05
阅读次数:
237
浅谈个人对BFC的理解以及一下应用。
BFC(Block Formatting Context)BFC定义:
BFC(Block formatting context)直译为”块级格式化上下文”。它是一个独立的渲染区域, 它规定了内部的块级元素如何布局,并且内部子孙元素布局与外部元素布局互不影响。...
分类:
其他好文 时间:
2016-05-03 18:24:29
阅读次数:
182
作者原文网址:http://www.cnblogs.com/dingyufenglian/p/4845477.html What‘s FC? 一定不是KFC,FC的全称是:Formatting Contexts,是W3C CSS2.1规范中的一个概念。它是页面中的一块渲染区域,并且有一套渲染规则,它 ...
分类:
Web程序 时间:
2016-04-28 14:10:34
阅读次数:
181
BFC之前学的时候没太懂,后来专门复习了下。 BFC(Block formatting context):可以直接翻译为"块级格式化上下文",它是一个独立的渲染区域,只有Block-level box参与,它规定了内部的Block-level Box如何布局,并且与这个区域外部毫不相干。 BFC的布 ...
分类:
其他好文 时间:
2016-04-24 21:46:10
阅读次数:
178
官方文档地址:https://developer.apple.com/library/mac/documentation/Xcode/Reference/xcode_markup_formatting_ref/ComentBlock.html 找这个找得好苦啊。一言不合先上个图 使用的是Markup ...
分类:
编程语言 时间:
2016-04-23 13:08:23
阅读次数:
336
The third conditional: the third conditional is used for a past situation that didn't happen. If I had paid attention… In other words, in the past he ...
分类:
其他好文 时间:
2016-04-18 10:04:54
阅读次数:
107
Conditional GETs are a great way to reduce bandwidth, and potentially server-side performance, depending on how the information used to determine cond ...
分类:
其他好文 时间:
2016-04-17 00:21:44
阅读次数:
206
1.macro definitions (#define, #undef)宏定义 2.Conditional inclusions (#ifdef, #ifndef, #if, #endif, #else and #elif) 3.Line control (#line) 4.Error direc ...
分类:
其他好文 时间:
2016-04-14 14:16:46
阅读次数:
149