码迷,mamicode.com
首页 >  
搜索关键字:dynamic height.    ( 27614个结果
CSS备忘
垂直居中: 先height再ling-height,都设成一样高设置外边距: margin-top,margin-left,margin-right,margin-bottomdiv背景单张铺满设置: width: 30px; height: 30px; line-height: 30px;...
分类:Web程序   时间:2014-05-08 14:38:55    阅读次数:474
[Java,MVC] Eclipse下搭建Spring MVC
转自:http://blog.csdn.net/blue_jjw/article/details/8752466 一、新建Dynamic Web Project 一个web工程最基本的,只看3个地方,在根目录下(这个目录一般习惯叫WebContent或WebRoot)有 : 1.WebRoot/WE...
分类:编程语言   时间:2014-05-08 14:22:46    阅读次数:628
移动端Web开发笔记
最近写的一个移动端项目:上海 地铁指路通,之间遇到的一些问题,记录下来(以后会不断补充的):1. 丰富的页面Meta:1.1: 控制显示区域各种属性:width - viewport的宽度height - viewport的高度initial-scale - 初始的...
分类:移动开发   时间:2014-05-08 13:50:45    阅读次数:404
Android Scrollview 内部组件android:layout_height="fill_parent"无效的解决办法
Found the solution myself in the end. The problem was not with theLinearLayout,but with theScrollView(seems weird, considering the fact that theScroll...
分类:移动开发   时间:2014-05-08 13:42:02    阅读次数:321
CSS 内边距与外边距
写项目的时候一直用到边距,今天用了一下午的时间好好研究了一下边距,发现CSS边距并非那么简单。这里就和大家分享一下:一、内边距 如下面代码 html: css: .test{ width:100px; height:100px; background-color:#fbc; pa...
分类:Web程序   时间:2014-05-08 09:55:43    阅读次数:1072
团队开发之绩效考核
按照以下绩效考核表,经过我们每个人对其他人进行打分,并且将这些分数进行汇总,平均算出每个人的最后得分。(其中杨世超同学因为特殊情况,不得不缺席部分会议及项目开发) 绩效考核表考核说明:(一)整体为100分,分为4部分(二)注重公平,公正,对事不对人(三)对所有被考评人的同一项目进行集中考评,...
分类:其他好文   时间:2014-05-08 09:26:40    阅读次数:252
Convert Sorted Array to Binary Search Tree
Given an array where elements are sorted in ascending order, convert it to a height balanced BST./** * Definition for binary tree * public class TreeN...
分类:其他好文   时间:2014-05-08 00:51:46    阅读次数:430
鼠标移动到图片上时,显示大图片
HTML标签中的一部分,仅供参考 1002 小猫咪 //图片 200 //写在外面,隐藏显示,定位提示图片的位置.clsImg{ position:absolute; border:1px solid #ccc; width:200px; height:200...
分类:移动开发   时间:2014-05-07 20:36:33    阅读次数:436
深入浅出Cocoa之消息(二)-详解动态方法决议(Dynamic Method Resolution) 【转】
序言如果我们在 Objective C 中向一个对象发送它无法处理的消息,会出现什么情况呢?根据前文《深入浅出Cocoa之消息》的介绍,我们知道发送消息是通过 objc_send(id, SEL, ...) 来实现的,它会首先在对象的类对象的 cache,method list 以及父类对象的 ca...
分类:其他好文   时间:2014-05-07 14:53:24    阅读次数:562
Android学习笔记(九)——更复杂的进度对话框
显示操作进度的对话框 1、使用上一篇创建的同一项目,在activity_main.xml文件中添加一个Button: <Button android:id="@+id/btn_dialog3" android:layout_width="fill_parent" android:layout_height="wrap_cont...
分类:移动开发   时间:2014-05-07 11:30:28    阅读次数:434
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!