做实验需要用Java与SQL Server连接,因为使用的 SQL 2008 Express
Edition 是基于 Visual Studio2010 安装包安装时一起安装的,所以为了方便数据库的操作,首先下载了独立的 SQL Server
Management Studio 安装包进行安装 。安...
分类:
数据库 时间:
2014-05-24 02:04:42
阅读次数:
307
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
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 配置管理器提示如下图所示的错误 或者如下图所示的错误
在网上查找相关资料后,找到解决方法如下: 卸载 Microsoft sql server 2012 Express LocalDB 即可
分类:
数据库 时间:
2014-05-19 13:54:09
阅读次数:
1397
此教程将讨论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
简介grep (global search regular expression(RE)
and print out the
line,全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达式搜索文本,并把匹配的行打印出来。Unix的grep家族包括grep、egrep和fgr...
分类:
系统相关 时间:
2014-05-18 02:10:16
阅读次数:
529
android培训、java培训、期待与您交流!对象分析:1.客户类按照业务分类,客户可以分成三类。publicenumCustommer{COMMON,VIP,EXPRESS;publicString
toString(){String name=null;switch(t...
分类:
编程语言 时间:
2014-05-18 00:09:18
阅读次数:
473
运行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
/** * 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