上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 96 下一页
摘要: from django.db import models#导入django自带的用户认证模块:from django.contrib.auth.models import User# Create your models here.class UserProfile(models.Model): " 阅读全文
posted @ 2019-12-30 15:32 干it的小张 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-29 10:53 干it的小张 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-12-29 10:51 干it的小张 阅读(199) 评论(0) 推荐(0) 编辑
摘要: #导入网页模块功能:from selenium import webdriverimport time#导入活动模块功能:from selenium.webdriver.common.action_chains import ActionChains#导入等待模块功能:from selenium.w 阅读全文
posted @ 2019-12-29 10:49 干it的小张 阅读(566) 评论(0) 推荐(0) 编辑
摘要: form组件 定义: from django import forms ​ class RegForm(forms.Form): user = forms.CharField(label='用户名') pwd = forms.CharField(label='密码',widget=forms.Pas 阅读全文
posted @ 2019-12-28 17:42 干it的小张 阅读(687) 评论(0) 推荐(0) 编辑
上一页 1 ··· 68 69 70 71 72 73 74 75 76 ··· 96 下一页