全部博文(921)
发布时间:2015-04-10 22:46:03
第五章强调了学习twisted的要记住:大多数的higher-level abstraction是建立在使用lower-level abstraction之上,而不是替代它们。所以在学习的时候,要记住什么是它做的和不做的事情。目前为止学到的最重要的abstraction是reactor,没有其他任何的abstraction可以提供reactor提供的功能。所以,twisted的其.........【阅读全文】
发布时间:2013-12-18 19:42:34
https://github.com/therve/twotp/PrequesitesIn this document, we'll assume that you have a basic knowledge of Twisted (how to create a client, how to create a server, what is the protocol/factory mechanism, what is a deferred), and of Erlang (what is a node, what is the EPMD, what are the.........【阅读全文】
发布时间:2013-12-18 16:58:35
书节上回 http://blog.chinaunix.net/uid-429659-id-3160023.html ,我们对twisted框架中的组件、接口和适配器的用法做阐述,本章我们简要的对其中的例子中的适配器,用zope的组件实现以下。从中可以大致了解zope组件对适配器的使用方式。#! /usr/bin/env python#coding=utf-8.........【阅读全文】