05 2018 档案
摘要:示例一 示例二 示例三 示例四 #!/usr/bin/env python # -*- coding:utf-8 -*- from twisted.internet import defer from twisted.web.client import getPage from twisted.in
阅读全文
摘要:出处 https://blog.csdn.net/Appleyk/article/details/77609114 一、什么是偏函数? (1)在Python的functools模块众多的功能中,其中有一个就是偏函数,我们称之为 partial function 模块的概念我们下一篇在细讲。 (2)我
阅读全文