码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
Transparent Firewall Mode
Part 0: overviewThe Cisco ASA can operate:routed firewall mode (default Layer 3)Transparent mode (Layer 2)Comparison of the Routed and Transparent Fir...
分类:其他好文   时间:2015-08-07 17:58:35    阅读次数:513
UIViewContentMode
typedef enum { ????UIViewContentModeScaleToFill, ????UIViewContentModeScaleAspectFit,??????// contents scaled to fit with fixed aspect. remainder is transparent ????UIViewContent...
分类:其他好文   时间:2015-08-04 21:16:54    阅读次数:174
如何解决div层被flash遮盖的问题
页面构建中的Flash层会遮挡Div的问题,一般通过设置wmode="transparent" 或wmode="window"就可以解决。不过对于Flash视频这个貌似不太凑效。对于Flash遮挡的问题,首先来了解一些wmode的一些属性值。wmode的5种取值Window模式默认情况下的显示模式,...
分类:其他好文   时间:2015-08-04 18:39:26    阅读次数:89
兼容主流浏览器的CSS透明代码
透明往往能产生不错的网页视觉效果下面是兼容主流浏览器的CSS透明代码.transparent_class {filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}filter:alpha(opacity...
分类:Web程序   时间:2015-08-03 16:36:14    阅读次数:153
三角形示例(兼容IE6)
html代码:css代码:.sanjiao{ width: 0; height: 0; overflow: hidden;//主要处理IE6最小高度的问题 border-width:10px ; border-color: #ff0000 transparent transparent t...
分类:其他好文   时间:2015-08-01 09:59:51    阅读次数:111
activity页面多次反复切换会变卡。
在AndroidMainfest页面里声明页面跳转是这样。               android:name="com.activity.Testupdate"             android:theme="@style/Transparent"                android:configChanges="keyboardHidden|orientation|...
分类:其他好文   时间:2015-07-31 14:51:31    阅读次数:107
复合页( Compound Page )
复合页(Compound Page)就是将物理上连续的两个或多个页看成一个 独立的大页,它可以用来创建hugetlbfs中使用的大页(hugepage), 也可以用来创建透明大页(transparent huge page)子系统。但是 它不能用在页缓存(page cache)中,这是因为页缓存中管理的都是 单个页。...
分类:其他好文   时间:2015-07-25 18:28:14    阅读次数:147
Linux 关于Transparent Hugepages的介绍
透明大页介绍 Transparent Huge Pages的一些官方介绍资料: Transparent Huge Pages (THP) are enabled by default in RHEL 6 for all applications. The kernel attempts to all...
分类:系统相关   时间:2015-07-23 17:24:25    阅读次数:418
小细节
1、设置input的placeholder内容样式的方法: input::-webkit-input-placeholder{ color:#999; font-size: 14px; }2、文字模糊效果:p { color: transparent; ...
分类:其他好文   时间:2015-07-20 15:56:03    阅读次数:117
Android 代码设置Activity 背景透明
当指定Activity 样式 Them.Dialog 时候 又不允许用XML 设置 Activity 的背景颜色的时候 用代码 this.getWindow().getDecorView().setBackgroundColor(Color.TRANSPARENT); 主意:代码写在 setContView();方法的后面....
分类:移动开发   时间:2015-07-17 18:48:55    阅读次数:416
581条   上一页 1 ... 39 40 41 42 43 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!