//创建button遮挡 UIButton *cover = [[UIButton alloc]initWithFrame:self.view.frame]; [cover setBackgroundColor:[UIColor blackColor]]; cover.alpha ...
分类:
其他好文 时间:
2014-11-06 09:20:09
阅读次数:
205
题目1113: [Poi2008]海报PLATime Limit:10 SecMemory Limit:162 MBDescriptionN个矩形,排成一排. 现在希望用尽量少的矩形海报Cover住它们.Input第一行给出数字N,代表有N个矩形.N在[1,250000] 下面N行,每行给出矩形的长...
分类:
其他好文 时间:
2014-11-01 23:11:57
阅读次数:
366
AFS Tool Excel 宏编写的工具,文章最后附上工具下载。
主要实现的功能是在Excel中通过宏的编写,
按照一个模板,把大量的数据分类并生成多个Excel文件
AFS Tool中一共有3个Sheet: Info、Data、Cover
Sheet: Info 中主要是用户操作界面及软件说明,只有一个生成文件的按钮,
点击的时候,会提示保存生成文件的路径,文件名按一...
分类:
其他好文 时间:
2014-10-30 11:44:48
阅读次数:
223
W3上介绍盒模型:这里教程,但是太过于简单了,http://www.w3.org/community/webed/wiki/CSS/Training/Box_model。如图,盒模型和背景属性控制哪些部分。这里正规规范目录:http://www.w3.org/TR/CSS21/cover.html#...
分类:
Web程序 时间:
2014-10-30 01:45:09
阅读次数:
265
1. 利用div的层次,设置底层div充满屏幕,并给div设置背景图 2. 利用body元素body{background:url no-repeate center position red ; background-size:cover};body{backgro...
分类:
Web程序 时间:
2014-10-29 19:03:11
阅读次数:
216
Implement wildcard pattern matching with support for '?' and '*'.
'?' Matches any single character.
'*' Matches any sequence of characters (including the empty sequence).
The matching should cover t...
分类:
其他好文 时间:
2014-10-26 13:08:38
阅读次数:
172
简介CSS3 新增的 background-size 是一个很有用的属性,用于定义背景图片的尺寸,有了这个属性,你就可以任意指定背景图片的大小。其中最常用的值应该要数 cover 了,该值能让背景图片缩放至填满整个容器,即使是图片面积小于容器面积。由于 background-size 是 CSS3 ...
分类:
Web程序 时间:
2014-10-24 10:40:35
阅读次数:
150
background-size: left center | 0% 50% | cover | containbackgound-size: left center | 0% 50%; 这个应该都不用去说明,都是背景位置的设置background-size: cover;背景铺满整个容器,如果背景是...
分类:
其他好文 时间:
2014-10-16 19:28:33
阅读次数:
275
Minimal coverage
The Problem
Given several segments of line (int the X axis) with coordinates [Li,Ri]. You are to choose the minimal amount of them, such they would completely cover the segment [0,...
分类:
其他好文 时间:
2014-10-14 23:52:09
阅读次数:
247
自定义tabBar能够解决自定义图片无法显示(只显示一块颜色)这个弊端,自定义tabBar要继承UITabBarController原图片:(1),(2),(3),(4),(5)下面是自定义了一个TabBar,每个按钮可以显示图片(自定义避免了图片无法显示只显示一块颜色)效果图:代码实现:-(void)loadViewController{Cover..
分类:
其他好文 时间:
2014-10-11 19:21:26
阅读次数:
148