阿泽的个人小站,纯属业余爱好兴趣使然,期间经历过多次变迁,但是依旧留存维护至今。 本站涉猎比较广,建站的初衷也是完全按照站长的兴趣爱好,有技术类、有折腾类、有时尚类、有八卦类……
真是有生之年系列,绝对期待!
@阿泽Anza : 真是有生之年系列,绝对期待!April 3, 2019 at 12:19PM
从今天起,本号由于认证关系开始无限期停更,以后内容均会在个人微博@阿泽Anza 更新,欢迎大家关注,谢谢!
@慧泽居网 : 从今天起,本号由于认证关系开始无限期停更,以后内容均会在个人微博@阿泽Anza 更新,欢迎大家关注,谢谢! March 31, 2019 at 06:04PM
python3 http请求获取url内容
import urllib.request def get_page(url): res = urllib.request.urlopen(url) content = res.read().decode() return content str1 = get_page(
python 格式化日期
#!/usr/bin/python3 import time # 格式化成2016-03-20 11:45:39形式 print (time.strftime("%Y-%m-%d %H:%M:%S", time.localtime())) # 格式化成Sat Mar 28 22:24:24 2
Python 发送邮件实例
不多说,show me the code!!!def sendMail(): my_sender='xxx@qq.com' # 发件人邮箱账号 my_pass = 'xxxxx' # 发件人邮箱密码 my_user='xxx@qq.com'
Python url请求提示certificate verify failed unable to get local issuer certificate
当使用requests.get获取https链接时,提示如下错误:ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer
中国杯豪夺前四依旧很稳 #一共四支球队参加#
@慧泽居网 : 中国杯豪夺前四依旧很稳一共四支球队参加# March 21, 2019 at 10:29PM
接上条,打印演示视频 #小米米家照片打印机# http://t.cn/ExbXpCN
@慧泽居网 : 接上条,打印演示视频小米米家照片打印机# http://t.cn/ExbXpCN March 17, 2019 at 10:51PM