摘要: /*create database studentCourse*/use studentCoursegocreate table Student( Sno char(6) Primary Key, Sname nvarchar(20)not null, Ssex nchar(1) not null 阅读全文
posted @ 2021-10-15 12:37 南柯Dream丶 阅读(55) 评论(0) 推荐(0)
摘要: 在nodejs项目中,遇到要向某一个邮箱发送邮件时可使用nodemailer,可支持QQ,163,126,Yahoo等等 安装:npm install nodemailer --S /* * @Description: 描述 * @Version: 1.0 * @Autor: Nanke_南柯 * 阅读全文
posted @ 2021-10-15 12:37 南柯Dream丶 阅读(42) 评论(0) 推荐(0)