Design Doc: Session History for Out-of-Process iframes Charlie Reis, May 2014 This document outlines the changes we plan to make to Chrome's session history logic to support iframes that are rendered in a different process than their parent frame.  T…
Active Session History (ASH) Performed An Emergency Flush Messages In The Alert Log (文档 ID 1385872.1)   In this Document   Symptoms   Cause   Solution This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and the…
History 接口允许操作浏览器的曾经在标签页或者框架里访问的会话历史记录. js通过window.history来访问和操作的,操作的范围是某个tab的会话历史记录. 这个tab打开后,tab内的跳转或者你手动输入的地址,都在控制范围内. 属性 1. History.length 返回一个整数,该整数表示会话历史中元素的数目,包括当前加载的页.例如,在一个新的选项卡加载的一个页面中,这个属性返回1. 在这里我们想想 history.go(-histoy.length) 会发生什么呢,hist…
https://docs.google.com/document/d/1TTj4T2JO42uD5ID9e89oa0sLKhJYD0Y_kqxDv3I3XMw/ Scalable Go Scheduler Design Doc Dmitry Vyukov dvyukov@google.com May 2, 2012 The document assumes some prior knowledge of the Go language and current goroutine schedule…
For Developers‎ > ‎Design Documents‎ > ‎Out-of-Process iframes (OOPIFs)‎ > ‎ Rendering and compositing out of process iframes Summary This document provides a design for rendering and compositing out-of-process iframe (OOPIF) elements. Contents 目…
Architecture Design Process The architecture design process focuses on the decomposition of a system into different components and their interactions to satisfy functional and nonfunctional requirements. The key inputs to software architecture design…
原文地址:http://www.infoq.com/articles/ddd-in-practice Background Domain Driven Design (DDD) is about mapping business domain concepts into software artifacts. Most of the writings and articles on this topic have been based on Eric Evans' book "Domain Dr…
 https://berxblog.blogspot.com/2015/01/oradebug-doc-12102.html   this is just an online docu of ORADEBUG DOC in 12.1.0.2.The general comments from Tanel Poder apply to this version as well. SQL> oradebug doc Internal Documentation *******************…
http://www.kalinskyassociates.com/Wpaper4.html Architecture of Device I/O Drivers Many embedded systems developers will tell you that writing a device driver consists of a lot of "bit-bashing and register-twiddling" to convince some ornery unit…
http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html MONDAY, JANUARY 25, 2016 AT 8:56AM This is a guest post by Benjamin Manes, who did engineery things for Google and is now doing engineery things for a new load documentation star…