Listing 1 shows the XUL code behind this system.
清单1显示了这个系统背后的XUL代码。
These classes will become the code behind the user controls that you will create later.
这些类将成为以后创建的用户控件的代码。
In case of learning purpose and for the small projects we can go ahead with code behind.
学习的目的和小型项目我们可以继续后面的代码。
As you can see, by using the "code behind" approach, your code is very concise and maintainable.
如你所见,使用“代码分离”方法,你的代码会非常简明而易于维护。
If you are doing quick prototyping, there is no need to always use the "code behind" technique.
如果你在做快速原型开发,不需要总是使用“代码分离”技术。
The event handlers you write in the code behind must be instance methods and cannot be static methods.
在代码隐藏中编写的事件处理程序必须是实例方法且不能是静态方法。
Creates a method in the code behind for a user's XAML file and enables appending statements to the method.
在程序码后置中为使用者的xaml档建立方法,并且让方法可以附加陈述式。
The code behind the launching of the user’s journal is the Applications.launch method that you have already seen.
实现启动用户日志的代码是 Applications.lauch 方法。
Bookmark some for later and more in-depth study and explore every aspect of the design and the code behind the site.
给一些标注上书签以备后用,然后深入研究和探索设计的各个方面和网站背后的代码。
Editors and designers usually have two views: a graphical design view and the code behind view or source view.
编辑器和设计器通常有两个视图:图形设计视图和代码隐藏视图或源视图。
Generated entity files are added to the project as code behind files to their corresponding custom entity files.
生成的实体文件作为和他们相关的自定义实体文件的后置代码文件被添加到项目里。
I will use another widget to address the final 3 things in this article, and I want to show it off and explain it before I delve into the code behind it.
我将使用另一个小部件解决本文的最后3个问题,并且在深入研究其代码之前展示和解释它。
When the user adds the restricted permissions, by default, the code behind the worksheet cannot run, and the worksheet will not be populated with data.
当使用者加入受限的使用权限时,根据预设,工作表的后置程序码将无法执行,而且工作表也不会填入资料。
The code behind the Web Part can use all.net features, so you can interact with Lotus Domino using any means necessary — ADO.NET, Web services, and so forth.
隐藏在WebPart背后的代码可以使用所有. NET功能,因此可以使用任何必要的方法(ado.net、Web服务等)与LotusDomino进行交互。
In virtually all cases you shouldn't need to do anything in the code behind because the ViewModel takes care of providing the commands and linking between the view and the controller.
在绝大多数情况下你不需要在后台代码中做任何事情,因为视图模型负责提供命令并连接视图和控制器。
In addition, JSP technology already has a powerful mechanism for putting executable code behind custom tags, so you don't have to implement a parser for the templates based on the JSP syntax.
此外,JSP技术已经有了一种很强大的机制来将可执行代码放在定制标记后面,所以,不必为基于jsp语法的模板实现解析器。
The code behind class gets compiled into the main dll for the assembly, and it along with all the other dlls in the applications bin directory get shadow copied to the Temporary ASP.NET files.
那些code behind的类被编译到程序集的主dll中,他和其他的dll一起放在应用程序的bin目录下,拷贝映射到asp.net临时目录。
Since expressions are not covered in the digital signature, it is important to verify that expressions aren't harmful, and that the code behind functions that are called by expressions is safe.
因为数字签名没有覆盖表达式,所以验证表达式无害,并且其调用的函数代码是安全的将非常重要。
The idea behind C++ was that programmers would work harder in return for more efficient code.
C++的理念是程序员需要更努力的工作才能换回更高效的代码。
Test coverage tools modify your code to leave behind a trail of "bread crumbs" during execution (hence the names of the tools I'm targeting in this column).
测试覆盖工具旨在修改代码,使之在执行期间留下一条“面包屑”踪迹(这也是我在这一期关注的工具的名称由来)。
Any logic where you want the form data to be pushed to behind code variables can be done here.
任何逻辑,你希望表单数据被推倒后台代码变量可以在这里完成。
As the underlying code changes, your tests will inevitably fall behind.
因为一旦下面的代码变更,您的测试就不可避免地会落后。
Once you get these full server controls on the behind code, you can execute and write your own login on the same and render the page back to the browser.
一旦你得到这些服务器控件的后台代码,你可以执行和写你自己的逻辑和呈现返回给浏览器。
Programmers write code, hide it behind binaries, charge customers to use the software — then charge them more to fix it when it breaks.
程序员编写源代码、用二进制文件隐藏源代码、向软件用户收费——然后在软件崩溃时再收费修复。
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来定义用户界面,在后置代码中处理事件。
To create an event handler with the default name, you just double-click the event name in the Properties window. The event handler is created and the code-behind file is opened in the code editor.
在属性窗体的事件名称里双击事件名称就可以创建一个事件处理代码,这时代码后置文件会在代码编辑器中打开。
You can also associate an event with its event handler in the code-behind. The following code shows how to do this in C#.
同样也可以在代码后置文件中来关联事件处理方法。
Which will then prompt us for the event handler in our code-behind class to use?
然后就会提示我们在我们的后台代码类中该使用的事件处理函数。
Visual Studio is required to add some extra code into the form behind the scenes to support form localization.
VisualStudio需要在幕后于窗体中添加一些额外的代码来支持窗体本地化。
VS will then automatically create a stub event handler implementation in our code-behind class file. We can use this event handler to update the Button's content with a new message when it is clicked.
然后VS就会自动地在我们的后台代码类文件中创建一个占位的事件处理函数实现。
应用推荐