python
剩下了寓言
这个作者很懒,什么都没留下…
展开
-
Mac下安装MySQLdb
Mac下安装MySQLdb 本来以为使用easy_install安装MySQLdb很简单,结果还是费了一点劲才安装好。 问题及解决办法: easy_install MySQLdb提示 Couldn’t find index page for ‘MySQLdb’ (maybe misspelled?) No local packages or download links foun原创 2012-07-22 19:35:19 · 522 阅读 · 0 评论 -
python 正则表达式
•^ matches the beginning of a string. • $ matches the end of a string. • \b matches a word boundary. • \d matches any numeric digit. • \D matches any non-numeric character. • x? matches an opti原创 2013-05-06 17:54:34 · 425 阅读 · 0 评论