上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 222 下一页
摘要: 转自:http://www.runoob.com/nodejs/nodejs-express-framework.html Express 简介 Express 是一个简洁而灵活的 node.js Web应用框架, 提供了一系列强大特性帮助你创建各种 Web 应用,和丰富的 HTTP 工具。 使用 阅读全文
posted @ 2017-12-20 10:55 Sharpest 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/yominhi/p/7039795.html 【工具官网】 Node.js : http://nodejs.cn/ 淘宝NPM: https://npm.taobao.org/ 【安装步骤】 一、安装node.js 1.前往node.js官网下载 阅读全文
posted @ 2017-12-20 10:15 Sharpest 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 转自:https://blog.csdn.net/u014540814/article/details/78777961 阅读全文
posted @ 2017-12-20 10:13 Sharpest 阅读(1218) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-tutorial.html npm是Node.js中维护第三方库、模块的工具,但是国外的速度很悲剧,这里有一个中国的源cnpm。 http://cnpmjs.org/ 需要在命令行中运行 然后所有使用npm的地方直接使用c 阅读全文
posted @ 2017-12-19 17:10 Sharpest 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html 什么是 Web 服务器? Web服务器一般指网站服务器,是指驻留于因特网上某种类型计算机的程序,Web服务器的基本功能就是提供Web信息浏览服务。它只需支持HTTP协议、HTML文档格 阅读全文
posted @ 2017-12-19 17:00 Sharpest 阅读(284) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html Node.js DNS 模块用于解析域名。引入 DNS 模块语法格式如下: 方法 rrtypes 以下列出了 dns.resolve() 方法中有效的 rrtypes值: 'A' IP 阅读全文
posted @ 2017-12-18 17:08 Sharpest 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html Node.js Net 模块提供了一些用于底层的网络通信的小工具,包含了创建服务器/客户端的方法,我们可以通过以下方式引入该模块: 方法 net.Server net.Server通常 阅读全文
posted @ 2017-12-18 16:56 Sharpest 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html Node.js path 模块提供了一些用于处理文件路径的小工具,我们可以通过以下方式引入该模块: 方法 属性 实例 创建 main.js 文件,代码如下所示: 代码执行结果如下: 阅读全文
posted @ 2017-12-18 16:36 Sharpest 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html Node.js os 模块提供了一些基本的系统操作函数。我们可以通过以下方式引入该模块: 方法 属性 实例 创建 main.js 文件,代码如下所示: 代码执行结果如下: 阅读全文
posted @ 2017-12-18 16:35 Sharpest 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.runoob.com/nodejs/nodejs-module-system.html 在很多场景中,我们的服务器都需要跟用户的浏览器打交道,如表单提交。 表单提交到服务器一般都使用 GET/POST 请求。 本章节我们将为大家介绍 Node.js GET/POS T请求 阅读全文
posted @ 2017-12-18 15:54 Sharpest 阅读(201) 评论(0) 推荐(0) 编辑
上一页 1 ··· 110 111 112 113 114 115 116 117 118 ··· 222 下一页