摘要: import Image, ImageDraw, ImageFont, ImageFilter import random # 随机字母: def rndChar(): return chr(random.randint(65, 90)) # 随机颜色1: def rndColor(): retur 阅读全文
posted @ 2018-01-04 11:08 迷途之旅333 阅读(138) 评论(0) 推荐(0)
摘要: """ A TestRunner for use with the Python unit testing framework. It generates a HTML report to show the result at a glance. The simplest way to use th 阅读全文
posted @ 2018-01-02 20:43 迷途之旅333 阅读(400) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-01-01 19:31 迷途之旅333 阅读(105) 评论(0) 推荐(0)