• If you use the grammar, you could get stuck having to hand code a lot of data validation.

    如果使用文法会陷入自己手工编写大量数据验证代码泥潭。

    youdao

  • Jarlaxle has been waiting for you, one of the guards signaled in the intricate silent hand code of the dark elves.

    拉索在等你,”一个守卫复杂黑暗精灵手语安静地说道。

    youdao

  • You would have to hand code the validation to root out this bug — not to mention invalid dates and invalid numerics.

    也许必须手工编写验证代码根除这个bug,而关心非法日期非法数字

    youdao

  • You want the validator to sound the alarm when this data is missing so you will not have to hand code the validation yourself.

    为了避免自己手工编写验证代码可能想让验证器在数据缺失时候发出警报声

    youdao

  • But companies have been demanding more and more who really know how to work with the underlying technology at a "hand code" level.

    但是公司需要越来越多的真正知道怎样使用底层技术进行手工编码”的

    youdao

  • The Dojo Toolkit contains a wealth of widgets that can be used declaratively within HTML, reducing the need for you to hand code the function.

    DojoToolkit包含大量小部件可用来在HTML声明式使用,减少手工编写函数需要

    youdao

  • In most cases, a threading library is linked in to the application, though it is also possible to hand code user threading within an application.

    大多数情况都是直接把一个线程链接应用程序中的当然,你可以应用程序中自己动手编写用户级线程的代码

    youdao

  • The implementation discipline is most significantly affected by the AMDD approach due to the amount of the code that may be generated as opposed to having to hand code it.

    实现规程受到AMDD方法的严重影响,由于相对于手动编码生成大量代码

    youdao

  • Rather than hand code method calls to surround each application call to an annotated interface methods, another option is to define a Hook to register with the annotated interface.

    现在不需要手动编写方法调用,以便每个应用程序调用围绕个带注释接口方法而是采用种方法,定义一个Hook注册到带注释的接口。

    youdao

  • She asked her students to hand in their homework through a QR code.

    让她的学生通过扫描二维码来提交作业。

    youdao

  • On the other hand, if the test code does any object allocation at all (and nearly all code does), it's going to create garbage, and eventually, the garbage collector is going to have to run.

    另一方面如果测试代码进行对象分配工作(差不多所有的代码都要这样),那么垃圾收集器肯定运行。

    youdao

  • Once the program is finished or at least in a releasable state, go through and double check that you are using the most efficient solution by hand by reading the code.

    完成编程之后,或者可以发布程序时,通读代码,再次手工检查程序,确定使用可用的有效解决方法

    youdao

  • This means you can encode the rules a lot faster than writing the validation code by hand.

    就意味着可以验证规则编码,速度自己编写验证代码得多。

    youdao

  • The MMI is a highly effective interpreter, hand crafted in assembly code of a host platform to achieve best possible optimizations.

    MMI一个非常有效解释器,利用宿主平台上程序集代码达到优的优化。

    youdao

  • In most applications, the developers need to hand-code business logic and validation rules that are not easy to auto-generate. How do the code generation tools address this requirement?

    大多数应用中开发者需要手工编写业务逻辑验证规则代码,而这些代码容易自动生成,那代码生成工具如何解决这个问题的呢?

    youdao

  • With this anchor in hand, we can create the code that will actually extract our data.

    拥有这个我们可以创建实际抽取数据代码

    youdao

  • The code in Listing 7 has gotten out of hand.

    清单7中的代码变得难于控制。

    youdao

  • Models can be built by hand, from patterns, or by reverse-engineering code, among other approaches.

    可以使用其他方法建立模型,比如手动地模式或者通过对代码进行逆向工程建立模型。

    youdao

  • With the DHTML code in hand, you can now make it easier to use pop-ups in PHP applications.

    DHTML代码即可轻松PHP应用程序使用弹出框

    youdao

  • Rather than checking out the code by hand, a new server bootstraps the Capistrano process.

    新的服务器可以引导 Capistrano 过程启动,不需要动检代码

    youdao

  • For the performance tests, I hand wrote the code that would normally be added through byte code enhancement and ran it using the then-current version of the JiBX runtime.

    为了性能测试手工编写代码通常通过字节代码增强添加该代码,使用JiBX运行时当时版本运行

    youdao

  • IDE support lowers adoption and reduces need to hand-code XML.

    IDE支持降低了采用难度,减少了手工编写XML代码的需要

    youdao

  • On the other hand, they achieve more code coverage than unit tests do because of their wide reach.

    一方面,由于宽广范围,它们实现单元测试广的代码覆盖率

    youdao

  • You can examine the source code by hand and write test cases that you think will cover it all, but this is not a reliable or efficient way to develop tests.

    可以手工检查源代码编写认为可以覆盖整个项目的测试案例但是不是可靠或者有效开发测试方法

    youdao

  • Second, these languages are not translated into machine code by hand.

    其次这些语言不用手工地翻译机器码

    youdao

  • On the other hand, try to design your code to avoid a catch-all clause by ensuring it only receives specific items that are expected.

    另外一方面,尝试通过设计让你代码规避这样全盘通吃的条件,保证接受指定的意料之中的条目

    youdao

  • On the other hand, dead, unused code only clutters a program and makes it harder to read and understand, so delete it.

    一方面,无效的,废弃的代码会使程序变得拥挤不堪难于阅读理解所以还是删掉的好。

    youdao

  • It is not possible to compile code by hand, so they always use compilers.

    手工编译代码绝无可能所以他们一定用到编译器。

    youdao

  • Full coverage was very expensive and difficult to achieve, because we had to hand-inspect our code to determine which lines were and were not hit by the test.

    完全覆盖非常昂贵并且很难达到因为我们必须手工的检查我们代码确定哪一行代码没有测试覆盖到。

    youdao

  • If you've ever implemented forms authentication by hand, you'll appreciate these three lines of code.

    如果以前曾经手工实现表单验证,你认为代码很有价值。

    youdao

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

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

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