码迷,mamicode.com
首页 >  
搜索关键字:display    ( 13858个结果
Leetcode--ZigZag Conversion
Problem Description: The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)...
分类:其他好文   时间:2014-08-01 00:11:50    阅读次数:285
as3.0自定义事件。
今天看到一个容易理解的as3.0自定义事件实例:package { import flash.display.Sprite; import flash.events.MouseEvent; import flash.events.EventDispatcher; public class myCli...
分类:其他好文   时间:2014-07-31 16:20:36    阅读次数:246
flash显示qq在线聊天 - 转
package{import flash.display.Sprite;import flash.events.Event;import flash.events.MouseEvent;import flash.globalization.StringTools;import flash.net.U...
分类:其他好文   时间:2014-07-31 12:37:56    阅读次数:179
使用div+iframe实现弹窗及弹出内容无法显示的解决
使用div+iframe实现弹窗除了使用实际的弹出窗口,还可以使用控制一个div的display属性来模拟一个弹出窗口的操作,这里使用在Div里放一个iFrame的方式,主要考虑到可以在需要的时候加载弹出窗口的内容,减少主窗口的数据量。通是还要考虑的一个问题就是用户在完成一次选择后,当重复打开选择框...
分类:其他好文   时间:2014-07-31 12:18:46    阅读次数:271
display:inline-block之用法
HTML的元素有多种display属性,比较常见的有display:none; display:block; display:inline和display:inline-block;等。详细可参阅W3Schools文档。有些HTML元素自然地带有display:block;样式属性,比如...,,,...
分类:其他好文   时间:2014-07-31 12:13:06    阅读次数:174
使用组策略部署Configuration Manager客户端
为了减少IT运维成本,管理员通常不希望手动安装ConfigurationManager客户端,这时可以利用强大的组策略自动部署ConfigurationManager客户端,不需要人为干预。1.登陆DC服务器,点击工具,点击组策略管理2.创建“部署ConfigurationManager客户端”GPO3.右键GPO,点击编辑4.点击..
分类:其他好文   时间:2014-07-31 03:10:16    阅读次数:320
Android中的缩略图加载-不浪费一点多余的内存
1. Why,为什么要加载缩略图?有的时候不需要展示原图,只需展示图片的缩略图,可以节省内存。比如:网易新闻中的图片浏览,左边展示的小狮子图片就是一个缩略图,点击这个图片,才会展示原图。2. How,怎么做呢?http://developer.android.com/training/display...
分类:移动开发   时间:2014-07-30 09:45:53    阅读次数:310
行高:line-height图文解析
行高——line-height初入前端的时候觉得CSS知道display、position、float就可以在布局上游刃有余了,随着以后工作问题层出不穷,才逐渐了解到CSS并不是几个style属性那么简单,最近看了一些关于行高的知识,就此总结一下。所谓行高是指文本行基线间的垂直距离。要想理解这句话首...
分类:其他好文   时间:2014-07-29 21:22:32    阅读次数:386
hive和Hbase整合
本文部分来源:http://www.it165.net/admin/html/201406/3239.html https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration创建 表:hbase_hive_1REATE TABLE....
分类:其他好文   时间:2014-07-29 16:51:32    阅读次数:285
POJ 1102 LC-Display 模拟
Description A friend of you has just bought a new computer. Until now, the most powerful computer he ever used has been a pocket calculator. Now, looking at his new computer, he is a bit disappointed...
分类:其他好文   时间:2014-07-29 15:07:09    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!