A Module should be constructed in the standard MVC pattern with one or more views, a presenter, and a model.
模块应该以标准的MVC模式构建,其中有一个或多个视图、一个控制器和一个模型。
In the first example, you create a document, then add a new module to the standard library for that document.
在第一个示例中,首先创建一个文档,然后,针对该文档将一个新的模块添加到标准库中。
The standard library subprocess module in particular can be much simpler to deal with if you only require forking many processes and listening for a response.
特别是,当您仅需要创建许多子进程并对响应进行侦听时,那么标准库子进程模块可能使用起来更加容易。
Finally, SCA defines a standard deployment model for packaging components into a service module.
最后,SCA定义了一个标准的部署模型,用于将组件打包到服务模块。
However, we should note that the standard J2EE projects associated with a SCA module are generated by the tooling and are effectively transient artifacts.
不过应记住,与SCA模块关联的标准J2EE项目由工具生成,并且是一个有效的临时构件。
Standard Python does not let you configure this type of multiple dispatch; but fortunately, you can do so using the module multimethods that I have written.
标准Python不允许配置这种类型的多分派;但幸运的是,您可以使用我所编写的模块multimethods来做到这一点。
The standard output from any Joomla! Module or Component can be overridden by adding code to the html directory of your template.
任何Joomla模块或组件的标准输出都可以通过在自定义模板的html路径中增加相应的文件来进行覆盖。
This example shows off the extensive number of functions the Python Standard Library OS module provides.
该示例展示了Python标准库os模块所提供的数量众多的函数。
You access the new framework by importing the standard library module abc.
可以通过导入标准库模块abc 来访问这个新框架。
One way to do this is to perform a standard (or custom) login on the sending server side and use a custom login module on the target server side. Decide.
完成这项任务的方法之一是,在发送服务器端执行标准的(或者自定义的)登录,并在目标服务器端使用自定义登录模块。
A Drupal content module typically extends the standard Drupal node with supplemental fields stored in a separate table.
Drupal内容模块通常扩展标准Drupal节点,将补充字段存储在一个单独的表中。
As you can see from the diagram, a Perl program USES a standard API to communicate with DBI, the database interface module for Perl.
正如可以从这个图中看出的,Perl程序使用了一个标准的API来与DBI (Perl的数据库接口模块)进行通信。
Chapter 15 should have mentioned the AppConfig module from CPAN, which presents a different and, I think, nicer interface to command-line options than the standard Perl Getopt modules.
第15章应该提及CPAN的AppConfig模块,它给出了一个我认为与标准的PerlGetopt模块不同的而且更好的命令行选项接口。
A Web project, where you place the actual content for your Web services and applications, USES the standard structure for Web Archive (WAR) files, also called a Web module.
Web项目(就是您放置Web服务和应用程序实际内容的地方)使用关于WebArchive (WAR)文件的标准结构,也称为Web模块。
Almost all of the modules in Python 2.0's standard library are covered, but the coverage is not aimed at documenting every constant, function, and class inside each module.
本书几乎涵盖了所有Python 2.0的标准库模块,但这种涵盖的目的不是记录每个模块中的每个常数、函数和类。
The whole project is small enough to fit into a single CGI script using Perl's standard CGI module.
整个项目很小,只使用一个cgi脚本就可以借助Perl的标准CGI模块来实现。
If you write all of your tests from the ground up using only the clunky standard Python unittest module, then they will work under any testing framework you choose.
如果只使用笨拙的标准Pythonunittest模块从头编写所有测试,那么它们能够在任何测试框架中运行。
That's because the module information is stored in the pickle but is not an attribute that can be modified through the standard pickle interface.
那是因为模块的信息存储在pickle中,而不是通过标准的pickle接口就可以修改的属性。
Python has a standard module sha, which makes coding hashcash relatively simple.
Python有一个标准的模块sha,这使得编写hashcash非常简单。
So if you take a simple service exposed by a Process Server module, how do you implement this standard request handling? There are two primary options.
因此,如果您获得了一个由ProcessServer模块公开的简单服务,如何实现这个标准的请求处理呢?
The factory supplies standard extensions, and the extension processor supplies extensions particular to the Web module that it will service.
工厂提供标准的扩展名,扩展处理器提供它将服务的特定于Web模块的扩展名。
The good news is that with Mule's stock HTTP transport spiced up with Groovy support from Mule's standard scripting module, you get all you need for successfully interacting with RESTful services.
好消息是Mule标准的脚本模块所提供的Groovy支持有助于MuleHTTP传送器的使用,这样我们就可以成功与RESTful服务交互了。
The pyxie module is built on top of Python's standard XML support and provides additional high-level interfaces to an XML document.
pyxie模块是在Python标准XML支持之上构建的,它为XML文档提供了附加的高级接口。
Len: One of the standard views for documenting software architectures is the module decomposition view.
Len:一个标准的视图软件架构是模块分解视图。
The file: : find standard Perl module could have been used to do the file find instead of the Unix find command, but then the script would have probably been too large to be a one-liner.
find标准Perl模块本来可以代替Unix find命令用于进行文件查找,但是脚本也会随之变得太大而不再是一行程序了。
Python's cgi module -- in the standard distribution -- is a godsend for anyone developing "Common Gateway Interface" applications in Python.
Python标准发行版中的cgi模块对于任何用 Python开发“公共网关接口”应用程序的人来说都是意外惊喜。
At a high level, PHP is constantly involved with multitasking: standard installations of server-side PHP - as an Apache module, for instance - are used in a multitasking way.
在较高层次上,PHP经常涉及多任务:以多任务方式使用标准的服务器端php安装——例如,作为Apache模块。
There are also numerous updates to the standard library such as ordered dictionaries and the new argparse module.
也有大量针对标准库的更新,比如可排序字典和新的argparse模块。
Sys is a standard module that contains useful values and functions; many other standard modules exist for you to use.
sys是一个标准模块,它包含有用的值和函数,还有其他许多标准模块可供使用。
The Web module converted successfully as per J2EE 1.3 standard.
该Web模块被成功地转换成每个J2EE 1.3标准。
应用推荐