• 这项GAME公司进行的调查显示,人们希望清单的方式已经大大脱离节日传统

    Conducted by GAME, the study also reveals a significant break from festive tradition when it comes to writing wish lists.

    youdao

  • 如果我们一样中饲养母鸡所遭受的痛苦感到焦虑我们希望你也把谷仓放养的鸡蛋列入购物清单中。

    If you share our anxieties about the suffering caused by the caging of battery hens, we would like you to put Barn or Free Range eggs on your shopping list too.

    youdao

  • 如果希望启用这个日志记录功能,那么清单1中的 LOGGING常量应当TRUE但是如果在手机上运行的话,应当将其设为 FALSE因为性能损失非常明显的。

    The LOGGING constant in Listing 1 should be TRUE if you want this logging to work, but leave it FALSE when it is running on the cell phone, as the performance hit can be significant.

    youdao

  • 最后我们可能会希望获得一个“带注解源代码清单会将源代码输出应用程序中,并加上每个函数调用了多少的注释。

    Finally, you might want to have an "annotated source" listing, which prints out the source code to the application, with notes on how many times each function is called.

    youdao

  • 如果希望检查一个命令成功或者失败那么您可以进行类似清单9中的操作

    If you want to check to see if a command was a success or a failure, you do something like Listing 9.

    youdao

  • 清单4中的查询规定希望拥有几个关系

    The query in Listing 4 states several relations you'd want to hold.

    youdao

  • 一旦开始客户参与进来,您希望创建各种清单模板这将减少除去重要考虑步骤风险

    Once you start engaging with customers, you will want to create various checklists and templates, which reduce the risk that you've eliminated an important consideration or step.

    youdao

  • 为了使高层管理人员更好理解,员工希望你做事情列出清单

    To keep top executives on track, I've created this list of what employees want their leaders to do.

    youdao

  • 如果希望错误标准输出组合单个文件请使用编号重定向(请参见清单4)。

    If you want to combine error and standard output into a single file, use numbered redirection (see Listing 4).

    youdao

  • 诚然后者自己希望削减清单但是交叉之处得可怜。

    True, the latter have their own long wish list of cuts, but there is precious little overlap.

    youdao

  • 举例来说,如果希望之前清单中的网格继续划分两个单元其中单元一个单元的两宽度可以编写清单10代码

    For instance, if you want to subdivide each of the two grids in the previous listing into two units where one unit is twice as wide as the other, you write the code shown in listing 10.

    youdao

  • 假设希望支持清单10简单语法语法部分解析C/C++枚举

    Suppose you want to try to support the simple grammar shown in Listing 10, which partially parses C/C++ enumerations.

    youdao

  • 某些领域知道我的不足,我希望帮助完成这份清单

    I know I’m lacking in certain areas, and I’d love for your help in rounding out this list.

    youdao

  • 由于输入转义序列非常麻烦,因此无疑希望脚本运行清单3中所

    Because escape sequences are cumbersome to type, you'll undoubtedly want to run it from a script, as shown in Listing 3.

    youdao

  • 如果彻底删除字符数据过于极端希望至少保留每个节点长度可以使用清单1一个变体

    If complete removal of the character data is too extreme and you want to preserve at least the length of each node, a variation on Listing 1 might be useful.

    youdao

  • 希望在括起来的列表添加字符再次运行,清单12中所

    You'll want to add the hyphen character to that bracketed list and demonstrate it again, as shown in Listing 12.

    youdao

  • 例如如果希望CD产品获得曲目清单那么cdproducttrack表之间会映射一个一对关系

    For example, if you wish to capture a listing of the tracks on CD products, then it would force a one-to-many relationship from a CDPRODUCT table to a track table.

    youdao

  • 好的自己希望重新来过所有事情清单依靠大脑而不是身材取得的成就做个比较

    OK, make a list of everything all that head-turning got you and compare it with what you accomplished when you used your brain instead of a push-up bra.

    youdao

  • 诚然后者自己希望削减清单但是交叉之处得可怜。

    True, the latter have their own long wishlist of cuts, but there is precious little overlap.

    youdao

  • 例如,如果不希望将WORK _ tmp迁移DB2,您要删除清单2语句。

    For the example, prevent the WORK_TMP table from migrating to DB2 by deleting the line shown in Listing 2.

    youdao

  • 为了简单假设希望定期运行清单1命令

    To keep things simple, let's suppose that you want to run the command shown in Listing 1 on a regular basis.

    youdao

  • 如果希望修改清单2以便适应站点布局可以编辑xsl:template元素内容

    If you want to modify Listing 2 to adapt to your site layout, you can edit the contents of the XSL: template element.

    youdao

  • 本文基于Linux 2.6- based系统中移植大型的多线程应用程序获得实际经验希望这个清单帮助节省时间精力

    This article is based on real experience gained while porting a large multi-threaded application onto a Linux 2.6-based system, so I hope this checklist can be helpful in saving you time and effort.

    youdao

  • 通常可能希望清单出站服务相关联SIBus中有两个主要管理构件用于发布Web服务

    Typically, you would want to associate the list with an inbound or outbound service, two of the main administrative building blocks for exposing web services in the SIBus.

    youdao

  • 甚至可以一个清单,上面写上你希望别人东西(本人对于室内装饰物厨房用具极为挑剔)。

    You can even create a list of things that you do not want people giving you (I am personally pretty particular about interior decorations and kitchen utensils.)

    youdao

  • 如果发现这些设置错误,并且希望这个清单贡献自己的力量,e - mail。

    If you find these in error or would like to contribute to this list, please send me an E-mail.

    youdao

  • 针对希望提供自己JSP的情况,清单7显示了我们示例JS p中包含简单代码

    In case you'd rather provide your own JSP, Listing 7 shows the simple code that we put in our sample JSP.

    youdao

  • 但是考虑Papaconstantinou希望推行私有化清单冗长,出售TTATE银行股份不失为开始提高进行私有化的能力的一次良机

    But given the long list of privatisations that Mr Papaconstantinou is hoping to push through, the sale of the tt and ATE bank stakes is a good opportunity to start getting better at it.

    youdao

  • 如果并不关心所有设置仅仅希望得到一个快速清单,那么可以使用piolsvp命令清单5

    If you aren't interested in all of the Settings and just want a quick listing, piolsvp is your command, as shown in listing 5.

    youdao

  • 如果并不关心所有设置仅仅希望得到一个快速清单,那么可以使用piolsvp命令清单5

    If you aren't interested in all of the Settings and just want a quick listing, piolsvp is your command, as shown in listing 5.

    youdao

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

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

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