上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 10, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 from lxml import etree 8 9 html=''' 10 11 12 哈哈测试一下 13 14 ... 阅读全文
posted @ 2018-09-19 14:17 iSZ 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 14, 2018 4 5 @author: SaShuangYiBing 6 7 Comment: 8 ''' 9 import sys 10 from PyQt5.QtWidgets import QApplication,QInputDialog,QLineEdit,QPu... 阅读全文
posted @ 2018-09-14 17:49 iSZ 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 当程序运行后,在窗口中点击鼠标键时该窗口就会自动退出 阅读全文
posted @ 2018-09-14 16:17 iSZ 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 按下 button1时在status bar的提示语: 按下 button2时在 status bar的提示语: 阅读全文
posted @ 2018-09-14 16:15 iSZ 阅读(921) 评论(0) 推荐(0) 编辑
摘要: 程序运行后窗口打开,此时按 Ctrl+Q 组合键即可关闭该窗口 阅读全文
posted @ 2018-09-14 14:52 iSZ 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 14, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtCore import Qt 9 from PyQt5.QtWidgets import QApplication,QWidget,QLCD... 阅读全文
posted @ 2018-09-14 13:54 iSZ 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 14, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtWidgets import QApplication,QMainWindow,QTextEdit,QAction 9 from PyQt5... 阅读全文
posted @ 2018-09-14 13:48 iSZ 阅读(1459) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 14, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtWidgets import QApplication,QMainWindow,QAction,qApp 9 from PyQt5.QtGu... 阅读全文
posted @ 2018-09-14 13:46 iSZ 阅读(849) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 13, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtWidgets import QApplication,QMainWindow,QAction,qApp 9 from PyQt5.Qt i... 阅读全文
posted @ 2018-09-13 18:01 iSZ 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 1 # -*- coding:utf-8 -*- 2 ''' 3 Created on Sep 13, 2018 4 5 @author: SaShuangYiBing 6 ''' 7 import sys 8 from PyQt5.QtWidgets import QApplication,QWidget,QGridLayout,QLabel,QLineEdit,QTextE... 阅读全文
posted @ 2018-09-13 17:38 iSZ 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 25 下一页