摘要:
首先介绍Python的"万能"装饰器模版: import os def decor(func): def with_decor(*args, **kwargs): #这里内部嵌套函数使原函数参数能顺利传递 func(*args, **kwargs) #func_A 会在这里被调用 a = args 阅读全文
posted @ 2020-12-28 22:45
Pio-GD
阅读(151)
评论(0)
推荐(0)
摘要:
1. 下载wingPro7,并安装:资源链接 2. 打开wing,点击Project -> New Project ,选择Create New Virtualenv,设置项目名称(Project1),系统Python路径,以及项目保存的位置 3. 虚拟环境创建好后,将requirements.txt 阅读全文
posted @ 2020-12-28 18:13
Pio-GD
阅读(325)
评论(0)
推荐(0)

浙公网安备 33010602011771号