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.
这些是位置、文本内容和颜色、字体大小、淡入和淡出速度(以毫秒为单位)及保存显示字符串的数组的默认变量。
The name and the phone number are concatenated into a single string and then split into an array of two strings.
姓名和电话号码被连接为一个字符串,然后分割为含两个字符串的数组。
You'll also find some simplifications from C, which include string concatenation, associative array elements, and aggregation operators.
您还看到从C 语言带来的简化,其中包括字符串连接、关联数组元素和合并操作符。
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对象中,在本测试案例中还被回显。
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.
每个字符串都是一个商品的名称,关联数组中的对应数字就是购物车中该商品的数量。
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.
此示例中的输入是一个简单的字符串,因此将使用字符串填充参数,并将其传递给调用函数。
The cipher byte array is then decrypted, and the decrypted byte array is returned as a text string.
接着对该密码字节数组解密,解密的字节数组作为文本字符串返回。
The input text string is converted into an array of bytes and is padded.
输入文本字符串转换成了字节数组,并用它填充。
The example in Listing 1 illustrates variable creation of a variety of types (int, float, string, array, and function).
清单1中的示例说明了如何创建多种类型的变量(整型、浮点、字符串、数组和函数)。
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字符串格式的结果信息。
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” 中搜索 “ibm”和 “bmx”。
The script loads the file text into a string variable, explodes it into an array using new lines, and determines the name of the vendor from the first element of the array.
此脚本将此文件文本载入到一个字符串变量,将其explode到一个使用了新行的数组并根据此数组的第一个元素决定商家的名称。
A form bean containing a String array for the radio buttons and a String for the specifically selected button.
一个表单bean,包含单选按钮的String数组和特意选中的按钮的String。
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中提取标题,并将其加入到字符串数组中。
And in this context, the length of that array is stored in Arg C. Well, let's take a look at a slight variance of this that reveals further what we can do and reveals what a string really is.
关于这点,那个数组的长度被存储在ArgC中,好的,让我们看看这个轻微的变化,那个揭示了我们可以做的,和字符串实际上是什么。
When the array is complete, it then generates the string variables required from that array and outputs to the HTK and Julius formats.
数组完成时,程序就从这个数组生成所需的字符串变量,并输出为HTK和julius格式。
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对象,响应也是一个字符串,而且在此例中您只能返回它。
It is also a data bean with two properties: a String indicating the state, and a String array of city names.
它也是数据bean,它有两个属性:表示州名的String和城市名的String数组。
But if you have multiple string concatenations, prefer pushing to an Array and then calling the join method on it.
如果你需要把多个字符串连接起来,最好是把他们做成一个数组,然后调用join方法实现这个操作。
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方法以一个字符串或数组作为输入,并在递归地“清理”后返回同一个字符串或数组。
These are passed into the methods as a String array of property names and an Object array of property values.
传递给这些方法的参数包括属性名的String数组和属性值的Object数组。
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集合。
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函数获取一个字符串数组作为输入并在字符串输出中返回联接后的这些字符串。
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位的数组是非法的。
The property here is named AuditoryCues.playList and the setting is a String array of names for auditory cues.
属性在这里被命名为AuditoryCues.playList ,设置则为听觉提示名称的一个String数组。
The HTML method of Sanitize can pass two parameters: the string being Sanitized and an array of options.
Sanitize的html方法可以传递两个参数:由Sanitize处理的字符串和一组选项。
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所示。
In this code, RNames is the name of your Reader Names field, and NewValue is a string or array of strings.
在这段代码中,RNames是ReaderNames字段的名称,NewValue是字符串或字符串数组。
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。
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。
应用推荐