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
使用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
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
下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
Adding a Table View Controller连接到tab bar controller中的两个窗口都是regular UIViewControllers.你将使用UITableViewController来替换第一个tab选择第一个view controller然后delete它。拖...
分类:
其他好文 时间:
2014-12-13 17:49:34
阅读次数:
352
服务器端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
https://cnodejs.org/topic/51d51cd8d44cbfa3047926ba作者nswbmw详细内容大家可以看这个。由于时间久远,很多代码都过期了。我刚更新了app.js代码。/** * Module dependencies. */var express = require...
分类:
Web程序 时间:
2014-12-11 19:03:24
阅读次数:
483
第一步:下载安装网站地址:http://www.nodejs.org/download/下载windows installer(.msi)。。。根据系统下载你所需要的版本第二步:构建相关环境$ npm express //nodejs开发框架$ npmjade$ npm install...
分类:
Web程序 时间:
2014-12-11 13:58:02
阅读次数:
207
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