接下来,在联邦服务器,需要将序列化后的字符串转换回xml类型。
Next, at the federated server, you need to convert the serialized string back to the XML type.
可以根据需要把它们转换和组合为字符串格式,解析它们以寻找特定的字段值,使用它们查询对象的相关信息,使用它们获得完整的绑定,复制和释放它们。
They can be converted and composed into string formats, parsed for a particular field value, used to enquire about an object, resolve to get a complete binding, copied and freed as needed.
将需要被附带上的数据编码,转换成字符串表示,并将其放置在XML有效载荷的soap体中。
The data that needs to be attached is encoded, converted to a string representation, and placed inside the SOAP body of an XML payload.
对于您的代码,需要从模型中获取一个textile格式的字符串,并在将它赋给card _ panetext属性之前将它转换成HTML。
For your code, we want to take a Textile-formatted string from the model and convert it to HTML before assigning it to the card_pane text property.
您的DataStage需要处理和转换XML数据,因此它将XML数据当作字符串数据(而不是未结构化的大对象或lob)。
Your DataStage job needs to process and transform the XML, so it will treat it as string data (rather than as an unstructured large object or LOB).
Perl使数字和字符串之间的转换易于进行,但是这可能会产生一些需要几小时或几天才能发现的小故障。
Perl makes it easy to convert Numbers into strings and vice versa, but that can create subtle bugs that take hours or days to find.
SimpleJPA会对依赖于数字类型的对象进行字符串转换和后续的填充(如果需要)。
SimpleJPA does the string conversion and any subsequent padding (if required) for objects that rely on numeric types.
现在我们只需要一个程序将这个宏转换成标准的C 语言就可以了。对于这个简单的例子来说,我们将使用Perl 来实现这个程序,因为它可以对字符串中的用户代码进行评测,其语法也与 C 语言非常类似。
Now we just need a program to convert our macro into standard C. For this simple example, Perl is used because it can evaluate user code in a string, and its syntax is largely C-like.
例如,在Oracle中字符串'1 '可以与数字1比较,但是在DB 2中需要执行显式的类型转换。
For example, in Oracle, a string '1' can be compared with a numeric 1, but in DB2, explicit type-casting needs to be done.
为了找到计算程序服务器,需要取得存储在这个文件中的对象引用的字符串版本,然后把它转换成对象引用,通过这个对象引用就可以进行调用了。
To locate the calculator server we need to take the string version of the object reference stored in the file and turn it into an object reference we can use to call through.
在讨论该解决方案的地图绘制部分之前,您需要了解如何将一个简单的三个字母的字符串(如den)转换为地图上的一点。
Before I can get to the mapping part of the solution, you need to understand how a simple three-letter string like DEN gets converted to a point on a map.
从项目集检索的字符串值还需要转换为正确的数据类型。
The string value retrieved from the item set also needs to be transformed into the correct data type.
将一个URI转换成一个可执行JPA操作的关键方面是将基于字符串的参数转换成各种JPA操作所需要的强类型参数。
The critical aspect of converting a URI to an executable JPA operation is transferring string-based arguments to the strongly typed arguments that any JPA operation requires.
h是atoi()函数(将ASCII 码转换为整数)所需要的,该函数将字符串转换为整数。
stdlib.h is needed for the atoi() function (ASCII to integer), which converts a string to an integer.
要把元素或属性和字符串进行比较,或者将其传递给需要字符串参数的函数,必须使用(string)强制转换成字符串。
To compare an element or attribute with a string or pass it into a function that requires a string, you must cast it to a string using (string).
该方法需要将所有文本转换成具有相同数量字符和词的易于识别的无害字符串。
It involves translating all the text into an easily recognizable benign string of the same number of characters and words. For example, the information message below.
数字会在需要的时候自动转换为字符串。
如果你需要转换成HTML属性的字符串,试一下这。
If you need to convert HTML into attributed strings, try something like this.
在VB脚本中,不需要进行显示的转换,你可以对字符串‘12’和整数3进行拼接,然后得到整数123。
In VBScript, you can concatenate the string '12' and the integer 3 to get the string '123', then treat that as the integer 123, all without any explicit conversion.
在VB脚本中,不需要进行显示的转换,你可以对字符串‘12’和整数3进行拼接,然后得到整数123。
In VBScript, you can concatenate the string '12' and the integer 3 to get the string '123', then treat that as the integer 123, all without any explicit conversion.
应用推荐