• To avoid the overhead associated with using a table, the application could encode the list of items in some string format and have the procedure decode the string to extract the items.

    避免使用表的相关开销应用程序可以一些字符串格式项目列表进行编码使存储过程字符串进行解码以便提取项目。

    youdao

  • Going back to Listing 14, once we have the list of entries, we then use some simple string concatenation to create an XML document.

    返回清单14拥有条目列表之后使用某个简单字符串连接创建XML文档

    youdao

  • The real benefit here is that to change or expand the list of supported terms or cities you can just update the string array.

    主要优点在于如果修改扩展支持城市列表只需要修改字符串数组即可。

    youdao

  • Dependencies: the list of String objects containing the project names to add to the project dependencies list.

    一组应该被添加项目依赖关系列表包含项目名称字符串对象

    youdao

  • Execute the ps -ef | grep virtual command to list the processes containing the string virtual.

    执行psef |grepvirtual命令列出包含虚拟字符串进程

    youdao

  • Line 1 uses splitlines(), a string function, to separate the list of servers, and then these values are stored as a variable, appServers.

    第 1 行使用字符串函数splitlines() 分隔服务器列表然后这些作为一个变量appServers 进行存储

    youdao

  • The call to filter converts the string that is passed as its second argument to a piece of code, which it then applies to each element of the list that is passed as its first argument.

    调用filter作为第二个参数传递字符串转换代码然后代码应用作为第一个参数传递列表每个元素

    youdao

  • If any of the parameters are of type String, I add the lowercase version of it to a new arguments list, and leave the other arguments intact.

    如果有任何参数属于string类型,则将该参数小写版本添加一个新的参数列表中保留其他参数不变

    youdao

  • The getenv() function searches the environment list for a string that matches the string pointed to by name.

    getenv()函数环境列表中搜索名称字符串匹配字符串。

    youdao

  • In almost every case (the notable exception being string ), a list function applied to a dictionary behaves as if the function had been passed a list of the values of the dictionary.

    几乎所有情况(显著的例外string)下,应用字典列表函数行为就函数收到该字典的一个列表。

    youdao

  • Suppose we have a list of strings and want to see whether a certain string is contained in that list.

    假定我们拥有一个字符串列表并且知道某个特定的字符串是否包含那个列表中。

    youdao

  • You will also learn how to limit the user's choice of search parameters by placing a combo box on the page: this presents a list of selections to the user instead of allowing them to type in a string.

    通过页面上放置组合可以限制用户搜索参数选择:组合框将用户提供固定选择而不是任由他们直接输入一串字符。

    youdao

  • The previous technique will generate a unique identifier for any user-supplied character string; however, it is somewhat cumbersome to issue this list of commands every time an EWU value is needed.

    前面技术可以任何用户提供字符串生成惟一的标识符但是,在每次需要ewu时都执行一系列命令比较麻烦

    youdao

  • Enter ra word or phrase to search all text or select a previous search string from the drop-down list.

    输入一个词组搜索所有文本拉列表中选择以前的搜索过的字符串

    youdao

  • When the list of fields is complete, you only need to add the FROM string, followed by the name of the database table, which can still be found in the TListBox control.

    完成字段列表操作之后,惟一需要就是添加FROM字符串,该字符串后面数据库名称,您仍然可以TListBox控件找到该表。

    youdao

  • Ndots: : If a domain with or more periods is found, DNS attempts to resolve the string first without appending the search domain list.

    如果找到包含更多句点DNS尝试首先解析字符串而不附加search列表

    youdao

  • So, this means: : can be determined to be the global: : method, as opposed to a member method of (in this case) String; which in turn means you can build a list out of everything.

    因此可以认定全局方法String一个成员方法(例中使用)相对;表示可以所有内容构建列表

    youdao

  • In_word_set: This routine USES hash to determine whether a particular string belongs to the user-supplied list, using one string comparison in the most common case.

    in _ word_set:例程使用hash确定某个字符串是否属于用户提供的列表大多数情况下只使用一个字符串比较

    youdao

  • Modifying an item within a list is rather simple: You set the item's value appropriately, even to a different type, such as a string or another list.

    修改list中的条目相当容易可以适当地设置条目甚至设置成另不同类型string另一list

    youdao

  • More generally, the right side can be any kind of sequence (string, list or tuple). For example, to split an email address into a user name and a domain, you could write.

    普适的情况下,等号右边任意序列(字符串列表或者元组)。比如电子邮件地址转换成一个用户一个域名可以用如下代码实现。

    youdao

  • You aren't limited to passing a sequence directly into the constructor; you can also pass a variable that holds a tuple or a string into the list constructor.

    不仅能够序列直接传递构造函数,可以拥有元组字符串变量传递list 构造函数。

    youdao

  • Click Edit next to the String format drop-down list.

    单击string format下拉列表旁边Edit

    youdao

  • The comparison can be further controlled by specifying an optional list of attributes to be excluded from comparison and the style of comparison for String-valued attributes.

    进一步控制比较可以指定不用于比较属性,以及值为String的属性指定比较方式

    youdao

  • This final example demonstrates how to use the len method as the argument to the range method to create a list of integers that can be used to access each character from the string individually.

    这个最后示例演示了如何使用len方法作为range方法参数创建用于单独访问string每个字符整数list

    youdao

  • Evaluate is called with the XPath string passed into the method, the DOM tree you built in the class's constructor, and the constant indicating to return results as a list of nodes.

    使用传递方法xpath字符串调用evaluate构造函数构建dom常量指示结果作为节点返回

    youdao

  • From this list, try to find a match for each parameter name, either in the route dictionary or in the URI query string.

    根据这个列表路由字典或是URI查询字符串每个参数找到一个匹配

    youdao

  • The second for loop also shows how to split a string into a list of substrings (using the space character to indicate the boundaries of substrings).

    第二for循环显示了如何string分割字符串list(使用空格字符指示子字符串边界)。

    youdao

  • How to order list of string based on matching alphabets occurrence?

    如何基于匹配字母字符串列表顺序发生的?

    youdao

  • These files contain a list of message ID's that all lead to a string search result.

    这些文件包含一个消息列表编号所有字符串搜索结果领先

    youdao

  • These files contain a list of message ID's that all lead to a string search result.

    这些文件包含一个消息列表编号所有字符串搜索结果领先

    youdao

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

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

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