码迷,mamicode.com
首页 >  
搜索关键字:fit    ( 981个结果
css实现多行文本溢出显示省略号
如果您把光标移动到下面两个 div 上,就能够看到全部文本。这个 div 使用 “text-overflow:ellipsis” :This is some long text that will not fit in the boxThis is some long text that will ...
分类:Web程序   时间:2014-12-31 09:50:02    阅读次数:186
[翻译] KGModal
KGModalKGModal is an easy drop in control that allows you to display any view in a modal popup. The modal will automatically scale to fit the content ...
分类:其他好文   时间:2014-12-12 23:30:53    阅读次数:257
The Data Revolution Speaker(Hadoop之父Doug Cutting在清华的讲座)
2014-12-12 14:30     清华大学FIT楼二路多功能厅 整个讲座约一个小时,两点半左右开始,前半个小时左右Doug Cutting 总共大概7张PPT,后半个小时互动。 Doug Cutting总共讲了大概7张PPT,PPT里面没什么内容,每张PPT只有一个标题,正文是一张图片,内容主要讲的是自己的开源事业、lucene、hadoop等。 ...
分类:其他好文   时间:2014-12-12 19:07:27    阅读次数:262
Flash 环境 全屏效果
//stage.align=StageAlign.TOP; // 自由压缩 全屏 不固定分辨率 //stage.scaleMode=StageScaleMode.EXACT_FIT; //不允许压缩 全屏会剪切掉多余的内容 //stage.scaleMode=StageSc...
分类:其他好文   时间:2014-12-06 12:41:53    阅读次数:198
UVA 10306 e-Coins(二维完全背包)
At the Department for Bills and Coins, an extension of today's monetary system has newly been proposed, in order to make it fit the new economy better. A number of new so called e-coins will be produc...
分类:其他好文   时间:2014-12-04 01:04:21    阅读次数:229
jquery-easyui中datagrid扩展,隐藏显示表头功能
今天,后台中需要新增一个功能,用户可以自由选择显示的列,之后保存到本地localStroage中。所以扩展了easyui中datagrid的onHeaderContextMenu方法。 使用方法: _this.$table.datagrid(_.extend({ fit: true, border: ...
分类:Web程序   时间:2014-12-02 19:19:25    阅读次数:264
137 - ZOJ Monthly, November 2014 - J Poker Face
Poker FaceTime Limit:2 Seconds Memory Limit:65536 KBAs is known to all, coders are lack of exercise and Kato is one of them. In order to get fit, he d...
分类:其他好文   时间:2014-11-30 16:40:42    阅读次数:117
zxing备忘录
1.??java.lang.IllegalArgumentException: Crop rectangle does not fit within image data. zxing默认是横屏,改竖屏后需改动其他几个地方: 1. DecodeHandler.decode中 添加旋转数据的方法,并传入?buildLumina...
分类:其他好文   时间:2014-11-27 19:00:10    阅读次数:236
ExtJS中layout的12种布局风格
extjs的容器组件都可以设置它的显示风格,它的有效值有 absolute, accordion, anchor, border, card, column, fit, form and table. 一共9种。另外几种见: http://www.sencha.com/deploy/dev/exam...
分类:Web程序   时间:2014-11-24 18:41:48    阅读次数:256
ZP的EXTJS学习笔记(四)——图表的简单使用(图表点击事件)
这次做的比较简单,是一个消息阅读情况的展示。是模仿Example中chart的pie.js做的。贴下改造后的pie.js:Ext.require('Ext.chart.*');Ext.require(['Ext.layout.container.Fit', 'Ext.window.MessageBo...
分类:Web程序   时间:2014-11-19 13:52:15    阅读次数:285
981条   上一页 1 ... 91 92 93 94 95 ... 99 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!