• These are the default variables for the position, text contents, and color, font size, fade-in and fade-out speed in milliseconds, and an array to hold the display string.

    这些位置文本内容颜色字体大小淡入淡出速度(毫秒单位)及保存显示字符串的数组默认变量

    youdao

  • The name and the phone number are concatenated into a single string and then split into an array of two strings.

    姓名电话号码连接字符串然后分割为含两个字符串数组

    youdao

  • You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.

    看到C 语言带来的简化,其中包括字符串连接关联数组元素合并操作符。

    youdao

  • The contents of the array are then imploded into one long string, which is in turn loaded into an XML object and (in this test case) echoed.

    数组内容然后被连接字符串,字符串又被加载XML对象中,测试案例中还被回显

    youdao

  • Each string is the name of an item, and the corresponding number in the associative array is the quantity of that item in the cart.

    每个字符串一个商品名称关联数组中的对应数字就是购物车商品的数量

    youdao

  • The input in this example is a simple string, so you populate the argument array with a string and pass it to the invoke function.

    示例中的输入一个简单字符串因此使用字符串填充参数将其传递调用函数。

    youdao

  • The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.

    接着对该密码字节数组解密,解密的字节数组作为文本字符串返回

    youdao

  • The input text string is converted into an array of bytes and is padded.

    输入文本字符串转换成了字节数组,并用它填充。

    youdao

  • The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).

    清单1中的示例说明了如何创建多种类型变量(整型浮点字符串数组函数)。

    youdao

  • We have created an array object to store our results information in a format that json_encode could read and convert to a json string.

    我们已经创建了一个数组对象存储json_encode可以读取转换json字符串格式结果信息

    youdao

  • Note that the letters array is shifted after each acronym lookup in order to search for both "ibm" and "bmx" from the string "i b m x."

    注意执行完一次缩略查找都轮换字母数组字母的位置,以便字符串ibmx” 中搜索ibmbmx”。

    youdao

  • A form bean containing a String array for the radio buttons and a String for the specifically selected button.

    一个表单bean包含单选按钮String数组特意选中按钮String

    youdao

  • All that is necessary is to add to the method body to iterate over this collection to extract the title from each BookLocal and add it to a String array.

    所有需要的内容都被加入方法中,以便迭代这个结果每个BookLocal中提取标题加入到字符串数组中

    youdao

  • When the array is complete, it then generates the string variables required from that array and outputs to the HTK and Julius formats.

    数组完成,程序这个数组生成所需字符串变量输出HTKjulius格式。

    youdao

  • The inputs in this example are an object array and two Long objects, and the response is also a string, and in this example you simply return it.

    输入对象阵列两个Long对象响应也是字符串而且此例只能返回

    youdao

  • It is also a data bean with two properties: a String indicating the state, and a String array of city names.

    也是数据bean,它两个属性表示名的String城市String数组

    youdao

  • But if you have multiple string concatenations, prefer pushing to an Array and then calling the join method on it.

    如果需要把多个字符串连接起来,最好是他们做成一个数组然后调用join方法实现这个操作。

    youdao

  • The clean method takes a string or an array as input and returns the same string or array after it has been recursively "cleaned."

    clean方法一个字符串数组作为输入归地“清理返回同一个字符串或数组。

    youdao

  • These are passed into the methods as a String array of property names and an Object array of property values.

    传递这些方法参数包括属性String数组属性Object数组。

    youdao

  • JBPM provides two different APIs for setting pooled actors - one taking a string array of ids and another taking a set of ids.

    jBPM提供了2不同API设置参与者:一类接收字符串id数组一类则接收id集合

    youdao

  • The array concat function takes an array of strings as an input and returns a concatenation of the strings into a single string output.

    arrayconcat函数获取一个字符串数组作为输入字符串输出中返回联接这些字符串。

    youdao

  • Well, for starters, "Hello World" is a regular 8-bit-per-character string and assigning it to an array of 32-bits per character is invalid.

    对于初学者来说,“Hello World ”每个字符8位常规字符串,把值给每个字符32位数组是非法的。

    youdao

  • The property here is named AuditoryCues.playList and the setting is a String array of names for auditory cues.

    属性在这里命名AuditoryCues.playList ,设置则为听觉提示名称一个String数组

    youdao

  • The HTML method of Sanitize can pass two parameters: the string being Sanitized and an array of options.

    Sanitizehtml方法可以传递两个参数:由Sanitize处理的字符串选项

    youdao

  • For example, I could define an Array and then inadvertently attempt to do something numeric with it, or even some String concatenation, shown in Listing 7.

    例如定义Array然后无意中尝试用于进行一些数字操作,甚至一些string级联,如清单7所

    youdao

  • In this code, RNames is the name of your Reader Names field, and NewValue is a string or array of strings.

    代码中,RNamesReaderNames字段名称NewValue字符串字符串数组

    youdao

  • For that effect, JSON defines the following main data structures: number, string, Boolean (true and false), array (an ordered sequence of values), object (collection of key value pairs), and null.

    为了实现该目的,JSON定义以下主要数据结构数字字符串布尔值()、数组(有序排列)、对象(集合)null。

    youdao

  • Create an inline map between the source CustomerID and the target Field array index 2, using CustomerID for the name attribute and String for the type attribute.

    customerid目标Field数组索引2创建内联映射name属性使用CustomerID,对type属性使用String

    youdao

  • Because the Twitter data is an array of objects, it makes sense to parse the entire string into an array and then access the object individually by ordinal position.

    因为Twitter数据对象数组整体解析一个数组然后顺序逐个访问对象是明智的选择。

    youdao

  • They take in a function as a parameter to use when a match is found. This function receives the match array as a parameter and returns a modified string that is used as a replacement.

    你可以为preg_replace_callback指定某个函数参数函数能接收匹配结果数组为参数,将数组修改后返回作为替换的结果。

    youdao

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

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

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