11 2019 档案

摘要:#!/usr/bin/env python# -*- coding: utf-8 -*- import smtplibfrom email.mime.multipart import MIMEMultipartfrom email.mime.text import MIMETextfrom emai 阅读全文
posted @ 2019-11-14 22:52 i舒 阅读(1081) 评论(0) 推荐(0) 编辑
摘要:对几种算法做说明: 名称 复杂度 说明 备注 冒泡排序Bubble Sort O(N*N) 将待排序的元素看作是竖着排列的“气泡”,较小的元素比较轻,从而要往上浮 插入排序 Insertion sort O(N*N) 逐一取出元素,在已经排序的元素序列中从后向前扫描,放到适当的位置 起初,已经排序的 阅读全文
posted @ 2019-11-10 17:57 i舒 阅读(219) 评论(0) 推荐(0) 编辑
摘要:1. sendmail必须先要安装两个包 (1)sudo apt-get install sendmail (2)sudo apt-get install sendmail-cf 2. ubuntu下最常使用的是mail功能,需要安装mailutils sudo apt-get install ma 阅读全文
posted @ 2019-11-07 21:29 i舒 阅读(345) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/wongbingming/p/9035579.html 阅读全文
posted @ 2019-11-03 17:09 i舒 阅读(264) 评论(0) 推荐(0) 编辑