• Either way, the input is changed into a new string object.

    方法都可以输入内容更改新的字符串对象。

    youdao

  • Update the hello.jsp by adding a new String called hello (Figure 4).

    更新hello .jsp其中添加一个名为hello字符串(图4)。

    youdao

  • For a new string we allocate a dynamic buffer to hold the text.

    在创建新的字符串时我们分配一块动态缓冲区保存它所包含文本

    youdao

  • Set this new String value to the JVM maximum heap size required in bytes.

    这个新的string设置所需最大jvm大小(字节为单位)。

    youdao

  • Returns a new string made by concatenating the given strings with a separator.

    串连的字组成的,串连字串之间分隔字串分隔。

    youdao

  • A bride can wear a new string of pearls, or use the wedding gown as the new item.

    新娘可以新的珍珠项链穿着婚宴礼服做为新的东西

    youdao

  • It then copies the contents of the buffer into a new string on return from the call.

    然后调用返回时缓冲区内容复制字符串中

    youdao

  • All of these types of methods return a new string, never changing the receiver of the message.

    所有方法返回一个字符串而从来不会改变消息接收者

    youdao

  • A method that creates and returns a new string is called and the new string is never used.

    调用了创建返回字符串方法但从未使用新字符串。

    youdao

  • Returns a new string in which a specified number of characters from the current string are deleted.

    指定字元起始于指定位置这个执行个体中删除

    youdao

  • You simply place the desired text inside a pair of quotation marks and voila: a new string (see Listing 1).

    只要所需的文本放入一对引号,就完成了一个字符串的创建(参见清单1)。

    youdao

  • Add a new string substitution variable named WAS_HOME with the value again pointing to your WAS_HOME directory (Figure 4).

    添加一个名为WAS_HOME新的字符串替代变量,它仍然指向的WAS_HOME目录(如图4所示)。

    youdao

  • Let's start with a basic plug-in that exposes an extension point for registering new string mappings for a synonym service.

    我们从公开扩展基本插件开始这样可以同义词服务注册新的字符串映射

    youdao

  • Note that the new string function is under the SYSIBM function path, compared to the older functions under the SYSFUN version.

    注意新的字符串函数位于SYSIBM函数路径,而一些的函数位于SYSFUN路径下。

    youdao

  • Here, we need to wrap the selected text into the selected style tags and replace the selected text in the document with this new string.

    这里我们需要选中文本包装选定样式标签中,使用这个新的字符串替换文档选中的文本。

    youdao

  • Therefore, any operation on a string, including string concatenation, produces a new string object, rather than modifying an existing one.

    所以,在字符串任何操作包括字符串连接都产生一个新的字符串对象不是更改一个存在的字符串。

    youdao

  • Returns a new string that right-aligns the characters in this instance by padding them with Spaces on the left, for a specified total length.

    传回字串此字串会以空格填补左侧指定长度右对齐这个执行个体中的字元。

    youdao

  • Returns a new string of a specified length in which the end of the current string is padded with Spaces or with a specified Unicode character.

    返回一个字符串,该字符串通过此字符串中的字符右侧填充空格来达到指定长度从而使这些字符左对齐。

    youdao

  • std::string change_extension(const path& oldpath, const std::string new_extension): This API returns a new string that reflects the changed name.

    string change_extension(constpath& oldpath, conststd::string new_extension):API将返回反映更改后的名称的字符串

    youdao

  • The new string-to-codepoints and codepoints-to-string functions of XPath 2.0 give you a means to manipulate the characters that make up a string.

    XPath 2.0新增函数string -to -codepointscodepoints - to -string提供操纵字符串字符方法

    youdao

  • That's one unstructured string for the entire document, but with all the new string functions available, you can perform additional processing as needed.

    对于整个文档来说没有结构的字符串但是利用增加的字符串函数我们可以根据需要执行进一步处理

    youdao

  • In turn, Table 3 shows how the static analysis engine is strengthened by the new string analysis capability and the support of dynamic analysis techniques.

    反过来表格3显示了静态分析引擎如何新的字符串分析性能动态分析技巧所加强

    youdao

  • Returns a new string in which all occurrences of a specified Unicode character in this instance are replaced with another specified Unicode character.

    返回字符串其中当前实例出现所有指定字符串替换为另一个指定的字符串。

    youdao

  • If you need the ability to change the characters in a string (as opposed to creating a new string), you might want to use a list of characters instead.

    如果修改字符串里面字符(不是建立一个字符串),你最好还是字符列表吧。

    youdao

  • Using regedit.exe under the key HKEY_LOCAL_MACHINE \ SOFTWARE \ IBM \ MachineLocation, we create a new string value called "location," as shown in Figure 4.

    使用regedit. exe,在hkey_local_machine \ SOFT WARE \IBM \machinelocation下,我们创建一个名为location”的字符串如图4。

    youdao

  • As you can see from the output from the two calls to the id method, a new string object was created to hold the result of adding text to the original string.

    id方法两次调用输出可以看出创建字符串对象保存字符串中添加文本结果

    youdao

  • First, you can create a new string by adding other strings together, either using the + operator or by just sticking strings together using the appropriate quotes.

    第一通过其他字符串添加一起可以创建新的字符串,具体方法可以使用+运算符或者干脆使用适当引号将字符串连在一起。

    youdao

  • Builds a new string whose characters are the results of applying a specified function to each of the characters of the input string and concatenating the resulting strings.

    生成一个字符串字符指定函数应用于输入字符串每个字符连接结果字符串结果

    youdao

  • The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.

    Text命名空间中的StringBuilder无须每次分配新的字符串实例即可将字符串连接在一起效率大大改进了内存利用

    youdao

  • The StringBuilder class in the System.Text namespace joins strings together without allocating a new string instance each time; this efficiency greatly improves memory utilization.

    Text命名空间中的StringBuilder无须每次分配新的字符串实例即可将字符串连接在一起效率大大改进了内存利用

    youdao

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

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

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