码迷,mamicode.com
首页 >  
搜索关键字:height    ( 24230个结果
select multiple 浏览器兼容
select multiple 时一般是设置 height上面的代码在 Firfox chrome 上都显示正常,但在 IE 下就成在网上查了下,由于 option 由浏览器控制,不受 CSS 控制,一般做法是不设置 height 而是用 size 但是设置 size 有一个问题就是当 ...
分类:其他好文   时间:2014-06-29 00:26:15    阅读次数:397
jQuery选项卡插件
html结构 Users Groups item1 item2 css样式.tabs{ width:500px; height:30px; background:#eee;}.tabs li{ float:left; width:250px...
分类:Web程序   时间:2014-06-28 23:11:46    阅读次数:346
基于51的俄罗斯方块
//variable.h 定义该程序用到的全局变量#ifndef _VARIABLE_H#define _VARIABLE_H#define GAME_BOARD_WIDTH 50#define GAME_BOARD_HEIGHT 64#define PIXEL_PER_CUBE_X...
分类:其他好文   时间:2014-06-21 08:24:31    阅读次数:236
leetcode - Balanced Binary Tree
题目:Balanced Binary TreeGiven a binary tree, determine if it is height-balanced.For this problem, a height-balanced binary tree is defined as a binary ...
分类:其他好文   时间:2014-06-21 07:03:28    阅读次数:249
leetcode - Convert Sorted Array to Binary Search Tree
题目:Convert Sorted Array to Binary Search TreeGiven an array where elements are sorted in ascending order, convert it to a height balanced BST.个人思路:1、选...
分类:其他好文   时间:2014-06-21 06:37:00    阅读次数:183
[LeetCode] Convert Sorted Array to Binary Search Tree
Given an array where elements are sorted in ascending order, convert it to a height balanced BST.说明:平衡二叉搜索树,即任何结点的左子树和右子树高度最多相差1的二叉搜索树。二叉搜索树:二叉查找树(Bin...
分类:其他好文   时间:2014-06-21 00:47:08    阅读次数:221
明解C语言,练习13-3,从文件中读入个人信息,按身高排序后显示
#include #define NUMBER 6#define F_PATH "D:\\C_C++\\ec13-3\\hw.dat"typedef struct { char name[20]; int height; float weight;} student;void swap(studen...
分类:编程语言   时间:2014-06-21 00:08:26    阅读次数:321
unity3d屏幕截图功能
[java]view plaincopyprint?functionOnGUI(){if(GUI.Button(Rect(Screen.width*0.5-50,Screen.height*0.5-50,100,100),"screen")){Application.CaptureScreensho...
分类:其他好文   时间:2014-06-20 22:47:34    阅读次数:378
.window.showModalDialog 传值
1.window.showModalDialog("OA_JDB.html",StrZy, "dialogWidth=600px;dialogHeight=200px"); }2, document.getElementById("p1").innerHTML = windo...
分类:Windows程序   时间:2014-06-17 23:37:28    阅读次数:392
Java-第十四章-代参的方法(二)-编程实现,输入班里10名学生的身高,获得身高最高的学生要求对象数组类型方法
packagecom.ww.yzpA; publicclassStudents{ intNo; intHeight; } packagecom.ww.yzpA; publicclassHeight{ publicStudentsgetMaxHeigth(Students[]str){ StudentsA=newStudents(); for(inti=0;i<str.length;i++){ if(str[i].Height>A.Height){ A.Heigh..
分类:编程语言   时间:2014-06-17 17:49:06    阅读次数:293
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!