摘要:
一、django项目搭建:1.Python安装2.下载Django解压到Python安装目录G:\python3.7.4\3.cmd G:\python3.7.4\Django-4.0.5 执行 python setup.py install备注:①如果遇到 ValueError: ZIP does 阅读全文
摘要:
#1.导包import imaplib #2.连接邮箱host = "imap-mail.outlook.com" username = "xxx@outlook.com"password = "xxx"port = 993serv = imaplib.IMAP4_SSL(host, port) # 阅读全文
摘要:
import randomwoxiangde = random.randint(0,100)i = int(input("猜猜我想的数字:"))while i != woxiangde: if i>woxiangde: print("大了哦") i = int(input("请重新猜:")) eli 阅读全文
摘要:
tomcat7升级到tomcat8 阅读全文
摘要:
docker 安装redis、docker本地镜像发布到阿里云上面 阅读全文
摘要:
docker案例编写之tomcat、mysql 阅读全文
摘要:
dockerfile案例编写 阅读全文
摘要:
rpm、yum介绍 阅读全文