码迷,mamicode.com
首页 >  
搜索关键字:express    ( 3957个结果
Node.js Express 获取request原始数据
app.use(bodyParser.json());客户端请求接口时如果指名请求头类型 为Content-Type=application/jsonbodyParser 会自动将 body 里的 json 格式数据正确解析,// bodyParser 依赖 raw-body 库,raw-body库...
分类:Web程序   时间:2014-11-01 00:58:16    阅读次数:281
(转)windows下安装nodejs及框架express
转自:http://jingyan.baidu.com/article/456c463b60fb380a583144a9.htmlwindows下安装nodejs及框架express nodejs从诞生至今一直被热捧,笔者最近也装了个node环境打算了解一下。安装步骤简单比较简单,所以在这里不会.....
分类:Windows程序   时间:2014-10-31 18:43:27    阅读次数:251
[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-10-31 15:06:20    阅读次数:260
[AaronYang]那天有个小孩跟我说Js-EJS
按照自己的思路学习Node.Js 随心出发。EJS是Node.js中express框架中使用的一个模版引擎,当然还有Jade我的学习就靠网上查资料,没有买书系统学,自己整理,如果有用了哪位大神的代码,还请原谅,表森气.奴婢知错了标签:AaronYang 茗洋 Node.Js Javascript本篇...
分类:Web程序   时间:2014-10-30 22:12:07    阅读次数:541
POJ2891——Strange Way to Express Integers(模线性方程组)
Strange Way to Express IntegersDescriptionElina is reading a book written by Rujia Liu, which introduces a strange way to express non-negative integer...
分类:其他好文   时间:2014-10-30 20:47:17    阅读次数:242
ACM学习历程——HDU5015 233 Matrix(矩阵快速幂)(2014陕西网赛)
DescriptionIn our daily life we often use 233 to express our feelings. Actually, we may say 2333, 23333, or 233333 ... in the same meaning. And here i...
分类:其他好文   时间:2014-10-29 21:19:28    阅读次数:171
【node.js】本地模式安装express:'express' 不是内部或外部命令,也不是可运行的程序或批处理文件。
今天闲来无事想起了node.js,因此到网上下载了一个node.js的安装程序进行安装。其中:安装程序:node-v0.11.13-x64.msi PC系统:Windows 7 自定义安装路径:D:\TOOLS\NodeJs安装完成后,执行: D:\TOOLS\NodeJs>node -v v0.1...
分类:Web程序   时间:2014-10-29 12:36:37    阅读次数:271
在 Windows系统中编译node.js 源代码
Node.js在Windows下只能通过Microsoft Visual Studio编译,因此你需要首先安装VisualStudio或者免费的Visual Studio Express。你还需要安装Python 2(2.5以上的版本,但要小于3.0),可以在http://python.org/取得...
分类:Windows程序   时间:2014-10-28 19:36:13    阅读次数:238
(DT系列五)Linux kernel 是怎么将 devicetree中的内容生成plateform_device
Linux kernel 是怎么将 devicetree中的内容生成plateform_device1,实现场景(以Versatile Express V2M为例说明其过程)以arch/arm/mach-vexpress/v2m.c 为例,在该文件中的v2m_dt_init函数的作用就是利用 dt(...
分类:系统相关   时间:2014-10-28 19:32:24    阅读次数:344
【学习笔记】Node.js学习笔记(二)
三、使用Node.js进行Web开发 1.安装Express Express是官方推荐的Web开发框架,功能十分强大。 在命令行输入 npm install -g express 进行全局安装Express 这样就是安装完成了。但是这时候我们执行express -h命令却...
分类:Web程序   时间:2014-10-28 17:02:56    阅读次数:257
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!