码迷,mamicode.com
首页 >  
搜索关键字:regular express    ( 5878个结果
Nodejs学习笔记(七)--- Node.js + Express 构建网站简单示例
分类:Web程序   时间:2014-05-27 01:27:52    阅读次数:525
开启sa账户以及如何用JDBC进行连接
做实验需要用Java与SQL Server连接,因为使用的 SQL 2008 Express Edition 是基于 Visual Studio2010 安装包安装时一起安装的,所以为了方便数据库的操作,首先下载了独立的 SQL Server Management Studio 安装包进行安装 。安...
分类:数据库   时间:2014-05-24 02:04:42    阅读次数:307
HTML5 Web socket和socket.io
what is websocketsTwo-way communication over ont TCP socket, a type of PUSH technology HTML5的新特性,用于双向推送消息(例如网页聊天,手机推送消息等) 原理:client利用regular http请求w.....
分类:Web程序   时间:2014-05-23 11:28:28    阅读次数:560
node app.js不起作用的解决方法
In Express 3.0, you normally would use app.configure() (or app.use() ) to set up the required middleware you need. Those middleware you specified are bundled together with Express 3.0. e.g. var ex...
分类:移动开发   时间:2014-05-22 12:14:27    阅读次数:349
sql server 2008 配置管理器 提示错误 "远程过程调用失败。(0x800706be)" 或者shutting down(0x80041033)
打开sql server 2008 配置管理器提示如下图所示的错误 或者如下图所示的错误 在网上查找相关资料后,找到解决方法如下: 卸载 Microsoft sql server 2012 Express LocalDB 即可
分类:数据库   时间:2014-05-19 13:54:09    阅读次数:1397
[转][译]ASP.NET MVC 4 移动特性
此教程将讨论ASP.NET MVC 4 Web应用程序里的移动特性。对于此教程,可以使用Visual Studio Express 2012或者 Visual Web Developer 2010 Express Service Pack 1 ("Visual Web Developer 或者 VW...
分类:移动开发   时间:2014-05-18 19:28:19    阅读次数:832
linux grep命令
简介grep (global search regular expression(RE) and print out the line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:系统相关   时间:2014-05-18 02:10:16    阅读次数:529
黑马程序员——Java面试题之银行业务调度系统
android培训、java培训、期待与您交流!对象分析:1.客户类按照业务分类,客户可以分成三类。publicenumCustommer{COMMON,VIP,EXPRESS;publicString toString(){String name=null;switch(t...
分类:编程语言   时间:2014-05-18 00:09:18    阅读次数:473
Error: Most middleware (like bodyParser) ...
运行NodeJS时出现如下错误:Error: Most middleware (like bodyParser) is no longer bundled with Express and must be installed separately.意思是命令行中运行npm install body-...
分类:其他好文   时间:2014-05-17 21:57:26    阅读次数:336
代码艺术 CountDownTimer
/** * Schedule a countdown until a time in the future, with regular notifications on intervals along the way. * * Example of showing a 30 second count...
分类:其他好文   时间:2014-05-16 04:21:02    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!