jQuery YouTube plugin
- 授权协议: 未知
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://plugins.jquery.com/project/jyoutube
- 软件文档: http://custom-drupal.com/jquery-demo/jyoutube/
软件介绍
这是一个用来播放 Youtube 视频和获取视频信息(预览图)的 jQuery 插件
示例代码:
// Getting video screenshot by YouTube video ID
$.jYoutube('rSUfWXcNAOw');
// Returns video thumbnail by YouTube video URL
$.jYoutube('http://www.youtube.com/watch?v=rSUfWXcNAOw', 'small');
Data Structures and Algorithms in Python
Michael T. Goodrich、Roberto Tamassia、Michael H. Goldwasser / John Wiley & Sons / 2013-7-5 / GBP 121.23
Based on the authors' market leading data structures books in Java and C++, this book offers a comprehensive, definitive introduction to data structures in Python by authoritative authors. Data Struct......一起来看看 《Data Structures and Algorithms in Python》 这本书的介绍吧!
