ZCML

ZCML

常用释义

词性释义

ZCML
例句
  • 全部
At this point an authentication box should pop up and ask you for your username and password - users are listed in the principals. zcml.
这时将会弹出一个要您输入用户名和密码的认证框,用户将在principals.zcml文件中列出。
Zope提供了一个非常强大的提取工具来获取所有来自Python、页面模板、ZCML文件的可翻译文本字符串。
因为ZCML不会被单元测试执行,所以我们需要在这里手动运行它。
For simplicity and keeping it all at one place, we are going to store the policy-specific security configuration in security. zcml.
为了简单起见,我们把把它保存在一个地方,我们将在security.zcml文件中存储policy-specific安全配置。
Feel comfortable with writing ZCML-based view configuration. Optional.
能轻松编写基于ZCML的配置。
他们永远在Zope3启动的时候经由Zope配置标记语言(ZCML)来初始化和注册,就像我之前提到的那样。
Therefore, you have to register a package's root ZCML file with the startup mechanism.
因此我们必须在启动过程中注册一个包的根ZCML文件。
这可以通过ZCML来实现,ZCML是一个扩展配置语言,用于在Zope3中定义和描述组件。