jQuery TickerType
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/tickertype
软件介绍
The TickerType jQuery plugin allows you to animate a set of headlines or any other list of text items using a typewriter (or "write on") style animation.
Integrating this plugin requires no Javascript coding.
Simply include the .js files
<head>
<script type="text/javascript" src="jquery-1.2.6.min.js"></script>
<script type="text/javascript" src="jquery.tickertype.js"></script>
</head>and add a div tag with an ID of ticker-area containing an unordered list
<div id="ticker-area">
<ul>
<li>Sed venenatis diam quis lorem. Curabitur.</li>
<li>Fusce vehicula iaculis felis. Phasellus congue!</li>
<li>Morbi vitae enim vel purus sollicitudin.</li>
</ul>
</div>See description/download page for detailed instructions:
http://www.hungry-media.com/code/jQuery/tickerType/
Thanks to Paul Robinson for some of the methods used here.
垃圾回收的算法与实现
中村成洋、相川光 / 丁灵 / 人民邮电出版社 / 2016-7-1 / 99.00元
★ Ruby之父Matz作推荐语:上古传承的魔法,彻底揭开垃圾回收的秘密! ★ 日本天才程序员兼Lisp黑客竹内郁雄审校 本书前半介绍基本GC算法,包括标记-清除GC、引用计数、复制算法的GC、串行GC的算法、并发GC的算法等。后半介绍V8、Rubinius、Dalvik、CPython等几种具体GC的实现。本书适合各领域程序员阅读。一起来看看 《垃圾回收的算法与实现》 这本书的介绍吧!
