码迷,mamicode.com
首页 >  
搜索关键字:mpj express    ( 3961个结果
node搭建express环境
1.安装好node2.npm安装express插件。npm install express3.express 安装nodejs项目hello。express stooges4.express stooges&& cdstooges ( stooges是安装的文件夹名)注意每次改完ap...
分类:其他好文   时间:2014-05-29 03:11:04    阅读次数:230
Developer Express入门
这里从表格GridControl开始,零点零的入门,不会向大神一样写的深奥无比,一看你就会懂的1.首先拖一个表格上去,点击Run Designer进入Columns编辑页;2.点击add添加字段,设置fieldName属性绑定字段;3.在初始化事件里编码gridControl1.DataSource...
分类:其他好文   时间:2014-05-28 01:33:58    阅读次数:256
TeraData环境搭建及基础知识
没办法,工作需要,得学习一下Teradata,现在就把平台搭建过程记录下来吧, 以便以后观看一,平台搭建 1,首先安装VMware 2,下载Express VM版的Teradata,(Teradata Express 14.0 for VMware) 地址:http://downloads.t...
分类:其他好文   时间:2014-05-26 22:18:02    阅读次数:1242
nodejs框架express4.2 简单入门
nodejs框架express4.2 简单入门...
分类:Web程序   时间:2014-05-26 06:16:27    阅读次数:324
nodejs 批处理执行 app.js
1、直接运行测试文件         下面的内容为批处理文件node-run-app.bat中的内容,批处理命令中NODE_PATH为Node.js的安装路径,也就是有node.exe文件的路径,在初次使用时设置。文件放在自定义项目路径,如使用express 生成的项目。app.js为待测试的Node.js 文件。双击该批处理文件即可运行app.js程序。 [plain]...
分类:移动开发   时间:2014-05-25 07:14:30    阅读次数:433
vs2012 发布web应用程序
Visual Studio 2012Visual Studio Express 2012 for Web与 的Visual Studio 2010 Visual Studio Web发布更新 与 的Visual Web Developer 2010 Express Visual Studio Web...
分类:Web程序   时间:2014-05-24 09:15:29    阅读次数:307
Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:其他好文   时间:2014-05-22 15:28:54    阅读次数:175
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
express模块安装后cmd中不能运行
在各种关于NodeJS的教材中,必定会有关于express的介绍.express本身是一个很赞的库.在之前的express版本中,在全局模式安装(npm -g install express)之后,在cmd命令行中,都可以使用express命令进行各种操作(创建简单的网站模板等).但是,现在安装后,...
分类:其他好文   时间:2014-05-22 05:02:31    阅读次数:332
【LeetCode】Evaluate Reverse Polish Notation
Evaluate the value of an arithmetic expression inReverse Polish Notation.Valid operators are+,-,*,/. Each operand may be an integer or another express...
分类:其他好文   时间:2014-05-22 00:49:57    阅读次数:311
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!