摘要: # -*- coding: utf-8 -*- from PyQt5.QtWidgets import QApplication, QPushButton, QColorDialog , QWidget from PyQt5.QtCore import Qt from PyQt5.QtGui import QColor import sys class ColorDialog ( ... 阅读全文
posted @ 2018-10-28 13:53 anobscureretreat 阅读(1777) 评论(0) 推荐(0)
摘要: 非负整数:^\d+$ 正整数:^[0-9]*[1-9][0-9]*$ 非正整数:^((-\d+)|(0+))$ 负整数:^-[0-9]*[1-9][0-9]*$ 整数:^-?\d+$ 非负浮点数:^\d+(\.\d+)?$ 正浮点数 : ^((0-9)+\.[0-9]*[1-9][0-9]*)|([0-9]*[1-9][0-9]*\.[0-9]+)|([0-9]*[1... 阅读全文
posted @ 2018-10-28 00:57 anobscureretreat 阅读(248) 评论(0) 推荐(0)
摘要: 链接:https://pan.baidu.com/s/1BsEWQ__X-RQPuw2ymfxhtg 提取码:j2kb 阅读全文
posted @ 2018-10-28 00:48 anobscureretreat 阅读(1323) 评论(0) 推荐(0)