码迷,mamicode.com
首页 >  
搜索关键字:display chinese    ( 15699个结果
dbms_xplan的display_cursor查看执行计划
准备工作: SQL> conn sys/root as sysdba Connected. SQL> grant select on v_$sql_plan to scott; Grant succeeded. SQL> grant select on v_$session to scott; Gr...
分类:数据库   时间:2014-05-16 04:56:06    阅读次数:431
不用js实现鼠标放上去改变文字内容
css样式 .remind span {display:block;margin-top:-22px;} .remind a:hover {padding-top:22px;}.remind a {float:left;overflow:hidden;}.remind{height:22px;lin...
分类:Web程序   时间:2014-05-16 00:28:02    阅读次数:417
ie6,7,8不兼容rgba,写background时候不要写成rgba
一般给一个元素设置背景:.lcProIcon { background: url("images/lcProIcon.png") no-repeat; display: inline-block; height: 56px; left: 0; position: abs...
分类:其他好文   时间:2014-05-15 21:19:44    阅读次数:333
html 12 行 快 转换 段落 文字
display: block;inline;none;inline-block;段落缩进 text-indent:20pxfont: font-style font-weight font-size line-height font-familyfamily: "xxx","xxxx","xxxxx...
分类:Web程序   时间:2014-05-15 17:52:29    阅读次数:380
IE6/IE7下:inline-block解决方案
IE6/IE7下对display:inline-block的支持性不好。1、inline元素的display属性设置为inline-block时,所有的浏览器都支持;2、block元素的display属性设置为inline-block时,IE6/IE7浏览器是不支持的; 对象呈递为内联对象,但是对象...
分类:其他好文   时间:2014-05-15 10:19:18    阅读次数:211
print打印网页相关
作者:zccst1,CSS/style/print.css文件.noprint{display:none;} 在testPrint.html中使用print.css中的样式,在网页浏览的时候是看不出效果的,但是打印的时候会起作用,如下面这一段,加上noprint之后,在浏览器中仍然是现实的,但是打印...
分类:Web程序   时间:2014-05-15 10:12:17    阅读次数:350
CSS布局 ——从display,position, float属性谈起
页面布局,或者是在页面上做些小效果的时候经常会用到 display,position和float 属性,如果对它们不是很了解的话,很容易出现一些莫名其妙的效果,痛定思痛读了《CSS Mastery》后总结一下。 让我们从基础的CSS知识谈起,相信很多初学者和小弟一样不明白CSS原理,一味追求效果,结果页面漏洞百出,错误匪夷所思,关于盒模型我就不多说了,网上很多,注意一下IE和其他浏览器(W3...
分类:Web程序   时间:2014-05-15 04:50:27    阅读次数:572
LeetCode 006 ZigZag Conversion
【题目】 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) P A H N A P L S I I G Y I R And then read line by line: "PAHNAPLSI...
分类:其他好文   时间:2014-05-15 04:30:57    阅读次数:313
Java 6 JVM参数选项大全(中文版)
摘要: 原文来自:http://kenwublog.com/docs/java6-jvm-options-chinese-edition.htm本文是基于最新的SUN官方文档Java SE 6 Hotspot VM Options编写的译文。主要介绍JVM中的非稳态选项及其使用说明。为了让读者明白每...
分类:编程语言   时间:2014-05-14 23:35:44    阅读次数:466
html精灵技术(用来显示图片的某个区域)
.left .left_down li.a.left-down-pic{display:block;width:50px;height:50px;background:url(images/app_icons_50_6.jpg) -400px 0px no-repeat;//关键是这句话}
分类:Web程序   时间:2014-05-14 11:36:25    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!