码迷,mamicode.com
首页 >  
搜索关键字:express router    ( 7718个结果
SQL Server LocalDB 学习笔记 01 简介
SQL Server 2012 新增产品SQL Sever Express轻量级版本转为开发人员创建无需管理兼用T-SQL语言编程接口与SQL Server Express一样适用于小型应用环境、嵌入式环境好处:无需再笔记本安装维护一个庞大的SQL Server实例了。特性:兼容其他SQL Serv...
分类:数据库   时间:2015-02-21 14:16:44    阅读次数:197
Cannot read property 'Store' of undefined nodejs express session
Express在使用mongodb的时候app配置出错!  "Cannot read property 'Store' of undefined" 原因主要是express版本4++问题 //settings.js module.exports={    cookieSecret:"xxxx",    db:"dbname",    host:"localhost", }...
分类:Web程序   时间:2015-02-19 23:02:59    阅读次数:405
【转】nodejs+express+mongodb简单的例子
简单的介绍下node+express+mongodb这三个东西。node:是运行在服务器端的程序语言,表面上看过去就是javascript一样的东西,但是呢,确实就是服务器语言,个人觉得在一定层次上比c灵活,java就不提了。反正你只要认为node可以干很多事就行了,绝对不只是web开发。expre...
分类:数据库   时间:2015-02-17 01:57:28    阅读次数:284
【转】Nodejs初阶之express
老规矩,开头部分都是些自娱自乐的随想,想到哪写到哪... 到今天俺已经在俺厂工作俩年零几天了,工作以来头一回在一家企业工作超俩年,对于这俩年确实只有满满的成就感,不管是工作还是生活...写到这句突然又想写篇这俩年的总结,等这篇文章发了之后就着手整理吧,吼吼。 那篇《node.js 初体验...
分类:Web程序   时间:2015-02-17 00:46:11    阅读次数:293
Thinkphp路由使用
'URL_ROUTER_ON' => true, //开启路由2.定义路由1 'URL_ROUTE_RULES' => array(2 '/^c_(\d+)$/' => 'Index/List/index?id=:1'3 ),3.Apache去掉index.php 1、http...
分类:Web程序   时间:2015-02-15 23:03:20    阅读次数:174
使用nodejs+express(4.x+)实现文件上传
最简单的做法是通过“connect-multiparty”中间件实现上传。通过在项目中npm install connect-multiparty进行安装。用法:var multipart = require('connect-multiparty');var multipartMiddleware...
分类:Web程序   时间:2015-02-15 18:02:10    阅读次数:144
Express直接listen()和嵌套在http上listen()的不同
express监听端口有以下两种方法var express = require('express'); var app = express(); app.listen(3000);var http = require('http'), express = require('express');var app = express(); http.createServer(app).liste...
分类:Web程序   时间:2015-02-15 15:12:41    阅读次数:189
Linux 零碎知识点
命令行页面往上翻页:Shift+PageUp查看PATH:echo$PATH查看CLASSPATH:echo$CLASSPATH命令行清屏:clearps命令(Process Status)是最基本同时也是非常强大的进程查看命令.grep (global search regular express...
分类:系统相关   时间:2015-02-15 13:23:48    阅读次数:178
nagios插件之登陆路由器实现ping监控
router_check_apn_ping.c #include #include #include #define OK 0 #define WARNING 1 #define CRITICAL 2 #define UNKNOWN 3 #define LEN 1000 //#define TCL_CMD "/home/weihu/tcl/" ...
分类:移动开发   时间:2015-02-14 16:15:16    阅读次数:228
hdu5172---GTY's gay friends
Problem Description GTY has n gay friends. To manage them conveniently, every morning he ordered all his gay friends to stand in a line. Every gay friend has a characteristic value ai , to express how...
分类:其他好文   时间:2015-02-14 13:47:38    阅读次数:246
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!