- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://www.mipengine.org/
- 软件文档: https://www.mipengine.org/doc/00-mip-101.html
- 官方下载: https://github.com/mipengine/mip
软件介绍
MIP (Mobile Instant Pages)是百度推出的移动网页加速器,是一套应用于移动网页的开放性技术标准。通过提供 MIP-HTML 规范、MIP-JS 运行环境以及 MIP-Cache 页面缓存系统,实现移动网页加速。
MIP 主要由三部分组织成:
MIP HTML
MIP JS
MIP Cache
MIP HTML 基于 HTML 中的基础标签制定了全新的规范,通过对一部分基础标签的使用限制或功能扩展,使 HTML 能够展现更加丰富的内容;MIP JS 可以保证 MIP HTML 页面的快速渲染;MIP Cache 用于实现 MIP 页面的高速缓存,从而进一步提高页面性能。
在 MIP 页中可以这样创建一个轮播图:
<script async src="https://c.mipcdn.com/static/v1/mip.js"></script> <mip-carousel> <mip-img src="01.jpg"></mip-img> <mip-img src="02.jpg"></mip-img> <mip-img src="03.jpg"></mip-img> </mip-carousel>
极速打开: 大部分 MIP 页面都能在一秒内加载完成首屏。
使用简单: 直接使用MIP组件拼装网页,无需一行 JS 。
资源管理: 按需加载图片和 JS ,精简网络请求。
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2006-3-3 / USD 143.00
As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop wel......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
