上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 222 下一页
摘要: 转自:http://jinjiakarl.com/2018/06/09/node-js-%E4%B8%AD%E9%97%B4%E4%BB%B6express-session%E4%BD%BF%E7%94%A8%E8%AF%A6%E8%A7%A3/ 本文介绍的关于node.js中间件express-s 阅读全文
posted @ 2017-12-22 17:41 Sharpest 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/alvin_xp/p/4751784.html 1、第一步安装mongodb数据库,这直接官网下载,这里不介绍。 2、也可以使用npm实现直接下载安装。使用sublime打开上篇我们创建好的网站。选择package.json,在里面添置如下配置行 阅读全文
posted @ 2017-12-22 17:33 Sharpest 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/dongmelon/article/details/72403913 02.ejs。这是被include的文件 [plain] view plain copy <script> console.log("aaaa") </script> [plain 阅读全文
posted @ 2017-12-22 17:08 Sharpest 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/fd214333890/article/details/53457145 阅读全文
posted @ 2017-12-22 15:44 Sharpest 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/c-and-unity/articles/4552059.html node.js的crypto在0.8版本并没有改版多少,这个模块的主要功能是加密解密。 node利用 OpenSSL库来实现它的加密技术,这是因为OpenSSL已经是一个广泛被采 阅读全文
posted @ 2017-12-21 18:06 Sharpest 阅读(446) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.zhi-jie.net/node-serve-favicon-use/ 有一个名称为serve-favicon的中间件,可以用于请求网页的favicon图标。譬如如下的使用方法: var connect=require('C:/Users/node_modules/co 阅读全文
posted @ 2017-12-21 16:22 Sharpest 阅读(524) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/zhangym118/p/5842094.html "Express 是一个简洁而灵活的 node.js Web应用框架, 提供了一系列强大特性帮助你创建各种 Web 应用,和丰富的 HTTP 工具。使用 Express 可以快速地搭建一个完整功 阅读全文
posted @ 2017-12-21 16:04 Sharpest 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/wang19891106/article/details/51127133 NodeJS入门–环境搭建 IntelliJ IDEA 本人也刚开始学习NodeJS,所以以此做个笔记,欢迎大家提出意见。 1、首先 下载安装NodeJS,下载安装Intel 阅读全文
posted @ 2017-12-21 12:09 Sharpest 阅读(481) 评论(0) 推荐(0) 编辑
摘要: npm config delete registry npm config delete disturl 或者 npm config edit 找到淘宝那两行,删除 阅读全文
posted @ 2017-12-21 10:26 Sharpest 阅读(2047) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/zengry/p/8044379.html 解决方法 : 1. 安装python , 设置环境变量 :cmd --> path='%path%';E:\Python27(pyhon本地安装路径) 2. npm config set python 阅读全文
posted @ 2017-12-21 09:57 Sharpest 阅读(359) 评论(0) 推荐(0) 编辑
上一页 1 ··· 108 109 110 111 112 113 114 115 116 ··· 222 下一页