2015年2月21日

nodejs学习

摘要: 代码var http = require('http');http.createServer(function (req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n');})... 阅读全文

posted @ 2015-02-21 15:57 cutepig 阅读(211) 评论(0) 推荐(0) 编辑

coffeescript学习

摘要: test2.coffeestdin = process.openStdin()stdin.setEncoding 'utf8'stdin.on 'data', (input) -> name = input.trim() process.exit() if name == 'exit' con... 阅读全文

posted @ 2015-02-21 13:18 cutepig 阅读(170) 评论(0) 推荐(0) 编辑

xhan/qqbot试用

摘要: xhan/qqbot试用啥是qqbot?基于WebQQ协议的QQ机器人。命令行工具,Hubot支持!怎样安装?首先要安装CoffeeScriptwindows:安装nodejs:主页上就有下载C:\Users\cutepig>npm install -g coffee-scriptC:\Users\... 阅读全文

posted @ 2015-02-21 12:10 cutepig 阅读(608) 评论(0) 推荐(0) 编辑

导航