码迷,mamicode.com
首页 >  
搜索关键字:express router    ( 7718个结果
sql server 2014 express
下http://msdn.microsoft.com/zh-cn/evalcenter/dn434042.aspx载软件: Microsoft SQL Server 2014 ExpressMicrosoft SQL Server 2014 Express 是功能丰富的免费 SQL Server 版...
分类:数据库   时间:2014-12-15 10:18:10    阅读次数:334
Cisco路由器ADSL配置
Router#showrunBuildingconfiguration...Currentconfiguration:1561bytes!version12.4servicetimestampsdebugdatetimemsecservicetimestampslogdatetimemsecnoservicepassword-encryption!hostnameRouter!boot-start-markerboot-end-marker!enablesecret5$1$6XPI$vgCpvAqgQ4vP5..
分类:系统相关   时间:2014-12-14 07:08:33    阅读次数:197
node的express中使用socket.io
服务器端server.js代码 1 var express=require("express"); 2 var http=require("http"); 3 var sio=require("socket.io"); 4 var app=express(); 5 var server=http.c...
分类:其他好文   时间:2014-12-13 16:25:54    阅读次数:178
正则表达式-深入浅出
深入浅出之正则表达式1.什么是正则表达式基本说来,正则表达式是一种用来描述一定数量文本的模式。Regex代表Regular Express。本文将用>来表示一段具体的正则表达式。一段文本就是最基本的模式,简单的匹配相同的文本。2.不同的正则表达式引擎正则表达式引擎是一种可以处理正则表达式的软件。通常...
分类:其他好文   时间:2014-12-11 20:35:56    阅读次数:219
nodejs 实例 使用 Express + Socket.IO 搭建多人聊天室
https://cnodejs.org/topic/51d51cd8d44cbfa3047926ba作者nswbmw详细内容大家可以看这个。由于时间久远,很多代码都过期了。我刚更新了app.js代码。/** * Module dependencies. */var express = require...
分类:Web程序   时间:2014-12-11 19:03:24    阅读次数:483
nodejs安装
第一步:下载安装网站地址:http://www.nodejs.org/download/下载windows installer(.msi)。。。根据系统下载你所需要的版本第二步:构建相关环境$ npm express //nodejs开发框架$ npmjade$ npm install...
分类:Web程序   时间:2014-12-11 13:58:02    阅读次数:207
[Express + Webstrom] Debug Node.js RESTful application
Using WebStrom can easily debug the Node applcation.For example, we have an Node+Express application.server.js:/** * Created by Answer1215 on 12/9/201...
分类:移动开发   时间:2014-12-10 07:05:49    阅读次数:244
[MEAN Stack] First API with Node.js, Express and MongoDB
Learn how to import data into your MongoDB and then use Express to serve a simple Node.js API.Import data into MongoDB:For exmaple, you have an data.j...
分类:数据库   时间:2014-12-10 07:03:17    阅读次数:227
Most middleware (like favicon) is no longer bundled with Express
Error: Most middleware (like favicon) is no longer bundled with Express and must be installed separately. Please see https://github.com/senchalabs/con...
分类:其他好文   时间:2014-12-09 21:16:24    阅读次数:840
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!