If you want to save time when writing user-interface code, you can always find high-quality, free tools on the Internet.
如果希望节省编写用户接口代码的时间,通常可以在Internet上找到高质量的免费工具。
They are less effective with those classes whose public interface changes a lot, and that includes most of the user-interface code.
而对那些其公共接口更改很多以及包含大多数用户接口代码的类来说,这些测试就不怎么有效了。
This generally means that you need to write the user-interface code twice. There are libraries, though, that make the process a bit easier.
这一般意味着你必须写两次用户界面代码,不过还好有一些库可以减轻工作量。
So, the only way in which we know that your code works is through the user interface.
所以,我们判断你的代码是不是正确的唯一方式,就是通过用户界面。
Beyond the concepts we have described, development teams could apply architectural patterns and user interface patterns to generate code that meets the needs of their target personas.
除了我们已经介绍的概念,开发团队可以应用体系结构模式和用户界面模式来生成满足目标角色需求的代码。
It is common for architects of database interaction logic, for example, to have no knowledge of how their logic is specifically expressed via user interface code.
举例来说,对于数据库交互逻辑的设计师来说,不知道他们的逻辑是如何通过用户接口代码表示出来,是很普通的现象。
While this approach is not without merit, it can be difficult to accurately reproduce the asynchronous processing of user interface code.
虽然这种方法不是没有好处,但是要精确的复写出与用户界面异步交互的代码却很难。
This makes it much easier for the user interface code to be sandboxed nicely away from the guts of the game, improving security and reliability.
这样一来,将用户界面代码置于沙箱中,使之远离游戏本身的干扰,从而提高安全性和可靠性,这一点就变得容易得多。
Can scan applications in practically any state, whether they have a deployed user interface, whether only code or only a deployed instance is available, and so on.
可以在任何特定的状态扫描应用程序,不论他们拥有是拥有一个部署的用户界面,仅仅拥有代码还是仅仅拥有一个部署的可利用实例,等等。
The customer was pushing us for more information about the user interface, code prototypes, and tool selection than we were ready to provide at this time.
客户正向我们索取比我们现在可以提供的更多的有关用户界面、代码原型和工具选择的信息。
In a small JSP application, it is common to see the data, business logic, and the user interface combined into one module of code.
在小型JSP应用程序中,经常会看到数据、业务逻辑和用户界面被组合在一个代码模块中。
You can drag and drop the data source onto a form in the application, which automatically creates a default user interface control in the form and generates all the necessary code.
您可将数据源拖放到应用程序中的一个窗体中,这将自动在窗体中创建默认用户界面控件并生成所有必需的代码。
At runtime, the renderer converts the panel definition into the actual user interface, producing the necessary HTML code.
在运行时,此呈现器将面板定义转变为实际的用户界面,生成所需的HTML代码。
For example, you can write three lines of code, create a table, and then immediately generate a user interface for that model.
例如,您可以编写三行代码,创建一个表,然后立即为该模型生成用户界面。
In this scenario, we will completely relieve the PHP code from outputting any client user interface code.
在这个场景中,我们完全不用PHP代码输出任何客户机用户界面代码。
Figure 2 shows a relatively simple user interface; all the code needed to create it is in Listing 1. All you have used at this point is some HTML.
图2显示一个相对简单的用户界面;创建它需要的所有代码在清单1中,此时您所用是一些HTML。
The core code is clean and easy to extend, and the user interface is very easy to use.
核心代码很干净而且容易扩展,用户界面也非常容易使用。
Start with the XUL code for the user interface (see Listing 1).
我们从用户界面的XUL代码开始(参见清单1)。
This causes a default user interface, which has a tabular format to be automatically created and also generates the necessary code to interact with the user interface.
这将生成默认的用户界面,其中将自动创建一个表格格式,还生成了与用户界面交互所需的代码。
But, before diving into the code, I'll explain a few user interface screens that have been generated using ZK.
但是,在深入代码之前,我将描述几个通过ZK生成的用户界面屏幕。
In a rough analogy, this is a slightly similar model to ASP.NET or WPF, where you define your user interface in HTML or XAML, and have a code-behind page that handles events.
做一个粗略的比喻的话,这就是和asp.net或WPF有点类似的模型,在这些模型中,你通过HTML或XAML来定义用户界面,在后置代码中处理事件。
For instance, user interface frameworks often require a lot of code involving copying data back and forth from the database to the user interface.
例如,用户界面框架经常会包含大量类似的代码,它们的作用就是把数据从数据库中复制到用户界面,或者把界面上的数据复制回数据库。
Don't forget to collect strings that may not be displayed in user interface pages, such as portlet tiles, page titles, status, and code systems.
不要忘记收集那些可能不会在用户界面页显示的字符串,如Portlet标题、页面标题、状态和代码系统。
Before looking at the test code, you need a better understanding of the Rails user interface layer.
在查看测试代码之前,需要对Rails的用户界面层有更好的理解。
Data Studio Developer provides the ability to tweak the generated code using user interface wizard dialogs and Settings.
DataStudioDeveloper能够使用用户界面向导对话框和设置对生成的代码进行调整。
The first JSP provides an interface for the user to enter the zip code, and then retrieves the results of the Web service call.
第一个JSP为用户输入邮政编码提供了一个接口,然后检索Web服务调用的结果。
In contrast, Application Developer's visual editor provided a nice and simple user interface, plus it generated much of the code itself.
相比之下,Application Developer的可视化编辑器提供了非常简便的用户界面,利用它,绝大部分代码都可以自动生成。
More specifically, we mean the application code that implements the user interface (UI) and business logic (and how to get access to the data).
更确切地说,我们指的是实现用户界面(UI)和业务逻辑(以及如何让它们访问所请求的数据)的应用程序代码。
Compartmentalize the Ajax code that connects to the server from the DHTML user interface (UI) components that render the data.
将连接到服务器的Ajax代码和呈现数据的DHTML用户界面(UI)组件分开。
As a result, implementing the new validation scheme should be fairly simple: I won't need to change a single line of the code that USES the User interface.
因此,实现新的验证方案应当会非常简单:对于使用User接口的代码,我一行也不用修改。
应用推荐