jQuery UI 部件 ScrollStory
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/sjwilliams/scrollstory
软件介绍
ScrollStory 是个 jQuery UI 部件,用来创建简单的,基于滚动的页面和交互方式。用户滚动到哪个部分就高亮页面的哪个部分。在线演示
主要特性:
100% style agnostic. Just a collection of often-used scroll-based patterns.
16+ jQueryUI-style events/callbacks for various application state events.
Focus and blur event when an individual story becomes active or inactive.
Programmatically animated scroll to any item.
Items can be grouped into categories, with event dispatched as categories change.
Items filterable by user-specified tags.
Items aware of their in-viewport status.
Throttled scroll events and minimal DOM usage.
Windows内核原理与实现
潘爱民 / 电子工业出版社 / 2010年4月 / 99.00元
本书从操作系统原理的角度,详细解析了Windows如何实现现代操作系统的各个关键部件,包括进程、线程、物理内存和虚拟内存的管理,Windows中的同步和并发性支持,以及Windows的I/O模型。在介绍这些关键部件时,本书直接以Windows的源代码(WRK, Windows Research Kernel)为参照,因而读者可以了解像Windows这样的复杂操作系统是如何在x86处理器上运行的。 ......一起来看看 《Windows内核原理与实现》 这本书的介绍吧!
