上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: http://www.jisuapi.com/ 阅读全文
posted @ 2017-10-09 11:25 张书达 阅读(112) 评论(0) 推荐(0) 编辑
摘要: linux命令大全http://man.linuxde.net/strings 阅读全文
posted @ 2017-10-09 11:25 张书达 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/a/1190000009819720 阅读全文
posted @ 2017-10-09 11:25 张书达 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://www.ctolib.com/nodejs/ 阅读全文
posted @ 2017-10-09 11:24 张书达 阅读(145) 评论(0) 推荐(0) 编辑
摘要: http://www.silukeke.com/xiazai/8840/ 阅读全文
posted @ 2017-10-09 11:23 张书达 阅读(61) 评论(0) 推荐(0) 编辑
摘要: http://yunkus.com/ 阅读全文
posted @ 2017-10-09 11:22 张书达 阅读(74) 评论(0) 推荐(0) 编辑
摘要: var express = require('express')var app = express();var Client = require('node-rest-client').Client; var client = new Client();app.get('/', function(req, res){ //模板为 欢迎注册易比得采购平台您的验证码为@@@@请在五分钟内完... 阅读全文
posted @ 2017-10-09 11:21 张书达 阅读(559) 评论(0) 推荐(0) 编辑
摘要: app.js app1.js nodejs模块nodemailer基本使用-邮件发送(支持附件) 标签: nodejs发送邮件nodemailer发送附件node.js 2016-07-11 10:00 7065人阅读 评论(3) 收藏 举报 分类: nodejs(50) 版权声明:本文为 zzww 阅读全文
posted @ 2017-10-09 11:21 张书达 阅读(494) 评论(0) 推荐(0) 编辑
摘要: var UUID = require('uuid');/** * 生成激活码 * UUID.v1 基于时间戳生成(time based) * UUID.v4 随机生成(random), 有一定几率重复 */ //var ActiCode = UUID.v1();// Generate a v1 UUID (time-based)const uuidV1 = require('uuid/v... 阅读全文
posted @ 2017-10-09 11:20 张书达 阅读(1225) 评论(0) 推荐(0) 编辑
摘要: const chalk = require('chalk');console.log(chalk.red('hello world')) 阅读全文
posted @ 2017-10-09 11:17 张书达 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页