• Listing 1 shows the XUL code behind this system.

    清单1显示了这个系统背后XUL代码

    youdao

  • These classes will become the code behind the user controls that you will create later.

    这些成为以后创建用户控件代码

    youdao

  • In case of learning purpose and for the small projects we can go ahead with code behind.

    学习目的小型项目我们可以继续后面代码

    youdao

  • As you can see, by using the "code behind" approach, your code is very concise and maintainable.

    使用代码分离方法的代码会非常简明易于维护

    youdao

  • If you are doing quick prototyping, there is no need to always use the "code behind" technique.

    如果快速原型开发需要总是使用代码分离”技术。

    youdao

  • The event handlers you write in the code behind must be instance methods and cannot be static methods.

    代码隐藏编写事件处理程序必须实例方法不能静态方法。

    youdao

  • Creates a method in the code behind for a user's XAML file and enables appending statements to the method.

    程序后置使用者xaml建立方法并且方法可以附加陈述式

    youdao

  • The code behind the launching of the user’s journal is the Applications.launch method that you have already seen.

    实现启动用户日志代码 Applications.lauch 方法。

    youdao

  • Bookmark some for later and more in-depth study and explore every aspect of the design and the code behind the site.

    一些标注上书签以备用,然后深入研究探索设计各个方面网站背后代码

    youdao

  • Editors and designers usually have two views: a graphical design view and the code behind view or source view.

    编辑器设计通常两个视图图形设计视图代码隐藏视图视图。

    youdao

  • Generated entity files are added to the project as code behind files to their corresponding custom entity files.

    生成实体文件作为和他们相关的自定义实体文件的后置代码文件添加项目里。

    youdao

  • 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个问题并且深入研究代码之前展示解释

    youdao

  • 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.

    使用者加入受限的使用权限时根据预设,工作后置程序无法执行而且工作表不会入资料。

    youdao

  • 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进行交互

    youdao

  • 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.

    绝大多数情况下需要在后台代码任何事情因为视图模型负责提供命令连接视图控制器。

    youdao

  • 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语法模板实现解析器

    youdao

  • 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临时目录

    youdao

  • 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.

    因为数字签名没有覆盖表达式,所以验证表达式无害并且调用函数代码安全的非常重要。

    youdao

  • The idea behind C++ was that programmers would work harder in return for more efficient code.

    C++理念程序员需要努力的工作才能高效的代码。

    youdao

  • 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).

    测试覆盖工具旨在修改代码使执行期间留下条“面包”踪迹(也是在这一期关注工具名称由来)。

    youdao

  • Any logic where you want the form data to be pushed to behind code variables can be done here.

    任何逻辑希望表单数据推倒后台代码变量可以在这里完成

    youdao

  • As the underlying code changes, your tests will inevitably fall behind.

    因为一旦下面代码变更测试不可避免地落后

    youdao

  • 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.

    一旦得到这些服务器控件后台代码,你可以执行自己的逻辑和呈现返回浏览器

    youdao

  • Programmers write code, hide it behind binaries, charge customers to use the softwarethen charge them more to fix it when it breaks.

    程序员编写源代码二进制文件隐藏源代码、向软件用户收费——然后在软件崩溃再收费修复

    youdao

  • 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.netWPF有点类似的模型这些模型中,通过HTML或XAML定义用户界面,在后置代码中处理事件。

    youdao

  • 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.

    属性窗体事件名称双击事件名称可以创建一个事件处理代码这时代码后置文件在代码编辑器中打开

    youdao

  • You can also associate an event with its event handler in the code-behind. The following code shows how to do this in C#.

    同样也可以代码置文件中来关联事件处理方法。

    youdao

  • Which will then prompt us for the event handler in our code-behind class to use?

    然后就会提示我们我们后台代码使用事件处理函数

    youdao

  • Visual Studio is required to add some extra code into the form behind the scenes to support form localization.

    VisualStudio需要幕后窗体中添加一些额外的代码支持窗体本地化

    youdao

  • 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就会自动地我们后台代码文件创建一个占位事件处理函数实现

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定