Python 基础应用小结
对Python应用的初步打算是用来刷Acm题目的,C++和Python代码一式一份
但是学完了Python语法感觉还挺有意思,简单实践了一下网络编程、PyMySQL、爬虫模块的基础
[……]
抖机灵⍹(゚Д゚)⍹被通缉
对Python应用的初步打算是用来刷Acm题目的,C++和Python代码一式一份
但是学完了Python语法感觉还挺有意思,简单实践了一下网络编程、PyMySQL、爬虫模块的基础
[……]
QString file = QFileDialog::getOpenFileName(0, tr("Open a qds file"));
QStringList files = QFileDialog::getOpenFileNames(
this,
"Select one or more files to open",
"/home",
"Images (*.png *.xpm *.jpg)");
[……]