<ScrollViewer MaxHeight="400" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Hidden" BorderBrush="Transparent"> <ScrollViewer.Effec
分类:
Web程序 时间:
2016-03-18 10:41:35
阅读次数:
218
Oracle Transparent Gateway Connect to SQL Server 使用Oracle提供的透明网关建立异构数据库连接关系。实现数据传输。 支持Distribution Transaction, 效能极好,使用时与普通SQL用法基本一致,异构数据库之间的联系非常透明,且在
分类:
数据库 时间:
2016-03-16 18:55:22
阅读次数:
210
http_port 3180 transparent cache_mem 1024 MB cache_dir ufs /var/spool/squid 4096 16 256 cache_effective_user squid cache_effective_group squid access_
分类:
Web程序 时间:
2016-03-15 20:25:44
阅读次数:
353
一句话搞定透明背景! .transparent_class { filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; }
分类:
Web程序 时间:
2016-03-10 14:43:54
阅读次数:
136
在RHEL6中,透明大页功能是默认开启的。 开启该选项后,内核会尽可能地尝试分配大页,如果mmap区域是2mb,那么每个linux进程都会分配到2mb大小的页。如果大页不够用了(比如物理内存不够了),内核会重新分配4KB大小的页。透明大页是可以交换的(swappable),通过将大页转换成小的4KB
分类:
其他好文 时间:
2016-03-09 15:26:16
阅读次数:
103
自定义三角符号<style>
.arrow{
display:inline-block;
border-top:10pxsolid;
border-right:10pxsolid;
border-bottom:10pxsolid;
border-left:10pxsolid;
/*border-top:transparent;设置颜色为透明色,transparent为透明色*/
border-top-color:transparent;
border-ri..
分类:
编程语言 时间:
2016-03-08 00:42:38
阅读次数:
325
/*箭头向上*/ .arrow-up { width:0; height:0; border-left:30px solid transparent; border-right:30px solid transparent; border-bottom:30px solid #000; } /*箭头
分类:
Web程序 时间:
2016-03-02 10:44:45
阅读次数:
134
前言 接触过EasyUI的朋友都知道其警告框就是左边有个三角警告图标,此文所做的效果正是这样。此外,还将示例多行的做法。 一、在input左边加上一个图标(一行) 注:left center定义了图标的位置;transparent定义了背景颜色为透明( background-color的默认值) <
分类:
Web程序 时间:
2016-02-26 00:30:32
阅读次数:
266
#triangle-up { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-bottom: 100px solid red;} #trian
分类:
Web程序 时间:
2016-02-21 15:36:29
阅读次数:
142
css指层叠样式表(CascadingStyleSheets),样式定义如何显示HTML元素,样式通常存储在样式表中css常用属性背景:background-color:#F5E2EC;/*背景颜色*/background:transparent;/*透视背景*/background-p_w_picpath:url(/p_w_picpath/bg.gif);/*背景图片*/background-repeat:rep..
分类:
Web程序 时间:
2016-02-19 17:24:14
阅读次数:
203