转载测试 自己总结了一下TSS的相关资料,简介一共分为五大部分: 1. TPM Internals 2. TPM Device Driver(TDD) 3. TCG Device Driver Library(TDDL) 4. TCG Core Services(TCS) 5. TCG Servic...
分类:
其他好文 时间:
2016-02-24 10:51:11
阅读次数:
2587
http://www.html5rocks.com/en/tutorials/internals/howbrowserswork/主要结构1、用户界面 如:地址栏,前进后退按钮,书签等2、浏览器引擎 在用户界面和渲染引擎之间传输指令3、呈现引擎 解析显示用户请求的内...
分类:
其他好文 时间:
2016-01-26 18:00:43
阅读次数:
130
原文地址:反向路径过滤——reverse path filter 作者:pwp_cu反向路径过滤——reverse path filter一、原理先介绍个非对称路由的概念参考《Understanding Linux Network Internals》三十章,30.2. Essential Elem...
分类:
其他好文 时间:
2015-12-13 23:47:02
阅读次数:
235
http://dev.mysql.com/doc/internals/en/binary-log.html 备选: http://dev.mysql.com/doc/refman/5.7/en/binary-log.html...
分类:
其他好文 时间:
2015-11-07 19:16:04
阅读次数:
162
最快的方法是直接数据url。那么不需要清除dns高速缓存。chrome://net-internals/#dns 一般步骤,要经过下列几项。Chrome - > 扳手 - > 选项 - > 高级选项 - > 去勾 "用预提取 DNS 提高网页加载速度" ...
分类:
其他好文 时间:
2015-09-17 21:03:42
阅读次数:
193
packagecom.dt.scala.listobjectListBuffer_Internals{defmain(args:Array[String]){vallist=List(1,2,3,4,5,6,7,8,9)increment(list)increment_MoreEffective(list)increment_MostEffective(list)}defincrement(list:List[Int]):List[Int]=listmatch{caseList()=>List()cas..
分类:
其他好文 时间:
2015-09-11 12:50:23
阅读次数:
161
SQL Server通过BOOT PAGE来进行Crash Recovery看了盖总的一篇文章http://www.eygle.com/archives/2008/11/oracle_internals_preface.html数据文件的第一个Block记录了重要的检查点、SCN等信息,这些信息在启...
分类:
数据库 时间:
2015-08-31 00:58:49
阅读次数:
311
The architecture of REDIShttp://blog.csdn.net/flyqwang/article/details/24810277Redis Internals documentationhttp://redis.io/topics/internalsRedis Mani...
分类:
其他好文 时间:
2015-08-21 23:04:17
阅读次数:
173
package com.dt.scala.list
abstract class Big_Data
class Hadoop extends Big_Data
class Spark extends Big_Data
object List_Constructor_Internals {
def main(args: Array[String]): Unit = {
val had...
分类:
其他好文 时间:
2015-08-19 08:15:00
阅读次数:
198
package com.dt.scala.list
object ListBuffer_Internals {
def main(args: Array[String]): Unit = {
val list = List(1,2,3,4,5,6,7,8,9)
increment(list)
increment_MoreEffective(list)
inc...
分类:
其他好文 时间:
2015-08-19 07:07:17
阅读次数:
205