07 2016 档案

平板比较
摘要:比较因素: 价格 续航 分辨率 Ipad Ipadmini Surface 3 Surface Pro 4 阅读全文

posted @ 2016-07-24 11:54 cutepig 阅读(224) 评论(0) 推荐(0)

Node。js 访问gmail
摘要:参考: https://developers.google.com/gmail/api/quickstart/nodejs step 1,在google网站上打开gmail api,下载JSOn step 2,安装node lib Step 3: Set up the sample sample代码 阅读全文

posted @ 2016-07-10 23:03 cutepig 阅读(282) 评论(0) 推荐(0)

node nightmare 网页自动化测试 sample
摘要:安装nightmare 编写1.js 运行 node 1.js var Nightmare = require('nightmare');var nightmare = Nightmare({ show: true }) nightmare .goto('http://yahoo.com') .ty 阅读全文

posted @ 2016-07-09 19:30 cutepig 阅读(1474) 评论(0) 推荐(0)

node start - hello world http server
摘要:Write a file t1.js 运行 node t1.js 在浏览器输入 http://localhost:8080/ 阅读全文

posted @ 2016-07-09 12:20 cutepig 阅读(308) 评论(0) 推荐(0)

导航