码迷,mamicode.com
首页 >  
搜索关键字:regular express    ( 5878个结果
CSS遮罩层
只需要样式控制即可!.bg {background: #000;position: absolute;top: 0;left: 0;width: 100%;height: 100%;filter: alpha(opacity=35);-moz-opacity: 0.35;opacity: 0.35;...
分类:Web程序   时间:2014-05-01 16:27:52    阅读次数:980
node.js 创建第一个web应用
安装node.js从http://nodejs.org/ 下载安装程序进行安装。安装后从开始菜单启动:Node.js command prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set proxy=http://192.168....
分类:Web程序   时间:2014-05-01 01:48:43    阅读次数:375
uva 11374
Problem D: Airport ExpressIn a small city called Iokh, a train service,Airport-Express, takes residents to the airport more quickly than other transpo...
分类:其他好文   时间:2014-04-30 13:53:23    阅读次数:347
IE6实现max-height及min-height
一、max-height:.div-max-height{max-height:270px;_height:expression(this.scrollHeight > 270 ? "270px" : "auto"); overflow-y:auto}二、min-height.div-min-hei...
分类:其他好文   时间:2014-04-29 23:37:26    阅读次数:489
UVA 11374 Airport Express(优先队列优化dijstra + 枚举)
UVA Airport Express 题意:在Iokh市机场快线分为经济线和商业线。线路和速度价格都不同。你只有一张商业线车票,即最多只能坐一站商业线,其他时候只能坐经济线。找出一条去机场最快的线路。 思路:因为商业线只能坐一站,假如乘坐一条商业线(a,b),那么起点到a,b到终点都必须是最短路。所以先预处理起点和终点到其他所有点的最短路,分别记为f()和g(),两次dijstra即...
分类:Web程序   时间:2014-04-29 13:33:21    阅读次数:340
LA 4256
Traveling salesmen ofnhn. (the prestigious Korean internet company) report their current location to the company on a regular basis. They also have to...
分类:其他好文   时间:2014-04-28 01:25:55    阅读次数:582
Regular Expression Matching
leetcode, Regular Expression Matching...
分类:其他好文   时间:2014-04-27 21:24:04    阅读次数:272
[Node.js] express 安装的问题
版本问题,安装的时候使用命令: npm install -g express@3.5.0 即可解决问题...
分类:Web程序   时间:2014-04-27 20:12:16    阅读次数:1045
5878条   上一页 1 ... 586 587 588
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!