现代樱桃

文章
3
资源
0
加入时间
2年10月21天

flex布局详解(配图-简洁易懂)

FlexiableBox即是弹性盒,用来进行弹性布局,一般跟rem(rem伸缩布局(转))连起来用比较方便,flexbox负责处理页面布局,然后rem处理一些flex顾及不到的地方(rem伸缩布局主要处理尺寸的适配问题)。2009年,W3C提出了一种新的方案—-Flex布局,可以简便、完整、响应式地实现各种页面布局。目前,它已经得到了所有浏览器的支持,这意味着,现在就能很安全地使用这项功能。注:设为Flex布局后,子元素的float、clear和vertical-align属性将失效接下来说一下

POJ 3468 线段树

http://poj.org/problem?id=3468You have N integers, A1, A2, ... , AN. You need to deal with two kinds of operations. One type of operation is to add some given number to each number in a given interv...