摘要:
mail_receive_monitor05.py import zmail from tkinter import * import tkinter.messagebox server = zmail.server('reblue520@163.com', 'reblue.520') mail = 阅读全文
posted @ 2020-03-13 23:59
reblue520
阅读(442)
评论(0)
推荐(0)
摘要:
import smtplib from smtplib import SMTP_SSL from email.mime.text import MIMEText from email.mime.multipart import MIMEMultipart from email.header impo 阅读全文
posted @ 2020-03-13 23:50
reblue520
阅读(682)
评论(0)
推荐(0)
摘要:
import xlrd import xlwt # 需求:拷贝excel中的内容到另外一个excel中 flile_name = "7月下旬入库表.xlsx" # 读取源excel xlsx = xlrd.open_workbook(flile_name) # xlsx = xlrd.open_wo 阅读全文
posted @ 2020-03-13 23:47
reblue520
阅读(6440)
评论(0)
推荐(0)
摘要:
centos7环境通过rpm包安装mysql8.0.19mysql的rpm包下载地址:http://mirrors.ustc.edu.cn/mysql-ftp/Downloads/MySQL-8.0/ # 下载mysql8.0.19版本mysql-community-client-8.0.19-1. 阅读全文
posted @ 2020-03-13 23:34
reblue520
阅读(646)
评论(0)
推荐(0)
摘要:
centos7环境编译安装python3.7.7 # 安装基本的基础源和epel源为阿里云的mirrors wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -O / 阅读全文
posted @ 2020-03-13 23:32
reblue520
阅读(846)
评论(0)
推荐(0)

浙公网安备 33010602011771号