码迷,mamicode.com
首页 >  
搜索关键字:regular express    ( 5878个结果
nodejs+express-> http 访问本地json数据
首先要把json 放入public文件目录下:在config.js里面定义domainUrlexports.domainUrl = 'http://localhost:3000';在 index.js中var config = require('../config');var domainUrl =...
分类:Web程序   时间:2014-12-02 18:43:46    阅读次数:360
Regular Expression Matching
Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding element.The...
分类:其他好文   时间:2014-12-02 14:59:27    阅读次数:184
Brackets sequence
Description: Let us define a regular brackets sequence in the following way: 1.Empty sequence is a regular sequence. 2.If S is a regular sequence, then (S) and [S] are both regular sequences. 3.If...
分类:其他好文   时间:2014-12-01 22:30:29    阅读次数:247
解决node.js express框架的跨域问题;
在引用路由之前写下如下代码:app.use('*', function(req, res, next) {res.header("Access-Control-Allow-Origin", "*");res.header("Access-Control-Allow-Headers",'Content...
分类:Web程序   时间:2014-12-01 20:40:42    阅读次数:183
UVA - 401-Palindromes
题目链接:Palindromes UVA - 401 Palindromes Time Limit:3000MS   Memory Limit:Unknown   64bit IO Format:%lld & %llu SubmitStatus Description A regular palindrome is a...
分类:其他好文   时间:2014-12-01 19:19:29    阅读次数:203
nodejs+express第一天
第一步安装nodejs ??????1、安装xcode、git;   2、使用git将node源码拉到本地 git://github.com/ry/node.git   3、./configure   4、make   5、make install 第二步安装express ????npm insta...
分类:Web程序   时间:2014-12-01 16:27:01    阅读次数:217
PMC 12Gb/s SAS存储解决方案全面部署于联想ThinkServer产品线
联想公司已经选定PMC的存储解决方案,为联想ThinkServer产品线提供外部连接。PMC 为联想所定制的Lenovo 8885E by PMC卡能充分发挥12Gb/s SAS及6.6GB/s PCI Express 3.0的吞吐量优势,将ThinkServer横向扩展式存储的性能推向极致。该卡将用于Lenovo的机架式及塔式服务器。...
分类:Web程序   时间:2014-12-01 14:24:17    阅读次数:297
学习正则表达式
作者:ET Dreams http://blog.csdn.net/etmonitor/Regular Expressions (1) ---- What is Regular Expressions?正则表达式是常见常忘,所以还是记下来比较保险,于是就有了这篇笔记。希望对大家会有所帮助。J1.什么...
分类:其他好文   时间:2014-12-01 12:36:45    阅读次数:271
node-oracle windows下编译安装
# 步骤 ## 1安装 oracle 11g oracle官网下载orcale 11g ,【现在还是别用10g了,反正我没有用】 ## 2 安装 microsoft visual studio2012 express 使用`microsoft visual studio2013`安装没有成功,不过应该2013也...
分类:数据库   时间:2014-12-01 10:17:57    阅读次数:306
grep、egrep以及正则表达式的使用
正则表达式是linux学习里面很重要的一部分内容,也算是一个难点,元字符多,组合方法也各种各样,每个人学习理解方法不一样,其中遇到的问题也各不相同,     学习正则表达式首先要会的是grep以及egrep命令的使用。 grep是Globalsearch Regular expression an Print out the line的缩写,是一种文本搜索的工具,可以根据用户指定的“模...
分类:其他好文   时间:2014-11-30 20:13:25    阅读次数:404
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!