_ihhu

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

12 2015 档案

摘要:在html 5中,其中一个引人注意的新特性,那就是允许使用Indexed DB。用户可以从这个链接(http://www.w3.org/TR/IndexedDB/)了解到Indexed DB的详细标准。在本文中,将对Indexed DB作简单的入门介绍。概述从本质上说,IndexedDB允许用户在浏... 阅读全文
posted @ 2015-12-29 21:32 _ihhu 阅读(387) 评论(0) 推荐(0)

摘要:1:引用模块"http" (执行命令node app.js "http://www.baidu.com")运行下面代码//app.jsvar http = require('http');var url = require('url');function spider(u,cb){ http.... 阅读全文
posted @ 2015-12-28 22:46 _ihhu 阅读(3597) 评论(0) 推荐(0)