码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
[LeetCode] [Balanced Binary Tree 2012-10-08 ]
Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary tree in which the depth...
分类:其他好文   时间:2014-05-19 20:40:55    阅读次数:278
html中的meta详解
1 name=viewport 1、width : 控制viewport的大小,可以指定一个值,如600, 或者特殊的值,如device-width为设备的宽度(单位为缩放为100%的CSS的像素)2、height : 和width相对应,指定高度3、initial-scale : 初始缩放比例,页...
分类:Web程序   时间:2014-05-17 15:15:12    阅读次数:390
$(window).height() 文档高度问题
遇到一个这样的问题: 有个项目做的好好的,测试时一步一步小心过来,做了一段时间后,发现前面的完成的功能出了问题了 首先描述下出问题的功能:做滚动条下拉加载的时候用的网上找的一种方法$(window).scroll(function(){ if($(document).scrollTop...
分类:Windows程序   时间:2014-05-17 14:11:12    阅读次数:485
不用js实现鼠标放上去改变文字内容
css样式 .remind span {display:block;margin-top:-22px;} .remind a:hover {padding-top:22px;}.remind a {float:left;overflow:hidden;}.remind{height:22px;lin...
分类:Web程序   时间:2014-05-16 00:28:02    阅读次数:417
事件封装(多个函数绑定一个事件,估计这样解释不对)
"http://www.w3.org/TR/html4/loose.dtd">         -->                 .red{width:100px;height:100px;background:red;}         .blue{width:100px;height:100px;background:blue;}...
分类:其他好文   时间:2014-05-15 23:16:15    阅读次数:379
ie6,7,8不兼容rgba,写background时候不要写成rgba
一般给一个元素设置背景:.lcProIcon { background: url("images/lcProIcon.png") no-repeat; display: inline-block; height: 56px; left: 0; position: abs...
分类:其他好文   时间:2014-05-15 21:19:44    阅读次数:333
HDU 2795 Billboard (RE的可以看一看)
Problem Description At the entrance to the university, there is a huge rectangular billboard of size h*w (h is its height and w is its width). The board is the place where all possible announcement...
分类:其他好文   时间:2014-05-15 19:48:31    阅读次数:348
用Python更改图片尺寸大小
1、PIL包推荐Pillow。2、源码:#encoding=utf-8 #author:walker #date:2014-05-15 #function:更改图片尺寸大小 importos importos.path fromPILimportImage ‘‘‘ filein:输入图片 fileout:输出图片 width:输出图片宽度 height:输出图片高度 type:输出图片类型(png,gif,jpeg.....
分类:编程语言   时间:2014-05-15 19:07:57    阅读次数:266
html 12 行 快 转换 段落 文字
display: block;inline;none;inline-block;段落缩进 text-indent:20pxfont: font-style font-weight font-size line-height font-familyfamily: "xxx","xxxx","xxxxx...
分类:Web程序   时间:2014-05-15 17:52:29    阅读次数:380
PHP 生成指定大小随机图片
PHP生成指定大小随机图片 $image_width){ for ($i=$start; $i<$image_height * 2; $i+=$step) { imageline($img, 0, $i, $i, 0, $color); }}else{ for ($i=$start; $i<$im....
分类:Web程序   时间:2014-05-15 17:42:03    阅读次数:377
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!