• 可以认为一个匿名代码

    You can think of it as a nameless chunk of code.

    youdao

  • 此外代码本身进行验证而不是代码产生方身份进行验证,因而可信度更高可以支持匿名代码

    Besides, it is more trustworthy and can support the verification of anonymous codes because the code itself instead of the authority of a code producer is verified.

    youdao

  • 实例初始化器允许一个匿名内部执行构造代码

    Instance initializers allow you to execute construction code for an anonymous inner class.

    youdao

  • 如果这个匿名作为一个内部单独放置,那么清单1中的代码简洁很多

    The code in Listing 1 would be much neater if the anonymous class was placed separately as an inner class.

    youdao

  • 代码举例说明了指定参数方法作为一个匿名列表具有作为第一参数回调的引用随后所需参数

    This code also demonstrates one way to specify arguments to a callback: as an anonymous list, with a reference to the callback invoked as the first element, followed by the required parameters.

    youdao

  • 通过匿名函数来替换正式函数定义可简化代码

    By replacing formal function definitions with anonymous functions, you simplify code.

    youdao

  • 类似匿名内部机制使用代码一个优势是其简洁性

    One of the advantages of using code blocks over a similar mechanism like anonymous inner classes lies in its conciseness.

    youdao

  • 相比于每个匿名内部对应一个类的做法来说,这种方式是个极大的改进同时使得代码可读性更好

    This is an improvement over having to write a class any time an anonymous inner class is needed and can help keep the code more self-documenting.

    youdao

  • 匿名如何过程代码测试原型化问题诊断提供便利

    How anonymous blocks can facilitate the process of testing, prototyping, and troubleshooting of procedural code.

    youdao

  • 这个优点匿名诊断问题原型测试过程代码发挥重要作用,因为这些任务通常需要多个更改-执行过程

    That makes the anonymous blocks very useful when troubleshooting, prototyping, and testing procedural code, because these are tasks that usually require multiple change-and-execute runs.

    youdao

  • 匿名允许创建这样对象,该对象能够捕获定义它们一部分环境但是对象代码一样

    Anonymous classes let you create objects that capture part of the environment in which they were defined, but objects and blocks of code are not the same thing.

    youdao

  • 分派可以包含用来处理特定元素实际代码(匿名),可以包含别处定义命名子例程的引用

    The dispatcher can either contain the actual code used to deal with a particular element as an anonymous subroutine or it can contain a reference to a named subroutine defined elsewhere.

    youdao

  • 匿名函数参数两项市场数据股票代码价格

    The anonymous function takes two market data as arguments: a ticker symbol and a price.

    youdao

  • 上面代码两点值得我们注意:首先匿名内部回调类实例化需要大量样板代码

    Two things are worth mentioning when considering this code: First, the instantiation of an anonymous inner callback class requires a great amount of boilerplate code.

    youdao

  • 例如,清单1代码使用匿名创建ThreadFactory

    As an example, the code in Listing 1 USES an anonymous class to create a Thread Factory.

    youdao

  • 这样一来便可以很自然地组织代码匿名内部函数概念引入OpenLaszlo开发当中。

    This allows you to group code naturally and brings the concept of anonymous inner functions to OpenLaszlo development.

    youdao

  • 任何大 量使用匿名方法项目升级VisualStudio 2008时,可能无法保持代码分析清洁性。

    The bad news is that any project making heavy use of anonymous methods is likely no longer Code Analysis clean on its upgrade to Visual Studio 2008.

    youdao

  • 就是说closure是个匿名函数,在其创建,将来自创建函数代码范围内变量附加它本身

    That is, a closure is an anonymous function that, when created, attaches to itself the value of variables from the scope of the code that created the function.

    youdao

  • 这些匿名Logger属于命名空间他们的各种方法不包含权限检查,不受信代码可以修改它们控制信息

    These anonymous Loggers are not registered in the global namespace and their methods are not access-checked, allowing even untrusted code to change their logging control Settings.

    youdao

  • 考虑到包装这个方法匿名内部真正用途留下难看样板代码addorderfrom方法中的代码

    I'm left with some ugly boilerplate code because of the anonymous inner class wrapping this method's real purpose - the two lines of code that appear in the body of the addOrderFrom method.

    youdao

  • 每个Wicket应用代码都会发现匿名内部

    In every Wicket application source code you will find anonymous inner classes.

    youdao

  • 方法接收新的客户端对象以及匿名方法,方法持有代码正常使用using语句块包含代码完全相同

    This method takes a new client object and an anonymous method that holds the same code a normal using block would contain.

    youdao

  • IEnumerabl函数通常个“ReturnIterator代码开始VB匿名函数多行函数语法的一种特例

    The IEnumerable function will generally begin with a "Return Iterator" block, which is a special case of VB's new anonymous, multi-line function syntax.

    youdao

  • 开始使用Portland,请匿名CVS获得源代码

    To start with Portland, retrieve sources with anonymous CVS.

    youdao

  • 上周它冻结了一些匿名投资者500万美元利润并提起诉讼,原因是他们德州事业(证券代码TXU)被收购消息发布,通过期权市场进行套利活动。

    Last weekit filed a suit against unknown investors who had profited in theoptions market before the announcement of a takeover of TXU, the Texanutility.

    youdao

  • 最终,为了避免破坏代码可读性ThoughtWorks的工程通常避免使用编程语言特有的语法(例如Ruby语言匿名全局变量)。

    To this end, ThoughtWorks projects generally avoid the more magical features of languages (like the implicit global variables in Ruby, for example) because it hurts readability.

    youdao

  • 真正程序员从来不代码注释如果代码非常难写,那么同样代码的注释也非常难懂匿名

    Real programmers don't comment their code. If it was hard to write, it should be hard to understand. - unknown.

    youdao

  • 为了匿名方法一起使用委托之关联代码必须一起声明

    For use with anonymous methods, the delegate and the code to be associated with it are declared together.

    youdao

  • 代码传递委托参数创建匿名方法唯一方法。

    Creating anonymous methods is essentially a way to pass a code block as a delegate parameter.

    youdao

  • 米尔本先生固体橡树接到一个匿名电子邮件星期五指出绿色大坝可能包含部分公司代码

    Mr. Milburn said Solid Oak received an anonymous email Friday stating that Green Dam may contain parts of his company's code.

    youdao

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

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

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