会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
迷途之旅333
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2018年1月4日
python pil 模块将随机字符生成验证码
摘要: 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)
2018年1月2日
HTMLTestRunner.py python3 版本
摘要: """ 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)
2018年1月1日
hello!
摘要:
阅读全文
posted @ 2018-01-01 19:31 迷途之旅333
阅读(105)
评论(0)
推荐(0)
上一页
1
2
公告