摘要:
Python 正则表达式 正则表达式是一个特殊的字符序列,它能帮助你方便的检查一个字符串是否与某种模式匹配。 Python 自1.5版本起增加了re 模块,它提供 Perl 风格的正则表达式模式。 re 模块使 Python 语言拥有全部的正则表达式功能。 compile 函数根据一个模式字符串和可 阅读全文
摘要:
debug代码报错: pydev debugger: process 13108 is connectingProcess finished with exit code -1073741819 (0xC0000005) 原因很简单: 在setting 里面 debug 选项中的 ,pyqt com 阅读全文