zk

abbr.  New Zealand 新西兰(国际民航标志)(代号); Cork (County) 科克(郡)(不列颠群岛车辆登记符号)

医学



双语例句

  1. WEB-INF includes the library folder containing the ZK JAR files required for running the application.
    WEB-INF包含含有运行应用程序所需的ZKJAR文件的库文件夹。
  2. See the ZK Open source Ajax project site.
    参见ZKOpensourceAjax项目站点。
  3. So, getting ZK, including running the hello world application, should be simple.
    因此,获取ZK(包括运行helloworld应用程序)应该非常简单。
  4. First, a ZK event of type MouseEvent is sent to the server.
    首先,MouseEvent类型的ZK事件发送到服务器。
  5. The ZK framework will receive this event.
    ZK框架将会接收该事件。
  6. ZK's innovative architecture provides the means to fully maximize all the technologies available on both the server and client sides.
    ZK的创新架构提供了完全最大化服务器和客户端可用的所有技术的方法。
  7. The ZK CDI extension has features that let you use CDI within the ZK programming model.
    ZKCDI扩展具有特性,可让您使用ZK编程模型中的CDI。
  8. It lets enterprise developers integrate CDI-driven applications, with a compressive and powerful Ajax front end supplied by ZK.
    它让企业开发人员可用一个ZK提供的压缩的功能强大的Ajax前端与CDI驱动的应用程序集成。
  9. ZK is a direct Ajax implementation& or in other words, a server-centric model.
    ZK是一个直接Ajax实现&或者换句话说,一个以服务器为中心的模型。
  10. Throughout this example, the asynchronous calls needed to achieve the search box function, and the dynamic data updating in the table and chart, are handled entirely by ZK's Client Engine and AU Engine.
    在此例中,需要实现搜索框功能的异步调用和图表中的动态数据更新是完全由ZK的ClientEngine和AUEngine处理的。
  11. Obtaining and installing ZK is quite easy.
    获取和安装ZK非常简单。
  12. ZK is an event-driven, component-based Ajax framework known for its Java programming and integration with Java EE technologies.
    ZK是一个事件驱动的、基于组件的Ajax框架,因其使用Java语言来编程和与javaEE技术的集成而出名。
  13. ZK's ease with handling modal dialogs makes it a really convenient technology to use.
    ZK可以很轻松地处理模态对话框,所以这种技术非常方便。
  14. The menu bar is implemented using the menubar widget of ZK.
    菜单栏是使用ZK的menubar小部件实现的。
  15. The most powerful feature of ZK is its rich set of control libraries for user interface development.
    ZK最强大的特性是其丰富的、用于用户界面开发的控件库。
  16. The MVC pattern supported in ZK helps to neatly separate the various application layers.
    ZK中支持的MVC模式有助于清晰地分隔各个应用程序层。
  17. In this article, you explored how to improve your Ajax development in ZK by taking advantage of the merits of both server-and client-side programming.
    在本文中,您学习了如何通过利用客户端和服务器端编程的优势在ZK中改进您的Ajax开发。
  18. The ZK CDI extension integrates the ZK programming model with CDI, allowing seamless development of Java EE6 enterprise applications.
    ZKCDI集成了ZK编程模型和CDI,允许JavaEE6企业应用程序的无缝开发。
  19. The table in the example is a ZK listbox component whose ID is customerList.
    本例中的表格是ZKlistbox组件,其ID是customerList。
  20. To understand how ZK works, let's look at a real-world example.
    为理解ZK的工作方式,我们来看一个真实示例。
  21. Also, per the ZK CDI extension specification, the ComponentId qualifier member value must match the field name.
    还有,对于ZKCDI扩展规范,ComponentId限定符成员值必须匹配字段名。
  22. Because of all this, ZK is becoming a popular choice for developing low-cost, rich Internet applications.
    因此,ZK正逐渐成为开发低成本的富Internet应用程序的流行选择。
  23. Using ZK and CDI, you'll extend the detailed, real-life example application for customer management.
    使用ZK和CDI,您将扩展这个详细的实际客户管理应用程序。
  24. For the HTML inclined, the ZK UI may be pieced together using markup and an expression language ( EL).
    对于预期的HTML,ZKUI可能被使用标记和一个表达式语言(EL)拼凑起来。
  25. The synchronization is done automatically by ZK, which is transparent to the application.
    可以通过ZK自动地执行同步,这些对于应用程序是透明的。
  26. With the ZK MVC approach, a controller can be applied to a specific component using the apply attribute.
    在ZKMVC方法中,控制器可以通过使用apply属性应用到特定组件中。
  27. The name space w, for widgets, is a ZK convention.
    用于小部件的名称空间w是一个ZK协议。
  28. Another neat ZK feature is data binding.
    另一个出色的ZK特性是数据绑定。
  29. In addition to built-in CDI features, ZK CDI extensions provide the following features to make development easy.
    除了内置CDI特性,ZKCDI扩展提供以下一些特性让开发更轻松。
  30. For the server-driven approach, the sample adapts ZK's Model-View-Controller ( MVC) approach.
    对于服务器驱动的方法,该样例适应ZK的Model-View-Controller(MVC)方法。