jQuery easyThumb
- 授权协议: 未知
- 开发语言: PHP JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/easyThumb
软件介绍
A combination of jQuery and PHP (for the thumbnail generation).
Turn a unsorted list of fullscale-images to thumbnails on-the-fly. Display them as galleries or single images. Uses preloading, so that the images are loaded in the background with an indicator. It is easily combinated with (example) Lightbox, etc. Has the option to turn images to imagelinks also.
Code example:
<div class="easyThumb">
<ul>
<li><img src="img/IMG_0064.jpg" alt="Ex 1" /></li>
<li><img src="img/IMG_0065.jpg" alt="Blabla" /></li>
<li><img src="../e.jpg" alt="This is a test"/></li>
</ul>
</div>
程序设计抽象思想
Eric S.Roberts、闪四清 / 闪四清 / 清华大学出版社 / 2005-6 / 78.00元
本书全面介绍了数据结构的基础内容。介绍了多个库包,可用于简化编程流程;详细讨论了递归编程的用法,包括大量难度各异的编程示例和练习。一起来看看 《程序设计抽象思想》 这本书的介绍吧!
