1 npm -v #显示版本,检查npm 是否正确安装。2 npm install express #安装express模块3 npm install -g express #加上 -g 启用global安装模式4 npm list ...
分类:
其他好文 时间:
2014-07-28 21:21:54
阅读次数:
231
R1#conftR1(config)#intfa0/0R1(config-if)#ipadd1.1.1.1255.255.255.0R1(config-if)#noshR1(config-if)#exitR1(config)#routerripR1(config-router)#network1.1.1.0R1(config-router)#version2R2#conftR2(config)#intfa0/0R2(config-if)#ipadd1.1.1.2255.255.255.0R2(config-i..
分类:
其他好文 时间:
2014-07-28 00:42:10
阅读次数:
313
TL-WR710N 无线路由器默认的 LAN 端口 IP 地址(也是管理IP地址)是 192.168.1.253。设置 Router 模式连接到 Internet 上,但是 WAN 端口连接的路由器的 IP 地址却是 192.168.1.1,分配 192.168.1.100 --- 192.16.....
分类:
其他好文 时间:
2014-07-27 21:46:09
阅读次数:
247
1 $ node app.js2 connect.multipart() will be removed in connect 3.03 visithttps://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives4 con...
分类:
Web程序 时间:
2014-07-27 10:16:22
阅读次数:
246
I could also have called this "wildcard .NET mapping in IIS Express from web.config."I'm sure that, like, everyone out there but me has figured this o...
分类:
其他好文 时间:
2014-07-26 13:58:34
阅读次数:
239
基础架构 拓扑图 Switching Path L3 routing at aggregation layer L2 switching at access layer L3 switch融合了三种功能: RP, router processor, 处理路由协议 SP, switch process...
分类:
其他好文 时间:
2014-07-26 01:18:36
阅读次数:
459
express是基于node.js的一个web框架,但是到了4.xx版本之后,session管理和cookies等许多模块都不再直接包含在express中,而是需要单独下载添加。 由于之前没有注意看人家的更新日志等,所以纠结了一两天,今晚终...
分类:
其他好文 时间:
2014-07-24 10:56:35
阅读次数:
165
/** * Initializes the router * * @param array $options */ protected function initRouter($options = array()) { $config =...
分类:
其他好文 时间:
2014-07-24 10:10:53
阅读次数:
473
14.1. 路由器日志显示时间戳 提问在路由器 的日志和排错信息里面显示时间 回答 Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#s...
分类:
其他好文 时间:
2014-07-24 10:05:53
阅读次数:
378
Turn the pokers
大意:给出n次操作,给出m个扑克,然后给出n个操作的个数a[i],每个a[i]代表可以翻的扑克的个数,求最后可能出现的扑克的组合情况。
Hint
Sample Input:
3 3
3 2 3
For the this example:
0 express face down,1 express face up
Ini...
分类:
其他好文 时间:
2014-07-23 22:35:57
阅读次数:
254