摘要: # -*- coding: utf-8 -*-"""@Time : 9/13/23 3:37 PM@Author : """import hashlib"""def hash_password(password): # 创建md5对象 hasher = hashlib.md5() # 更新md5对象 阅读全文
posted @ 2023-09-21 15:12 马越月 阅读(32) 评论(0) 推荐(0) 编辑
摘要: import smtplibfrom email.mime.application import MIMEApplicationfrom email.mime.multipart import MIMEMultipartfrom email.mime.text import MIMETextclas 阅读全文
posted @ 2023-08-15 14:14 马越月 阅读(13) 评论(2) 推荐(1) 编辑
摘要: - url: http://v.juhe.cn/jztk/query method: post code_massage: ok data: key: e6966b84b09205fe863980c562854acd subject: 1 model: c1- url: http://v.juhe. 阅读全文
posted @ 2023-07-31 17:12 马越月 阅读(5) 评论(0) 推荐(0) 编辑
摘要: import unittestfrom BeautifulReport import BeautifulReportfrom testcases.query import testdemodef allTests(): suite=unittest.TestSuite() loder=unittes 阅读全文
posted @ 2023-07-28 15:52 马越月 阅读(7) 评论(0) 推荐(0) 编辑
摘要: from projecttest.demo import Basecasefrom ddt import ddt,data,unpack,file_dataimport unittestfrom common.mylogger import logger@ddtclass testdemo(Base 阅读全文
posted @ 2023-07-28 15:51 马越月 阅读(7) 评论(0) 推荐(0) 编辑
摘要: { "positive_integer_range": { "url": "http://apis.juhe.cn/simpleWeather/query", "method": "get", "code_massage": "查询成功", "params": { "city":"苏州", "key 阅读全文
posted @ 2023-07-28 15:49 马越月 阅读(38) 评论(0) 推荐(0) 编辑
摘要: import unittest,requestsimport yamlfrom common.mylogger import loggerclass Basecase(unittest.TestCase): def request_token(self): pass def request(self 阅读全文
posted @ 2023-07-28 15:47 马越月 阅读(4) 评论(0) 推荐(0) 编辑
摘要: from django.utils.deprecation import MiddlewareMixinfrom django.shortcuts import render,redirectclass MyMiddleware(MiddlewareMixin): def process_reque 阅读全文
posted @ 2023-07-25 11:37 马越月 阅读(7) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>图书馆</title></head><style>input[type=text], select { width: 100%; padding: 12px 20px; margin: 8 阅读全文
posted @ 2023-07-25 11:36 马越月 阅读(57) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style>body{background-image:url('/static/img/21.jpeg');} .button { 阅读全文
posted @ 2023-07-25 11:35 马越月 阅读(6) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示