Category Archives: Nodejs

使用 nodejs 发送邮件 Nodemailer

平时在开发应用的时候,很多时候会用到邮件,来通知我们, 这里介绍 nodejs 如何发送邮件,比较简单。 使用 Nodemailer 库来发送邮件。 https://github.com/andris9/Nodemailer#migration-guide This is a complete... Read More | Share it now!

nodejs文件上传处理模块formidable

GITHUB: https://github.com/felixge/node-formidable 在web开发中,经常遇到处理文件上传的情况。而express框架在4.0版本后就不在支持req.files接收上传文件,对于文件上传,需要加multipart格式数据处理的中间件。multipart数据处理中间件有:busboy,... Read More | Share it now!

Token-Based Authentication With AngularJS & NodeJS

          Final product image What You’ll Be Creating Authentication is one of the most important parts of any web application. In this tutorial, we’ll be discussing token-based authentication systems and how they differ... Read More | Share it now!

Mongoose学习参考文档

Mongoose学习参考文档 前言:本学习参考文档仅供参考,如有问题,师请雅正 From: https://cnodejs.org/topic/504b4924e2b84515770103dd ##一、快速通道 ###1.1 名词解释 Schema :... Read More | Share it now!

Express安装后出现command not found问题

Express安装后出现command not found问题 express不能运行 安装Node.js的web框架Express:npm install -g express,键入命令:express –help,出现提示:sh: express: command not... Read More | Share it now!