摘要: http://html2jade.com/ 阅读全文
posted @ 2013-04-14 17:35 Neavo 阅读(174) 评论(0) 推荐(0)
摘要: Mongoose是什么Mongoose是MongoDB的一个对象模型工具,可以工作于异步环境下。定义一个模型很容易:View Code 1 varComments = newSchema({ 2 title: String, 3 body: String, 4 date: Date 5 }); 6 varBlogPost = newSchema({ 7 author: ObjectId, 8 title: String, 9 body: String,10 date: Date,11 comments: [Comments],1... 阅读全文
posted @ 2013-04-14 16:49 Neavo 阅读(477) 评论(0) 推荐(0)
摘要: 编 号: 001名 称: Cheerio说 明: 类 jQuery 的Dom选择&编辑器安 装: npm install cheerio兼容性: Win,Linux,Mac主 页: https://github.com/MatthewMueller/cheerio编 号: 002名 称: Express说 明: Web Framework安 装: npm install express兼容性: Win,Linux,Mac主 页: http://expressjs.com/ && http://expressjs.jser.us/(中文)编 号: 003名 称: Jade 阅读全文
posted @ 2013-04-14 14:02 Neavo 阅读(363) 评论(0) 推荐(0)