background-size:cover; //等比放大背景图片background-size:contain; //等比缩小背景图片-webkit-border-radius: 15px;//圆角text-shadow是给文本添加阴影效果,box-shadow是给元素块添加周边阴影效果。基本语法...
分类:
Web程序 时间:
2016-01-09 18:22:58
阅读次数:
135
From:http://www.php100.com/cover/php/2395.htmlusort(PHP 4, PHP 5)usort—使用用户自定义的比较函数对数组中的值进行排序说明boolusort(array&$array,callback$cmp_function)本函数将用用户自定义...
分类:
编程语言 时间:
2015-12-17 21:01:06
阅读次数:
208
css样式:#export_page_cover { display:none; opacity: 0.7; background-color:#FFF; z-index: 1001; position: fixed; top: 0px; bottom: 0px; left: 0px; rig...
分类:
其他好文 时间:
2015-11-17 09:32:03
阅读次数:
174
Sliding window is an interesting concept. In terms of TCP, receiver’s window represents the amount of data that the receiver is willing to accept. In this article, we will cover TCP sliding windo...
.index-bg{ background:url(img/index-bg-t.5344b19d.jpg) center center/cover no-repeat}比如上面这样ie8不能识别,连图也看不到了解决办法cssmin: { options : { com...
分类:
Web程序 时间:
2015-11-13 20:41:52
阅读次数:
261
background-size属性用法详解:此属性用来控制控制背景图片的大小,下面通过代码实例详细介绍一下此属性的用法,希望能够对需要的朋友带来一定的帮助。Background-size属性具有两个参数(在这里先不把cover和contain计算在内),参数值既可以是精确数值形式也可以是百分比形式,...
分类:
其他好文 时间:
2015-11-11 11:41:27
阅读次数:
272
An introduction to the Web Audio API. In this lesson, we cover creating an audio context and an oscillator node that actually plays a sound in the bro...
分类:
编程语言 时间:
2015-11-11 06:19:54
阅读次数:
254
这次完整地介绍图片上传的完整解决方案,如有bug,后续再补充。一、图片表CREATE TABLE `photo` (
`id` bigint(10) unsigned NOT NULL AUTO_INCREMENT,
`bizid` bigint(11) NOT NULL DEFAULT '-1' COMMENT '业务id,比如项目的id',
`cover` int(11) DEFA...
分类:
Web程序 时间:
2015-10-27 13:28:19
阅读次数:
261
POJ 3614题目大意:奶牛美容:有C头奶牛日光浴,每头奶牛分别需要minSPF_i和maxSPF_i单位强度之间的阳光。现有L种防晒霜,分别能使阳光强度稳定为SPF_i,其瓶数为cover_i。求最多满足多少头奶牛贪心策略:现将奶牛的需求从小到大排列,防晒霜也这样排列,依次判断奶牛能否被防晒霜涂...
分类:
其他好文 时间:
2015-10-22 18:53:24
阅读次数:
194
Problem Description:There are N point on X-axis . Miaomiao would like to cover them ALL by using segments with same length.There are 2 limits:1.A poin...
分类:
其他好文 时间:
2015-10-21 17:29:43
阅读次数:
185