2015年8月6日

(一一〇)正则表达式的基本使用与RegexKitLite的使用

摘要: 正则表达式常常用于匹配关键字,下面先介绍基本语法。 【基本语法】 ①中括号表示满足其中之一即可,例如[abc],则这个位置可以是a、b、c中任意一个。 ②在中括号中,可以通过-连接范围,例如a-z;多个范围之间并列不需要任何分隔符,例如[a-zA-Z] ③表示重复次数用{x},例如[a-z]{2... 阅读全文

posted @ 2015-08-06 22:45 张大大123 阅读(163) 评论(0) 推荐(0) 编辑

1072. Gas Station (30)

摘要: 题目如下: gas station has to be built at such a location that the minimum distance between the station and any of the residential housing is as far ... 阅读全文

posted @ 2015-08-06 15:22 张大大123 阅读(182) 评论(0) 推荐(0) 编辑

导航