摘要:
mart phones were the new hit many years ago. As a consequence, the programming languages that were used to write mobile applications became very popul 阅读全文
摘要:
What is PyQt5? PyQt is a library that lets you use the Qt GUI framework from Python. Qt itself is written in C++. By using it from Python, you can bui 阅读全文
摘要:
异常捕获 异常:程序在运行过程中出现了不可预知的错误,并且该错误没有对应的处理机制,那么就会以异常的形式表现出来 影响:整个程序无法再正常运行 异常的结构 异常的类型 NameError 异常的信息 name 'safaf' is not defined 异常的位置 ''' Traceback (m 阅读全文