码迷,mamicode.com
首页 >  
搜索关键字:background gc    ( 9893个结果
Mapnik读取PostGIS数据渲染图片
__author__ = 'Administrator'# encoding: utf-8import sysimport datetimeimport mapnikm = mapnik.Map(256,256,"+proj=latlong +datum=WGS84")#m.background =...
分类:其他好文   时间:2014-08-12 21:32:04    阅读次数:169
hover用法
$('.F_box_2').hover( function(){ $(this).find(".make_reply").css({"color":"#c00","text-decoration":"underline","background-position":"12px -147px"}); ...
分类:其他好文   时间:2014-08-12 18:29:54    阅读次数:189
使用css全面美化input标签
做网站时经常有这样那样的需要,要美化input ,于是CSS的美化必不可少。和程序人生的站长交流,他发给我这个。下面是CSS样式Js代码input{border:1pxsolid#B3D6EF; background:#ffffff;}input{star:expression(onmouseove...
分类:Web程序   时间:2014-08-12 18:23:04    阅读次数:384
oracle 11G direct path read 很美也很伤人
direct path read在11g中,全表扫描可能使用direct path read方式,绕过buffer cache,这样的全表扫描就是物理读了。在10g中,都是通过gc buffer来读的,所以不存在direct path read的问题。  direct path read较高的可能原因有:  1. 大量的磁盘排序操作,order by, group by, union, disti...
分类:数据库   时间:2014-08-12 17:22:24    阅读次数:281
弹出框样式
.pop_overlay{ width: 100%; height: 100%; background: #c2c2c2; opacity: 0.5; filter:alpha(opacity=50); position: fixed; z-index: 1; left: 0; top:0; dis...
分类:其他好文   时间:2014-08-12 16:47:14    阅读次数:189
让网页文字定时交替出现的Js代码
让LI列表中的文字一行一行交替出现,每一行停留数秒后自动转到下一行显示,使用灵活,JS代码非常精简,推荐学习参考和使用。这里给LI设置line-height属性以便控制内容溢出。<!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.0Transitional//EN"><HTML><HEAD><TITLE&..
分类:Web程序   时间:2014-08-12 13:55:15    阅读次数:244
煎饼堆
前言 ????该题目确实算作一个很基础的题目,但真正去写时却很容易出错,主要在于两点 煎饼堆翻动时的细节处理 输入与输出处理 ????因此做一记录 题目 ? ?Stacks of Flapjacks? Background Stacks and ...
分类:其他好文   时间:2014-08-12 00:53:23    阅读次数:232
css之ie6双倍margin问题
1、当一个div设置了浮动且使用了margin时,比如设置左浮动且使用了margin-left(右浮动也是类似) <html> <head> <style?type="text/css"> div?{ width:?200px; height:?200px; background:?blue; ...
分类:Web程序   时间:2014-08-11 18:21:22    阅读次数:278
css隔行换色
.tab1 tr:nth-of-type(odd){ background:#eeeeee;}.tab1 tr:nth-of-type(even){ background:#f8f8f8;}.tab1 tr td{height: 30px; border-bottom: 1px solid #fff...
分类:Web程序   时间:2014-08-11 17:29:12    阅读次数:257
IE下png图片黑边问题
png图片在ie8下有黑色边框的情况想必大家都有遇到过吧,那么该怎么解决呢?其实很简单,下面的方法或许对大家有所帮助background-image:url(******.png)!important; background-image:url(../images/space.gif);/*spac...
分类:其他好文   时间:2014-08-11 14:37:52    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!