码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
Extjs中TextField中显示图标
现看实现效果: 实现代码: { width:500, height : 25, fieldLabel : '过滤条件', itemId : 'queryText', labelAl...
分类:Web程序   时间:2015-02-11 18:31:45    阅读次数:134
EXTJS 4.2 资料 控件之Window窗体添加html
//这里要跳转页面 var subWindow = new Ext.Window({ title: '窗口', width: width, height: height, ...
分类:Windows程序   时间:2015-02-11 18:24:38    阅读次数:203
poj 1017 -- Packets
DescriptionA factory produces products packed in square packets of the same height h and of the sizes 1*1, 2*2, 3*3, 4*4, 5*5, 6*6. These products are...
分类:其他好文   时间:2015-02-11 18:05:47    阅读次数:166
[LeetCode]Convert Sorted List to Binary Search Tree
Given a singly linked list where elements are sorted in ascending order, convert it to a height balanced BST. Example Tags Expand  Recursion Linked List 解题思路: 思路一:平衡树调整。第一步建立一个单向树...
分类:其他好文   时间:2015-02-11 14:47:17    阅读次数:139
CSS3 输入框阴影效果及其他阴影效果
此处{ } 全部用()代替CSS:form,p ( margin-bottom:30px; margin-left:20px;).shadow,.one,.two,.three,.four,.five,.six (height:50px;width:280px;border:1px solid #C...
分类:Web程序   时间:2015-02-11 12:31:38    阅读次数:100
jQuery弹出Iframe窗口,应该比$.dialog好用
核心代码如下:/** * iframe弹出层 例子:openDialogByIframe(550,450,'新建单位','add.do'); * * @param width * 宽 * @param height * 高 * @param tit * 标题 * @param url * ...
分类:Web程序   时间:2015-02-11 10:58:09    阅读次数:508
学习手机页面制作5
使用padding-bottom 实现高度自适应 1 2 3 4 5 height auto 6 7 8 61 62 63 64 65 logo66 67 68 69 70 ...
分类:移动开发   时间:2015-02-11 00:31:01    阅读次数:198
110.Balanced Binary Tree
Given a binary tree, determine if it is height-balanced. For this problem, a height-balanced binary tree is defined as a binarytree in which the depth of the two subtrees of every nodenever differ by...
分类:其他好文   时间:2015-02-10 23:18:11    阅读次数:372
元素水平居中的实现
在网页实现中,经常会遇到水平居中的需求。例如要求一个标题水平居中,这时只需要设置css属性text-align:center即可。代码如下所示: 标题居中对齐 .wrap{ background: #808080; width: 200px; height: ...
分类:其他好文   时间:2015-02-10 18:40:52    阅读次数:190
css文本强制一行 字间距
white-space:nowrap 在一行.slideLastlyNews img{margin-left:9px;margin-right:5px;margin-top:6px;width:5px;height:5px;width:5px;height:5px;display:inline;}....
分类:Web程序   时间:2015-02-10 18:21:17    阅读次数:121
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!