• 梦想只是标有时间线的目标

    Your dreams are just goals with timelines.

    youdao

  • 一旦字符处理函数失败,就目标缓冲区设成NULL

    You want to set the target buffer to NULL on failure.

    youdao

  • DB 2 Connection-数据连接支持指定用于连接目标DB 2服务器连接

    DB2Connection - the data connection class enables you to specify the connection string used to connect to your target DB2 server.

    youdao

  • 首先目标会被识别,[color=#FF0000]然后个运算法则(一被输入电脑运算法则)会被设计出扫描物品中侦测爆炸物

    First, the new target is characterised, then an algorithm[color=#FF0000] (a series of rules programmed into a computer) is devised to detect it in scanned samples.

    youdao

  • 如果目标存储库认为应该一个字符那么不用转换它。

    If the target repository says that it should be a string, then you leave it alone.

    youdao

  • 例如可以要求部署人员目标指定某个特定于提供者的名字字符

    For example, it could be a string requiring the deployer to specify some provider-specific name for the destination.

    youdao

  • 一旦设立完成只需列出目标媒介类型包含消息本身字符就可以发送消息了。

    Once that is done messages are sent merely by listing the target mediums types and a string containing the message itself.

    youdao

  • 复杂查询通过组合直接查找所选节点的汇聚目标搜索来完成的。

    Complex queries are serviced by a combination of direct lookups, convergences against selected parent nodes, and targeted substring searches.

    youdao

  • 第一部分获得提要每个新闻输出提示这些输出依次追加一个字符

    The first gets the feed and outputs the prompt blocks for each news item title; this is sequentially appended to a string.

    youdao

  • 而言之,如果通过连接字符来合并翻译后文本,那么合并出来句子可能符合目标语言的语法。

    In short, if the translated text is constructed just by concatenating the strings, the constructed sentences might no longer be grammatically correct in other languages.

    youdao

  • 每次添加更改字符时,都应当重新生成消息文件否则目标语言环境显示未翻译文本

    Every time strings are added or changed, the message file should be regenerated, or the new text will appear untranslated in the target locales.

    youdao

  • 联接转换目标必须字符

    The target of a join transform must be a string.

    youdao

  • 目标对象选项字符调用管理命令

    The target object and options strings vary depending on the admin command invoked.

    youdao

  • 现时标志一个发送方(签名者)生成无重复字符这样目标接收方就检查唯一性了。

    A nonce is a non-repeating string freshly generated by the sender (the signer) such that the intended recipient can check its uniqueness.

    youdao

  • 对于不能字符转换整数情况目标字段中使用一个用户指定的默认整数

    In cases where the string cannot be converted to an integer, a user-specified default int is placed in the target field.

    youdao

  • 记住输入字符包含带有日期时间信息完整时间戳希望使用一个时间填充db 2目标中的timechanged

    Recall that the input string contains a full timestamp with date and time information, and you want to populate the TIMECHANGED column in the DB2 target table with only a time value.

    youdao

  • 学校发生了一连学者目标谋杀绑架活动,2006年期间被短暂关闭

    The school closed briefly in 2006, after a rash of killings and kidnappings targeted academics.

    youdao

  • 为了使示例简单目标仅仅是字符任务它们打印出来。

    To make this example simple, the tasks are just strings and the work is to print them.

    youdao

  • 每个UNIX命令非常简单并且目标明确;将它们在一起可以产生复杂操作

    Each UNIX command is very simple and targeted; complex actions are produced by stringing them together.

    youdao

  • 了解更精确目标信息,请参阅 参考资料 中 user-agent字符完整列表链接可供参考application/xhtml+xml浏览器支持

    For more precise and accurate targeting, see Resources for links to more complete lists of user-agent strings and browser support for application/xhtml+xml that you can consult.

    youdao

  • 客户机应用程序使用ReadViewEntries查询字符针对目标数据库视图创建Domino服务器一个HTTP请求

    The client application creates an HTTP request to the Domino server against the target database view, using the? ReadViewEntries query string.

    youdao

  • 声明首先Flex应用程序全局引用然后始终字符get 为开头、后目标对象ID方法调用

    The declaration begins with the global reference to the Flex application, then a method call that always begins with the string get followed by the ID of the target object.

    youdao

  • Concat函数来自两个多个字符目标连接一个单一字符

    The Concat function will concatenate two or more strings from the source into a single string value on the target side.

    youdao

  • 好的处理这个问题的方法两个字符变量($a)目标文本(RIPT)都转换小写或者大写字符

    Well, one way to handle that is to convert both the string variable ($a) and the target text (RIPT) to all-lowercase or all-uppercase characters. This command returns the value True

    youdao

  • 语言目标语言通过使用传入 getTranslation方法字符变量language指定

    The source language to target language is specified by use of the String variable language, which you feed into the getTranslation method.

    youdao

  • 对于这种情况可以使用Convert确保字符格式年龄(预期的值,不一定数值)在目标一个整数值。

    In this case, you can use a Convert to ensure that the string age, which is expected, but not required to be an int, is actually an int in the target.

    youdao

  • 清单1相比清单1中,通过选择sname元素,就可以立即查找结果限制目标字符

    Compare this to Listing 1 where the result of key lookup is immediately narrowed down to the desired string by selecting s: name children.

    youdao

  • 如果字符至少目标一样,那么函数strncpy(3)不会使用NUL 来结束字符可能会在以后导致严重破坏

    The function strncpy(3) also doesn't NUL-terminate its destination if the source string is at least as long as the destination; this can cause havoc later.

    youdao

  • 理论上讲strncpy(3)strcpy(3)安全替代者,但是strncpy(3)还会字符结束时使用nul来填充整个目标空间。

    In theory, strncpy (3) is the safe replacement for strcpy (3), but strncpy (3) also fills the entire destination with NULs once the end of the source string has been met.

    youdao

  • 幸运的是,LotusDominoGlobaglobalbench可以帮助我们找出 LotusNotes字符然后目标语言翻译的字符放置到应用程序

    Fortunately, we have Lotus Domino Global Workbench, which can help us to resource out the Lotus Notesstrings and build the translated strings into applications in target languages.

    youdao

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

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

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