摘要:
# -*- coding: utf-8 -*-"""@Time : 9/13/23 3:37 PM@Author : """import hashlib"""def hash_password(password): # 创建md5对象 hasher = hashlib.md5() # 更新md5对象 阅读全文
摘要:
import smtplibfrom email.mime.application import MIMEApplicationfrom email.mime.multipart import MIMEMultipartfrom email.mime.text import MIMETextclas 阅读全文
摘要:
- url: http://v.juhe.cn/jztk/query method: post code_massage: ok data: key: e6966b84b09205fe863980c562854acd subject: 1 model: c1- url: http://v.juhe. 阅读全文
摘要:
import unittestfrom BeautifulReport import BeautifulReportfrom testcases.query import testdemodef allTests(): suite=unittest.TestSuite() loder=unittes 阅读全文
摘要:
from projecttest.demo import Basecasefrom ddt import ddt,data,unpack,file_dataimport unittestfrom common.mylogger import logger@ddtclass testdemo(Base 阅读全文
摘要:
{ "positive_integer_range": { "url": "http://apis.juhe.cn/simpleWeather/query", "method": "get", "code_massage": "查询成功", "params": { "city":"苏州", "key 阅读全文
摘要:
import unittest,requestsimport yamlfrom common.mylogger import loggerclass Basecase(unittest.TestCase): def request_token(self): pass def request(self 阅读全文
摘要:
from django.utils.deprecation import MiddlewareMixinfrom django.shortcuts import render,redirectclass MyMiddleware(MiddlewareMixin): def process_reque 阅读全文
摘要:
<!DOCTYPE html><html><head><meta charset="utf-8"><title>图书馆</title></head><style>input[type=text], select { width: 100%; padding: 12px 20px; margin: 8 阅读全文
摘要:
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style>body{background-image:url('/static/img/21.jpeg');} .button { 阅读全文