搜索资源列表
analyzer
- 一个简单的网页分析器 系统需求: 1. 编写Socket客户端访问WEB服务器,获取网页至本地硬盘; 2. 分析第1步中抓取的网页内容,找出所有图片链接URL信息。3. 统计第1,第2步中下载文件(包括网页文件与图片文件)的大小(即字节数和); 4. 统计第1,第2步所消耗的时间和; 5. 在屏幕上打印该WEB网页的访问速度(bytes/second) = 下载文件总大小/下载总耗时。
mp4box.js
- 获取MP4文件的信息 切片MP4文件,使得其可以用来跟Media Source Extension API使用 从MP4文件中提取帧,用来创建TextTracks。-get information about an MP4 file, segment an MP4 file for use with the Media Source Extension API, extract samples an MP4 to create TextTracks.