码迷,mamicode.com
首页 >  
搜索关键字:regular express    ( 5878个结果
SCSS
Sass is a CSS pre-processor with syntax advancements.Style sheets in the advanced syntax are processed by the program, and turned into regular CSS sty...
分类:Web程序   时间:2014-12-15 15:00:01    阅读次数:341
vs2012使用64位IIS EXPRESS调试
使用Visual Studio 2012开发网站或web应用程序时,可以使用两种web server。自带的development server和IIS EXPRESS。development server是x86版本的,IIS EXPRESS是同时x86和x64版。然而在引用64位dll时,调试时...
分类:其他好文   时间:2014-12-15 14:58:47    阅读次数:169
【我的笔记BLOG1】配置webstorm + node.js +express + mongodb开发博客的环境
1. 安装webstorm 并破解2. 安装node (以及express框架)至官网下载并安装。(http://nodejs.org)v0.10.32 msi安装后测试,打开命令行,c:\users\Iris804> node>console.log("hello")输出 hello un...
分类:数据库   时间:2014-12-15 11:39:47    阅读次数:613
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
Storyboards Tutorial 02
Adding a Table View Controller连接到tab bar controller中的两个窗口都是regular UIViewControllers.你将使用UITableViewController来替换第一个tab选择第一个view controller然后delete它。拖...
分类:其他好文   时间:2014-12-13 17:49:34    阅读次数:352
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
[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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!