码迷,mamicode.com
首页 >  
搜索关键字:internals    ( 179个结果
TSS学习记录
转载测试 自己总结了一下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
原文地址:反向路径过滤——reverse path filter 作者:pwp_cu反向路径过滤——reverse path filter一、原理先介绍个非对称路由的概念参考《Understanding Linux Network Internals》三十章,30.2. Essential Elem...
分类:其他好文   时间:2015-12-13 23:47:02    阅读次数:235
有空看看binlog
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
最快的方法来清除Chrome浏览器DNS高速缓存
最快的方法是直接数据url。那么不需要清除dns高速缓存。chrome://net-internals/#dns 一般步骤,要经过下列几项。Chrome - > 扳手 - > 选项 - > 高级选项 - > 去勾 "用预提取 DNS 提高网页加载速度" ...
分类:其他好文   时间:2015-09-17 21:03:42    阅读次数:193
Scala深入浅出实战经典 第82讲:Scala中List的ListBuffer是如何实现高效的遍历计算的?
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
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
redis资料
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
Scala List中的上界下界以及逆变、协变
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
Scala中ListBuffer高效遍历
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
179条   上一页 1 ... 11 12 13 14 15 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!