03 2021 档案
摘要:安装 把这两个文件下载,保存到代码同级目录 https://raw.githubusercontent.com/skydark/nstools/master/zhtools/langconv.pyhttps://raw.githubusercontent.com/skydark/nstools/ma
阅读全文
摘要:python 发送邮件接口 def send_mail(content): subject = " UI 自动化测试报告" # 邮件标题 sender = "*****" # 发送方 to_recver = ["****","****"] #接受者 cc_recver = ["***","****"
阅读全文
摘要:#conding=utf-8 from flask import Flask, redirect, url_for, request, render_template, send_from_directory import json import requests import random imp
阅读全文
摘要:1. 在rabbitmq 官网查看依赖关系 https://www.rabbitmq.com/which-erlang.html 2. 下载对应的安装包,下载地址如下: https://github.com/rabbitmq/rabbitmq-server/releases https://gith
阅读全文
摘要:1. pom 配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instan
阅读全文
摘要:1. 在服务器配置apache 用户名密码 [root@test01 home]# htpasswd -c /etc/httpd/passwd test1 New password: Re-type new password: Adding password for user usertest1 2
阅读全文