摘要:
1、图形验证码部分 1 # -- coding: utf-8 -- 2 import pytesseract 3 from PIL import Image 4 5 im=Image.open('image.png') 6 img=im.convert("L") 7 # img.show() 8 t 阅读全文
posted @ 2022-06-12 11:08
fbhell
阅读(30)
评论(0)
推荐(0)
摘要:
建立应用 python manage.py startapp stu 设置中添加应用 1 INSTALLED_APPS = [ 2 'django.contrib.admin', 3 'django.contrib.auth', 4 'django.contrib.contenttypes', 5 阅读全文
posted @ 2022-06-12 11:08
fbhell
阅读(29)
评论(0)
推荐(0)
浙公网安备 33010602011771号