04 2021 档案

English learning
该文被密码保护。

posted @ 2021-04-24 14:44 Karlkiller 阅读(0) 评论(0) 推荐(0)

python获取邮件信息
摘要:在项目的Terminal中注册模块pypiwin32 python -m pip install pypiwin32 import win32com.client outlook = win32com.client.Dispatch("Outlook.Application").GetNamespa 阅读全文

posted @ 2021-04-23 15:36 Karlkiller 阅读(272) 评论(0) 推荐(0)

python 函数装饰器
摘要:# 使用一个函数来装饰另一个函数,不使用@ def a_new_decorator(a_func): def wrapTheFunc(): print("Do sth. before a_func()") a_func() print("Do sth. after a_func()") return 阅读全文

posted @ 2021-04-07 11:15 Karlkiller 阅读(59) 评论(0) 推荐(0)

Abbreviation
摘要:CSPF, Cross-Site Request Forgery, 跨域请求伪造 CGI, Common Gateway Interface, 通用网关接口 WSGI, Python Web Server Gateway Interface, Web服务器网关接口 【基于http协议,不支持WebS 阅读全文

posted @ 2021-04-01 14:27 Karlkiller 阅读(317) 评论(0) 推荐(0)

djangoProject default codes
摘要:1 2 settings.py 3 4 """ 5 Django settings for djangoProject project. 6 7 Generated by 'django-admin startproject' using Django 3.1.7. 8 9 For more inf 阅读全文

posted @ 2021-04-01 11:00 Karlkiller 阅读(78) 评论(0) 推荐(0)

导航