随笔分类 -  其他(正则)

摘要:http://hi.baidu.com/ztxyzu/item/b3afbe0fdca0f133f2eafc51 阅读全文
posted @ 2014-07-24 17:48 bobo41 阅读(64) 评论(0) 推荐(0)
摘要:http://phonegap.com/ 阅读全文
posted @ 2014-07-23 18:08 bobo41 阅读(93) 评论(0) 推荐(0)
摘要:http://www.fineui.com/demo/# 阅读全文
posted @ 2014-07-23 18:04 bobo41 阅读(83) 评论(0) 推荐(0)
摘要:http://fex.baidu.com/code.html 阅读全文
posted @ 2014-07-23 17:56 bobo41 阅读(89) 评论(0) 推荐(0)
摘要:http://jquery.bootcss.com/ 阅读全文
posted @ 2014-07-23 17:53 bobo41 阅读(67) 评论(0) 推荐(0)
摘要:http://blog.webql.info/502 阅读全文
posted @ 2014-07-23 17:50 bobo41 阅读(68) 评论(0) 推荐(0)
摘要:正则表达式是一种通用的标准,大部分计算机语言都支持正则表达式,包括as3,这里转摘出了一些常用的正则表达式语句,大家用到的时候就不用自己写了,下面分享给大家。^d+$ //匹配非负整数(正整数 + 0)^[0-9]*[1-9][0-9]*$ //匹配正整数^((-d+)|(0+))$ //匹配... 阅读全文
posted @ 2014-07-08 13:45 bobo41 阅读(93) 评论(0) 推荐(0)