题目: Implement regular expression matching with support for'.'and'*'.'.' Matches any single character.'*' Matches zero or more of the preceding elemen....
分类:
其他好文 时间:
2015-10-05 19:29:48
阅读次数:
201
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2015-10-05 19:28:02
阅读次数:
221
iptables -I INPUT -p tcp -m tcp --dport 80 -j ACCEPT--append -A chain Append to chain--delete -D chain Delete matching rule from chain--delete ...
分类:
其他好文 时间:
2015-09-29 16:55:00
阅读次数:
130
PSUBSCRIBE pattern [pattern ...]Listen for messages published to channels matching the given patternsPUBSUB subcommand [argument [argument ...]]Inspec...
分类:
Web程序 时间:
2015-09-26 14:39:50
阅读次数:
146
root@kali:~# apt-get install linux-headers-$(uname -r)root@kali:~# apt-get install build-essential linux-kernel-headers
分类:
其他好文 时间:
2015-09-26 13:14:09
阅读次数:
183
环境: jdk:jdk1.5.0_04 数据库:oracle 12c 因为jdk版本过低,无法使用ojdbc6.jar等连接12c的jar。只能使用老版本的ojdbc14.jar去连接数据。 使用老版本ojdbc14.jar去连接12c时会报:ORA-28040: No matching au...
分类:
数据库 时间:
2015-09-26 07:06:10
阅读次数:
293
1.路由请求过程Requested URL(请求的URL)--->Routing engine(路由引擎)--->Parse URL(解析URL)--->Locate matching route(定位匹配的路由)--->Route found(找到路由)--->Route is processed...
分类:
其他好文 时间:
2015-09-25 15:53:38
阅读次数:
191
SQL Server 通配符 Wildcard character % 任意长度的字符串,如:'%computer%' _ 单个字符,如:'_ean' [] 指定范围内的单个字符,如:'[C-P]arsen' [^] 任意单个字符,但不在指定范围内,如:'[^C-P]'
分类:
数据库 时间:
2015-09-24 10:41:35
阅读次数:
185
https://leetcode.com/problems/regular-expression-matching/【描述】Givennnon-negative integersa1,a2, ...,an, where each represents a point at coordinate (i...
分类:
其他好文 时间:
2015-09-20 13:18:02
阅读次数:
191
https://leetcode.com/problems/regular-expression-matching/【描述】Implement regular expression matching with support for'.'and'*'.'.' Matches any single c...
分类:
其他好文 时间:
2015-09-20 06:59:37
阅读次数:
156