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 阅读(266) 评论(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 阅读(54) 评论(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 阅读(299) 评论(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 阅读(62) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

导航

统计

点击右上角即可分享
微信分享提示