透明性 1、访问透明性(Access Transparency):用户不必知道数据表示和访问方法。例如,你可以读一个网页,上面有很多文字,这些字符的内部编码到底是UNICODE8,还是UNICODE16,不需要你了解。 2、位置透明性(Location Transparency):用户不必知道资源位 ...
分类:
其他好文 时间:
2017-12-02 11:14:23
阅读次数:
147
CSS性能优化 1、衡量属性和布局的消耗代价; 2、探索W3C的性能优化新规范; 3、用测试数据判断优化策略。 慎重选择高消耗的样式 1、box-shadows; 2、border-radius; 3、transparency; 4、transforms; 5、CSS fitters(性能杀手)。 ...
分类:
Web程序 时间:
2017-11-09 00:49:41
阅读次数:
253
问题:I‘vemanagedtoblitaloadedp_w_picpathontoanotherthroughthemethod"copy_from(...)"ofrenderer_base.I‘dliketoknowhowcaniblitthesamep_w_picpathandalsospecifyingacolorthatwillNOToverwritethepixelsofthedestinationp_w_picpath(acolorthatwillthenresulttransparent..
分类:
其他好文 时间:
2017-09-29 19:26:43
阅读次数:
173
因为第三章题型都差不多,所以我就对常用的一些东西做了如下总结。 1.设置窗体的小图标 Icon 在Icon属性后面直接添加要改变的ico图片。 2.设置窗体透明度 opacity 取值范围:0~100(透明~不透明) 3.当窗体颜色有与设定值相同时的颜色时,该部分变为透明。 Transparency ...
From:https://developer.nvidia.com/content/transparency-or-translucency-rendering Like many other visual effects, games attempt to mimic transparent (o ...
分类:
其他好文 时间:
2017-09-22 18:57:41
阅读次数:
197
本系列主要參考《Unity Shaders and Effects Cookbook》一书(感谢原书作者),同一时候会加上一点个人理解或拓展。这里是本书全部的插图。这里是本书所需的代码和资源(当然你也能够从官网下载)。 切割线 写在前面从这篇開始是一个全新的章节:透明效果(Transparency) ...
分类:
编程语言 时间:
2017-08-13 15:23:33
阅读次数:
1947
ZPrePass>BasePass>Pre-Lighting>Lighting>Reflection>Transparency>PostProcess BasePass BasePass是最重要最基础的一个Pass Opaque/Masked材质物体,渲染及生成G-buffer Intermedia ...
分类:
其他好文 时间:
2017-05-28 19:39:12
阅读次数:
504
SSL基础概念 什么是加密? 加密是一种新型的电子信息保护方式,就像过去使用保险箱和密码锁保护纸上信息一样。加密是密码学的一种技术实现方式:信息被转换为难以理解的形式(即编码),以便只有使用密钥才能将其转译为可理解的形式(即解码)。以设备加密为例,需要按照程序或设备提供的明确说明,利用可解译信息的 ...
分类:
其他好文 时间:
2016-12-18 01:42:34
阅读次数:
170
今天发现使用google浏览器访问HTTPS网址时,点击小锁-->>连接-->>有一项服务器未提供任何certificatetransparency信息?只有google浏览器有这个提示,其他浏览器都没有这个提示!什么是证书透明度CertificateTransparency?证书透明度CertificateTransparency是谷..
分类:
其他好文 时间:
2016-06-30 11:05:51
阅读次数:
144
Web Service Transparency .NET support for web services is excellent in creating illusion of transparency. General process is quite straightforward: On ...
分类:
编程语言 时间:
2016-06-13 11:36:05
阅读次数:
250